@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700");
/*
font-family: 'Montserrat', sans-serif;
font-family: 'Redressed', cursive;
*/
/* Polices */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@import url(https://www.lucyan.fr/framework/dist/lucyan.css);
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/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;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

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

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

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

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

.fa.pull-right {
  margin-left: .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; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

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

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

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

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

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

.fa-th:before {
  content: "\f00a"; }

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

.fa-check:before {
  content: "\f00c"; }

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

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

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

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

.fa-signal:before {
  content: "\f012"; }

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

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

.fa-home:before {
  content: "\f015"; }

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

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

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

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

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

.fa-inbox:before {
  content: "\f01c"; }

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

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

.fa-refresh:before {
  content: "\f021"; }

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

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

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

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

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

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a"; }

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

.fa-indent:before {
  content: "\f03c"; }

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

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

.fa-pencil:before {
  content: "\f040"; }

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

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

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

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

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

.fa-arrows:before {
  content: "\f047"; }

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

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

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

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

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

.fa-eject:before {
  content: "\f052"; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b"; }

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

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

.fa-ban:before {
  content: "\f05e"; }

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

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

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

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

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

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

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

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

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

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

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

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

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

.fa-retweet:before {
  content: "\f079"; }

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

.fa-folder:before {
  content: "\f07b"; }

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084"; }

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

.fa-comments:before {
  content: "\f086"; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091"; }

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

.fa-upload:before {
  content: "\f093"; }

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

.fa-phone:before {
  content: "\f095"; }

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

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

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

.fa-twitter:before {
  content: "\f099"; }

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

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

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

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

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

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

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

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

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

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

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

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

.fa-paperclip:before {
  content: "\f0c6"; }

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

.fa-square:before {
  content: "\f0c8"; }

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

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

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

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

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

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

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

.fa-money:before {
  content: "\f0d6"; }

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

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

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

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

.fa-columns:before {
  content: "\f0db"; }

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

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

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

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

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

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

.fa-exchange:before {
  content: "\f0ec"; }

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

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

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

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

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

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

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

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

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

.fa-beer:before {
  content: "\f0fc"; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

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

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

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

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

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b"; }

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

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

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

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

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

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

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

.fa-crop:before {
  content: "\f125"; }

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

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

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

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

.fa-microphone:before {
  content: "\f130"; }

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

.fa-shield:before {
  content: "\f132"; }

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

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

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

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

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

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

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

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

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

.fa-bullseye:before {
  content: "\f140"; }

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

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

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

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

.fa-ticket:before {
  content: "\f145"; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e"; }

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

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

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

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

.fa-gbp:before {
  content: "\f154"; }

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b"; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

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

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

.fa-dropbox:before {
  content: "\f16b"; }

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

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

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

.fa-tumblr:before {
  content: "\f173"; }

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

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

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

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

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

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

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

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

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

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193"; }

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

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

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

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

.fa-slack:before {
  content: "\f198"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

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

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

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

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

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

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

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

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

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-recycle:before {
  content: "\f1b8"; }

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

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

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

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

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

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

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

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

.fa-git:before {
  content: "\f1d3"; }

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

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

.fa-qq:before {
  content: "\f1d6"; }

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

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

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

.fa-history:before {
  content: "\f1da"; }

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

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

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

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

.fa-bomb:before {
  content: "\f1e2"; }

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

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

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

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202"; }

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

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

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

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

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

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

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

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

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

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

.fa-motorcycle:before {
  content: "\f21c"; }

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

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

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

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

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

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

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

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

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

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

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

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "\f24d"; }

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

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

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

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

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

.fa-hourglass:before {
  content: "\f254"; }

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

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

.fa-gg:before {
  content: "\f260"; }

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

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

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

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

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

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

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

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

.fa-contao:before {
  content: "\f26d"; }

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

.fa-amazon:before {
  content: "\f270"; }

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

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

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

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

.fa-industry:before {
  content: "\f275"; }

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

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

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

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

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

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

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

.fa-fonticons:before {
  content: "\f280"; }

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

.fa-edge:before {
  content: "\f282"; }

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

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

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

.fa-usb:before {
  content: "\f287"; }

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

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

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

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

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

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

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

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

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

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

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

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

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

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

.fa-blind:before {
  content: "\f29d"; }

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

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

.fa-braille:before {
  content: "\f2a1"; }

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

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

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

.fa-glide:before {
  content: "\f2a5"; }

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

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

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

.fa-viadeo:before {
  content: "\f2a9"; }

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

.fa-snapchat:before {
  content: "\f2ab"; }

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

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

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

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

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

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

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

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

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

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

.fa-linode:before {
  content: "\f2b8"; }

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
  content: "\f2c4"; }

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

.fa-telegram:before {
  content: "\f2c6"; }

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

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

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

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

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

.fa-shower:before {
  content: "\f2cc"; }

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

.fa-podcast:before {
  content: "\f2ce"; }

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

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

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

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

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

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

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

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

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

/**
 * Swiper 5.4.5
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }
:root {
  --swiper-theme-color:#007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color:#000000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/**
 * fancyBox 3.5.7
 */
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }
.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes a {
  to {
    transform: rotate(1turn); } }
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right)); } } }
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #000000;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.25; }

h1, .h1 {
  font-size: 60px;
  font-size: 6rem;
  font-weight: 700; }
  @media screen and (max-width: 1024px) {
    h1, .h1 {
      font-size: 36px;
      font-size: 3.6rem; } }

h2, .h2 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 400; }
  @media screen and (max-width: 1024px) {
    h2, .h2 {
      font-size: 24px;
      font-size: 2.4rem; } }

h3, .h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500; }
  @media screen and (max-width: 1024px) {
    h3, .h3 {
      font-size: 20px;
      font-size: 2rem;
      font-weight: 500; } }

h4, .h4 {
  font-size: 14px;
  font-size: 1.4rem; }

h5, .h5 {
  font-size: 14px;
  font-size: 1.4rem; }

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

.fsr-22 {
  font-size: 22px !important;
  line-height: 1.25; }
  @media screen and (min-width: 1025px) {
    .fsr-22 {
      font-size: 22px !important;
      font-size: 1.5277777778vw !important; } }

.fsr-26 {
  font-size: 26px !important;
  line-height: 1.25; }
  @media screen and (min-width: 1025px) {
    .fsr-26 {
      font-size: 26px !important;
      font-size: 1.8055555556vw !important; } }

.exergue {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 0.04em; }

.text-initial {
  text-transform: initial !important; }

a,
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullet {
  outline: 0 !important;
  text-decoration: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease; }
  a.noir,
  .swiper-button-prev.noir,
  .swiper-button-next.noir,
  .swiper-pagination-bullet.noir {
    color: #000000; }
    a.noir:hover,
    .swiper-button-prev.noir:hover,
    .swiper-button-next.noir:hover,
    .swiper-pagination-bullet.noir:hover {
      opacity: .5; }

.fa {
  font-size: 22px; }
  .fa.m-left {
    margin-left: 7px; }
  .fa.m-right {
    margin-right: 7px; }

.fw-base-font {
  font-family: "Montserrat", Arial, sans-serif; }

.fw-o-font,
.fw-other-font {
  font-family: "Montserrat", Arial, sans-serif; }

.fw-light {
  font-weight: 300 !important; }

.fw-regular {
  font-weight: 400 !important; }

.fw-medium {
  font-weight: 500 !important; }

.fw-semibold {
  font-weight: 600 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-extrabold {
  font-weight: 800 !important; }

.c-blanc {
  color: #FFFFFF !important; }

.c-beige {
  color: #F7F7F7 !important; }

.c-main {
  color: #B78F81 !important; }

.c-main-light {
  color: #B78F81 !important; }

.c-main-dark {
  color: #B78F81 !important; }

.c-main2 {
  color: #6DB281 !important; }

.c-main2-light {
  color: #D8EDDE !important; }

.c-main2-active {
  color: #4F8B61 !important; }

.c-bleu-dark {
  color: #070739 !important; }

.c-gris {
  color: #171717 !important; }

.c-noir {
  color: #000000 !important; }

.c-noir-dark {
  color: #000000 !important; }

.c-hover-blanc:hover {
  color: #FFFFFF !important; }

.c-hover-beige:hover {
  color: #F7F7F7 !important; }

.c-hover-main:hover {
  color: #B78F81 !important; }

.c-hover-main-light:hover {
  color: #B78F81 !important; }

.c-hover-main-dark:hover {
  color: #B78F81 !important; }

.c-hover-main2:hover {
  color: #6DB281 !important; }

.c-hover-main2-light:hover {
  color: #D8EDDE !important; }

.c-hover-main2-active:hover {
  color: #4F8B61 !important; }

.c-hover-bleu-dark:hover {
  color: #070739 !important; }

.c-hover-gris:hover {
  color: #171717 !important; }

.c-hover-noir:hover {
  color: #000000 !important; }

.c-hover-noir-dark:hover {
  color: #000000 !important; }

.bg-blanc {
  background: #FFFFFF !important; }

.bg-beige {
  background: #F7F7F7 !important; }

.bg-main {
  background: #B78F81 !important; }

.bg-main-light {
  background: #B78F81 !important; }

.bg-main-dark {
  background: #B78F81 !important; }

.bg-main2 {
  background: #6DB281 !important; }

.bg-main2-light {
  background: #D8EDDE !important; }

.bg-main2-active {
  background: #4F8B61 !important; }

.bg-bleu-dark {
  background: #070739 !important; }

.bg-gris {
  background: #171717 !important; }

.bg-noir {
  background: #000000 !important; }

.bg-noir-dark {
  background: #000000 !important; }

.bg-hover-blanc:hover {
  background: #FFFFFF !important; }

.bg-hover-beige:hover {
  background: #F7F7F7 !important; }

.bg-hover-main:hover {
  background: #B78F81 !important; }

.bg-hover-main-light:hover {
  background: #B78F81 !important; }

.bg-hover-main-dark:hover {
  background: #B78F81 !important; }

.bg-hover-main2:hover {
  background: #6DB281 !important; }

.bg-hover-main2-light:hover {
  background: #D8EDDE !important; }

.bg-hover-main2-active:hover {
  background: #4F8B61 !important; }

.bg-hover-bleu-dark:hover {
  background: #070739 !important; }

.bg-hover-gris:hover {
  background: #171717 !important; }

.bg-hover-noir:hover {
  background: #000000 !important; }

.bg-hover-noir-dark:hover {
  background: #000000 !important; }

.fill-blanc {
  fill: #FFFFFF !important; }

.fill-beige {
  fill: #F7F7F7 !important; }

.fill-main {
  fill: #B78F81 !important; }

.fill-main-light {
  fill: #B78F81 !important; }

.fill-main-dark {
  fill: #B78F81 !important; }

.fill-main2 {
  fill: #6DB281 !important; }

.fill-main2-light {
  fill: #D8EDDE !important; }

.fill-main2-active {
  fill: #4F8B61 !important; }

.fill-gris {
  fill: #171717 !important; }

.fill-noir {
  fill: #000000 !important; }

.fill-noir-dark {
  fill: #000000 !important; }

svg {
  position: relative;
  display: block;
  width: 100%;
  height: inherit; }

.embed-responsive.embed-64-86 {
  padding: 0 0 64.86% 0; }
.embed-responsive.embed-71-35 {
  padding: 0 0 71.35% 0; }
.embed-responsive.embed-108-11 {
  padding: 0 0 108.11% 0; }
.embed-responsive.embed-h470 {
  height: 470px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .embed-responsive.embed-h470 {
      height: 280px; } }
  @media screen and (max-width: 767px) {
    .embed-responsive.embed-h470 {
      height: 120px; } }
.embed-responsive.embed-h400 {
  height: 400px; }
@media screen and (max-width: 767px) {
  .embed-responsive.embed-responsive-320 {
    padding: 0;
    height: 320px !important; } }

.licon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  float: none;
  vertical-align: middle;
  background: transparent url("../images/licons-32.svg") no-repeat left top; }
  .licon.licon-calendar {
    background-position: 0px 0px; }
    .licon.licon-calendar.main {
      background-position: 0px -32px; }
    .licon.licon-calendar.noir {
      background-position: 0px -64px; }
    .licon.licon-calendar.main2 {
      background-position: 0px -96px; }
  .licon.licon-phone {
    background-position: -32px 0px; }
    .licon.licon-phone.main {
      background-position: -32px -32px; }
    .licon.licon-phone.noir {
      background-position: -32px -64px; }
    .licon.licon-phone.main2 {
      background-position: -32px -96px; }
  .licon.licon-small-phone {
    background-position: -64px 0px; }
    .licon.licon-small-phone.main {
      background-position: -64px -32px; }
    .licon.licon-small-phone.noir {
      background-position: -64px -64px; }
    .licon.licon-small-phone.main2 {
      background-position: -64px -96px; }
  .licon.licon-small-marker {
    background-position: -96px 0px; }
    .licon.licon-small-marker.main {
      background-position: -96px -32px; }
    .licon.licon-small-marker.noir {
      background-position: -96px -64px; }
    .licon.licon-small-marker.main2 {
      background-position: -96px -96px; }
  .licon.licon-small-star {
    background-position: -128px 0px; }
    .licon.licon-small-star.main {
      background-position: -128px -32px; }
    .licon.licon-small-star.noir {
      background-position: -128px -64px; }
    .licon.licon-small-star.main2 {
      background-position: -128px -96px; }
  .licon.licon-small-email {
    background-position: -160px 0px; }
    .licon.licon-small-email.main {
      background-position: -160px -32px; }
    .licon.licon-small-email.noir {
      background-position: -160px -64px; }
    .licon.licon-small-email.main2 {
      background-position: -160px -96px; }
  .licon.licon-small-time {
    background-position: -192px 0px; }
    .licon.licon-small-time.main {
      background-position: -192px -32px; }
    .licon.licon-small-time.noir {
      background-position: -192px -64px; }
    .licon.licon-small-time.main2 {
      background-position: -192px -96px; }
  .licon.licon-small-bicycle {
    background-position: -224px 0px; }
    .licon.licon-small-bicycle.main {
      background-position: -224px -32px; }
    .licon.licon-small-bicycle.noir {
      background-position: -224px -64px; }
    .licon.licon-small-bicycle.main2 {
      background-position: -224px -96px; }
  .licon.licon-small-auto {
    background-position: -256px 0px; }
    .licon.licon-small-auto.main {
      background-position: -256px -32px; }
    .licon.licon-small-auto.noir {
      background-position: -256px -64px; }
    .licon.licon-small-auto.main2 {
      background-position: -256px -96px; }
  .licon.licon-accueil-velo {
    width: 60px;
    height: 85px;
    background-image: url("../images/licons-accueil-velo.svg"); }

.bar {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.7); }
  .bar.bar-top {
    top: 0; }
  .bar.bar-bottom {
    bottom: 0; }

.ornement {
  position: absolute;
  display: inline-block;
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -o-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none; }
  .ornement svg {
    position: relative;
    display: block;
    width: 100%;
    height: inherit; }

.separator {
  display: inline-block;
  width: auto;
  margin: 0 10px; }
  .separator svg {
    position: relative;
    display: block;
    width: 100%;
    height: auto; }

.category-tag {
  display: inline-block;
  width: auto;
  height: 28px;
  line-height: 28px;
  padding: 0 7px;
  border-radius: 4px;
  background: #B78F81;
  color: #FFFFFF;
  font-size: 10px;
  font-size: 1rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.1em; }

.btn {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 15px;
  border-radius: 0;
  border: 1px solid #B78F81;
  background: transparent;
  color: #B78F81;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease; }
  @media screen and (min-width: 1280px) {
    .btn {
      padding: 15px 25px; } }
  .btn .text,
  .btn .licon {
    z-index: 1;
    position: relative;
    display: inline-block;
    float: none;
    vertical-align: middle; }
  .btn .licon svg {
    position: relative;
    display: block;
    width: 100%;
    height: auto; }
  @media screen and (min-width: 1025px) {
    .btn:hover {
      border-color: #B78F81 !important;
      background: #B78F81 !important;
      color: #FFFFFF !important; } }
  .btn.btn-noir {
    border-color: #000000;
    background: #000000;
    color: #FFFFFF; }
    .post-type-archive-gites .btn.btn-noir, .single-gites .btn.btn-noir, .-mode-gites .btn.btn-noir, .-gites .btn.btn-noir {
      border-color: #000000 !important;
      background: #6DB281 !important;
      color: #FFFFFF !important; }
      @media screen and (min-width: 1025px) {
        .post-type-archive-gites .btn.btn-noir:hover, .single-gites .btn.btn-noir:hover, .-mode-gites .btn.btn-noir:hover, .-gites .btn.btn-noir:hover {
          border-color: #000000 !important;
          background: #539e69 !important;
          color: #FFFFFF !important; } }
  .btn.btn-main {
    border-color: #B78F81;
    background: #B78F81;
    color: #FFFFFF; }
    @media screen and (min-width: 1025px) {
      .btn.btn-main:hover {
        border-color: #a67564 !important;
        background: #a67564 !important;
        color: #FFFFFF !important; } }
  .btn.btn-main2 {
    border-color: #6DB281;
    background: #6DB281;
    color: #FFFFFF; }
    @media screen and (min-width: 1025px) {
      .btn.btn-main2:hover {
        border-color: #539e69 !important;
        background: #539e69 !important;
        color: #FFFFFF !important; } }
  .btn.btn-ghost-noir {
    border-color: #000000;
    background: transparent;
    color: #000000; }
    @media screen and (min-width: 1025px) {
      .post-type-archive-gites .btn.btn-ghost-noir:hover, .single-gites .btn.btn-ghost-noir:hover, .-mode-gites .btn.btn-ghost-noir:hover, .-gites .btn.btn-ghost-noir:hover {
        border-color: #000000 !important;
        background: #539e69 !important;
        color: #FFFFFF !important; } }
  .btn.btn-ghost-blanc {
    border-color: #FFFFFF;
    background: transparent;
    color: #FFFFFF; }
    @media screen and (min-width: 1025px) {
      .post-type-archive-gites .btn.btn-ghost-blanc:hover, .single-gites .btn.btn-ghost-blanc:hover, .-mode-gites .btn.btn-ghost-blanc:hover, .-gites .btn.btn-ghost-blanc:hover {
        border-color: #539e69 !important;
        background: #539e69 !important;
        color: #FFFFFF !important; } }

.btn-inline {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0;
  color: #B78F81;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: left;
  text-transform: uppercase;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease; }
  .btn-inline::after {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    margin: 0;
    background: currentColor;
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease; }
  .btn-inline.-add-line::after {
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }
  .btn-inline:hover {
    color: #B78F81; }
    .btn-inline:hover::after {
      -moz-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }

.btn-basic {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  color: #000000 !important;
  border-bottom: 1px solid transparent; }
  .btn-basic:hover {
    border-color: #000000 !important; }

.licon {
  position: relative;
  display: inline-block;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease; }
  .licon svg {
    position: relative;
    display: block;
    width: 100%;
    height: auto; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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

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

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

body {
  margin: 0; }

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

*.no-padding {
  padding: 0 !important; }

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

.relative {
  position: relative; }

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
p {
  margin-top: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
a:focus {
  outline: none; }

a:hover,
a:active,
a:focus {
  outline: none;
  cursor: pointer; }

a:hover, a:focus, a:active, a:visited, button:hover, button:focus, button:active, button:visited, input:hover, input:focus, input:active, input:visited {
  outline: none; }

hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 30px 0;
  border: none;
  background: #B78F81; }
  @media screen and (max-width: 1024px) {
    hr {
      margin: 15px 0; } }

/* ==========================================================================
   Liste
   ========================================================================== */
ul, ol {
  margin: 0.67em 0 0.67em 25px; }
  ul li, ol li {
    margin: 10px 0; }

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

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

p {
  margin: 0 0 10px;
  font-weight: normal; }
  p:last-child {
    margin-bottom: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

em {
  font-family: "Montserrat", Arial, sans-serif;
  font-style: italic; }

b, strong {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600 !important; }

dfn {
  font-style: italic; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
img {
  border: 0;
  height: auto;
  max-width: 100%;
  width: auto; }

iframe {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%; }

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

svg:not(:root) {
  overflow: hidden; }

audio, canvas, video {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

/* ==========================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0; }

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

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  margin-right: 10px;
  float: left;
  text-align: left;
  width: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

label {
  display: block; }

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

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

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

/* ==========================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

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

.alignleft {
  float: left; }

.alignright {
  float: right; }

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

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

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

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.entry-content dl.gallery-item {
  margin: 0; }

.gallery-item a,
.gallery-caption {
  width: 90%; }

.gallery-item a {
  display: block; }

.gallery-caption a {
  display: inline; }

.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto; }

.gallery .gallery-icon img {
  height: auto;
  max-width: 90%;
  padding: 5%; }

.gallery-columns-1 .gallery-icon img {
  padding: 3%; }

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

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

/* Formular
----------------------------------------------------------------------------------------------------*/
form {
  display: block;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  form fieldset {
    position: relative;
    border: none;
    margin: 0 0 15px;
    padding: 0;
    display: block; }
  form .wpcf7-form-control-wrap {
    position: relative;
    display: block; }
  form .obligatory {
    position: absolute;
    left: 3px;
    top: 5px;
    display: inline-block;
    color: #000000; }
  form label {
    position: relative; }
  form input,
  form textarea {
    display: block;
    width: 100%;
    border: none;
    color: #000000; }
  form .consignes {
    width: 50%;
    display: inline-block;
    float: left;
    color: #000000;
    text-align: left !important; }
    form .consignes .obligatoire {
      color: crimson; }
  form .wpcf7-not-valid {
    border-color: crimson !important; }
  form .wpcf7-validation-errors,
  form .mauticform-has-error input,
  form .mauticform-has-error textarea {
    border-color: crimson !important; }
  form .wpcf7-response-output {
    position: relative;
    top: inherit;
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin: 25px 0 0;
    padding: 0;
    color: #000000; }
  form .mauticform-errormsg {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 12px;
    color: crimson; }

html {
  font-size: 62.5%; }
  html.csstransforms3d, html.js, html.no-js {
    margin-top: 0 !important; }

body {
  background: #FFFFFF;
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400; }
  body#tinymce {
    padding-top: 0; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent; }

/*.hidden{
    display: none !important;
}

.hidden-xs{
    @include responsive(mobile){
        display: none !important;
    }
}
.hidden-sm{
    @include responsive(tablet){
        display: none !important;
    }
}
.hidden-md{
    @include responsive(laptop){
        display: none !important;
    }
}

.visible-xs{
    display: none !important;
    @include responsive(mobile){
        display: inherit !important;
    }
}
.visible-sm{
    display: none !important;
    @include responsive(mobile-tablet){
        display: inherit !important;
    }
}
.visible-md{
    display: none !important;
    @include responsive(mobile-tablet-laptop){
        display: inherit !important;
    }
}*/
@media screen and (max-width: 767px) {
  .order-xs-first {
    -ms-flex-order: 1;
    order: 1; } }

@media screen and (max-width: 767px) {
  .order-xs-middle {
    -ms-flex-order: 6;
    order: 6; } }

@media screen and (max-width: 767px) {
  .order-xs-last {
    -ms-flex-order: 12;
    order: 12; } }

#page {
  display: block;
  width: 100%;
  overflow: hidden; }

.limiter {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 375px) {
    .limiter {
      max-width: 100%; } }
  @media screen and (min-width: 768px) {
    .limiter {
      max-width: 100%;
      padding: 0 30px; } }
  @media screen and (min-width: 1025px) {
    .limiter {
      max-width: 100%;
      padding: 0 40px; } }
  @media screen and (min-width: 1280px) {
    .limiter {
      max-width: 1160px;
      padding: 0; } }
  @media screen and (min-width: 1440px) {
    .limiter {
      max-width: 1170px; } }
  .limiter > .limiter-inner {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0; }

.limiter-max {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .limiter-max > .limiter-max-inner {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0; }

.relative {
  position: relative;
  display: block;
  width: 100%; }

.pagination {
  display: block;
  margin: 15px 0 0;
  padding: 0;
  text-align: center; }
  .pagination li {
    display: inline-block;
    float: none;
    list-style: none;
    margin: 0;
    padding: 0; }
    .pagination li::before {
      display: none !important; }
  .pagination a,
  .pagination span {
    display: inline-block;
    margin: 0;
    padding: 5px 15px;
    color: #B78F81;
    -moz-transition: all 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .pagination a.current,
    .pagination span.current {
      opacity: .5; }
    .pagination a:hover,
    .pagination span:hover {
      color: #000000;
      opacity: 1; }
    .pagination a.prev, .pagination a.next,
    .pagination span.prev,
    .pagination span.next {
      display: inline-block;
      width: auto;
      height: 50px;
      line-height: 48px;
      clear: both;
      margin: 0;
      padding: 0 15px;
      color: #000000;
      font-size: 14px;
      font-size: 1.4rem;
      font-family: "Montserrat", Arial, sans-serif;
      text-align: center;
      text-transform: uppercase;
      -moz-transition: all 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -webkit-transition: all 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -o-transition: all 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -ms-transition: all 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: all 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }
      .pagination a.prev:hover, .pagination a.prev:focus, .pagination a.next:hover, .pagination a.next:focus,
      .pagination span.prev:hover,
      .pagination span.prev:focus,
      .pagination span.next:hover,
      .pagination span.next:focus {
        color: #B78F81; }
    .pagination a.prev .fa,
    .pagination span.prev .fa {
      margin: 0 7px 0 0; }
    .pagination a.next .fa,
    .pagination span.next .fa {
      margin: 0 0 0 7px; }

.align-vertical-container {
  display: table;
  width: 100%;
  height: 100%; }

.align-vertical {
  display: table-cell;
  vertical-align: middle; }

.align-static {
  position: static; }
  @media screen and (max-width: 1024px) {
    .align-static {
      position: relative; } }
  .align-static .align-middle {
    position: absolute;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media screen and (max-width: 1024px) {
      .align-static .align-middle {
        position: relative;
        top: inherit;
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); } }
  .align-static.col-md-6 .align-middle {
    width: 50%; }
    @media screen and (max-width: 1024px) {
      .align-static.col-md-6 .align-middle {
        width: 100%; } }
  .align-static.col-sm-6 .align-middle {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .align-static.col-sm-6 .align-middle {
        width: 100%; } }

.fadeIn {
  opacity: 1 !important; }

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive.embed-responsive-1by1 {
    padding: 0 0 100% 0; }
  .embed-responsive.embed-responsive-16by9 {
    padding: 0 0 56.25% 0; }
  .embed-responsive.embed-responsive-4by3 {
    padding: 0 0 75% 0; }

.js-background, img {
  -webkit-pointer-events: none !important;
  pointer-events: none !important; }

#blurjs-5,
body #wpadminbar {
  display: none; }

body #cookie-notice {
  color: #FFFFFF !important;
  background: #000000 !important;
  font-size: 12px;
  font-size: 1.2rem; }
  body #cookie-notice .btn-cn {
    color: #FFFFFF;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "Montserrat", Arial, sans-serif;
    text-decoration: underline !important; }

body .grecaptcha-badge {
  display: none !important;
  visibility: hidden !important; }

.bt-logo,
.bt-logo-footer {
  position: relative;
  display: inline-block;
  width: auto;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease; }
  .bt-logo a,
  .bt-logo-footer a {
    position: relative;
    display: block;
    width: 100%;
    height: auto; }
    .bt-logo a .icon,
    .bt-logo a .text,
    .bt-logo-footer a .icon,
    .bt-logo-footer a .text {
      display: inline-block; }
    .bt-logo a .icon,
    .bt-logo-footer a .icon {
      width: 45px;
      height: 86px; }
      @media screen and (max-width: 767px) {
        .bt-logo a .icon,
        .bt-logo-footer a .icon {
          width: 30px;
          height: 56px; } }
    .bt-logo a .text,
    .bt-logo-footer a .text {
      width: 176px;
      height: 50px; }

.bt-logo.logo, .bt-logo.slogan {
  z-index: 59;
  position: fixed;
  top: 0;
  left: 0; }
  @media screen and (max-width: 767px) {
    .bt-logo.logo, .bt-logo.slogan {
      position: absolute !important; } }
  @media screen and (min-width: 1440px) {
    .bt-logo.logo, .bt-logo.slogan {
      left: 50%;
      margin-left: -720px; } }
.bt-logo.logo {
  z-index: 60;
  position: fixed; }
.bt-logo.slogan {
  position: absolute;
  padding: 35px 0 0 57px; }
  @media screen and (max-width: 767px) {
    .bt-logo.slogan {
      display: none; } }
  .home .bt-logo.slogan {
    display: none; }

.bt-logo-footer a {
  padding: 35px 0 0 57px; }
  @media screen and (max-width: 767px) {
    .bt-logo-footer a {
      padding: 37px 0 0 48px; } }
  .bt-logo-footer a .icon {
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 767px) {
      .bt-logo-footer a .icon {
        width: 40px;
        height: 75px; } }
  @media screen and (max-width: 767px) {
    .bt-logo-footer a .text {
      width: 135px;
      height: 38px; } }

.bt-menu-trigger {
  z-index: 85;
  position: fixed;
  top: 10px;
  right: 10px;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: #000000;
  vertical-align: middle;
  cursor: pointer;
  color: #FFFFFF !important;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease; }
  @media screen and (min-width: 1440px) {
    .bt-menu-trigger {
      top: 20px;
      right: 50%;
      margin-right: -690px; } }
  .bt-menu-trigger .line {
    position: absolute;
    left: 50%;
    margin: -3px 0 0 -8px;
    width: 16px;
    height: 6px;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease; }
    .bt-menu-trigger .line svg {
      position: relative;
      display: block;
      width: 100%;
      height: inherit; }
  .bt-menu-trigger .line-top {
    top: 18px; }
  .bt-menu-trigger .line-middle {
    top: 50%; }
  .bt-menu-trigger .line-bottom {
    top: 32px; }
  .bt-menu-trigger .text {
    display: none; }
  @media screen and (min-width: 1025px) {
    .bt-menu-trigger:hover .line {
      top: 50%; }
    .bt-menu-trigger:hover .line-top {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .bt-menu-trigger:hover .line-middle {
      opacity: 0; }
    .bt-menu-trigger:hover .line-bottom {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); } }
  .bt-menu-open .bt-menu-trigger .line {
    top: 50%; }
  .bt-menu-open .bt-menu-trigger .line-top {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .bt-menu-open .bt-menu-trigger .line-middle {
    opacity: 0; }
  .bt-menu-open .bt-menu-trigger .line-bottom {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

body.bt-menu-open {
  overflow: hidden; }
  body.bt-menu-open .bt-menu-overlay {
    display: block !important;
    visibility: inherit !important; }

.bt-menu {
  z-index: 70;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translate(100%, 0px); }
  @media screen and (max-width: 767px) {
    .bt-menu {
      z-index: 80; }
      .bt-menu .limiter {
        padding: 0; } }
  @media screen and (min-width: 1025px) {
    .bt-menu {
      margin: 0; } }
  .bt-menu .menu-wrapper {
    z-index: 5;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 0 0 -20px;
    padding: 80px 30px 35px;
    overflow: auto;
    background: #FFFFFF; }
    @media screen and (max-width: 767px) {
      .bt-menu .menu-wrapper {
        margin: 0; } }
    @media screen and (min-width: 1025px) {
      .bt-menu .menu-wrapper {
        padding: 35px 20px; } }
  .bt-menu .menu-wrapper-background {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    left: -115px;
    width: 1000px;
    background: #FFFFFF; }
    @media screen and (max-width: 767px) {
      .bt-menu .menu-wrapper-background {
        display: none; } }
  .bt-menu .menu-content {
    z-index: 3;
    position: relative;
    display: block;
    width: 100%; }
    @media screen and (min-width: 1025px) {
      .bt-menu .menu-content {
        padding-right: 300px; } }
  .bt-menu .menu-box {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden; }
    .bt-menu .menu-box .menu-box-inner {
      position: relative;
      display: block;
      width: 100%; }
    .bt-menu .menu-box.menu {
      margin-left: -20px; }
    @media screen and (min-width: 1025px) {
      .bt-menu .menu-box.cta {
        position: absolute;
        top: 0;
        right: 0;
        width: 270px; }
      .bt-menu .menu-box.social {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 270px; } }
  .bt-menu .menu-link {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    padding: 0 0 0 30px; }
    .bt-menu .menu-link .licon {
      position: absolute;
      top: 8px;
      left: 0;
      margin-top: -16px;
      display: inline-block; }

.menu-content-ul {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0; }
  .menu-content-ul li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.25;
    float: left;
    margin: 0 0 25px; }
    .menu-content-ul li a {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      line-height: 1.25;
      margin: 0;
      padding: 0 0 0 20px;
      color: #000000;
      font-size: 16px;
      font-size: 1.6rem;
      font-family: "Montserrat", Arial, sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      -moz-transition: all 400ms ease;
      -webkit-transition: all 400ms ease;
      -o-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
      transition: all 400ms ease; }
      .menu-content-ul li a::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        display: inline-block;
        width: 3px;
        height: 0;
        margin-top: 0;
        background: #000000;
        -moz-transition: all 400ms 250ms ease;
        -webkit-transition: all 400ms 250ms ease;
        -o-transition: all 400ms 250ms ease;
        -ms-transition: all 400ms 250ms ease;
        transition: all 400ms 250ms ease; }
        .-chambres .menu-content-ul li a::before, .-gites .menu-content-ul li a::before {
          display: none; }
      .menu-content-ul li a span {
        position: relative;
        display: inline-block; }
    @media screen and (min-width: 1025px) {
      .menu-content-ul li:hover > a {
        color: #B78F81; }
        .-gites .menu-content-ul li:hover > a {
          color: #6DB281; } }
    .menu-content-ul li.menu-item-has-children > a {
      color: #000000 !important;
      -moz-pointer-events: none;
      -webkit-pointer-events: none;
      -o-pointer-events: none;
      -ms-pointer-events: none;
      pointer-events: none; }
    .menu-content-ul li.current-menu-item > a, .menu-content-ul li.current-menu-parent > a {
      color: #B78F81; }
      .-gites .menu-content-ul li.current-menu-item > a, .-gites .menu-content-ul li.current-menu-parent > a {
        color: #6DB281; }
      .menu-content-ul li.current-menu-item > a::before, .menu-content-ul li.current-menu-parent > a::before {
        height: 20px;
        margin-top: -10px; }
    .menu-content-ul li ul {
      position: relative;
      display: block;
      width: 100%;
      margin: 0;
      padding: 0; }
      .menu-content-ul li ul li {
        margin: 10px 0 0;
        padding: 0; }
        .menu-content-ul li ul li a {
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 400;
          text-transform: initial; }
          .menu-content-ul li ul li a::before {
            display: none !important; }

.bt-menu-overlay {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease; }
  @media screen and (max-width: 1024px) {
    .bt-menu-open .bt-menu-overlay {
      display: block;
      visibility: visible; } }

.bt-cta-menu .BC_link {
  margin: 0; }

.bt-cta {
  z-index: 40;
  position: fixed;
  top: 50%;
  margin-top: -80px;
  right: 10px;
  display: inline-block;
  width: auto; }
  @media screen and (max-width: 767px) {
    .bt-cta {
      top: 100%;
      margin-top: -200px; } }
  @media screen and (min-width: 1440px) {
    .bt-cta {
      right: 50%;
      margin-right: -695px; } }
  .bt-cta .cta-item {
    position: relative;
    top: -3px;
    display: block;
    max-width: 60px;
    height: 60px;
    line-height: 60px;
    float: right;
    clear: both;
    margin: 0 0 40px;
    border-radius: 30px;
    background: #FFFFFF;
    white-space: nowrap;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease; }
    @media screen and (max-width: 767px) {
      .bt-cta .cta-item {
        max-width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 25px;
        margin: 0 0 30px; } }
    .bt-cta .cta-item:last-child {
      margin: 0 !important; }
    .bt-cta .cta-item .icon {
      position: relative;
      display: inline-block;
      width: 60px;
      height: 60px;
      line-height: 60px;
      float: none;
      vertical-align: middle;
      text-align: center;
      -moz-transition: all 400ms ease;
      -webkit-transition: all 400ms ease;
      -o-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
      transition: all 400ms ease; }
      @media screen and (max-width: 767px) {
        .bt-cta .cta-item .icon {
          width: 50px;
          height: 50px;
          line-height: 50px; } }
    .bt-cta .cta-item .text {
      position: relative;
      display: inline-block;
      max-width: 0;
      float: none;
      vertical-align: middle;
      opacity: 0;
      overflow: hidden;
      -moz-transition: all 400ms ease;
      -webkit-transition: all 400ms ease;
      -o-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
      transition: all 400ms ease; }
    .bt-cta .cta-item .licon-calendar {
      top: -2px; }
    @media screen and (min-width: 1025px) {
      .bt-cta .cta-item:hover {
        max-width: 250px; }
        .bt-cta .cta-item:hover .text {
          max-width: 250px;
          margin: 0 15px 0 -10px;
          opacity: 1;
          -webkit-transition-delay: 250ms;
          transition-delay: 250ms; } }

.bt-header {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0; }
  .bt-header .bt-title,
  .bt-header .bt-content,
  .bt-header .bt-discover {
    z-index: 3;
    position: relative;
    display: block;
    width: 100%; }
  .bt-header .bt-title small {
    display: inline;
    font-size: 65%; }
  .bt-header .bt-visuel {
    position: relative;
    display: block;
    width: 100%;
    max-width: 366px;
    float: none;
    margin: 0 auto; }
  .bt-header .header-visuel-wrapper {
    position: relative;
    display: block;
    width: 100%; }
    .bt-header .header-visuel-wrapper .header-visuel {
      position: relative;
      display: block;
      width: 100%; }
      .bt-header .header-visuel-wrapper .header-visuel::after {
        content: "";
        z-index: 3;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: transparent url("../images/background-filter.png") no-repeat left bottom;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
        opacity: .7; }
      .home .bt-header .header-visuel-wrapper .header-visuel::after {
        opacity: .1;
        background: #000000; }
    .bt-header .header-visuel-wrapper .header-mask {
      z-index: 3;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      display: none; }
      .home .bt-header .header-visuel-wrapper .header-mask {
        display: block; }
    .bt-header .header-visuel-wrapper .embed-responsive {
      padding: 0 0 41.67% 0;
      max-height: 600px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .bt-header .header-visuel-wrapper .embed-responsive {
          padding: 0 0 46% 0; } }
      @media screen and (max-width: 767px) {
        .bt-header .header-visuel-wrapper .embed-responsive {
          height: 50vh;
          max-height: 50vh;
          padding: 0; } }
      .home .bt-header .header-visuel-wrapper .embed-responsive {
        padding: 0 0 48.68% 0;
        max-height: 700px; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .home .bt-header .header-visuel-wrapper .embed-responsive {
            padding: 0 0 48.68% 0; } }
        @media screen and (max-width: 767px) {
          .home .bt-header .header-visuel-wrapper .embed-responsive {
            height: 100vh;
            max-height: 70vh;
            padding: 0; }
            .home .bt-header .header-visuel-wrapper .embed-responsive .js-background {
              background-position: 60% 0; } }
    .bt-header .header-visuel-wrapper .visuel-mask {
      z-index: 3; }
  .bt-header .header-content-wrapper {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }

.bt-breadcrumbs-container {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left; }

.bt-breadcrumbs {
  position: relative;
  display: block;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .bt-breadcrumbs {
      white-space: nowrap; } }
  .bt-breadcrumbs a, .bt-breadcrumbs span {
    color: #000000;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.08em; }
  .bt-breadcrumbs .breadcrumb_sep {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    color: #000000;
    font-size: 8px;
    font-size: 0.8rem;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.08em; }
  .bt-breadcrumbs .breadcrumb_last {
    opacity: .4; }

.bt-social-share {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  margin: 40px 0; }
  .bt-social-share .inner {
    z-index: 3;
    position: relative;
    display: inline-block;
    width: auto;
    float: none;
    padding: 0 10px; }
  .bt-social-share strong {
    margin: 0 5px 0 15px;
    color: #000000; }
  .bt-social-share .link {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 36px;
    margin: 0 10px 0 0;
    border-radius: 50%;
    border: 1px solid #B78F81;
    color: #B78F81;
    font-size: 22px;
    text-align: center;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease; }
    .bt-social-share .link .fa {
      font-size: 18px;
      line-height: 18px; }
    .bt-social-share .link:hover {
      background: #FFFFFF;
      color: #B78F81; }
  .bt-social-share .copy-to-clipboard {
    position: relative; }
    .bt-social-share .copy-to-clipboard .copy-text {
      display: none; }
    .bt-social-share .copy-to-clipboard .copy-info {
      position: absolute;
      top: 20px;
      left: 25px;
      display: inline-block;
      width: auto;
      padding: 5px 7px;
      border-radius: 3px;
      background: #000;
      color: #fff;
      font-size: 12px;
      white-space: nowrap;
      line-height: initial;
      opacity: 0;
      visibility: hidden;
      -moz-transition: opacity 250ms ease, visibility 250ms 250ms ease;
      -webkit-transition: opacity 250ms ease, visibility 250ms 250ms ease;
      -o-transition: opacity 250ms ease, visibility 250ms 250ms ease;
      -ms-transition: opacity 250ms ease, visibility 250ms 250ms ease;
      transition: opacity 250ms ease, visibility 250ms 250ms ease; }
      .bt-social-share .copy-to-clipboard .copy-info.show {
        opacity: 1;
        visibility: visible;
        -moz-transition: visibility 250ms ease, opacity 250ms 250ms ease;
        -webkit-transition: visibility 250ms ease, opacity 250ms 250ms ease;
        -o-transition: visibility 250ms ease, opacity 250ms 250ms ease;
        -ms-transition: visibility 250ms ease, opacity 250ms 250ms ease;
        transition: visibility 250ms ease, opacity 250ms 250ms ease; }

.bt-socialfollow {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  vertical-align: middle;
  line-height: 1;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .bt-socialfollow {
      display: inline-block;
      width: 140px; } }
  .bt-socialfollow .bt-socialfollow-ul {
    position: relative;
    display: block;
    width: 100%; }
    .bt-socialfollow .bt-socialfollow-ul .socialfollow {
      display: inline-block;
      width: auto;
      height: 40px;
      line-height: 40px;
      float: left; }
      .bt-socialfollow .bt-socialfollow-ul .socialfollow:first-child a {
        text-align: left; }
      .bt-socialfollow .bt-socialfollow-ul .socialfollow:last-child a {
        text-align: right; }
      .bt-socialfollow .bt-socialfollow-ul .socialfollow a {
        position: relative;
        display: inline-block;
        width: 40px;
        line-height: 40px;
        height: 40px;
        float: left;
        margin: 0;
        padding: 0;
        background: transparent;
        color: #B78F81;
        text-align: center;
        -moz-transition: all 400ms ease;
        -webkit-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        transition: all 400ms ease; }
        @media screen and (max-width: 767px) {
          .bt-socialfollow .bt-socialfollow-ul .socialfollow a {
            position: relative;
            display: block;
            width: 100%; } }
        .bt-socialfollow .bt-socialfollow-ul .socialfollow a .fa {
          position: relative;
          top: 3px;
          color: inherit !important;
          line-height: 1; }
      .bt-socialfollow .bt-socialfollow-ul .socialfollow:hover a {
        color: #FFFFFF !important; }
        .bt-menu .bt-socialfollow .bt-socialfollow-ul .socialfollow:hover a {
          color: #000000 !important; }

.bt-languages {
  position: relative;
  display: block;
  width: 100%; }
  .bt-menu .bt-languages {
    padding: 0 !important;
    margin: 0 !important; }
  .bt-languages .bt-languages-ul {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: right; }
    .bt-languages .bt-languages-ul .lang {
      position: relative;
      display: inline-block;
      width: auto;
      float: none;
      vertical-align: middle;
      margin: 0;
      padding: 0; }
      .bt-languages .bt-languages-ul .lang a {
        position: relative;
        display: block;
        width: 100%;
        width: auto;
        margin: 0 15px 0 0;
        border: none;
        border-radius: 0;
        color: #000000;
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
        text-transform: uppercase;
        -moz-transition: all 400ms ease;
        -webkit-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        transition: all 400ms ease; }
      .bt-languages .bt-languages-ul .lang:hover a {
        opacity: 1;
        color: #B78F81; }
      .bt-languages .bt-languages-ul .lang.lang-active a {
        opacity: 1;
        color: #B78F81;
        font-weight: 600; }

.bt-pre-footer {
  position: relative;
  display: block;
  width: 100%;
  float: left; }

.bt-accueil-velo {
  position: relative;
  display: inline-block;
  width: auto; }
  @media screen and (min-width: 768px) and (max-width: 1279px) {
    .bt-accueil-velo {
      top: -34px;
      float: none;
      margin: 0 0 0 15px; } }
  @media screen and (max-width: 767px) {
    .bt-accueil-velo {
      position: absolute;
      bottom: 0;
      right: 0; } }

.bt-footer {
  z-index: 40;
  position: relative;
  display: block;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0; }
  .bt-footer .footer-link {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    padding: 0 0 0 30px; }
    .bt-footer .footer-link .licon {
      position: absolute;
      top: 8px;
      left: 0;
      margin-top: -16px;
      display: inline-block; }
  .bt-footer .footer-top,
  .bt-footer .footer-bottom {
    position: relative;
    display: block;
    width: 100%;
    float: left; }
  @media screen and (max-width: 767px) {
    .bt-footer .footer-box.mentions {
      text-align: center; } }
  @media screen and (max-width: 1024px) {
    .bt-footer .BC_link {
      margin: 15px 0 0; } }
  .bt-footer .link {
    position: relative;
    display: inline-block;
    width: auto;
    float: none;
    margin: 0 0 0 25px;
    color: #AAABA4;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300;
    opacity: .75;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease; }
    .-gites .bt-footer .link, .-mode-gites .bt-footer .link, .archive-gites .bt-footer .link, .post-type-archive-gites .bt-footer .link, .single-gites .bt-footer .link {
      color: #6DB281;
      opacity: 1;
      font-weight: 400; }
    @media screen and (max-width: 767px) {
      .bt-footer .link {
        margin: 0 20px; } }
    .bt-footer .link.copyright {
      padding-left: 34px; }
      @media screen and (max-width: 767px) {
        .bt-footer .link.copyright {
          margin: 20px 0; } }
    .bt-footer .link svg {
      position: absolute;
      top: -5px;
      left: 0;
      display: inline-block;
      width: 26px;
      height: 26px;
      margin: 0 5px 0 0; }
      .bt-footer .link svg .st0 {
        -moz-transition: all 400ms ease;
        -webkit-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        transition: all 400ms ease;
        fill: #AAABA4 !important; }
        .-gites .bt-footer .link svg .st0, .-mode-gites .bt-footer .link svg .st0, .archive-gites .bt-footer .link svg .st0, .post-type-archive-gites .bt-footer .link svg .st0, .single-gites .bt-footer .link svg .st0 {
          fill: #6DB281 !important;
          opacity: 1; }
    @media screen and (min-width: 1025px) {
      .bt-footer .link:hover {
        opacity: 1; } }

.bt-scrolltop-wrapper {
  position: fixed;
  bottom: 0;
  display: block;
  width: 100%; }
  .bt-scrolltop-wrapper .bt-scrolltop {
    position: absolute; }

.bt-scrolltop {
  z-index: 7;
  position: absolute;
  top: -30px;
  right: -20px;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  border-radius: 30px;
  background: #FFFFFF;
  white-space: nowrap;
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease; }
  @media screen and (max-width: 767px) {
    .bt-scrolltop {
      top: 30px;
      right: -5px;
      width: 50px;
      height: 50px;
      line-height: 50px;
      border-radius: 25px;
      margin: 0 0 30px; } }
  @media screen and (min-width: 1025px) {
    .bt-scrolltop {
      right: -30px; } }
  @media screen and (min-width: 1280px) {
    .bt-scrolltop {
      right: -50px; } }
  @media screen and (min-width: 1440px) {
    .bt-scrolltop {
      top: 30px;
      right: 50%;
      margin-right: -695px; } }
  .bt-scrolltop .icon {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    float: none;
    vertical-align: middle;
    text-align: center;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease; }
    @media screen and (max-width: 767px) {
      .bt-scrolltop .icon {
        width: 50px;
        height: 50px;
        line-height: 50px; } }
  .bt-scrolltop .text {
    position: relative;
    display: inline-block;
    max-width: 0;
    float: none;
    vertical-align: middle;
    opacity: 0;
    overflow: hidden;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease; }

.bt-opening {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease; }
  .bt-opening .logo {
    position: relative;
    display: block;
    width: 100%;
    width: 150px;
    height: 280px;
    float: none;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .bt-opening .logo {
        -webkit-transform: scale(0.8) !important;
        transform: scale(0.8) !important; } }
  .bt-opening .number {
    z-index: 3;
    position: absolute;
    bottom: 15px;
    left: 50%;
    display: inline-block;
    width: 60px;
    margin-left: -30px;
    line-height: 1;
    text-align: center; }

.bt-section {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  margin: 0;
  padding: 70px 0 0;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease; }
  @media screen and (max-width: 767px) {
    .bt-section {
      padding: 40px 0 0; } }
  .bt-section.no-margin {
    padding-top: 0 !important; }
  .bt-section.neg-margin {
    padding-top: 0 !important; }
    @media screen and (min-width: 768px) {
      .bt-section.neg-margin .bloc:first-child {
        margin-top: -47px !important; } }
  .bt-section.no-margin-bottom .bloc:last-child {
    margin-bottom: 0 !important; }

.bloc {
  z-index: 1;
  position: relative;
  display: block;
  width: 100%;
  float: left;
  margin: 0 0 70px;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .bloc {
      margin: 0 0 40px; } }

.bloc-scene {
  z-index: 1;
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  float: left;
  margin: 0;
  padding: 0; }

.BC_visuel,
.BC_title,
.BC_meta,
.BC_content,
.BC_links,
.BC_link,
.BC_repeater,
.BC_item,
.BC_inner_wrapper,
.BC_inner,
.BC_gallery,
.BC_form {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0; }

.BC_visuel {
  margin: 0 0 15px; }
  .BC_visuel.icon {
    max-width: 90px;
    float: none;
    margin-left: auto;
    margin-right: auto; }

.BC_meta {
  margin: 15px 0 0; }
  .BC_meta small {
    display: block;
    font-size: 9px; }

.BC_content {
  margin: 15px 0 0; }
  .BC_content ul {
    margin: 30px 0 0;
    padding: 0; }
    .BC_content ul li {
      list-style: none;
      position: relative;
      padding: 0 0 0 20px;
      font-size: 16px;
      font-size: 1.6rem;
      font-family: "Montserrat", Arial, sans-serif;
      text-align: left; }
      .BC_content ul li::before {
        content: "";
        position: absolute;
        top: 8px;
        left: 0;
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 10px;
        border-color: transparent transparent transparent #B78F81; }
        .-gites .BC_content ul li::before, .-mode-gites .BC_content ul li::before, .post-type-archive-gites .BC_content ul li::before, .single-gites .BC_content ul li::before {
          border-color: transparent transparent transparent #6DB281; }

.BC_link {
  margin: 40px 0 0; }

.BC_repeater {
  margin: 30px 0 0; }

.BC_item {
  position: relative;
  display: block;
  width: 100%;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease; }
  .BC_item .inner {
    position: relative;
    display: block;
    width: 100%; }
  .BC_item .link-absolute {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }

.BC_inner_wrapper {
  height: 100%; }
  @media screen and (min-width: 768px) {
    .BC_inner_wrapper {
      padding: 0 60px 0 0; } }
  @media screen and (min-width: 768px) {
    .BC_inner_wrapper.content-right, .order-sm-12 .BC_inner_wrapper {
      padding: 0 0 0 60px; } }
  .BC_inner_wrapper .BC_inner {
    height: 100%; }

.BC_inner .background {
  z-index: -1;
  position: absolute;
  top: 0;
  display: block;
  width: 10000px;
  height: 100%; }
  .BC_inner .background.left {
    left: 0; }
  .BC_inner .background.right {
    right: 0; }

.BC_tabs .tab-navigation,
.BC_tabs .tab-container,
.BC_tabs .tab-content {
  position: relative;
  display: block;
  width: 100%; }
.BC_tabs .tab-navigation {
  padding: 15px 0; }
  @media screen and (min-width: 768px) {
    .BC_tabs .tab-navigation {
      padding: 35px 0; } }
  .BC_tabs .tab-navigation ul {
    position: relative;
    display: block;
    width: 100%; }
  .BC_tabs .tab-navigation li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 10px; }
    @media screen and (min-width: 768px) {
      .BC_tabs .tab-navigation li {
        display: inline-block;
        width: auto;
        float: none;
        vertical-align: middle;
        margin: 0 15px; } }
  .BC_tabs .tab-navigation .nav-trigger {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0;
    color: #000000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease; }
    .BC_tabs .tab-navigation .nav-trigger::after {
      content: "";
      position: relative;
      display: block;
      width: 100%;
      height: 1px;
      margin: 0;
      background: #000000;
      -moz-transform: scale(0, 1);
      -webkit-transform: scale(0, 1);
      -o-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1);
      -moz-transition: all 400ms ease;
      -webkit-transition: all 400ms ease;
      -o-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
      transition: all 400ms ease; }
    @media screen and (min-width: 1025px) {
      .BC_tabs .tab-navigation .nav-trigger:hover {
        color: #B78F81; }
        .BC_tabs .tab-navigation .nav-trigger:hover::after {
          background: #B78F81; } }
    .BC_tabs .tab-navigation .nav-trigger.active::after {
      -moz-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }
.BC_tabs .tab-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease; }
  .BC_tabs .tab-content.active {
    max-height: inherit;
    opacity: 1;
    overflow: initial; }

.js-background {
  background: #FFFFFF no-repeat center center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  color: #FFFFFF; }
  .js-background.absolute {
    z-index: initial;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }
  .js-background.background-mask::before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.56); }

.BCML {
  position: relative;
  display: block;
  width: 100%; }
  .BCML .BCML_content {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    color: #000000 !important; }
    .BCML .BCML_content h2 {
      position: relative;
      display: block;
      width: 100%;
      font-size: 18px;
      font-size: 1.8rem;
      margin: 40px 0 15px; }
    .BCML .BCML_content a {
      color: #000000 !important;
      border-bottom: 1ppx solid #000000 !important; }

.SPACER {
  position: relative;
  display: block;
  width: 100%;
  float: left; }

.ANCHOR {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  float: left; }

body .swiper-button-prev,
body .swiper-button-next {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  float: none;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  line-height: 1;
  text-align: center;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important; }
  @media screen and (min-width: 1280px) {
    body .swiper-button-prev,
    body .swiper-button-next {
      width: 60px;
      height: 60px; } }
  body .swiper-button-prev svg,
  body .swiper-button-next svg {
    position: relative;
    display: block;
    width: 100%;
    height: auto; }
  body .swiper-button-prev::after,
  body .swiper-button-next::after {
    display: none !important;
    visibility: hidden !important; }
  body .swiper-button-prev.swiper-button-disabled,
  body .swiper-button-next.swiper-button-disabled {
    opacity: 0;
    cursor: default; }
body .swiper-pagination {
  display: block;
  width: 100%;
  text-align: center; }
  body .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 12px;
    height: 12px;
    float: none;
    vertical-align: middle;
    margin: 10px 7px 0;
    border-radius: 50%;
    border: 2px solid #B78F81;
    background: transparent;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease; }
    body .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      border-color: #000000; }
body .swiper-pagination-lock {
  display: none !important; }

.has-parallax .parallax-wrapper {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden; }
.has-parallax .parallax-background {
  position: relative;
  display: block;
  width: 100%;
  height: 140%; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .BC2 .BC_inner_wrapper {
    padding: 0; } }
.BC2 .swiper-slide {
  height: auto; }
.BC2 .BC_item {
  height: 100%;
  padding-bottom: 50px; }
  .BC2 .BC_item .BC_link {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0; }

.BC3 {
  overflow: hidden; }
  .BC3 .BC3_wrapper {
    z-index: 3;
    position: relative;
    display: block;
    width: 100%;
    float: left; }
  .BC3 .BC3_wrapper_content {
    position: relative;
    display: block;
    width: 100%;
    float: left; }
    @media screen and (min-width: 768px) {
      .BC3 .BC3_wrapper_content .BC_visuel {
        position: absolute;
        top: 0;
        right: 15px;
        width: 430px; } }
    @media screen and (min-width: 992px) {
      .BC3 .BC3_wrapper_content .BC_visuel {
        width: 561px; } }
    @media screen and (min-width: 1025px) {
      .BC3 .BC3_wrapper_content .BC_visuel {
        width: 580px; } }
    @media screen and (min-width: 1280px) {
      .BC3 .BC3_wrapper_content .BC_visuel {
        width: 724px; } }
    @media screen and (min-width: 1440px) {
      .BC3 .BC3_wrapper_content .BC_visuel {
        width: 805px; } }
    .BC3 .BC3_wrapper_content .background {
      z-index: -1;
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 10000px;
      height: 100%; }
  .BC3 .BC3_background {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }
  .BC3 .BC_inner {
    padding: 25px; }
    @media screen and (min-width: 1025px) {
      .BC3 .BC_inner {
        padding: 55px; } }
  .BC3 .BC_link + .BC_link {
    margin-top: 10px; }
  .BC3 .BC_link .btn {
    min-width: 200px; }

.BC4 .BC_visuel {
  max-width: 84px;
  float: none;
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .BCG.large .BC_inner_wrapper {
    padding: 0 !important; } }

@media screen and (max-width: 767px) {
  .BCG2 .BC_repeater {
            /*.row{
                margin-left: -1px !important;
                margin-right: -1px !important;

                > div{
                    padding-left: 1px !important;
                    padding-right: 1px !important;
                    margin-bottom: 2px !important;
                }
            }*/ } }

.BCG3 .gallery-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.09);
  /*&::after{
      content: "";
      @include blocAbsolute(1);
      background: transparent url('../images/background-filter.png') no-repeat left bottom;
      @include background-size(cover);
      opacity: 0;
      @include transition(all .7s ease-out);
  }*/ }
  .BCG3 .gallery-item .gallery-embed {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0; }
  .BCG3 .gallery-item .gallery-legend {
    z-index: 3;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    padding: 10px;
    color: #FFFFFF;
    opacity: 0;
    -moz-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease; }
  .BCG3 .gallery-item:hover {
    /*&::after{
         opacity: .7;
     }*/ }
    .BCG3 .gallery-item:hover .gallery-legend {
      opacity: 1;
      -moz-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      -moz-transition: all 0.5s 0.25s ease;
      -webkit-transition: all 0.5s 0.25s ease;
      -o-transition: all 0.5s 0.25s ease;
      -ms-transition: all 0.5s 0.25s ease;
      transition: all 0.5s 0.25s ease; }

.BC_grid .grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
.BC_grid .grid-elem {
  position: relative;
  display: block;
  width: 100%; }
  .BC_grid .grid-elem .grid-elem-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
  .BC_grid .grid-elem.w1 {
    max-width: 20%;
    flex: 0 0 20%; }
  .BC_grid .grid-elem.w2 {
    max-width: 40%;
    flex: 0 0 40%; }
  .BC_grid .grid-elem.w3 {
    max-width: 60%;
    flex: 0 0 60%; }
  .BC_grid .grid-elem.h1 {
    height: 60px; }
    @media screen and (min-width: 768px) {
      .BC_grid .grid-elem.h1 {
        height: 120px; } }
  .BC_grid .grid-elem.h2 {
    height: 120px; }
    @media screen and (min-width: 768px) {
      .BC_grid .grid-elem.h2 {
        height: 240px; } }
  .BC_grid .grid-elem.h3 {
    height: 180px; }
    @media screen and (min-width: 768px) {
      .BC_grid .grid-elem.h3 {
        height: 360px; } }
    .BC_grid .grid-elem.h3.t-1 {
      top: -60px;
      height: 120px; }
      @media screen and (min-width: 768px) {
        .BC_grid .grid-elem.h3.t-1 {
          top: -120px;
          height: 240px; } }
      .BC_grid .grid-elem.h3.t-1 .grid-elem-inner {
        height: 150%; }

.BCV .BCV_content_wrapper {
  z-index: 3;
  position: relative;
  display: block;
  width: 100%;
  height: 460px;
  float: left; }
  @media screen and (min-width: 768px) {
    .BCV .BCV_content_wrapper {
      height: 520px; } }
.BCV .BCV_visuels_wrapper {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; }
.BCV .BCV_visuel {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 50%;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  transition: all 700ms ease; }
  .BCV .BCV_visuel::after {
    content: "";
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .25;
    background: #000000; }
  .BCV .BCV_visuel.left {
    top: 0;
    left: 0; }
  .BCV .BCV_visuel.right {
    bottom: 0;
    right: 0; }
  @media screen and (min-width: 768px) {
    .BCV .BCV_visuel {
      top: 0;
      width: 50%;
      height: 100%; }
      .BCV .BCV_visuel.left {
        left: 0; }
      .BCV .BCV_visuel.right {
        right: 0; } }
.BCV .BC_title::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  width: 100px;
  height: 1px;
  background: #FFFFFF;
  margin: 10px auto 0; }
.BCV .BC_link {
  margin: 20px 0 0; }

@media screen and (max-width: 767px) {
  .BCP .BC_repeater .row > div .BC_item .bar-top {
    display: none; }
  .BCP .BC_repeater .row > div:first-child .BC_item .bar-top {
    display: block; } }
@media screen and (min-width: 768px) {
  .BCP .BC_repeater .row > div {
    margin: -1px 0 0; }
    .BCP .BC_repeater .row > div.item-1, .BCP .BC_repeater .row > div.item-2, .BCP .BC_repeater .row > div.item-3 {
      margin: 0; } }
.BCP .BC_link {
  margin-top: 25px; }

.BCT .BC_item {
  height: 100%;
  padding: 0 0 90px;
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); }
  @media screen and (min-width: 1025px) {
    .BCT .BC_item:hover {
      -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); } }
  .BCT .BC_item .inner {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    padding: 15px; }
  .BCT .BC_item .meta {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 10px; }
    .BCT .BC_item .meta .meta-inner {
      position: relative;
      display: block;
      width: 100%;
      float: left;
      padding: 10px 0; }

.CHAMBRE_IC .BC_visuel {
  width: 70px;
  float: none;
  margin: 0 auto; }
@media screen and (max-width: 767px) {
  .CHAMBRE_IC .BC_item.prestation .BC_meta {
    margin-top: -10px !important; } }
.CHAMBRE_IC .background {
  z-index: -1;
  position: absolute;
  top: 0;
  right: -30px;
  display: block;
  width: 10000px;
  height: 100%; }
  @media screen and (min-width: 768px) {
    .CHAMBRE_IC .background {
      top: 18px; } }

.BCSHORTCODE.reassurances .BC_item .BC_visuel {
  width: 128px;
  height: 128px;
  float: none;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #000000; }
.BCSHORTCODE.prestations .BC_visuel {
  max-width: 84px;
  float: none;
  margin-left: auto;
  margin-right: auto; }
@media screen and (max-width: 767px) {
  .BCSHORTCODE.prestations .BC_meta {
    margin-top: -10px !important; } }
.BCSHORTCODE.seminaires .BC_visuel {
  max-width: 84px;
  float: none;
  margin-left: auto;
  margin-right: auto; }
@media screen and (max-width: 767px) {
  .BCSHORTCODE.chambres .BC_link {
    margin: 0; } }

.BCC {
  padding: 0; }
  @media screen and (min-width: 1025px) {
    .BCC .BCC_background {
      position: absolute;
      top: 0;
      left: 70%;
      display: block;
      width: 1000px;
      height: 100%; } }
  @media screen and (min-width: 768px) {
    .BCC .bt-title {
      white-space: nowrap; } }
  .BCC .BCC_form_wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: 140px 0 40px 0; }
    @media screen and (min-width: 768px) {
      .BCC .BCC_form_wrapper {
        padding: 140px 0 70px 0; } }
    @media screen and (min-width: 1025px) {
      .BCC .BCC_form_wrapper {
        padding: 180px 0; } }
  .BCC .BCC_content_wrapper {
    z-index: 3;
    position: relative;
    display: block;
    width: 100%;
    padding: 90px 0; }
    .BCC .BCC_content_wrapper .square {
      z-index: 5;
      position: absolute;
      top: 0;
      left: -90px;
      display: inline-block;
      width: 46px;
      height: 84px;
      margin: -42px 0 0 -23px; }
    .BCC .BCC_content_wrapper .background {
      z-index: -1;
      position: absolute;
      top: 0;
      left: -90px;
      display: block;
      width: 1000px;
      height: 100%; }
  .BCC .contact-link {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    padding: 0 0 0 50px; }
    .BCC .contact-link .licon {
      position: absolute;
      top: 10px;
      left: 0;
      margin-top: -16px;
      display: inline-block; }

.BCC_googlemaps {
  height: 100vh;
  max-height: 620px; }
  .BCC_googlemaps .acf-map {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }
  .BCC_googlemaps .acf-map-infos {
    padding: 5px 10px 10px 5px; }

.fiche {
  position: relative;
  display: block;
  width: 100%; }
  .fiche .fiche-visuel,
  .fiche .fiche-inner {
    position: relative;
    display: block;
    width: 100%;
    float: left; }
  .fiche .fiche-hover {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease; }
    .fiche .fiche-hover .btn, .fiche .fiche-hover .btn-inline {
      z-index: 3;
      opacity: 0;
      -moz-transform: translate(0, 10px);
      -webkit-transform: translate(0, 10px);
      -o-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
      transform: translate(0, 10px);
      -moz-transition: all 400ms 250ms ease;
      -webkit-transition: all 400ms 250ms ease;
      -o-transition: all 400ms 250ms ease;
      -ms-transition: all 400ms 250ms ease;
      transition: all 400ms 250ms ease; }
    .fiche .fiche-hover .mask {
      z-index: 0;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      opacity: .4; }
  .fiche .fiche-wrapper {
    z-index: 3;
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    padding: 25px; }
    .fiche .fiche-wrapper .fiche-inner {
      padding: 10px; }
    .fiche .fiche-wrapper.bottom {
      bottom: 0; }
  .fiche:hover .fiche-hover {
    opacity: 1; }
    .fiche:hover .fiche-hover .btn, .fiche:hover .fiche-hover .btn-inline {
      opacity: 1;
      -moz-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
  .fiche.fiche-actualite {
    padding-bottom: 90px; }
    .fiche.fiche-actualite .BC_link {
      position: absolute;
      bottom: 0;
      left: 0; }

form > p {
  display: block;
  margin: 0;
  padding: 20px 0;
  border-top: none; }
  form > p:last-of-type {
    border: 0; }
form .label-container {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  margin: 0 0 15px; }
  form .label-container strong {
    display: none; }
  form .label-container .wpcf7-form-control-wrap {
    position: relative;
    display: block;
    width: 100%; }
form br {
  display: none; }
form input,
form textarea {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 10px 0;
  border-radius: 0 !important;
  border-bottom: 1px solid #000000;
  background: transparent;
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease; }
  form input:hover, form input:focus,
  form textarea:hover,
  form textarea:focus {
    border-color: #B78F81; }
  form input.wpcf7-not-valid,
  form textarea.wpcf7-not-valid {
    border-color: crimson !important; }
form input[type="text"], form input[type="password"], form input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
form textarea {
  height: 150px;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
form select {
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 10px;
  border-radius: 2px;
  background: #FFFFFF url("../images/icon-select.svg") right 10px top 16px no-repeat;
  -webkit-appearance: none;
  appearance: none; }
form .wpcf7-list-item {
  display: inline-block;
  width: auto;
  margin-right: 25px; }
  form .wpcf7-list-item.last {
    margin-right: 0; }
  form .wpcf7-list-item label .wpcf7-list-item-label {
    top: -2px; }
form .wpcf7-checkbox label {
  color: #000000 !important; }
  form .wpcf7-checkbox label::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: none;
    background: transparent;
    -moz-box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #000000;
    -webkit-box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #000000;
    -o-box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #000000;
    -ms-box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #000000;
    box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #000000;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease; }
  form .wpcf7-checkbox label input {
    margin: 0;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: inherit;
    opacity: 0 !important; }
  form .wpcf7-checkbox label .wpcf7-list-item-label {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 20px;
    color: #000000 !important;
    font-size: 12px;
    font-size: 1.2rem; }
  form .wpcf7-checkbox label:hover {
    cursor: pointer; }
    form .wpcf7-checkbox label:hover::before {
      background: rgba(0, 0, 0, 0.25); }
  form .wpcf7-checkbox label.checked {
    cursor: pointer; }
    form .wpcf7-checkbox label.checked::before {
      background: #000000; }
form label.custom-checkbox {
  position: relative;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin: 0 15px 0 0;
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1; }
  form label.custom-checkbox .circle {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    float: none;
    vertical-align: middle;
    margin: 0 12px 0 0;
    border: none;
    border-radius: 50%;
    background: #B78F81;
    -moz-box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 4px #000000;
    -webkit-box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 4px #000000;
    -o-box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 4px #000000;
    -ms-box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 4px #000000;
    box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 4px #000000;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease; }
  form label.custom-checkbox input {
    margin: 0;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: inherit;
    opacity: 0 !important; }
  form label.custom-checkbox input:checked + .circle {
    background: #FFFFFF; }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  form .wpcf7-submit-container {
    margin-top: 15px; } }
form .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 12px;
  right: 4px;
  display: inline-block;
  width: 18px;
  height: 12px;
  color: transparent !important;
  font-size: 10px !important;
  text-align: right;
  overflow: hidden; }
  form .wpcf7-not-valid-tip::after {
    content: "\f071";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    float: right;
    margin: 0;
    padding: 0;
    text-align: center;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    color: #B78F81 !important;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease; }

.wpcf7-form .wpcf7-response-output {
  padding: 0;
  background: #B78F81;
  color: #FFFFFF; }
.wpcf7-form.sent .wpcf7-response-output, .wpcf7-form.invalid .wpcf7-response-output, .wpcf7-form.spam .wpcf7-response-output {
  padding: 15px; }
.wpcf7-form.invalid .wpcf7-response-output, .wpcf7-form.spam .wpcf7-response-output {
  background: crimson; }

.screen-reader-response {
  display: none; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.3); }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.3); }

.sticky-wrapper {
  z-index: 5;
  position: relative;
  display: block;
  width: 100%; }

.MENU_wrapper {
  position: relative;
  display: block;
  width: 100%; }
  .MENU_wrapper .MENU {
    position: relative;
    display: block;
    width: 100%; }
  .MENU_wrapper .MENU_nav {
    position: relative;
    display: block;
    width: 100%; }
    .MENU_wrapper .MENU_nav ul {
      position: relative;
      display: block;
      width: 100%; }
    @media screen and (max-width: 767px) {
      .MENU_wrapper .MENU_nav {
        height: 70px;
        line-height: 70px;
        overflow: auto; }
        .MENU_wrapper .MENU_nav ul {
          position: relative;
          display: block;
          width: 100%;
          width: inherit;
          white-space: nowrap; }
          .MENU_wrapper .MENU_nav ul li {
            position: relative;
            display: inline-block;
            float: none;
            margin: 0 15px; }
            .MENU_wrapper .MENU_nav ul li:last-child {
              margin-right: 80px; } }
    .MENU_wrapper .MENU_nav a {
      position: relative;
      display: block;
      width: 100%;
      padding: 8px 0;
      color: #000000;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .MENU_wrapper .MENU_nav a {
          padding: 0; } }
      @media screen and (min-width: 1025px) {
        .MENU_wrapper .MENU_nav a:hover {
          color: #B78F81; } }
      .MENU_wrapper .MENU_nav a.active {
        color: #B78F81; }
  .MENU_wrapper .MENU_content {
    position: relative;
    display: block;
    width: 100%; }

.menu-box {
  position: relative;
  display: block;
  width: 100%; }
  .menu-box .menu-box-title {
    position: relative;
    display: block;
    width: 100%; }
    .menu-box .menu-box-title .BC_title {
      border-bottom: 1px solid #000000; }
      .menu-box .menu-box-title .BC_title span {
        display: inline-block;
        width: auto;
        float: left;
        padding: 15px 20px;
        background: #000000;
        color: #FFFFFF; }
    .menu-box .menu-box-title .BC_meta {
      position: absolute;
      top: 0;
      right: 0;
      width: auto; }
  .menu-box .menu-box-menu {
    position: relative;
    display: block;
    width: 100%;
    margin: 15px 0 0; }

.menu-line {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 10px; }
  .menu-line.featured {
    margin: 40px 0 10px; }
    .menu-line.featured:first-child {
      margin-top: 0; }

@media screen and (max-width: 767px) {
  .price-line.has-price .title, .price-line.has-price .info {
    padding-right: 110px; }
  .price-line.has-price .price-abs {
    position: absolute;
    top: 3px;
    right: 15px;
    display: inline-block;
    width: auto; } }

.bt-meilleursprix {
  position: relative;
  display: block;
  width: 100%;
  top: -130px; }
  @media screen and (min-width: 768px) {
    .bt-meilleursprix {
      position: absolute;
      top: 100%;
      left: 0;
      margin: 10px 0 0; } }

.EDGE_reservation {
  z-index: 5; }
  @media screen and (max-width: 767px) {
    .EDGE_reservation {
      z-index: 9999;
      position: fixed;
      top: 50%;
      left: 0;
      height: 0px;
      opacity: 0;
      visibility: hidden; } }
  @media screen and (min-width: 768px) {
    .EDGE_reservation.show {
      height: auto !important;
      opacity: 1 !important;
      visibility: inherit !important; }
      .EDGE_reservation.show .EDGE-close {
        display: none !important; } }
  .EDGE_reservation.hide {
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 0;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 0;
    opacity: 0;
    visibility: hidden; }

.EDGE-reservation-form {
  position: relative;
  display: block;
  width: 100%;
  margin-top: -45px;
  border: 1px solid #000000;
  background: #FFFFFF;
  -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 1025px) {
    .EDGE-reservation-form {
      margin-top: -45px; } }
  @media screen and (min-width: 1025px) {
    .EDGE-reservation-form {
      padding-right: 300px; } }
  .EDGE-reservation-form .b-right::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: #000000; }

.EDGE-bloc {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px;
  /*@include responsive(at-tablet){
      height: 90px;
      line-height: 90px;
      padding: 0 10px;
  }*/ }
  @media screen and (min-width: 1025px) {
    .EDGE-bloc {
      height: 90px;
      line-height: 90px;
      padding: 0 15px; } }
  .EDGE-bloc.submit {
    position: relative;
    display: block;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .EDGE-bloc.submit {
        padding: 0; } }
    @media screen and (min-width: 1025px) {
      .EDGE-bloc.submit {
        position: absolute;
        top: 0;
        right: 0;
        width: 300px;
        height: 100%;
        padding: 0; } }
    .EDGE-bloc.submit .btn {
      position: relative;
      display: block;
      width: 100%; }
      @media screen and (min-width: 1025px) {
        .EDGE-bloc.submit .btn {
          height: 90px;
          line-height: 90px;
          padding: 0 15px; } }

.EDGE-datepicker {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center; }
  .EDGE-datepicker .title,
  .EDGE-datepicker input {
    display: inline-block;
    width: auto;
    float: none;
    vertical-align: middle; }
  .EDGE-datepicker input {
    width: 110px;
    margin: 0;
    border: none; }
    @media screen and (max-width: 767px) {
      .EDGE-datepicker input {
        text-align: center; } }
  .EDGE-datepicker .message {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%; }

.EDGE-close {
  position: absolute;
  top: -30px;
  left: 0;
  display: inline-block;
  padding-left: 20px; }
  .EDGE-close .licon-close::before, .EDGE-close .licon-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    display: inline-block;
    width: 12px;
    height: 2px;
    margin: -1px 0 0 -6px;
    background: currentColor; }
  .EDGE-close .licon-close::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .EDGE-close .licon-close::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.EDGE-overlay {
  z-index: 9990;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease; }
  @media screen and (min-width: 768px) {
    .EDGE-overlay {
      display: none !important; } }
  .EDGE-overlay.hide {
    position: fixed;
    display: block !important; }

.ui-widget.ui-widget-content {
  z-index: 9999 !important; }

.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0; }

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px; }
  .ui-datepicker .ui-datepicker-next span::after,
  .ui-datepicker .ui-datepicker-prev span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -3px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid; }

.ui-datepicker .ui-datepicker-next span::after {
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #FFFFFF; }

.ui-datepicker .ui-datepicker-prev span::after {
  border-width: 5px 6px 5px 0;
  border-color: transparent #FFFFFF transparent transparent; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em; }

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td a, .ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: center;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em; }

.ui-widget {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 15px; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #fff; }

.ui-widget-content {
  border: 1px solid #c3b4ab;
  background: #c3b4ab;
  color: #fff; }

.ui-widget-content a {
  color: #fff; }

.ui-widget-header {
  border: 1px solid #c3b4ab;
  background: #c3b4ab;
  color: #fff;
  font-weight: bold; }

.ui-widget-header a {
  color: #fff; }

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c3b4ab;
  background: #c3b4ab;
  font-weight: normal;
  color: #fff; }

.ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
  color: #fff;
  text-decoration: none; }

.ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
  border: 1px solid #fff;
  background: #c3b4ab;
  font-weight: normal;
  color: #fff; }

.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
  color: #fff;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
  border: 1px solid #fff;
  background: #fff;
  font-weight: normal;
  color: #c3b4ab; }

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #fff;
  background-color: #c3b4ab; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #c3b4ab;
  text-decoration: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fff;
  background: #c3b4ab;
  color: #fff; }

.ui-state-checked {
  border: 1px solid #fff;
  background: #c3b4ab; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #fff; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #c3b4ab;
  background: #c3b4ab;
  color: #fff; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #fff; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #fff; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.bt-header .class {
  visibility: hidden; }
.bt-header.in-transition .class {
  visibility: inherit; }

@media screen and (min-width: 1025px) {
  .pulse:hover::before, .pulse:hover::after {
    content: "";
    z-index: -1;
    position: absolute;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    display: block;
    border: 1px solid #000000;
    border-radius: 50%;
    backface-visibility: hidden;
    -webkit-animation: pulse 1.5s linear infinite;
    -moz-animation: pulse 1.5s linear infinite;
    -o-animation: pulse 1.5s linear infinite;
    animation: pulse 1.5s linear infinite; }
  .pulse:hover::after {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; } }

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@-o-keyframes pulse {
  0% {
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0; } }
@keyframes pulse {
  0% {
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0; } }
.shine-wrapper .js-background {
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  transition: all 700ms ease; }
.shine-wrapper:hover .js-background {
  -moz-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05); }

.BC_big_text_container {
  --big-text-width: 1000px;
  --big-text-height: 90px;
  position: relative;
  display: block;
  width: 100%;
  height: var(--big-text-height); }
  @media screen and (min-width: 1025px) {
    .BC_big_text_container {
      --big-text-width: 1500px;
      --big-text-height: 126px; } }
  .BC_big_text_container .BC_big_text_wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    width: var(--big-text-width);
    -webkit-animation: scroller 12s linear infinite;
    -moz-animation: scroller 12s linear infinite;
    -o-animation: scroller 12s linear infinite;
    animation: scroller 12s linear infinite; }
    @media screen and (min-width: 1025px) {
      .BC_big_text_container .BC_big_text_wrapper {
        -webkit-animation: scroller 15s linear infinite;
        -moz-animation: scroller 15s linear infinite;
        -o-animation: scroller 15s linear infinite;
        animation: scroller 15s linear infinite; } }
  .BC_big_text_container .BC_big_text {
    width: var(--big-text-width);
    text-align: center; }
    .BC_big_text_container .BC_big_text.-item--2 {
      position: absolute;
      top: 0;
      right: 200%; }
    .BC_big_text_container .BC_big_text.-item--1 {
      position: absolute;
      top: 0;
      right: 100%; }
    .BC_big_text_container .BC_big_text.-item-1 {
      position: absolute;
      top: 0;
      left: 100%; }
    .BC_big_text_container .BC_big_text.-item-2 {
      position: absolute;
      top: 0;
      left: 200%; }
    .BC_big_text_container .BC_big_text svg {
      width: auto;
      max-width: inherit;
      height: var(--big-text-height);
      margin: 0 auto; }

@-webkit-keyframes scroller {
  from {
    -moz-transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0); }
  to {
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }
@-moz-keyframes scroller {
  from {
    -moz-transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0); }
  to {
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }
@-o-keyframes scroller {
  from {
    -moz-transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0); }
  to {
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }
@keyframes scroller {
  from {
    -moz-transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0); }
  to {
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }
/*
.shine-wrapper{

    .shine{
        z-index: 2;
        position: absolute;
        top: -110%;
        left: -210%;
        width: 200%;
        height: 200%;
        opacity: 0;
        @include rotate(30deg);
        background: rgba(255,255,255, 0.09);
        background: linear-gradient(to right, rgba(255,255,255, .09) 0%, rgba(255,255,255, .09) 77%, rgba(255,255,255, 0.5) 92%, rgba(255,255,255, 0) 100%);
        @include transition(all 0.7s ease);
    }

    &:hover{

        .shine{
            opacity: 1;
            top: -30%;
            left: -30%;
            -moz-transition-property: left, top, opacity;
            -webkit-transition-property: left, top, opacity;
            -o-transition-property: left, top, opacity;
            -ms-transition-property: left, top, opacity;
            transition-property: left, top, opacity;
            -moz-transition-duration: 750ms, 750ms, 150ms;
            -webkit-transition-duration: 750ms, 750ms, 150ms;
            -o-transition-duration: 750ms, 750ms, 150ms;
            -ms-transition-duration: 750ms, 750ms, 150ms;
            transition-duration: 750ms, 750ms, 150ms;
        }
    }
}
*/
