<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#wpadminbar {
  position: fixed !important; }

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 2rem; }

.wp-caption &gt; figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0; }

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0; }

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0; }

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0; }

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

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&amp;v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.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; }

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

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.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; }

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

.pull-left {
  float: left; }

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

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

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

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

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the &lt;fieldset&gt; element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&amp;medium=40em&amp;large=64em&amp;xlarge=75em&amp;xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .row::after {
    clear: both; }
  .row.collapse &gt; .column, .row.collapse &gt; .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 &gt; .column, .small-up-1 &gt; .columns {
  width: 100%;
  float: left; }
  .small-up-1 &gt; .column:nth-of-type(1n), .small-up-1 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 &gt; .column:nth-of-type(1n+1), .small-up-1 &gt; .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 &gt; .column:last-child, .small-up-1 &gt; .columns:last-child {
    float: left; }

.small-up-2 &gt; .column, .small-up-2 &gt; .columns {
  width: 50%;
  float: left; }
  .small-up-2 &gt; .column:nth-of-type(1n), .small-up-2 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 &gt; .column:nth-of-type(2n+1), .small-up-2 &gt; .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 &gt; .column:last-child, .small-up-2 &gt; .columns:last-child {
    float: left; }

.small-up-3 &gt; .column, .small-up-3 &gt; .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 &gt; .column:nth-of-type(1n), .small-up-3 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 &gt; .column:nth-of-type(3n+1), .small-up-3 &gt; .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 &gt; .column:last-child, .small-up-3 &gt; .columns:last-child {
    float: left; }

.small-up-4 &gt; .column, .small-up-4 &gt; .columns {
  width: 25%;
  float: left; }
  .small-up-4 &gt; .column:nth-of-type(1n), .small-up-4 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 &gt; .column:nth-of-type(4n+1), .small-up-4 &gt; .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 &gt; .column:last-child, .small-up-4 &gt; .columns:last-child {
    float: left; }

.small-up-5 &gt; .column, .small-up-5 &gt; .columns {
  width: 20%;
  float: left; }
  .small-up-5 &gt; .column:nth-of-type(1n), .small-up-5 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 &gt; .column:nth-of-type(5n+1), .small-up-5 &gt; .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 &gt; .column:last-child, .small-up-5 &gt; .columns:last-child {
    float: left; }

.small-up-6 &gt; .column, .small-up-6 &gt; .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 &gt; .column:nth-of-type(1n), .small-up-6 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 &gt; .column:nth-of-type(6n+1), .small-up-6 &gt; .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 &gt; .column:last-child, .small-up-6 &gt; .columns:last-child {
    float: left; }

.small-up-7 &gt; .column, .small-up-7 &gt; .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 &gt; .column:nth-of-type(1n), .small-up-7 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 &gt; .column:nth-of-type(7n+1), .small-up-7 &gt; .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 &gt; .column:last-child, .small-up-7 &gt; .columns:last-child {
    float: left; }

.small-up-8 &gt; .column, .small-up-8 &gt; .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 &gt; .column:nth-of-type(1n), .small-up-8 &gt; .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 &gt; .column:nth-of-type(8n+1), .small-up-8 &gt; .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 &gt; .column:last-child, .small-up-8 &gt; .columns:last-child {
    float: left; }

.small-collapse &gt; .column, .small-collapse &gt; .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse &gt; .column, .small-uncollapse &gt; .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 &gt; .column, .medium-up-1 &gt; .columns {
    width: 100%;
    float: left; }
    .medium-up-1 &gt; .column:nth-of-type(1n), .medium-up-1 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 &gt; .column:nth-of-type(1n+1), .medium-up-1 &gt; .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 &gt; .column:last-child, .medium-up-1 &gt; .columns:last-child {
      float: left; }
  .medium-up-2 &gt; .column, .medium-up-2 &gt; .columns {
    width: 50%;
    float: left; }
    .medium-up-2 &gt; .column:nth-of-type(1n), .medium-up-2 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 &gt; .column:nth-of-type(2n+1), .medium-up-2 &gt; .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 &gt; .column:last-child, .medium-up-2 &gt; .columns:last-child {
      float: left; }
  .medium-up-3 &gt; .column, .medium-up-3 &gt; .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 &gt; .column:nth-of-type(1n), .medium-up-3 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 &gt; .column:nth-of-type(3n+1), .medium-up-3 &gt; .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 &gt; .column:last-child, .medium-up-3 &gt; .columns:last-child {
      float: left; }
  .medium-up-4 &gt; .column, .medium-up-4 &gt; .columns {
    width: 25%;
    float: left; }
    .medium-up-4 &gt; .column:nth-of-type(1n), .medium-up-4 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 &gt; .column:nth-of-type(4n+1), .medium-up-4 &gt; .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 &gt; .column:last-child, .medium-up-4 &gt; .columns:last-child {
      float: left; }
  .medium-up-5 &gt; .column, .medium-up-5 &gt; .columns {
    width: 20%;
    float: left; }
    .medium-up-5 &gt; .column:nth-of-type(1n), .medium-up-5 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 &gt; .column:nth-of-type(5n+1), .medium-up-5 &gt; .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 &gt; .column:last-child, .medium-up-5 &gt; .columns:last-child {
      float: left; }
  .medium-up-6 &gt; .column, .medium-up-6 &gt; .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 &gt; .column:nth-of-type(1n), .medium-up-6 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 &gt; .column:nth-of-type(6n+1), .medium-up-6 &gt; .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 &gt; .column:last-child, .medium-up-6 &gt; .columns:last-child {
      float: left; }
  .medium-up-7 &gt; .column, .medium-up-7 &gt; .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 &gt; .column:nth-of-type(1n), .medium-up-7 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 &gt; .column:nth-of-type(7n+1), .medium-up-7 &gt; .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 &gt; .column:last-child, .medium-up-7 &gt; .columns:last-child {
      float: left; }
  .medium-up-8 &gt; .column, .medium-up-8 &gt; .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 &gt; .column:nth-of-type(1n), .medium-up-8 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 &gt; .column:nth-of-type(8n+1), .medium-up-8 &gt; .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 &gt; .column:last-child, .medium-up-8 &gt; .columns:last-child {
      float: left; }
  .medium-collapse &gt; .column, .medium-collapse &gt; .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse &gt; .column, .medium-uncollapse &gt; .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 &gt; .column, .large-up-1 &gt; .columns {
    width: 100%;
    float: left; }
    .large-up-1 &gt; .column:nth-of-type(1n), .large-up-1 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 &gt; .column:nth-of-type(1n+1), .large-up-1 &gt; .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 &gt; .column:last-child, .large-up-1 &gt; .columns:last-child {
      float: left; }
  .large-up-2 &gt; .column, .large-up-2 &gt; .columns {
    width: 50%;
    float: left; }
    .large-up-2 &gt; .column:nth-of-type(1n), .large-up-2 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 &gt; .column:nth-of-type(2n+1), .large-up-2 &gt; .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 &gt; .column:last-child, .large-up-2 &gt; .columns:last-child {
      float: left; }
  .large-up-3 &gt; .column, .large-up-3 &gt; .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 &gt; .column:nth-of-type(1n), .large-up-3 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 &gt; .column:nth-of-type(3n+1), .large-up-3 &gt; .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 &gt; .column:last-child, .large-up-3 &gt; .columns:last-child {
      float: left; }
  .large-up-4 &gt; .column, .large-up-4 &gt; .columns {
    width: 25%;
    float: left; }
    .large-up-4 &gt; .column:nth-of-type(1n), .large-up-4 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 &gt; .column:nth-of-type(4n+1), .large-up-4 &gt; .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 &gt; .column:last-child, .large-up-4 &gt; .columns:last-child {
      float: left; }
  .large-up-5 &gt; .column, .large-up-5 &gt; .columns {
    width: 20%;
    float: left; }
    .large-up-5 &gt; .column:nth-of-type(1n), .large-up-5 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 &gt; .column:nth-of-type(5n+1), .large-up-5 &gt; .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 &gt; .column:last-child, .large-up-5 &gt; .columns:last-child {
      float: left; }
  .large-up-6 &gt; .column, .large-up-6 &gt; .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 &gt; .column:nth-of-type(1n), .large-up-6 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 &gt; .column:nth-of-type(6n+1), .large-up-6 &gt; .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 &gt; .column:last-child, .large-up-6 &gt; .columns:last-child {
      float: left; }
  .large-up-7 &gt; .column, .large-up-7 &gt; .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 &gt; .column:nth-of-type(1n), .large-up-7 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 &gt; .column:nth-of-type(7n+1), .large-up-7 &gt; .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 &gt; .column:last-child, .large-up-7 &gt; .columns:last-child {
      float: left; }
  .large-up-8 &gt; .column, .large-up-8 &gt; .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 &gt; .column:nth-of-type(1n), .large-up-8 &gt; .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 &gt; .column:nth-of-type(8n+1), .large-up-8 &gt; .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 &gt; .column:last-child, .large-up-8 &gt; .columns:last-child {
      float: left; }
  .large-collapse &gt; .column, .large-collapse &gt; .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse &gt; .column, .large-uncollapse &gt; .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

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

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fff; }
  .button.secondary {
    background-color: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

label &gt; [type='checkbox'],
label &gt; [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group &gt; :first-child {
    border-radius: 0 0 0 0; }
  .input-group &gt; :last-child &gt; * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

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

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"&gt;&lt;polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"&gt;&lt;/polygon&gt;&lt;/svg&gt;');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
  border: 0;
  line-height: 1; }
  input[type="range"]:focus {
    outline: 0; }
  input[type="range"][disabled] {
    opacity: 0.25; }
  input[type="range"]::-webkit-slider-runnable-track {
    height: 0.5rem;
    background: #e6e6e6; }
  input[type="range"]::-webkit-slider-handle {
    -webkit-appearance: none;
    background: #2199e8;
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.45rem; }
  input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 0.5rem;
    background: #e6e6e6; }
  input[type="range"]::-moz-range-thumb {
    -moz-appearance: none;
    background: #2199e8;
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.45rem; }
  input[type="range"]::-ms-track {
    height: 0.5rem;
    background: #e6e6e6;
    color: transparent;
    border: 0;
    overflow: visible;
    border-top: 0.45rem solid #fefefe;
    border-bottom: 0.45rem solid #fefefe; }
  input[type="range"]::-ms-thumb {
    background: #2199e8;
    width: 1.4rem;
    height: 1.4rem;
    border: 0; }
  input[type="range"]::-ms-fill-lower {
    background: #cacaca; }
  input[type="range"]::-ms-fill-upper {
    background: #e6e6e6; }
  output {
    line-height: 1.4rem;
    vertical-align: middle;
    margin-left: 0.5em; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active &gt; .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fefefe; }

.is-accordion-submenu-parent &gt; a {
  position: relative; }
  .is-accordion-submenu-parent &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] &gt; a::after {
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  -ms-transform: scaleY(-1);
      transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fefefe; }
  .badge.secondary {
    background: #777;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #2199e8; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    font-size: 0.9rem;
    float: left; }
    .button-group .button:not(:last-child) {
      border-right: 1px solid #fefefe; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
  .button-group.primary .button {
    background-color: #2199e8;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #147cc0;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fefefe; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fefefe; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-medium .button:not(:last-child) {
      margin-right: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto; }
      .button-group.stacked-for-small .button:not(:last-child) {
        margin-right: 1px; } }
  @media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto; }
      .button-group.stacked-for-medium .button:not(:last-child) {
        margin-right: 1px; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white; }
  .callout &gt; :first-child {
    margin-top: 0; }
  .callout &gt; :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #def0fc; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -ms-transform: translateX(-100%);
        transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -ms-transform: translateX(100%);
        transform: translateX(100%); }

.is-drilldown-submenu-parent &gt; a {
  position: relative; }
  .is-drilldown-submenu-parent &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back &gt; a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 16rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu &gt; li.opens-left &gt; .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }

.dropdown.menu &gt; li.opens-right &gt; .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }

.dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a {
  padding-right: 1.5rem;
  position: relative; }

.dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical &gt; li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical &gt; li.opens-left .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.vertical &gt; li.opens-right .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical &gt; li &gt; a::after {
  right: 14px;
  margin-top: -3px; }

.dropdown.menu.vertical &gt; li.opens-left &gt; a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

.dropdown.menu.vertical &gt; li.opens-right &gt; a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0; }

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal &gt; li.opens-left &gt; .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal &gt; li.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical &gt; li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical &gt; li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical &gt; li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical &gt; li &gt; a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical &gt; li.opens-left &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical &gt; li.opens-right &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal &gt; li.opens-left &gt; .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal &gt; li.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal &gt; li.is-dropdown-submenu-parent &gt; a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical &gt; li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical &gt; li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical &gt; li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical &gt; li &gt; a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical &gt; li.opens-left &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical &gt; li.opens-right &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
    top: 100%; }
  .is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu-parent &gt; a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu &gt; li {
    width: 100%; }
  .is-dropdown-submenu:not(.js-dropdown-nohover) &gt; .is-dropdown-submenu-parent:hover &gt; .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu &gt; li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu &gt; li {
      outline: 0; }
  .menu &gt; li &gt; a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu &gt; li &gt; a img,
  .menu &gt; li &gt; a i {
    vertical-align: middle; }
  .menu &gt; li &gt; a i + span,
  .menu &gt; li &gt; a img + span {
    vertical-align: middle; }
  .menu &gt; li &gt; a img,
  .menu &gt; li &gt; a i {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu &gt; li {
    display: table-cell; }
  .menu.vertical &gt; li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal &gt; li {
      display: table-cell; }
    .menu.medium-vertical &gt; li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal &gt; li {
      display: table-cell; }
    .menu.large-vertical &gt; li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right &gt; li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded &gt; li:first-child:last-child {
      width: 100%; }
  .menu.icon-top &gt; li &gt; a {
    text-align: center; }
    .menu.icon-top &gt; li &gt; a img,
    .menu.icon-top &gt; li &gt; a i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active &gt; a {
    color: #fefefe;
    background: #121212; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered &gt; .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -ms-transform: translateX(0);
      transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      -ms-transform: translateX(250px);
          transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      -ms-transform: translateX(-250px);
          transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2199e8;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: default; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #2199e8; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background: #cacaca;
  border: 0; }
  progress::-webkit-progress-bar {
    background: #cacaca;
    border-radius: 0; }
  progress::-webkit-progress-value {
    background: #2199e8;
    border-radius: 0; }
  progress::-moz-progress-bar {
    background: #2199e8;
    border-radius: 0; }
  progress.primary {
    color: #2199e8; }
    progress.primary::-webkit-progress-value {
      background: #2199e8; }
    progress.primary::-moz-progress-bar {
      background: #2199e8; }
  progress.secondary {
    color: #777; }
    progress.secondary::-webkit-progress-value {
      background: #777; }
    progress.secondary::-moz-progress-bar {
      background: #777; }
  progress.success {
    color: #3adb76; }
    progress.success::-webkit-progress-value {
      background: #3adb76; }
    progress.success::-moz-progress-bar {
      background: #3adb76; }
  progress.warning {
    color: #ffae00; }
    progress.warning::-webkit-progress-value {
      background: #ffae00; }
    progress.warning::-moz-progress-bar {
      background: #ffae00; }
  progress.alert {
    color: #ec5840; }
    progress.alert::-webkit-progress-value {
      background: #ec5840; }
    progress.alert::-moz-progress-bar {
      background: #ec5840; }

meter {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
  background: #cacaca;
  border: 0; }
  meter::-webkit-meter-bar {
    background: #cacaca; }
  meter::-webkit-meter-optimum-value {
    background: #3adb76; }
  meter::-webkit-meter-suboptimum-value {
    background: #ffae00; }
  meter::-webkit-meter-even-less-good-value {
    background: #ec5840; }
  meter::-moz-meter-bar {
    background: #2199e8; }
  meter:-moz-meter-optimum::-moz-meter-bar {
    background: #3adb76; }
  meter:-moz-meter-sub-optimum::-moz-meter-bar {
    background: #ffae00; }
  meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
    background: #ec5840; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #1583cc; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -ms-transform: scale(1, -1);
      transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal &gt; :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute; }

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #2199e8; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label &gt; .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label &gt; .switch-inactive {
    display: none; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  table thead,
  table tfoot {
    background: #f8f8f8;
    color: #0a0a0a; }
    table thead tr,
    table tfoot tr {
      background: transparent; }
    table thead th,
    table thead td,
    table tfoot th,
    table tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  table tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover tr:hover {
  background-color: #f9f9f9; }

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical &gt; li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple &gt; li &gt; a {
  padding: 0; }
  .tabs.simple &gt; li &gt; a:hover {
    background: transparent; }

.tabs.primary {
  background: #2199e8; }
  .tabs.primary &gt; li &gt; a {
    color: #fefefe; }
    .tabs.primary &gt; li &gt; a:hover, .tabs.primary &gt; li &gt; a:focus {
      background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title &gt; a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem; }
    .tabs-title &gt; a:hover {
      background: #fefefe; }
    .tabs-title &gt; a:focus, .tabs-title &gt; a[aria-selected='true'] {
      background: #e6e6e6; }

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.top-bar {
  padding: 0; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #121212; }
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }

@media screen and (max-width: 39.9375em) {
  .stacked-for-small .top-bar-left,
  .stacked-for-small .top-bar-right {
    width: 100%; } }

@media screen and (max-width: 63.9375em) {
  .stacked-for-medium .top-bar-left,
  .stacked-for-medium .top-bar-right {
    width: 100%; } }

@media screen and (max-width: 74.9375em) {
  .stacked-for-large .top-bar-left,
  .stacked-for-large .top-bar-right {
    width: 100%; } }

.top-bar-left,
.top-bar-right {
  width: 100%; }

@media screen and (min-width: 40em) {
  .top-bar-left,
  .top-bar-right {
    width: auto; } }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1; }

.clearfix::after {
  clear: both; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
/* Navigation breakpoints */
@media screen and (max-width: 39.9375em) {
  .desktop-menu, .top-bar-left {
    display: none !important; } }

@media screen and (min-width: 40em) {
  #mobile-menu, .title-bar {
    display: none !important; } }

/* Mobile menu */
.off-canvas &gt; ul.menu {
  height: 100vh;
  padding: 1rem; }

.title-bar-title a {
  font-size: 1rem;
  color: #B9B9B9; }

/* Tablet and desktop menu */
.top-bar .menu .home a {
  font-size: 1rem;
  color: #B9B9B9; }

.top-bar .menu a {
  height: 45px;
  line-height: 45px;
  color: #e6e6e6;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1; }
  .top-bar .menu a:hover:not(.button) {
    background-color: #2a2a2a; }

.top-bar .menu &gt; li:not(.menu-text) &gt; a {
  padding: 1rem; }

.top-bar .menu li:not(:last-child) {
  border-right: 1px solid #4e4e4e; }

.top-bar .dropdown.menu .submenu {
  background-color: #121212;
  color: #e6e6e6;
  border: 0; }

.top-bar .dropdown.menu .has-submenu.is-down-arrow a {
  padding-right: 1rem; }

.top-bar .dropdown.menu .has-submenu.is-down-arrow &gt; a::after {
  border: 0; }

.top-bar .dropdown.menu:first-child &gt;
li.is-dropdown-submenu-parent &gt;
a::after {
  display: none; }

#footer-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  margin-top: 3.75rem; }
  #footer-container #footer {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.875rem 0; }
    #footer-container #footer::before, #footer-container #footer::after {
      content: ' ';
      display: table;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -ms-flex-order: 1;
          order: 1; }
    #footer-container #footer::after {
      clear: both; }
    #footer-container #footer ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }

.sidebar {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .sidebar {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .sidebar:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    .sidebar {
      width: 33.33333%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      margin-top: 1rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .sidebar {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 40em) {
      .sidebar:last-child:not(:first-child) {
        float: right; } }

.sites-button {
  background: #FF6908;
  font-size: 1.25rem;
  font-weight: bold;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px;
  border: none; }

#featured-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 2rem;
  position: relative;
  height: 12.5rem; }

.no-featured-image-set {
  height: 1rem !important; }

@media screen and (min-width: 40em) {
  #featured-hero {
    height: 25rem; } }

.dotted, .section-divider hr {
  border-style: dashed;
  margin: 2rem 0; }

/* Apply outline styles only when input method is keyboard
 * remove :focus style via What Input using progressive enhancement
 * so :focus isn't left broken if JavaScript fails
 */
[data-whatinput="mouse"] a:focus, button:focus [data-whatinput="touch"] a:focus, button:focus {
  outline: none; }

#front-hero {
  background: url("../images/demo/hero-bg-foundation-6-small.svg") bottom center;
  background-size: cover;
  background-position: bottom;
  padding: 4.0625rem 0;
  margin: 0 0 2rem;
  height: auto;
  position: relative;
  text-align: left; }
  #front-hero .marketing {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 55rem; }
    #front-hero .marketing::before, #front-hero .marketing::after {
      content: ' ';
      display: table;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -ms-flex-order: 1;
          order: 1; }
    #front-hero .marketing::after {
      clear: both; }
  @media screen and (min-width: 40em) {
    #front-hero {
      background: url("../images/demo/hero-bg-foundation-6-large.svg") bottom center;
      background-size: cover;
      background-position: center;
      height: 42.8125rem;
      margin: 0 0 4.5rem; } }
  #front-hero #watch {
    width: 58.33333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: -41.66667%; }
    @media screen and (min-width: 40em) {
      #front-hero #watch {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #front-hero #watch:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #front-hero #watch {
        width: 100%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        position: relative;
        left: 0%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #front-hero #watch {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        #front-hero #watch:last-child:not(:first-child) {
          float: right; } }
    #front-hero #watch section {
      display: inline; }
    #front-hero #watch a {
      color: #B4C9D1;
      cursor: pointer;
      font-weight: 400;
      margin-right: 1.25rem; }
    #front-hero #watch a:hover {
      color: #fff; }
    #front-hero #watch #stargazers :before {
      content: "\f09b";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #B4C9D1;
      margin-right: 0.5rem; }
    #front-hero #watch #twitter :before {
      content: "\f099";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #B4C9D1;
      margin-right: 0.5rem; }
  #front-hero .tagline {
    width: 66.66667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      #front-hero .tagline {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #front-hero .tagline:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #front-hero .tagline {
        width: 41.66667%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        padding-top: 6rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #front-hero .tagline {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        #front-hero .tagline:last-child:not(:first-child) {
          float: right; } }
  #front-hero h1 {
    color: #fff;
    font-weight: 500;
    font-size: 2.2rem; }
    @media screen and (min-width: 40em) {
      #front-hero h1 {
        font-size: 2.875rem; } }
  #front-hero h4 {
    color: #fefefe;
    font-weight: 300;
    font-size: 1.3125rem; }
  #front-hero .download {
    margin-top: 1.25rem; }

.intro {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .intro::before, .intro::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .intro::after {
    clear: both; }
  .intro .fp-intro {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .intro .fp-intro {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .intro .fp-intro:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      .intro .fp-intro {
        width: 83.33333%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        margin-left: 8.33333%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .intro .fp-intro {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        .intro .fp-intro:last-child:not(:first-child) {
          float: right; }
        .intro .fp-intro h2 {
          font-weight: 300;
          margin-bottom: 1.5rem; }
        .intro .fp-intro h4 {
          font-size: 1.125rem;
          line-height: 1.6;
          color: #777;
          margin-bottom: 2rem; } }

.section-divider {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .section-divider::before, .section-divider::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .section-divider::after {
    clear: both; }
  .section-divider hr {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    box-sizing: border-box; }
    @media screen and (min-width: 40em) {
      .section-divider hr {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .section-divider hr:last-child:not(:first-child) {
      float: right; }

.benefits {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .benefits::before, .benefits::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .benefits::after {
    clear: both; }
  .benefits header {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .benefits header {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .benefits header:last-child:not(:first-child) {
      float: right; }
    .benefits header h2 {
      font-weight: 300; }
    .benefits header h4 {
      font-size: 1.125rem;
      line-height: 1.6;
      color: #777; }
  .benefits .semantic,
  .benefits .responsive,
  .benefits .customizable,
  .benefits .professional {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .benefits .semantic:last-child:not(:first-child),
    .benefits .responsive:last-child:not(:first-child),
    .benefits .customizable:last-child:not(:first-child),
    .benefits .professional:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        width: 25%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .benefits .semantic,
    .benefits .responsive,
    .benefits .customizable,
    .benefits .professional {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        .benefits .semantic:last-child:not(:first-child),
        .benefits .responsive:last-child:not(:first-child),
        .benefits .customizable:last-child:not(:first-child),
        .benefits .professional:last-child:not(:first-child) {
          float: right; } }
    .benefits .semantic img,
    .benefits .responsive img,
    .benefits .customizable img,
    .benefits .professional img {
      padding: 1.25rem;
      margin: 1rem auto 0 auto; }
    .benefits .semantic h3,
    .benefits .responsive h3,
    .benefits .customizable h3,
    .benefits .professional h3 {
      color: #0a0a0a;
      font-weight: 300;
      font-size: 1.75rem; }
    .benefits .semantic p,
    .benefits .responsive p,
    .benefits .customizable p,
    .benefits .professional p {
      font-size: 0.9375rem; }
  .benefits .why-foundation {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-top: 4rem; }
    .benefits .why-foundation::before, .benefits .why-foundation::after {
      content: ' ';
      display: table;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -ms-flex-order: 1;
          order: 1; }
    .benefits .why-foundation::after {
      clear: both; }
    @media screen and (min-width: 40em) {
      .benefits .why-foundation {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .benefits .why-foundation:last-child:not(:first-child) {
      float: right; }

#kitchen-sink {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #kitchen-sink::before, #kitchen-sink::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  #kitchen-sink::after {
    clear: both; }
  #kitchen-sink header {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      #kitchen-sink header {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #kitchen-sink header:last-child:not(:first-child) {
      float: right; }
    #kitchen-sink header .lead {
      font-size: 125%;
      line-height: 1.6; }
  #kitchen-sink #components {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    #kitchen-sink #components hr {
      margin: 3rem 0; }
    @media screen and (min-width: 40em) {
      #kitchen-sink #components {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #kitchen-sink #components:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 64em) {
      #kitchen-sink #components {
        width: 75%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    #kitchen-sink #components {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 64em) {
        #kitchen-sink #components:last-child:not(:first-child) {
          float: right; } }
  #kitchen-sink #kitchen-sink-nav {
    display: none; }
    @media screen and (min-width: 64em) {
      #kitchen-sink #kitchen-sink-nav {
        width: 25%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        display: block;
        float: right; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    #kitchen-sink #kitchen-sink-nav {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 64em) {
        #kitchen-sink #kitchen-sink-nav:last-child:not(:first-child) {
          float: right; }
        #kitchen-sink #kitchen-sink-nav .docs-sub-menu {
          font-size: 0.85rem;
          margin-top: 1rem; }
        #kitchen-sink #kitchen-sink-nav .docs-menu-title {
          text-transform: uppercase;
          font-size: 0.75rem;
          color: #999;
          font-weight: bold;
          line-height: 1;
          padding-left: 0.9rem;
          margin-bottom: 0.5rem;
          border-top: 1px solid #e9e9e9;
          margin-top: 1rem;
          padding-top: 1.5rem; }
        #kitchen-sink #kitchen-sink-nav .docs-toc {
          width: 100%;
          padding-left: 4rem;
          padding-right: 1rem; }
        #kitchen-sink #kitchen-sink-nav .docs-toc .active {
          background: #2199e8;
          color: white; }
        #kitchen-sink #kitchen-sink-nav .docs-toc .docs-sub-menu:first-child .docs-menu-title {
          margin-top: 0;
          border-top: 0;
          padding-top: 0; } }
  #kitchen-sink .row.display {
    background: #eee;
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 2rem;
    border: solid 1px #c6c6c6;
    margin-left: 0 !important;
    margin-right: 0 !important; }
    #kitchen-sink .row.display .columns:nth-child(2), #kitchen-sink .row.display .columns.small-centered, #kitchen-sink .row.display .columns.large-centered {
      background: #e1e1e1; }

#page {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #page::before, #page::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  #page::after {
    clear: both; }
  #page .main-content {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      #page .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #page .main-content:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #page .main-content {
        width: 66.66667%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #page .main-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        #page .main-content:last-child:not(:first-child) {
          float: right; } }

#page-sidebar-left {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #page-sidebar-left::before, #page-sidebar-left::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  #page-sidebar-left::after {
    clear: both; }
  #page-sidebar-left .main-content {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      #page-sidebar-left .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #page-sidebar-left .main-content:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #page-sidebar-left .main-content {
        width: 66.66667%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        position: relative;
        left: 33.33333%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #page-sidebar-left .main-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        #page-sidebar-left .main-content:last-child:not(:first-child) {
          float: right; } }
  #page-sidebar-left .sidebar {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      #page-sidebar-left .sidebar {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #page-sidebar-left .sidebar:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #page-sidebar-left .sidebar {
        width: 33.33333%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        position: relative;
        left: -66.66667%;
        margin-top: 1rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #page-sidebar-left .sidebar {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        #page-sidebar-left .sidebar:last-child:not(:first-child) {
          float: right; } }

#page-full-width {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #page-full-width::before, #page-full-width::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  #page-full-width::after {
    clear: both; }
  #page-full-width .main-content {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      #page-full-width .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #page-full-width .main-content:last-child:not(:first-child) {
      float: right; }

#single-post {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #single-post::before, #single-post::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  #single-post::after {
    clear: both; }
  #single-post .main-content {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      #single-post .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #single-post .main-content:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #single-post .main-content {
        width: 66.66667%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #single-post .main-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        #single-post .main-content:last-child:not(:first-child) {
          float: right; } }

strong, b {
  font-weight: normal;
  font-family: 'brown-bold',Arial, Helvetica, sans-serif;
  font-weight: normal !important; }

.texte-mini, #footer-container .row, #respond label, .container.commentaires input[type="submit"] {
  font-size: .9rem;
  line-height: 1.4rem; }

.texte-courant, .bouton_fleche, body.page-template-accueil .container footer a#start, textarea#comment,
input#author,
input#email, body.page-template-infos-pratiques article .entry-content, .langue .entry-content .contenu,
.langue .entry-content .contenu p {
  font-size: 1rem !important;
  line-height: 1.8rem !important; }

.texte-niv2, body.page-template-infos-pratiques article header h1, body.page-template-sponsors #page header {
  font-size: 1rem;
  line-heigth: 1.9rem;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'brown-bold',Arial, Helvetica, sans-serif;
  font-weight: normal !important;
  letter-spacing: .1rem; }

.texte-niv1, body.search-results #page &gt; h2 {
  font-size: 1.8rem;
  line-heigth: 2.4rem;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'brown-bold',Arial, Helvetica, sans-serif;
  font-weight: normal !important;
  letter-spacing: .2rem; }

/* transformation */
/*
@font-face {
	font-family: "brown-light";
	src: url("../fonts/brown/hinted-Brown-Light.eot");
	src: url("../fonts/brown/hinted-Brown-Light.eot#iefix") format("embedded-opentype"),
	url("../fonts/brown/hinted-Brown-Light.woff") format("woff"),
	url("../fonts/brown/hinted-Brown-Light.ttf") format("truetype"),
	url("../fonts/brown/hinted-Brown-Light.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
*/
@font-face {
  font-family: "brown-light-italic";
  src: url("../fonts/brown/hinted-Brown-LightItalic.eot");
  src: url("../fonts/brown/hinted-Brown-LightItalic.eot#iefix") format("embedded-opentype"), url("../fonts/brown/hinted-Brown-LightItalic.woff") format("woff"), url("../fonts/brown/hinted-Brown-LightItalic.ttf") format("truetype"), url("../fonts/brown/hinted-Brown-LightItalic.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "brown-bold";
  src: url("../fonts/brown/hinted-Brown-Bold.eot");
  src: url("../fonts/brown/hinted-Brown-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/brown/hinted-Brown-Bold.woff") format("woff"), url("../fonts/brown/hinted-Brown-Bold.ttf") format("truetype"), url("../fonts/brown/hinted-Brown-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'brown-light';
  src: url("../fonts/brown/hinted-Brown-Light.eot?v=4.5.0");
  src: url("../fonts/brown/hinted-Brown-Light.eot?#iefix&amp;v=4.5.0") format("embedded-opentype"), url("../fonts/brown/hinted-Brown-Light.woff2?v=4.5.0") format("woff2"), url("../fonts/brown/hinted-Brown-Light.woff?v=4.5.0") format("woff"), url("../fonts/brown/hinted-Brown-Light.ttf?v=4.5.0") format("truetype"), url("../fonts/brown/hinted-Brown-Light.svg?v=4.5.0#hintedbrownlight") format("svg");
  font-weight: normal;
  font-style: normal; }

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

/* ************************************************ */
/* boutons ronds									*/
/* ************************************************ */
.boutons-ronds-after, .top-bar-left &gt; .menu &gt; .home &gt; a:after, .widget_search .input-group-button:after, #search_link:after, #open_close_map:after, #woo_panier_link:after, #woo_commande_link:after, #woo_product_link:after, body.page-template-search-page #searchform .input-group-button:after,
body.search-no-results #searchform .input-group-button:after {
  content: "";
  top: 0;
  left: 0;
  width: 3.125rem;
  height: 3.125rem;
  display: block;
  position: absolute;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid black;
  border-color: inherit;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.boutons-ronds-hover, #masthead:hover .top-bar-left &gt; .menu &gt; .home &gt; a:after, .widget_search:hover .input-group-button:after, #search_link:hover:after, #open_close_map:hover:after, #woo_panier_link:hover:after, #woo_commande_link:hover:after, #woo_product_link:hover:after, body.page-template-search-page #searchform:hover .input-group-button:after,
body.search-no-results #searchform:hover .input-group-button:after {
  border-radius: 0%;
  -webkit-border-radius: 0%;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

.boutons-ronds-before, #footer &gt; div &gt; div .logo, #footer &gt; div &gt; div &gt; div:before, .top-bar-left &gt; .menu &gt; .home &gt; a:before, .widget_search .input-group-button:before, #search_link:before, #search_link.open:before, #open_close_map:before, #open_close_map.open:before, #woo_panier_link:before, #woo_commande_link:before, #woo_product_link:before, body.page-template-accueil2 .container header:before, .container.commentaires #submit_respond_wrap:before, body.page-template-infos-pratiques article header:before, body.page-template-search-page #searchform .input-group-button:before,
body.search-no-results #searchform .input-group-button:before, body.page-template-sponsors #page &gt; .row &gt; div:not(.autres):before, body.page-template-mentions-legales .container #page header:before {
  content: "\e903";
  top: 0;
  left: 0;
  width: 3.125rem;
  height: 3.125rem;
  display: block;
  position: absolute;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 3.125rem;
  font-size: 2.125rem;
  color: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* ************************************************ */
/* boutons fleches									*/
/* ************************************************ */
.bouton_fleche, body.page-template-accueil .container footer a#start {
  background-color: transparent !important;
  font-weight: normal !important;
  padding: 0 !important;
  font-family: 'brown-bold',Arial, Helvetica, sans-serif;
  font-weight: normal !important;
  color: white; }

.bouton_fleche_before, body.page-template-accueil .container footer a#start:before {
  vertical-align: middle;
  content: "\e90b";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 3.125rem;
  font-size: 1.5rem;
  color: inherit;
  margin-right: 1rem;
  transition-property: margin-right;
  -webkit-transition-property: margin-right;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.bouton_fleche_after, body.page-template-accueil .container footer a#start:after {
  content: "\e90c";
  vertical-align: middle;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 3.125rem;
  font-size: 1.5rem;
  color: inherit;
  margin-left: 1rem;
  transition-property: margin-left;
  -webkit-transition-property: margin-left;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.bouton_fleche_before_hover, body.page-template-accueil .container footer a#start:hover:before {
  margin-right: .5rem; }

.bouton_fleche_after_hover, body.page-template-accueil .container footer a#start:hover:after {
  margin-left: .5rem; }

/*@import "ppp/couleurs-fonds";*/
#footer-container {
  border-top: 1px solid white;
  border-color: inherit;
  margin-top: 0; }

#footer-container #footer {
  max-width: 40rem;
  max-width: none;
  padding: 1.875rem;
  padding-bottom: 4rem;
  padding-top: 4rem;
  text-align: left; }

#footer-container .row {
  max-width: none; }

#footer &gt; div &gt; div {
  /* ****** */
  /* share facebook */ }
  #footer &gt; div &gt; div #mentionslegales_link {
    color: inherit;
    border-bottom: 1px solid white;
    border-color: inherit;
    text-indent: -20px;
    display: inline-block;
    margin-left: 20px; }
  #footer &gt; div &gt; div &gt; div a, #footer &gt; div &gt; div &gt; div a:visited, #footer &gt; div &gt; div &gt; div a:hover {
    color: inherit; }
  #footer &gt; div &gt; div &gt; div a {
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-property: margin-left;
    -webkit-transition-property: margin-left; }
  #footer &gt; div &gt; div .logo {
    font-size: 600%;
    position: relative; }
  #footer &gt; div &gt; div &gt; div {
    display: block;
    padding-bottom: 2px;
    margin-left: 0; }
  #footer &gt; div &gt; div &gt; div a:hover {
    margin-left: .5rem; }
  #footer &gt; div &gt; div &gt; div:before {
    color: inherit;
    position: relative;
    display: inline;
    font-size: 1.125rem;
    margin-right: .9rem;
    vertical-align: sub;
    line-height: 0rem; }
  #footer &gt; div &gt; div &gt; div#lien_kisskissbankbank:before {
    content: "\e908"; }
  #footer &gt; div &gt; div &gt; div#lien_facebook:before {
    content: "\e907"; }
  #footer &gt; div &gt; div &gt; div#adresse:before {
    content: "\e908"; }
  #footer &gt; div &gt; div &gt; div#e_mail:before {
    content: "\e90d"; }
  #footer &gt; div &gt; div &gt; div#telephone:before {
    content: "\e90a"; }
  #footer &gt; div &gt; div img {
    width: 100px; }
  #footer &gt; div &gt; div &gt; div#facebookshare:before {
    content: "\e907"; }
  #footer &gt; div &gt; div &gt; div#facebookshare {
    width: 72px;
    height: 22px;
    position: relative; }
  #footer &gt; div &gt; div &gt; div#facebookshare &gt; div {
    position: absolute;
    top: 0;
    left: 1.9rem; }
  #footer &gt; div &gt; div &gt; div#facebookshare &gt; div.vu {
    z-index: 100;
    width: 300px; }
  #footer &gt; div &gt; div &gt; div#facebookshare &gt; div.masque {
    z-index: 101;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0; }
  #footer &gt; div &gt; div &gt; div#facebookshare &gt; div.masque .pluginButtonImage button {
    width: 300px !important; }
  #footer &gt; div &gt; div &gt; div#facebookshare iframe {
    width: 300px !important; }

@media screen and (max-width: 39.9375em) {
  #footer &gt; div {
    padding-bottom: 2px;
    margin: 2rem 0; }
  #footer &gt; div &gt; div {
    margin-top: 2rem; }
  #footer &gt; div &gt; div:nth-child(1) {
    margin-bottom: 2rem; }
  #footer &gt; div:before {
    display: block;
    margin: 0 auto; } }

/***************************************************
 * MENU
 ***************************************************/
.top-bar, .top-bar ul {
  background-color: transparent; }

.menu .active &gt; a {
  background-color: transparent; }

.top-bar .menu .home a {
  color: inherit; }

/* ****************************************** */
/* modification du menu desktop               */
/* ****************************************** */
@media screen and (min-width: 40em) {
  #masthead {
    position: fixed;
    top: 0;
    z-index: 400;
    color: white;
    border-color: white; }
  #masthead.neg {
    color: inherit;
    border-color: inherit; }
  .top-bar-left {
    position: absolute;
    background-color: transparent; }
  .top-bar-left .menu a:hover:not(.button) {
    background-color: transparent; }
  .top-bar-right {
    float: left;
    margin-top: -10rem;
    background-color: transparent;
    transition-property: margin-top;
    -webkit-transition-property: margin-top;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s; }
  #masthead:hover .top-bar-right {
    margin-top: 0rem; }
  .top-bar .menu a {
    font-size: 1rem;
    font-weight: normal;
    text-transform: uppercase; }
  .top-bar-right .menu &gt; li:not(.menu-text) &gt; a {
    padding-top: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: inherit; }
  .top-bar-right,
  .top-bar-left {
    padding: 3.125rem; }
  .top-bar-right {
    padding-left: 7.6rem; }
  /* barre latérales */
  .top-bar-right .menu li:not(:last-child),
  .top-bar-right .menu li:last-child {
    border-right: 1px solid inherit;
    border-color: inherit; }
  .top-bar-right .menu li:first-child {
    border-left: 1px solid inherit;
    border-color: inherit; }
  /* survol des sous-menu */
  .top-bar-right &gt; ul &gt; li {
    position: relative; }
  .top-bar-right .menu a:not(.button):before,
  .top-bar-right .menu a:not(.button):after {
    display: block;
    content: "";
    position: absolute;
    top: 5px;
    left: 50%;
    right: 50%;
    border-top: 1px solid black;
    border-color: inherit;
    opacity: 0.7;
    filter: alpha(opacity=70);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-property: left right;
    -webkit-transition-property: left right; }
  .top-bar-right .menu a:not(.button):after {
    top: auto;
    bottom: 5px; }
  .top-bar-right .menu a:hover:not(.button):before,
  .top-bar-right .menu a:hover:not(.button):after {
    left: 10px;
    right: 10px; }
  .top-bar-right .menu a:hover:not(.button) {
    background-color: transparent; }
  /* couleur du sous-menu */
  body #masthead.neg .top-bar-right {
    background-color: white; } }

/* ********************************** */
/* bouton principal 				  */
/* ********************************** */
.top-bar-left &gt; .menu &gt; .home {
  position: relative; }

.top-bar-left &gt; .menu &gt; .home &gt; a {
  font-size: 0;
  line-height: 0;
  width: 3.125rem;
  height: 3.125rem;
  background-color: transparent;
  text-align: center; }

.top-bar-left &gt; .menu &gt; .home &gt; a:before {
  content: "\e910";
  font-size: 1.125rem; }

/* ****************************************** */
/*  modification du menu mobile 			  */
/* ****************************************** */
@media screen and (max-width: 39.9375em) {
  /* mini menu barre - cf: couleurs-fonds.scss */
  .title-bar {
    padding-bottom: .6rem;
    background-color: white;
    color: inherit;
    border-bottom: 1px solid black;
    border-bottom-color: inherit; }
  /* titre site */
  .title-bar-title a {
    color: inherit;
    font-weight: normal; }
  /* sous-menu */
  .top-bar .menu a {
    color: inherit;
    font-weight: normal; }
  /* ligne des sous-menu */
  .top-bar .menu li:not(:first-child) a {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: inherit; }
  .top-bar .menu li:last-child a {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: inherit; }
  /* suppression barre foundation */
  .top-bar .menu li:not(:last-child) {
    border: none; }
  /* survol sous-menu */
  .top-bar .menu a:hover:not(.button) {
    background-color: white; }
  /* positionemment */
  #masthead {
    position: fixed;
    z-index: 200;
    width: 100%;
    top: 0;
    left: 0; }
  #site-navigation {
    background-color: white; } }

/***************************************************
 * SIDEBAR
 *
 ***************************************************/
.sidebar {
  text-align: right;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 300;
  width: auto;
  margin: 0;
  padding: 3.125rem;
  color: white;
  border-color: white; }

.sidebar.neg {
  color: inherit;
  border-color: inherit; }

/* ************************************************ */
/* search											*/
/* ************************************************ */
.widget_search {
  display: inline-block;
  width: 300px; }

.widget_search .input-group-button {
  position: relative; }

.widget_search .input-group-button:before {
  content: "\e904"; }

.widget_search .button {
  background-color: transparent !important;
  width: 3.125rem !important;
  height: 3.125rem !important;
  font-size: 0 !important; }

.widget_search &gt; h6 {
  display: none; }

.widget_search input[type='text'] {
  float: right;
  border-width: 0;
  width: 0%;
  padding-right: 0;
  padding-left: 0;
  transition-property: width;
  -webkit-transition-property: width;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  height: 3rem;
  border: 0;
  color: black;
  margin-right: 2rem;
  background-color: transparent;
  color: inherit; }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: #FFF; }

.widget_search:hover input[type='text'] {
  border-width: 1px;
  width: 100%;
  padding-left: .5rem;
  padding-right: .5rem;
  border: 1px solid white;
  border-color: inherit;
  color: inherit; }

.sidebar.neg .widget_search:hover input[type='text'] {
  background-color: white; }

/* ************************************************ */
/* search	link (mobile)							*/
/* ************************************************ */
#search_link {
  text-align: center;
  position: relative;
  font-size: 0;
  line-height: 0;
  padding: 1.5rem;
  display: inline-block;
  vertical-align: top;
  margin-left: 2rem;
  color: inherit;
  border-color: inherit;
  display: none; }

#search_link:before {
  content: "\e904"; }

#search_link.open:before {
  content: "\e903"; }

/* ************************************************ */
/* map										*/
/* ************************************************ */
#open_close_map {
  text-align: center;
  position: relative;
  font-size: 0;
  line-height: 0;
  padding: 1.5rem;
  display: inline-block;
  vertical-align: top;
  margin-left: 2rem;
  color: inherit;
  border-color: inherit; }

#open_close_map:before {
  content: "\e905"; }

/* temporise openclose map */
@keyframes temporise {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

#open_close_map.wait:before {
  content: "\e91c";
  animation: temporise 1s ease-in-out infinite; }

/* map open */
#open_close_map.open:before {
  content: "\e903"; }

/* ******** */
/* continent - sous bt carte */
.sidebar .c_carte {
  display: block;
  position: absolute;
  right: 4.5rem;
  top: 6.7rem;
  text-align: center;
  text-transform: uppercase;
  font-family: 'brown-bold',Arial, Helvetica, sans-serif;
  font-weight: normal !important;
  font-size: 1.2rem;
  width: 140px;
  margin-right: -70px;
  animation: anim-continent 2s 1; }

@keyframes anim-continent {
  0% {
    opacity: 0;
    scale: 1; }
  75% {
    opacity: 0;
    scale: 2; }
  100% {
    opacity: 1;
    scale: 1; } }

.sidebar .c_carte:before {
  content: "▲";
  display: block;
  font-size: .7rem; }

@media screen and (max-width: 64em) {
  .sidebar .c_carte {
    display: none; } }

/* ************************************************ */
/* woocommerce										*/
/* ************************************************ */
#woo_product_link,
#woo_commande_link,
#woo_panier_link {
  font-size: 0;
  line-height: 0;
  padding: 1.5rem;
  display: inline-block;
  vertical-align: top;
  margin-left: 1rem;
  color: inherit;
  border-color: inherit; }

#woo_panier_link, #woo_commande_link, #woo_product_link {
  position: relative; }

#woo_panier_link:before {
  content: "\e914";
  margin-left: -.5rem; }

#woo_commande_link:before {
  content: "\e913";
  margin-left: -.5rem; }

#woo_product_link:before {
  content: "\e915";
  margin-left: -.5rem; }

/* ************************************************ */
/* mobile											*/
/* ************************************************ */
@media screen and (max-width: 64em) {
  /* side bar */
  .sidebar {
    color: inherit;
    border-color: inherit; }
  #search_link {
    display: inline-block; }
  .widget.widget_search {
    display: none; }
  .sidebar {
    padding: .3rem;
    right: 0rem; }
  #search_link,
  #woo_product_link,
  #woo_commande_link,
  #woo_panier_link,
  #open_close_map {
    height: 2rem !important;
    width: 2rem !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: .2rem !important;
    margin-left: 0 !important;
    padding: 0 !important;
    position: relative;
    text-align: center; }
  #search_link:before,
  #woo_product_link:before,
  #woo_commande_link:before,
  #woo_panier_link:before,
  #open_close_map:before {
    margin: 0 !important;
    padding: 0 !important;
    height: 2rem !important;
    width: 2rem !important;
    top: 0;
    left: 0 !important;
    font-size: 1.5rem;
    line-height: 2rem; }
  #search_link:after,
  #woo_product_link:after,
  #woo_commande_link:after,
  #woo_panier_link:after,
  #open_close_map:after {
    height: 2rem !important;
    width: 2rem !important; }
  #search_link:hover:after,
  #woo_product_link:hover:after,
  #woo_commande_link:hover:after,
  #woo_panier_link:hover:after,
  #open_close_map:hover:after {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

/* CSS Document */
/***************************************************
 * GÉNÉRAL
 *
 ***************************************************/
body {
  background-color: #FFF; }

.container.commentaires &gt; section,
#footer-container {
  background-position: 0px -200px; }

body, h1, h2, h3, h4, h5, h6 {
  font-family: 'brown-light',Arial, Helvetica, sans-serif; }

p {
  font-size: inherit;
  line-height: inherit; }

label, [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
  color: inherit; }

article a {
  border-bottom: 1px solid transparent; }

article a:hover {
  color: inherit; }

/*
article a:before{
	content:"";
	display:inline-block;
	margin-bottom:-0.7rem;
	margin-right:0.5rem;
	width:30px;
	height:30px;
	background-image:url(./../images/ppp/bt-ronds.png);
	background-position:-360px -10px;
	background-color:transparent;
}
*/
/***************************************************
 * PAGE
 *
 ***************************************************/
@media screen and (min-width: 40em) {
  #page .main-content {
    width: 100%;
    float: none; }
  #page {
    max-width: 45rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0rem;
    padding-top: 8rem;
    padding-bottom: 10rem; }
  #page .main-content {
    padding: 0; } }

/***************************************************
 * DETECTION DE MOBILE
 *
 ***************************************************/
#mobile_indicator {
  display: none; }

@media screen and (max-width: 39.9375em), only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #mobile_indicator {
    display: block; } }

body.page-template-accueil .container {
  height: 100%;
  min-height: 800px;
  color: white; }

body.page-template-accueil .container header {
  text-align: center; }

body.page-template-accueil .container header img {
  width: 10rem; }

body.page-template-accueil .container .entry-content {
  text-align: center;
  font-size: 120%;
  margin: 1rem 3rem; }

body.page-template-accueil .container footer {
  text-align: center; }

body.page-template-accueil .container #page &gt; article {
  color: white; }

@media screen and (max-width: 39.9375em) {
  body.page-template-accueil #page {
    margin-top: 0; }
  body.page-template-accueil .container {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
    color: inherit; }
  body.page-template-accueil .container .entry-content br {
    display: none; }
  body.page-template-accueil .container .entry-content {
    margin: 1rem 0; }
  body.page-template-accueil .container footer a#start span {
    font-size: 1.2rem;
    display: block;
    margin-left: 2rem;
    margin-right: 2rem; }
  body.page-template-accueil .container #start:before,
  body.page-template-accueil .container #start:after {
    display: inline-block !important;
    margin: 0 !important; }
  body.page-template-accueil .container footer a#start:before {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  body.page-template-accueil .container footer a#start:after {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  body.page-template-accueil .container a#start:hover:before,
  body.page-template-accueil .container a#start:hover:after {
    display: block !important;
    margin: 0 !important; } }

/* fullscreen */
body.page-template-accueil2 .container,
body.page-template-accueil2 .container #page,
body.page-template-accueil2 .container #page &gt; article.video_article,
body.page-template-accueil2 .container #page &gt; article.video_article &gt; div {
  height: auto !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  max-width: none !important;
  color: white; }

body.page-template-accueil2 .container #page &gt; article.video_article,
body.page-template-accueil2 .container #page &gt; article.video_article &gt; div,
body.page-template-accueil2 .container #page &gt; article.video_article &gt; div #video-wrapper {
  height: 100vh; }

body.page-template-accueil2 .container #page &gt; article:not(.video_article) {
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0rem;
  padding-top: 8rem;
  padding-bottom: 10rem; }

body.page-template-accueil2 .container header {
  text-align: center; }

body.page-template-accueil2 .container header:before {
  text-align: center;
  margin-top: 200px;
  position: relative;
  display: inline;
  font-size: 1000%;
  content: "\e90f"; }

body.page-template-accueil2 .container .entry-content {
  text-align: center;
  font-size: 120%;
  margin: 1rem 3rem; }

body.page-template-accueil2 .container .entry-content .nom {
  display: block;
  font-family: 'brown-bold',Arial, Helvetica, sans-serif;
  font-weight: normal !important;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem; }

body.page-template-accueil2 .container footer {
  text-align: center; }

/*
body.page-template-accueil2 .container footer a.bouton{@extend .bouton_fleche;}
body.page-template-accueil2 .container footer a.bouton:before{ @extend .bouton_fleche_before;}
body.page-template-accueil2 .container footer a.bouton:after{@extend .bouton_fleche_after;}
body.page-template-accueil2 .container footer a:hover.bouton:before{ @extend .bouton_fleche_before_hover;}
body.page-template-accueil2 .container footer a:hover.bouton:after{ @extend .bouton_fleche_after_hover;}
*/
/* boutons */
body.page-template-accueil2 .container footer a.bouton {
  position: relative;
  overflow: visible;
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  -webkit-border-radius: 75px;
  color: white;
  border: 3px solid white;
  margin: 1rem 1rem;
  transition: transform .5s ease; }

body.page-template-accueil2 .container footer a.bouton:before {
  content: "";
  position: absolute;
  display: block;
  width: 64%;
  height: 64%;
  top: 18%;
  left: 18%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid white; }

body.page-template-accueil2 .container footer a.bouton:after {
  content: "\e905";
  text-align: center;
  transition: transform .5s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 143px;
  font-size: 3.125rem;
  color: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body.page-template-accueil2 .container footer a#start_video:after {
  content: "\e905"; }

body.page-template-accueil2 .container footer a#start:after {
  content: "\e90b"; }

body.page-template-accueil2 .container footer a.bouton:hover {
  -ms-transform: rotate(-130deg);
      transform: rotate(-130deg); }

body.page-template-accueil2 .container footer a.bouton:hover:after {
  -ms-transform: rotate(130deg);
      transform: rotate(130deg); }

/* lettres */
body.page-template-accueil2 .container footer a.bouton span {
  font-family: 'brown-bold',Arial, Helvetica, sans-serif;
  font-weight: normal !important;
  height: 70px;
  text-transform: uppercase;
  font-size: 1rem;
  position: absolute;
  width: 20px;
  left: 50%;
  margin-left: -10px;
  top: 4px;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center; }

/* rotation de chaque lettre */
body.page-template-accueil2 .container footer a.bouton span.char1 {
  -ms-transform: rotate(-75deg);
  transform: rotate(-75deg); }

body.page-template-accueil2 .container footer a.bouton span.char2 {
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg); }

body.page-template-accueil2 .container footer a.bouton span.char3 {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

body.page-template-accueil2 .container footer a.bouton span.char4 {
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg); }

body.page-template-accueil2 .container footer a.bouton span.char5 {
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg); }

body.page-template-accueil2 .container footer a.bouton span.char6 {
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

body.page-template-accueil2 .container footer a.bouton span.char7 {
  -ms-transform: rotate(15deg);
  transform: rotate(15deg); }

body.page-template-accueil2 .container footer a.bouton span.char8 {
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

body.page-template-accueil2 .container footer a.bouton span.char9 {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

body.page-template-accueil2 .container footer a.bouton span.char10 {
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

body.page-template-accueil2 .container footer a.bouton span.char11 {
  -ms-transform: rotate(75deg);
  transform: rotate(75deg); }

body.page-template-accueil2 .container footer a.bouton span.char12 {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

body.page-template-accueil2 .container footer a.bouton span.char13 {
  -ms-transform: rotate(105deg);
  transform: rotate(105deg); }

body.page-template-accueil2 .container footer a.bouton span.char14 {
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

body.page-template-accueil2 .container footer a.bouton span.char15 {
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

body.page-template-accueil2 .container footer a.bouton span.char16 {
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

body.page-template-accueil2 .container footer a.bouton span.char17 {
  -ms-transform: rotate(165deg);
  transform: rotate(165deg); }

body.page-template-accueil2 .container footer a.bouton span.char18 {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

body.page-template-accueil2 .container footer a.bouton span.char19 {
  -ms-transform: rotate(195deg);
  transform: rotate(195deg); }

body.page-template-accueil2 .container footer a.bouton span.char20 {
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

body.page-template-accueil2 .container footer a.bouton span.char21 {
  -ms-transform: rotate(225deg);
  transform: rotate(225deg); }

body.page-template-accueil2 .container footer a.bouton span.char22 {
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

body.page-template-accueil2 .container footer a.bouton span.char23 {
  -ms-transform: rotate(255deg);
  transform: rotate(255deg); }

body.page-template-accueil2 .container footer a.bouton span.char24 {
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

body.page-template-accueil2 .container footer a.bouton span.char25 {
  -ms-transform: rotate(285deg);
  transform: rotate(285deg); }

body.page-template-accueil2 .container footer a.bouton span.char26 {
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

body.page-template-accueil2 .container footer a.bouton span.char27 {
  -ms-transform: rotate(315deg);
  transform: rotate(315deg); }

body.page-template-accueil2 .container footer a.bouton span.char28 {
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

body.page-template-accueil2 .container footer a.bouton span.char29 {
  -ms-transform: rotate(345deg);
  transform: rotate(345deg); }

body.page-template-accueil2 .container footer a.bouton span.char30 {
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

body.page-template-accueil2 .container footer a.bouton span.char31 {
  -ms-transform: rotate(375deg);
  transform: rotate(375deg); }

body.page-template-accueil2 .container footer a.bouton span.char32 {
  -ms-transform: rotate(390deg);
  transform: rotate(390deg); }

body.page-template-accueil2 .container footer a.bouton span.char33 {
  -ms-transform: rotate(405deg);
  transform: rotate(405deg); }

body.page-template-accueil2 .container footer a.bouton span.char34 {
  -ms-transform: rotate(420deg);
  transform: rotate(420deg); }

body.page-template-accueil2 .container footer a.bouton span.char35 {
  -ms-transform: rotate(435deg);
  transform: rotate(435deg); }

body.page-template-accueil2 .container footer a.bouton span.char36 {
  -ms-transform: rotate(450deg);
  transform: rotate(450deg); }

body.page-template-accueil2 .container footer a.bouton span.char37 {
  -ms-transform: rotate(465deg);
  transform: rotate(465deg); }

body.page-template-accueil2 .container footer a.bouton span.char38 {
  -ms-transform: rotate(480deg);
  transform: rotate(480deg); }

body.page-template-accueil2 .container footer a.bouton span.char39 {
  -ms-transform: rotate(495deg);
  transform: rotate(495deg); }

body.page-template-accueil2 .container footer a.bouton span.char40 {
  -ms-transform: rotate(510deg);
  transform: rotate(510deg); }

body.page-template-accueil2 .container footer a.bouton span.char41 {
  -ms-transform: rotate(525deg);
  transform: rotate(525deg); }

body.page-template-accueil2 .container footer a.bouton span.char42 {
  -ms-transform: rotate(540deg);
  transform: rotate(540deg); }

body.page-template-accueil2 .container footer a.bouton span.char43 {
  -ms-transform: rotate(555deg);
  transform: rotate(555deg); }

body.page-template-accueil2 .container footer a.bouton span.char44 {
  -ms-transform: rotate(570deg);
  transform: rotate(570deg); }

body.page-template-accueil2 .container footer a.bouton span.char45 {
  -ms-transform: rotate(585deg);
  transform: rotate(585deg); }

body.page-template-accueil2 .container footer a.bouton span.char46 {
  -ms-transform: rotate(600deg);
  transform: rotate(600deg); }

body.page-template-accueil2 .container footer a.bouton span.char47 {
  -ms-transform: rotate(615deg);
  transform: rotate(615deg); }

body.page-template-accueil2 .container footer a.bouton span.char48 {
  -ms-transform: rotate(630deg);
  transform: rotate(630deg); }

body.page-template-accueil2 .container footer a.bouton span.char49 {
  -ms-transform: rotate(645deg);
  transform: rotate(645deg); }

body.page-template-accueil2 .container footer a.bouton span.char50 {
  -ms-transform: rotate(660deg);
  transform: rotate(660deg); }

body.page-template-accueil2 .container footer a.bouton span.char51 {
  -ms-transform: rotate(675deg);
  transform: rotate(675deg); }

body.page-template-accueil2 .container footer a.bouton span.char52 {
  -ms-transform: rotate(690deg);
  transform: rotate(690deg); }

body.page-template-accueil2 .container footer a.bouton span.char53 {
  -ms-transform: rotate(705deg);
  transform: rotate(705deg); }

body.page-template-accueil2 .container footer a.bouton span.char54 {
  -ms-transform: rotate(720deg);
  transform: rotate(720deg); }

body.page-template-accueil2 .container footer a.bouton span.char55 {
  -ms-transform: rotate(735deg);
  transform: rotate(735deg); }

body.page-template-accueil2 .container footer a.bouton span.char56 {
  -ms-transform: rotate(750deg);
  transform: rotate(750deg); }

body.page-template-accueil2 .container footer a.bouton span.char57 {
  -ms-transform: rotate(765deg);
  transform: rotate(765deg); }

body.page-template-accueil2 .container footer a.bouton span.char58 {
  -ms-transform: rotate(780deg);
  transform: rotate(780deg); }

body.page-template-accueil2 .container footer a.bouton span.char59 {
  -ms-transform: rotate(795deg);
  transform: rotate(795deg); }

body.page-template-accueil2 .container footer a.bouton span.char60 {
  -ms-transform: rotate(810deg);
  transform: rotate(810deg); }

body.page-template-accueil2 .container footer a.bouton span.char61 {
  -ms-transform: rotate(825deg);
  transform: rotate(825deg); }

body.page-template-accueil2 .container footer a.bouton span.char62 {
  -ms-transform: rotate(840deg);
  transform: rotate(840deg); }

body.page-template-accueil2 .container footer a.bouton span.char63 {
  -ms-transform: rotate(855deg);
  transform: rotate(855deg); }

body.page-template-accueil2 .container footer a.bouton span.char64 {
  -ms-transform: rotate(870deg);
  transform: rotate(870deg); }

body.page-template-accueil2 .container footer a.bouton span.char65 {
  -ms-transform: rotate(885deg);
  transform: rotate(885deg); }

body.page-template-accueil2 .container footer a.bouton span.char66 {
  -ms-transform: rotate(900deg);
  transform: rotate(900deg); }

body.page-template-accueil2 .container footer a.bouton span.char67 {
  -ms-transform: rotate(915deg);
  transform: rotate(915deg); }

body.page-template-accueil2 .container footer a.bouton span.char68 {
  -ms-transform: rotate(930deg);
  transform: rotate(930deg); }

body.page-template-accueil2 .container footer a.bouton span.char69 {
  -ms-transform: rotate(945deg);
  transform: rotate(945deg); }

body.page-template-accueil2 .container footer a.bouton span.char70 {
  -ms-transform: rotate(960deg);
  transform: rotate(960deg); }

body.page-template-accueil2 .container footer a.bouton span.char71 {
  -ms-transform: rotate(975deg);
  transform: rotate(975deg); }

body.page-template-accueil2 .container footer a.bouton span.char72 {
  -ms-transform: rotate(990deg);
  transform: rotate(990deg); }

body.page-template-accueil2 .container footer a.bouton span.char73 {
  -ms-transform: rotate(1005deg);
  transform: rotate(1005deg); }

body.page-template-accueil2 .container footer a.bouton span.char74 {
  -ms-transform: rotate(1020deg);
  transform: rotate(1020deg); }

body.page-template-accueil2 .container footer a.bouton span.char75 {
  -ms-transform: rotate(1035deg);
  transform: rotate(1035deg); }

body.page-template-accueil2 .container footer a.bouton span.char76 {
  -ms-transform: rotate(1050deg);
  transform: rotate(1050deg); }

body.page-template-accueil2 .container footer a.bouton span.char77 {
  -ms-transform: rotate(1065deg);
  transform: rotate(1065deg); }

body.page-template-accueil2 .container footer a.bouton span.char78 {
  -ms-transform: rotate(1080deg);
  transform: rotate(1080deg); }

body.page-template-accueil2 .container footer a.bouton span.char79 {
  -ms-transform: rotate(1095deg);
  transform: rotate(1095deg); }

body.page-template-accueil2 .container footer a.bouton span.char80 {
  -ms-transform: rotate(1110deg);
  transform: rotate(1110deg); }

body.page-template-accueil2 .container footer a.bouton span.char81 {
  -ms-transform: rotate(1125deg);
  transform: rotate(1125deg); }

body.page-template-accueil2 .container footer a.bouton span.char82 {
  -ms-transform: rotate(1140deg);
  transform: rotate(1140deg); }

body.page-template-accueil2 .container footer a.bouton span.char83 {
  -ms-transform: rotate(1155deg);
  transform: rotate(1155deg); }

body.page-template-accueil2 .container footer a.bouton span.char84 {
  -ms-transform: rotate(1170deg);
  transform: rotate(1170deg); }

body.page-template-accueil2 .container footer a.bouton span.char85 {
  -ms-transform: rotate(1185deg);
  transform: rotate(1185deg); }

body.page-template-accueil2 .container footer a.bouton span.char86 {
  -ms-transform: rotate(1200deg);
  transform: rotate(1200deg); }

body.page-template-accueil2 .container footer a.bouton span.char87 {
  -ms-transform: rotate(1215deg);
  transform: rotate(1215deg); }

body.page-template-accueil2 .container footer a.bouton span.char88 {
  -ms-transform: rotate(1230deg);
  transform: rotate(1230deg); }

body.page-template-accueil2 .container footer a.bouton span.char89 {
  -ms-transform: rotate(1245deg);
  transform: rotate(1245deg); }

body.page-template-accueil2 .container footer a.bouton span.char90 {
  -ms-transform: rotate(1260deg);
  transform: rotate(1260deg); }

body.page-template-accueil2 .container footer a.bouton span.char91 {
  -ms-transform: rotate(1275deg);
  transform: rotate(1275deg); }

body.page-template-accueil2 .container footer a.bouton span.char92 {
  -ms-transform: rotate(1290deg);
  transform: rotate(1290deg); }

body.page-template-accueil2 .container footer a.bouton span.char93 {
  -ms-transform: rotate(1305deg);
  transform: rotate(1305deg); }

body.page-template-accueil2 .container footer a.bouton span.char94 {
  -ms-transform: rotate(1320deg);
  transform: rotate(1320deg); }

body.page-template-accueil2 .container footer a.bouton span.char95 {
  -ms-transform: rotate(1335deg);
  transform: rotate(1335deg); }

body.page-template-accueil2 .container footer a.bouton span.char96 {
  -ms-transform: rotate(1350deg);
  transform: rotate(1350deg); }

body.page-template-accueil2 .container footer a.bouton span.char97 {
  -ms-transform: rotate(1365deg);
  transform: rotate(1365deg); }

body.page-template-accueil2 .container footer a.bouton span.char98 {
  -ms-transform: rotate(1380deg);
  transform: rotate(1380deg); }

body.page-template-accueil2 .container footer a.bouton span.char99 {
  -ms-transform: rotate(1395deg);
  transform: rotate(1395deg); }

body.page-template-accueil2 .container footer a.bouton span.char100 {
  -ms-transform: rotate(1410deg);
  transform: rotate(1410deg); }

body.page-template-accueil2 .container #page &gt; article {
  color: inherit; }

@media screen and (max-width: 39.9375em) {
  body.page-template-accueil2 #page {
    margin-top: 0; }
  body.page-template-accueil2 .container {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
    color: inherit; }
  body.page-template-accueil2 .container .entry-content br {
    display: none; }
  body.page-template-accueil2 .container .entry-content {
    margin: 1rem 0; }
  body.page-template-accueil2 .container footer a.bouton span {
    font-size: 1.2rem;
    display: block;
    margin-left: 2rem;
    margin-right: 2rem; }
  body.page-template-accueil2 .container .bouton:before,
  body.page-template-accueil2 .container .bouton:after {
    display: inline-block !important;
    margin: 0 !important; }
  body.page-template-accueil2 .container footer a.bouton:before {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  body.page-template-accueil2 .container footer a.bouton:after {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  body.page-template-accueil2 .container a.bouton:hover:before,
  body.page-template-accueil2 .container a.bouton:hover:after {
    display: block !important;
    margin: 0 !important; } }

/***************************************************
 * commentaires
 ***************************************************/
.container.commentaires #respond &gt; div,
.container.commentaires #comments &gt; div {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0rem;
  padding-top: 8rem;
  padding-bottom: 2rem; }

textarea#comment,
input#author,
input#email {
  border: 0px;
  background-color: transparent;
  box-shadow: inset 0 0px 0px rgba(10, 10, 10, 0.1);
  background-image: url(../images/ppp/fond-champs.png);
  padding: 0;
  line-height: 2rem !important;
  color: white; }

textarea#comment {
  height: 10rem; }

/* 3 réponse à… */
#comments &gt; div &gt; h3 {
  display: none; }

/* décalge du tout */
.comment-list {
  margin-left: 0; }

/* barre ay dessus des commentaires */
.comment-body:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px solid white;
  border-color: inherit;
  margin: 2rem 0; }

.container.commentaires #comments {
  padding-bottom: 10rem; }

cite:before {
  content: ""; }

#comments ol li {
  list-style-type: none; }

#comments ol li:before {
  content: ""; }

#comments ol ul li:before {
  content: ""; }

/* **************************************	*/
/* laisser une réponse 						*/
/* **************************************	*/
#respond {
  text-align: left;
  color: white; }

#respond label {
  font-family: 'brown-bold',Arial, Helvetica, sans-serif;
  font-weight: normal !important;
  color: white; }

.search-no-results h2 {
  display: none; }

#respond h3 {
  display: none; }

#commentform p, #commentform p a {
  color: white; }

#commentform p a {
  text-decoration: underline; }

/* ******************* */
/* bt submit */
/* ******************* */
.container.commentaires #submit_respond_wrap {
  display: block;
  text-align: right; }

.container.commentaires #submit_respond_wrap:before {
  position: relative;
  color: white;
  display: inline-block;
  content: "\e90e";
  font-size: 1rem;
  width: auto;
  height: auto;
  vertical-align: super;
  margin-right: 0rem;
  transition-property: margin-right;
  -webkit-transition-property: margin-right;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s; }

.container.commentaires input[type="submit"] {
  background-color: transparent;
  font-family: 'brown-bold',Arial, Helvetica, sans-serif;
  font-weight: normal !important;
  color: white; }

.container.commentaires input[type="submit"]:hover {
  background-color: transparent; }

.container.commentaires #submit_respond_wrap:hover:before {
  margin-right: 1rem; }

@media screen and (max-width: 39.9375em) {
  #respond, #comments {
    padding: 0 2rem; } }

body.page-template-infos-pratiques #page {
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 15rem;
  max-width: none;
  color: white; }

body.page-template-infos-pratiques article a {
  color: inherit; }

body.page-template-infos-pratiques article {
  text-align: center; }

body.page-template-infos-pratiques article header h1 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 2rem; }

body.page-template-infos-pratiques article .entry-content {
  margin-bottom: 8rem;
  margin-top: 2rem;
  text-align: center;
  line-height: 1.5 !important; }

body.page-template-infos-pratiques .main-content .columns {
  padding-left: 3rem;
  padding-right: 3rem; }

body.page-template-infos-pratiques article .entry-content p {
  margin-bottom: 1rem; }

/* sigles */
body.page-template-infos-pratiques article header:before {
  position: relative;
  display: inline;
  font-size: 1000%; }

body.page-template-infos-pratiques article .row &gt; div:nth-child(1) header:before {
  content: "\e901"; }

body.page-template-infos-pratiques article .row &gt; div:nth-child(2) header:before {
  content: "\e902"; }

body.page-template-infos-pratiques article .row &gt; div:nth-child(3) header:before {
  content: "\e900"; }

@media screen and (max-width: 39.9375em) {
  body.page-template-infos-pratiques #page {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 0; }
  body.page-template-infos-pratiques .main-content .columns {
    padding-left: .5rem;
    padding-right: .5rem; } }

/***************************************************
 * RESULTAT DE RECHERCEH
 ***************************************************/
body.search-results #page &gt; h2 {
  height: 15rem;
  color: white; }

body.search-results #page &gt; h2:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle; }

body.search-results #page &gt; h2 &gt; span {
  display: inline-block; }

body.search-results #page,
body.search-no-results #page {
  text-align: center; }

/* page resultat de recherche */
body.search-results #page {
  max-width: none;
  margin-top: 0rem;
  padding-top: 0rem;
  padding-bottom: 10rem; }

body.search-results #page div header {
  max-width: none; }

body.search-results header {
  color: inherit; }

body.search-no-results .page-content &gt; form #s {
  padding: 1.5rem;
  color: black; }

body.search-no-results .page-content {
  padding: 1rem 4rem; }

body.search-no-results .page-content &gt; p {
  margin-bottom: 2rem; }

body.search-results #page &gt; a {
  margin: 0;
  padding: 0;
  display: block; }

body.search-results #page a header &gt; div &gt; div &gt; span {
  padding: 0rem 0; }

body.search-results #page a header &gt; div {
  margin: 2rem 0; }

body.search-results #page a header h2 {
  bottom: 0; }

/* ***********************************  */
/* mobile 								*/
/* ***********************************  */
@media screen and (max-width: 39.9375em) {
  body.search-results #page &gt; h2 {
    margin: 0;
    padding-top: 1rem;
    height: 20rem;
    line-height: 20rem; }
  body.search-results #page h2 span {
    line-height: 1;
    vertical-align: middle; }
  body.search-results .langue header div &gt; div &gt; span:not(.bloc-pays) {
    font-size: 400% !important; }
  body.search-results .langue header {
    min-height: initial;
    padding: 0; }
  body.search-results .langue header h2 {
    position: relative;
    left: auto;
    margin: 1rem auto;
    padding: 0;
    width: auto; } }

/***************************************************
 * PAGINATION
 ***************************************************/
.pagination-centered {
  margin-top: 4rem; }

.pagination-centered ul li a {
  color: inherit;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid transparent; }

.pagination-centered ul li.current {
  background-color: transparent;
  color: inherit; }

.pagination-centered ul li.current a,
.pagination-centered ul li a:hover {
  color: inherit;
  border-color: inherit;
  background-color: transparent; }

/***************************************************
 * RIEN TROUVÉ
 ***************************************************/
/* couleur cascade */
body.page-template-search-page &gt; .container,
body.search-no-results &gt; .container {
  color: white;
  border-color: white; }

/* fond */
body.page-template-search-page .container,
body.search-no-results .container {
  min-height: 100%; }

/* barre de recherche */
body.page-template-search-page form #s,
body.search-no-results .page-content &gt; form #s {
  background-color: transparent;
  background: none;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  color: inherit; }

/* bouton de recherche */
body.page-template-search-page #searchform .input-group-button #searchsubmit,
body.search-no-results #searchform .input-group-button #searchsubmit {
  position: relative;
  z-index: 3;
  float: left;
  opacity: 0;
  filter: alpha(opacity=0); }

body.page-template-search-page #searchform .input-group-button,
body.search-no-results #searchform .input-group-button {
  position: relative;
  text-align: center; }

body.page-template-search-page #searchform .input-group-button:after,
body.search-no-results #searchform .input-group-button:after {
  margin-left: 1.8rem; }

body.page-template-search-page #searchform .input-group-button:before,
body.search-no-results #searchform .input-group-button:before {
  content: "\e904";
  z-index: 2;
  margin-left: 1.8rem; }

body.page-template-search-page .sidebar {
  display: none; }

body.page-template-search-page #page {
  padding-top: 200px; }

body.search-results header div &gt; div &gt; span:not(.bloc-pays) {
  font-size: 800%; }

body.search-results .langue header:before {
  height: 10rem; }

body.search-results .langue header h2 {
  top: auto;
  bottom: 0; }

/* ***********************************  */
/* mobile 								*/
/* ***********************************  */
@media screen and (max-width: 39.9375em) {
  body.search-no-results header div &gt; div &gt; span:not(.bloc-pays) {
    font-size: 500%; }
  /* page de recherche spéciale mobile */
  body.page-template-search-page #page {
    padding-left: 1rem;
    margin-top: 0; } }

/***************************************************
 * PAGE SINgLE LANGUE
 ***************************************************/
.single-langues #page {
  width: 100%;
  max-width: none;
  padding: 0; }

/* ***********************************  */
/* header 								*/
/* ***********************************  */
.langue header {
  z-index: 1;
  position: relative;
  text-align: center;
  color: white; }

.single-langues .container header {
  color: white; }

/* box */
.langue header:before {
  content: "";
  display: inline-block;
  width: 0px;
  vertical-align: middle; }

.langue header div {
  display: inline-block;
  vertical-align: middle; }

/* traduction */
.langue header div &gt; div {
  position: relative; }

.langue header div &gt; div &gt; span:not(.bloc-pays) {
  font-size: 1050%;
  font-family: 'brown-bold',Arial, Helvetica, sans-serif;
  font-weight: normal !important;
  color: inherit;
  word-wrap: break-word; }

.single-langues .langue header div &gt; div &gt; span.taille4 {
  font-size: 700%; }

/* asterisk */
body.single-langues .langue header div &gt; div &gt; span:not(.bloc-pays):after {
  content: "*";
  font-size: 2rem;
  vertical-align: super;
  font-family: 'brown-light',Arial, Helvetica, sans-serif; }

/* traduction image  */
.langue header div &gt; div &gt; img {
  max-width: none;
  height: 300px;
  max-height: 50%;
  position: relative; }

/* nom de langue */
.langue header h2 {
  position: absolute;
  top: 50%;
  margin-top: 150px;
  width: 500px;
  text-align: center;
  left: 50%;
  margin-left: -250px;
  font-size: 1.8rem;
  color: inherit;
  font-style: italic; }

/* pays court */
/* ronds */
.bloc-pays.court h4 {
  overflow: visible;
  clear: both;
  display: inline-block;
  position: absolute;
  z-index: 2;
  width: 130px;
  height: 130px;
  border-radius: 75px;
  -webkit-border-radius: 75px;
  color: white;
  border: 1px solid white; }

/* positionnement des ronds */
.bloc-pays.court h4:nth-child(1) {
  top: -43.33333px;
  left: 130px; }

.bloc-pays.court h4:nth-child(2) {
  bottom: -21.66667px;
  right: -43.33333px;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -ms-transform: rotate(130deg);
  transform: rotate(130deg); }

.bloc-pays.court h4:nth-child(3) {
  top: 21.66667px;
  left: -104px;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -ms-transform: rotate(-150deg);
  transform: rotate(-150deg); }

/* lettres */
.bloc-pays.court h4.pays span {
  font: 26px Monaco, MonoSpace;
  font-weight: bold;
  height: 60px;
  text-transform: uppercase;
  font-size: 1rem;
  position: absolute;
  width: 20px;
  left: 50%;
  margin-left: -9px;
  top: 5px;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center; }

/* rotation de chaque lettre */
.bloc-pays.court h4.pays span.char1 {
  -ms-transform: rotate(-70deg);
  transform: rotate(-70deg); }

.bloc-pays.court h4.pays span.char2 {
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg); }

.bloc-pays.court h4.pays span.char3 {
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg); }

.bloc-pays.court h4.pays span.char4 {
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg); }

.bloc-pays.court h4.pays span.char5 {
  -ms-transform: rotate(10deg);
  transform: rotate(10deg); }

.bloc-pays.court h4.pays span.char6 {
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.bloc-pays.court h4.pays span.char7 {
  -ms-transform: rotate(50deg);
  transform: rotate(50deg); }

.bloc-pays.court h4.pays span.char8 {
  -ms-transform: rotate(70deg);
  transform: rotate(70deg); }

.bloc-pays.court h4.pays span.char9 {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.bloc-pays.court h4.pays span.char10 {
  -ms-transform: rotate(110deg);
  transform: rotate(110deg); }

.bloc-pays.court h4.pays span.char11 {
  -ms-transform: rotate(130deg);
  transform: rotate(130deg); }

.bloc-pays.court h4.pays span.char12 {
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.bloc-pays.court h4.pays span.char13 {
  -ms-transform: rotate(170deg);
  transform: rotate(170deg); }

.bloc-pays.court h4.pays span.char14 {
  -ms-transform: rotate(190deg);
  transform: rotate(190deg); }

.bloc-pays.court h4.pays span.char15 {
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.bloc-pays.court h4.pays span.char16 {
  -ms-transform: rotate(230deg);
  transform: rotate(230deg); }

.bloc-pays.court h4.pays span.char17 {
  -ms-transform: rotate(250deg);
  transform: rotate(250deg); }

.bloc-pays.court h4.pays span.char18 {
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.bloc-pays.court h4.pays span.char19 {
  -ms-transform: rotate(290deg);
  transform: rotate(290deg); }

.bloc-pays.court h4.pays span.char20 {
  -ms-transform: rotate(310deg);
  transform: rotate(310deg); }

.bloc-pays.court h4.pays span.char21 {
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.bloc-pays.court h4.pays span.char22 {
  -ms-transform: rotate(350deg);
  transform: rotate(350deg); }

.bloc-pays.court h4.pays span.char23 {
  -ms-transform: rotate(370deg);
  transform: rotate(370deg); }

.bloc-pays.court h4.pays span.char24 {
  -ms-transform: rotate(390deg);
  transform: rotate(390deg); }

.bloc-pays.court h4.pays span.char25 {
  -ms-transform: rotate(410deg);
  transform: rotate(410deg); }

.bloc-pays.court h4.pays span.char26 {
  -ms-transform: rotate(430deg);
  transform: rotate(430deg); }

.bloc-pays.court h4.pays span.char27 {
  -ms-transform: rotate(450deg);
  transform: rotate(450deg); }

.bloc-pays.court h4.pays span.char28 {
  -ms-transform: rotate(470deg);
  transform: rotate(470deg); }

.bloc-pays.court h4.pays span.char29 {
  -ms-transform: rotate(490deg);
  transform: rotate(490deg); }

.bloc-pays.court h4.pays span.char30 {
  -ms-transform: rotate(510deg);
  transform: rotate(510deg); }

.bloc-pays.court h4.pays span.char31 {
  -ms-transform: rotate(530deg);
  transform: rotate(530deg); }

.bloc-pays.court h4.pays span.char32 {
  -ms-transform: rotate(550deg);
  transform: rotate(550deg); }

.bloc-pays.court h4.pays span.char33 {
  -ms-transform: rotate(570deg);
  transform: rotate(570deg); }

.bloc-pays.court h4.pays span.char34 {
  -ms-transform: rotate(590deg);
  transform: rotate(590deg); }

.bloc-pays.court h4.pays span.char35 {
  -ms-transform: rotate(610deg);
  transform: rotate(610deg); }

.bloc-pays.court h4.pays span.char36 {
  -ms-transform: rotate(630deg);
  transform: rotate(630deg); }

.bloc-pays.court h4.pays span.char37 {
  -ms-transform: rotate(650deg);
  transform: rotate(650deg); }

.bloc-pays.court h4.pays span.char38 {
  -ms-transform: rotate(670deg);
  transform: rotate(670deg); }

.bloc-pays.court h4.pays span.char39 {
  -ms-transform: rotate(690deg);
  transform: rotate(690deg); }

.bloc-pays.court h4.pays span.char40 {
  -ms-transform: rotate(710deg);
  transform: rotate(710deg); }

.bloc-pays.court h4.pays span.char41 {
  -ms-transform: rotate(730deg);
  transform: rotate(730deg); }

.bloc-pays.court h4.pays span.char42 {
  -ms-transform: rotate(750deg);
  transform: rotate(750deg); }

.bloc-pays.court h4.pays span.char43 {
  -ms-transform: rotate(770deg);
  transform: rotate(770deg); }

.bloc-pays.court h4.pays span.char44 {
  -ms-transform: rotate(790deg);
  transform: rotate(790deg); }

.bloc-pays.court h4.pays span.char45 {
  -ms-transform: rotate(810deg);
  transform: rotate(810deg); }

.bloc-pays.court h4.pays span.char46 {
  -ms-transform: rotate(830deg);
  transform: rotate(830deg); }

.bloc-pays.court h4.pays span.char47 {
  -ms-transform: rotate(850deg);
  transform: rotate(850deg); }

.bloc-pays.court h4.pays span.char48 {
  -ms-transform: rotate(870deg);
  transform: rotate(870deg); }

.bloc-pays.court h4.pays span.char49 {
  -ms-transform: rotate(890deg);
  transform: rotate(890deg); }

.bloc-pays.court h4.pays span.char50 {
  -ms-transform: rotate(910deg);
  transform: rotate(910deg); }

.bloc-pays.court h4.pays span.char51 {
  -ms-transform: rotate(930deg);
  transform: rotate(930deg); }

.bloc-pays.court h4.pays span.char52 {
  -ms-transform: rotate(950deg);
  transform: rotate(950deg); }

.bloc-pays.court h4.pays span.char53 {
  -ms-transform: rotate(970deg);
  transform: rotate(970deg); }

.bloc-pays.court h4.pays span.char54 {
  -ms-transform: rotate(990deg);
  transform: rotate(990deg); }

.bloc-pays.court h4.pays span.char55 {
  -ms-transform: rotate(1010deg);
  transform: rotate(1010deg); }

.bloc-pays.court h4.pays span.char56 {
  -ms-transform: rotate(1030deg);
  transform: rotate(1030deg); }

.bloc-pays.court h4.pays span.char57 {
  -ms-transform: rotate(1050deg);
  transform: rotate(1050deg); }

.bloc-pays.court h4.pays span.char58 {
  -ms-transform: rotate(1070deg);
  transform: rotate(1070deg); }

.bloc-pays.court h4.pays span.char59 {
  -ms-transform: rotate(1090deg);
  transform: rotate(1090deg); }

.bloc-pays.court h4.pays span.char60 {
  -ms-transform: rotate(1110deg);
  transform: rotate(1110deg); }

.bloc-pays.court h4.pays span.char61 {
  -ms-transform: rotate(1130deg);
  transform: rotate(1130deg); }

.bloc-pays.court h4.pays span.char62 {
  -ms-transform: rotate(1150deg);
  transform: rotate(1150deg); }

.bloc-pays.court h4.pays span.char63 {
  -ms-transform: rotate(1170deg);
  transform: rotate(1170deg); }

.bloc-pays.court h4.pays span.char64 {
  -ms-transform: rotate(1190deg);
  transform: rotate(1190deg); }

.bloc-pays.court h4.pays span.char65 {
  -ms-transform: rotate(1210deg);
  transform: rotate(1210deg); }

.bloc-pays.court h4.pays span.char66 {
  -ms-transform: rotate(1230deg);
  transform: rotate(1230deg); }

.bloc-pays.court h4.pays span.char67 {
  -ms-transform: rotate(1250deg);
  transform: rotate(1250deg); }

.bloc-pays.court h4.pays span.char68 {
  -ms-transform: rotate(1270deg);
  transform: rotate(1270deg); }

.bloc-pays.court h4.pays span.char69 {
  -ms-transform: rotate(1290deg);
  transform: rotate(1290deg); }

.bloc-pays.court h4.pays span.char70 {
  -ms-transform: rotate(1310deg);
  transform: rotate(1310deg); }

.bloc-pays.court h4.pays span.char71 {
  -ms-transform: rotate(1330deg);
  transform: rotate(1330deg); }

.bloc-pays.court h4.pays span.char72 {
  -ms-transform: rotate(1350deg);
  transform: rotate(1350deg); }

.bloc-pays.court h4.pays span.char73 {
  -ms-transform: rotate(1370deg);
  transform: rotate(1370deg); }

.bloc-pays.court h4.pays span.char74 {
  -ms-transform: rotate(1390deg);
  transform: rotate(1390deg); }

.bloc-pays.court h4.pays span.char75 {
  -ms-transform: rotate(1410deg);
  transform: rotate(1410deg); }

.bloc-pays.court h4.pays span.char76 {
  -ms-transform: rotate(1430deg);
  transform: rotate(1430deg); }

.bloc-pays.court h4.pays span.char77 {
  -ms-transform: rotate(1450deg);
  transform: rotate(1450deg); }

.bloc-pays.court h4.pays span.char78 {
  -ms-transform: rotate(1470deg);
  transform: rotate(1470deg); }

.bloc-pays.court h4.pays span.char79 {
  -ms-transform: rotate(1490deg);
  transform: rotate(1490deg); }

.bloc-pays.court h4.pays span.char80 {
  -ms-transform: rotate(1510deg);
  transform: rotate(1510deg); }

.bloc-pays.court h4.pays span.char81 {
  -ms-transform: rotate(1530deg);
  transform: rotate(1530deg); }

.bloc-pays.court h4.pays span.char82 {
  -ms-transform: rotate(1550deg);
  transform: rotate(1550deg); }

.bloc-pays.court h4.pays span.char83 {
  -ms-transform: rotate(1570deg);
  transform: rotate(1570deg); }

.bloc-pays.court h4.pays span.char84 {
  -ms-transform: rotate(1590deg);
  transform: rotate(1590deg); }

.bloc-pays.court h4.pays span.char85 {
  -ms-transform: rotate(1610deg);
  transform: rotate(1610deg); }

.bloc-pays.court h4.pays span.char86 {
  -ms-transform: rotate(1630deg);
  transform: rotate(1630deg); }

.bloc-pays.court h4.pays span.char87 {
  -ms-transform: rotate(1650deg);
  transform: rotate(1650deg); }

.bloc-pays.court h4.pays span.char88 {
  -ms-transform: rotate(1670deg);
  transform: rotate(1670deg); }

.bloc-pays.court h4.pays span.char89 {
  -ms-transform: rotate(1690deg);
  transform: rotate(1690deg); }

.bloc-pays.court h4.pays span.char90 {
  -ms-transform: rotate(1710deg);
  transform: rotate(1710deg); }

.bloc-pays.court h4.pays span.char91 {
  -ms-transform: rotate(1730deg);
  transform: rotate(1730deg); }

.bloc-pays.court h4.pays span.char92 {
  -ms-transform: rotate(1750deg);
  transform: rotate(1750deg); }

.bloc-pays.court h4.pays span.char93 {
  -ms-transform: rotate(1770deg);
  transform: rotate(1770deg); }

.bloc-pays.court h4.pays span.char94 {
  -ms-transform: rotate(1790deg);
  transform: rotate(1790deg); }

.bloc-pays.court h4.pays span.char95 {
  -ms-transform: rotate(1810deg);
  transform: rotate(1810deg); }

.bloc-pays.court h4.pays span.char96 {
  -ms-transform: rotate(1830deg);
  transform: rotate(1830deg); }

.bloc-pays.court h4.pays span.char97 {
  -ms-transform: rotate(1850deg);
  transform: rotate(1850deg); }

.bloc-pays.court h4.pays span.char98 {
  -ms-transform: rotate(1870deg);
  transform: rotate(1870deg); }

.bloc-pays.court h4.pays span.char99 {
  -ms-transform: rotate(1890deg);
  transform: rotate(1890deg); }

.bloc-pays.court h4.pays span.char100 {
  -ms-transform: rotate(1910deg);
  transform: rotate(1910deg); }

/* pays long */
.bloc-pays.long {
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  overflow: hidden;
  width: 200px;
  top: 50%;
  margin-top: -100px;
  left: 0;
  margin-left: -150px;
  padding: 2rem;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: 2;
  line-height: .9rem; }

.bloc-pays.long &gt; span {
  display: inline-block;
  vertical-align: middle; }

.bloc-pays.long h4 {
  text-transform: none;
  font-size: .8rem;
  font-family: 'brown-bold',Arial, Helvetica, sans-serif;
  font-weight: normal !important;
  margin: 0;
  display: inline; }

/* ***********************************  */
/* contenu 								*/
/* ***********************************  */
.langue .entry-content {
  max-width: 40rem;
  margin: 0 auto;
  margin-top: 9rem;
  margin-bottom: 9rem;
  color: inherit; }

/* texte de remplamcement */
/* si contenu vide */
.langue .entry-content .prochainement {
  text-align: center;
  font-family: 'brown-bold',Arial, Helvetica, sans-serif;
  font-weight: normal !important;
  font-size: 100%; }

/* titre de section */
body.single-langues .cadre_titre {
  color: inherit;
  border-color: inherit;
  border-width: 1px;
  border-style: dashed;
  padding: 3px;
  margin: 1rem auto;
  margin-bottom: 3rem;
  max-width: 30rem;
  font-size: 100%;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5; }

body.single-langues #respond .cadre_titre {
  margin-bottom: 5rem; }

body.single-langues .contenu .cadre_titre {
  margin-top: 5rem; }

body.single-langues .cadre_titre &gt; div {
  color: inherit;
  border-color: inherit;
  border-width: 1px;
  border-style: dashed;
  padding: 1rem;
  padding-bottom: .8rem;
  margin: 0;
  font-size: 150% !important;
  font-weight: normal  !important;
  text-transform: uppercase  !important;
  text-align: center  !important;
  line-height: 1.5  !important; }

/* contenu - chapeau */
.langue .chapeau &gt; p {
  font-size: 100%;
  font-family: 'brown-bold',Arial, Helvetica, sans-serif;
  font-weight: normal !important;
  text-align: justify; }

.langue .entry-content {
  clear: both; }

.langue .entry-content {
  text-align: justify; }

.langue .entry-content .contenu,
.langue .entry-content .contenu p {
  color: inherit; }

.langue .entry-content h1,
.langue .entry-content h2,
.langue .entry-content h3 {
  text-align: center;
  font-weight: normal;
  color: inherit; }

/* pays */
.langue .entry-content h1 {
  font-family: 'brown-bold',Arial, Helvetica, sans-serif;
  font-weight: normal !important;
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-color: inherit;
  border-width: 1px;
  border-style: dashed;
  padding: 3px;
  padding-top: 1rem;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto; }

/* oeuvre */
.langue .entry-content h2 {
  font-family: 'brown-bold',Arial, Helvetica, sans-serif;
  font-weight: normal !important;
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 0; }

/* auteur */
.langue .entry-content h3 {
  font-weight: normal;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: .5rem; }

/* infos */
.langue .entry-content h4 {
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
  margin-left: 6rem;
  margin-right: 6rem; }

.langue .entry-content h4 br {
  display: none; }

/* tablette */
@media screen and (min-width: 64em) {
  .single-langues &gt; .container &gt; #page &gt; .main-content &gt; header {
    height: 97vh; }
  .langue header:before {
    height: 97vh; } }

@media screen and (max-width: 39.9375em) {
  .single-langues &gt; .container &gt; #page &gt; .main-content &gt; header {
    min-height: 200px; }
  .langue header:before {
    min-height: 200px; } }

/* ***********************************  */
/* mobile 								*/
/* ***********************************  */
@media screen and (max-width: 39.9375em) {
  /* header traduction amour */
  .single-langues .langue header div &gt; div &gt; span:not(.bloc-pays) {
    font-size: 400%; }
  .single-langues .langue header div &gt; div &gt; span.taille1 {
    font-size: 700%; }
  .single-langues .langue header div &gt; div &gt; span.taille2 {
    font-size: 500%; }
  .single-langues .langue header div &gt; div &gt; span.taille3 {
    font-size: 300%; }
  .single-langues .langue header div &gt; div &gt; span.taille4 {
    font-size: 200%; }
  .single-langues #page .langue.main-content {
    padding: 0; }
  .single-langues #page {
    margin: 0; }
  .langue header {
    min-height: 20rem;
    padding: 7rem 0; }
  .langue .entry-content {
    padding: 0 2rem; }
  /* continent et nom de langue */
  .single-langues .langue header h2 {
    position: relative !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    left: auto !important;
    top: auto !important;
    font-size: 90%; }
  .single-langues .langue .entry-content {
    margin-top: 3rem; }
  /* ************** */
  /* contenu 		 */
  /* ************** */
  /* pays */
  .langue .entry-content h1 {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem; }
  /* oeuvre */
  .langue .entry-content h2 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 0;
    text-align: left; }
  /* auteur */
  .langue .entry-content h3 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: .5rem;
    text-align: left; }
  .langue .entry-content h3 br {
    display: none; }
  /* infos */
  .langue .entry-content h4 {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 2rem;
    margin-left: 0rem;
    margin-right: 0rem;
    text-align: left; }
  .langue .entry-content p {
    text-align: left; }
  /* ************** */
  /* ronds langues  */
  /* ************** */
  /* ronds */
  .bloc-pays.court h4 {
    overflow: visible;
    clear: both;
    display: inline-block;
    position: absolute;
    z-index: 2;
    width: 70px;
    height: 70px;
    border-radius: 75px;
    -webkit-border-radius: 75px;
    color: white;
    border: 1px solid white; }
  /* positionnement des ronds */
  .bloc-pays.court h4:nth-child(1) {
    top: -23.33333px;
    left: 70px; }
  .bloc-pays.court h4:nth-child(2) {
    bottom: -23.33333px;
    right: -23.33333px;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -ms-transform: rotate(130deg);
    transform: rotate(130deg); }
  .bloc-pays.court h4:nth-child(3) {
    top: -21px;
    left: 130px;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
  /* lettres */
  .bloc-pays.court h4.pays span {
    font: 15px Monaco, MonoSpace;
    font-weight: bold;
    height: 30px;
    text-transform: uppercase;
    font-size: .5rem;
    position: absolute;
    width: 20px;
    left: 50%;
    margin-left: -9px;
    top: 5px;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center; }
  /* rotation de chaque lettre */
  .bloc-pays.court h4.pays span.char1 {
    -ms-transform: rotate(-70deg);
    transform: rotate(-70deg); }
  .bloc-pays.court h4.pays span.char2 {
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg); }
  .bloc-pays.court h4.pays span.char3 {
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  .bloc-pays.court h4.pays span.char4 {
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  .bloc-pays.court h4.pays span.char5 {
    -ms-transform: rotate(10deg);
    transform: rotate(10deg); }
  .bloc-pays.court h4.pays span.char6 {
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
  .bloc-pays.court h4.pays span.char7 {
    -ms-transform: rotate(50deg);
    transform: rotate(50deg); }
  .bloc-pays.court h4.pays span.char8 {
    -ms-transform: rotate(70deg);
    transform: rotate(70deg); }
  .bloc-pays.court h4.pays span.char9 {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .bloc-pays.court h4.pays span.char10 {
    -ms-transform: rotate(110deg);
    transform: rotate(110deg); }
  .bloc-pays.court h4.pays span.char11 {
    -ms-transform: rotate(130deg);
    transform: rotate(130deg); }
  .bloc-pays.court h4.pays span.char12 {
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
  .bloc-pays.court h4.pays span.char13 {
    -ms-transform: rotate(170deg);
    transform: rotate(170deg); }
  .bloc-pays.court h4.pays span.char14 {
    -ms-transform: rotate(190deg);
    transform: rotate(190deg); }
  .bloc-pays.court h4.pays span.char15 {
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
  .bloc-pays.court h4.pays span.char16 {
    -ms-transform: rotate(230deg);
    transform: rotate(230deg); }
  .bloc-pays.court h4.pays span.char17 {
    -ms-transform: rotate(250deg);
    transform: rotate(250deg); }
  .bloc-pays.court h4.pays span.char18 {
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
  .bloc-pays.court h4.pays span.char19 {
    -ms-transform: rotate(290deg);
    transform: rotate(290deg); }
  .bloc-pays.court h4.pays span.char20 {
    -ms-transform: rotate(310deg);
    transform: rotate(310deg); }
  .bloc-pays.court h4.pays span.char21 {
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
  .bloc-pays.court h4.pays span.char22 {
    -ms-transform: rotate(350deg);
    transform: rotate(350deg); }
  .bloc-pays.court h4.pays span.char23 {
    -ms-transform: rotate(370deg);
    transform: rotate(370deg); }
  .bloc-pays.court h4.pays span.char24 {
    -ms-transform: rotate(390deg);
    transform: rotate(390deg); }
  .bloc-pays.court h4.pays span.char25 {
    -ms-transform: rotate(410deg);
    transform: rotate(410deg); }
  .bloc-pays.court h4.pays span.char26 {
    -ms-transform: rotate(430deg);
    transform: rotate(430deg); }
  .bloc-pays.court h4.pays span.char27 {
    -ms-transform: rotate(450deg);
    transform: rotate(450deg); }
  .bloc-pays.court h4.pays span.char28 {
    -ms-transform: rotate(470deg);
    transform: rotate(470deg); }
  .bloc-pays.court h4.pays span.char29 {
    -ms-transform: rotate(490deg);
    transform: rotate(490deg); }
  .bloc-pays.court h4.pays span.char30 {
    -ms-transform: rotate(510deg);
    transform: rotate(510deg); }
  .bloc-pays.court h4.pays span.char31 {
    -ms-transform: rotate(530deg);
    transform: rotate(530deg); }
  .bloc-pays.court h4.pays span.char32 {
    -ms-transform: rotate(550deg);
    transform: rotate(550deg); }
  .bloc-pays.court h4.pays span.char33 {
    -ms-transform: rotate(570deg);
    transform: rotate(570deg); }
  .bloc-pays.court h4.pays span.char34 {
    -ms-transform: rotate(590deg);
    transform: rotate(590deg); }
  .bloc-pays.court h4.pays span.char35 {
    -ms-transform: rotate(610deg);
    transform: rotate(610deg); }
  .bloc-pays.court h4.pays span.char36 {
    -ms-transform: rotate(630deg);
    transform: rotate(630deg); }
  .bloc-pays.court h4.pays span.char37 {
    -ms-transform: rotate(650deg);
    transform: rotate(650deg); }
  .bloc-pays.court h4.pays span.char38 {
    -ms-transform: rotate(670deg);
    transform: rotate(670deg); }
  .bloc-pays.court h4.pays span.char39 {
    -ms-transform: rotate(690deg);
    transform: rotate(690deg); }
  .bloc-pays.court h4.pays span.char40 {
    -ms-transform: rotate(710deg);
    transform: rotate(710deg); }
  .bloc-pays.court h4.pays span.char41 {
    -ms-transform: rotate(730deg);
    transform: rotate(730deg); }
  .bloc-pays.court h4.pays span.char42 {
    -ms-transform: rotate(750deg);
    transform: rotate(750deg); }
  .bloc-pays.court h4.pays span.char43 {
    -ms-transform: rotate(770deg);
    transform: rotate(770deg); }
  .bloc-pays.court h4.pays span.char44 {
    -ms-transform: rotate(790deg);
    transform: rotate(790deg); }
  .bloc-pays.court h4.pays span.char45 {
    -ms-transform: rotate(810deg);
    transform: rotate(810deg); }
  .bloc-pays.court h4.pays span.char46 {
    -ms-transform: rotate(830deg);
    transform: rotate(830deg); }
  .bloc-pays.court h4.pays span.char47 {
    -ms-transform: rotate(850deg);
    transform: rotate(850deg); }
  .bloc-pays.court h4.pays span.char48 {
    -ms-transform: rotate(870deg);
    transform: rotate(870deg); }
  .bloc-pays.court h4.pays span.char49 {
    -ms-transform: rotate(890deg);
    transform: rotate(890deg); }
  .bloc-pays.court h4.pays span.char50 {
    -ms-transform: rotate(910deg);
    transform: rotate(910deg); }
  .bloc-pays.court h4.pays span.char51 {
    -ms-transform: rotate(930deg);
    transform: rotate(930deg); }
  .bloc-pays.court h4.pays span.char52 {
    -ms-transform: rotate(950deg);
    transform: rotate(950deg); }
  .bloc-pays.court h4.pays span.char53 {
    -ms-transform: rotate(970deg);
    transform: rotate(970deg); }
  .bloc-pays.court h4.pays span.char54 {
    -ms-transform: rotate(990deg);
    transform: rotate(990deg); }
  .bloc-pays.court h4.pays span.char55 {
    -ms-transform: rotate(1010deg);
    transform: rotate(1010deg); }
  .bloc-pays.court h4.pays span.char56 {
    -ms-transform: rotate(1030deg);
    transform: rotate(1030deg); }
  .bloc-pays.court h4.pays span.char57 {
    -ms-transform: rotate(1050deg);
    transform: rotate(1050deg); }
  .bloc-pays.court h4.pays span.char58 {
    -ms-transform: rotate(1070deg);
    transform: rotate(1070deg); }
  .bloc-pays.court h4.pays span.char59 {
    -ms-transform: rotate(1090deg);
    transform: rotate(1090deg); }
  .bloc-pays.court h4.pays span.char60 {
    -ms-transform: rotate(1110deg);
    transform: rotate(1110deg); }
  .bloc-pays.court h4.pays span.char61 {
    -ms-transform: rotate(1130deg);
    transform: rotate(1130deg); }
  .bloc-pays.court h4.pays span.char62 {
    -ms-transform: rotate(1150deg);
    transform: rotate(1150deg); }
  .bloc-pays.court h4.pays span.char63 {
    -ms-transform: rotate(1170deg);
    transform: rotate(1170deg); }
  .bloc-pays.court h4.pays span.char64 {
    -ms-transform: rotate(1190deg);
    transform: rotate(1190deg); }
  .bloc-pays.court h4.pays span.char65 {
    -ms-transform: rotate(1210deg);
    transform: rotate(1210deg); }
  .bloc-pays.court h4.pays span.char66 {
    -ms-transform: rotate(1230deg);
    transform: rotate(1230deg); }
  .bloc-pays.court h4.pays span.char67 {
    -ms-transform: rotate(1250deg);
    transform: rotate(1250deg); }
  .bloc-pays.court h4.pays span.char68 {
    -ms-transform: rotate(1270deg);
    transform: rotate(1270deg); }
  .bloc-pays.court h4.pays span.char69 {
    -ms-transform: rotate(1290deg);
    transform: rotate(1290deg); }
  .bloc-pays.court h4.pays span.char70 {
    -ms-transform: rotate(1310deg);
    transform: rotate(1310deg); }
  .bloc-pays.court h4.pays span.char71 {
    -ms-transform: rotate(1330deg);
    transform: rotate(1330deg); }
  .bloc-pays.court h4.pays span.char72 {
    -ms-transform: rotate(1350deg);
    transform: rotate(1350deg); }
  .bloc-pays.court h4.pays span.char73 {
    -ms-transform: rotate(1370deg);
    transform: rotate(1370deg); }
  .bloc-pays.court h4.pays span.char74 {
    -ms-transform: rotate(1390deg);
    transform: rotate(1390deg); }
  .bloc-pays.court h4.pays span.char75 {
    -ms-transform: rotate(1410deg);
    transform: rotate(1410deg); }
  .bloc-pays.court h4.pays span.char76 {
    -ms-transform: rotate(1430deg);
    transform: rotate(1430deg); }
  .bloc-pays.court h4.pays span.char77 {
    -ms-transform: rotate(1450deg);
    transform: rotate(1450deg); }
  .bloc-pays.court h4.pays span.char78 {
    -ms-transform: rotate(1470deg);
    transform: rotate(1470deg); }
  .bloc-pays.court h4.pays span.char79 {
    -ms-transform: rotate(1490deg);
    transform: rotate(1490deg); }
  .bloc-pays.court h4.pays span.char80 {
    -ms-transform: rotate(1510deg);
    transform: rotate(1510deg); }
  .bloc-pays.court h4.pays span.char81 {
    -ms-transform: rotate(1530deg);
    transform: rotate(1530deg); }
  .bloc-pays.court h4.pays span.char82 {
    -ms-transform: rotate(1550deg);
    transform: rotate(1550deg); }
  .bloc-pays.court h4.pays span.char83 {
    -ms-transform: rotate(1570deg);
    transform: rotate(1570deg); }
  .bloc-pays.court h4.pays span.char84 {
    -ms-transform: rotate(1590deg);
    transform: rotate(1590deg); }
  .bloc-pays.court h4.pays span.char85 {
    -ms-transform: rotate(1610deg);
    transform: rotate(1610deg); }
  .bloc-pays.court h4.pays span.char86 {
    -ms-transform: rotate(1630deg);
    transform: rotate(1630deg); }
  .bloc-pays.court h4.pays span.char87 {
    -ms-transform: rotate(1650deg);
    transform: rotate(1650deg); }
  .bloc-pays.court h4.pays span.char88 {
    -ms-transform: rotate(1670deg);
    transform: rotate(1670deg); }
  .bloc-pays.court h4.pays span.char89 {
    -ms-transform: rotate(1690deg);
    transform: rotate(1690deg); }
  .bloc-pays.court h4.pays span.char90 {
    -ms-transform: rotate(1710deg);
    transform: rotate(1710deg); }
  .bloc-pays.court h4.pays span.char91 {
    -ms-transform: rotate(1730deg);
    transform: rotate(1730deg); }
  .bloc-pays.court h4.pays span.char92 {
    -ms-transform: rotate(1750deg);
    transform: rotate(1750deg); }
  .bloc-pays.court h4.pays span.char93 {
    -ms-transform: rotate(1770deg);
    transform: rotate(1770deg); }
  .bloc-pays.court h4.pays span.char94 {
    -ms-transform: rotate(1790deg);
    transform: rotate(1790deg); }
  .bloc-pays.court h4.pays span.char95 {
    -ms-transform: rotate(1810deg);
    transform: rotate(1810deg); }
  .bloc-pays.court h4.pays span.char96 {
    -ms-transform: rotate(1830deg);
    transform: rotate(1830deg); }
  .bloc-pays.court h4.pays span.char97 {
    -ms-transform: rotate(1850deg);
    transform: rotate(1850deg); }
  .bloc-pays.court h4.pays span.char98 {
    -ms-transform: rotate(1870deg);
    transform: rotate(1870deg); }
  .bloc-pays.court h4.pays span.char99 {
    -ms-transform: rotate(1890deg);
    transform: rotate(1890deg); }
  .bloc-pays.court h4.pays span.char100 {
    -ms-transform: rotate(1910deg);
    transform: rotate(1910deg); }
  /* ************************ */
  /* ronds langues nombreuses */
  /* ************************ */
  .bloc-pays.long {
    display: block;
    position: relative;
    width: auto;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    max-width: 12rem;
    margin: 0 auto;
    padding: 1.5rem;
    line-height: .6rem;
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    margin-top: -2.5rem;
    margin-bottom: 2rem; }
  .bloc-pays.long h4 {
    font-size: .7rem; } }

body.page-template-sponsors article {
  text-align: center;
  margin-bottom: 10rem; }

body.page-template-sponsors #page {
  max-width: 80rem; }

body.page-template-sponsors #page .row {
  max-width: none;
  text-align: center; }

body.page-template-sponsors #page &gt; .row &gt; div:not(.autres):before {
  position: relative;
  display: inline;
  font-size: 1000%; }

body.page-template-sponsors #page &gt; .row &gt; div:nth-child(1):before {
  content: "\e911"; }

body.page-template-sponsors #page &gt; .row &gt; div:nth-child(2):before {
  content: "\e912"; }

body.page-template-sponsors article footer {
  margin-top: 2rem;
  font-size: 80%; }

body.page-template-sponsors article .entry-content a {
  display: inline-block;
  border-bottom: 0px !important;
  margin: 30px 10px; }

body.page-template-sponsors article .entry-content a span {
  display: block; }

body.page-template-sponsors article .entry-content a.size-3 {
  margin: 80px 20px; }

body.page-template-sponsors article .entry-content a img {
  height: 10rem; }

body.page-template-sponsors article .entry-content a.size-1 img {
  height: 12rem; }

body.page-template-sponsors article .entry-content a.size-2 img {
  height: 10rem; }

body.page-template-sponsors article .entry-content a.size-3 img {
  height: 6rem; }

@media screen and (max-width: 39.9375em) {
  body.page-template-sponsors article .entry-content a {
    display: block;
    margin: 0 auto; }
  body.page-template-sponsors #page {
    padding-top: 4rem; }
  body.page-template-sponsors #page &gt; .row &gt; div:nth-child(3) &gt; article &gt; div img {
    width: 150px; } }

/* titres des blocs */
body.page-template-sponsors #page header {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 33rem;
  margin-left: auto;
  margin-right: auto; }

/* kissbankers */
body.page-template-sponsors #page &gt; .row &gt; div:nth-child(2) &gt; article &gt; div {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }

body.page-template-sponsors #page &gt; .row &gt; div:nth-child(2) .row &gt; div {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

/* lee */
body.page-template-sponsors #page &gt; .row &gt; div:nth-child(3) &gt; article &gt; div {
  max-width: 33rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }

/* ***************************** */
/* GENERAUX 					 */
/* ***************************** */
/* PAGE */
body.woocommerce &gt; .container &gt; .row {
  padding-top: 10rem;
  max-width: 60rem; }

body.post-type-archive-product .container {
  text-align: center; }

/* tri des produits */
.woocommerce-ordering {
  display: none; }

/* bouton afficher tous les produits*/
.woocommerce-result-count {
  display: none; }

/* transmition de la couleur */
body.woocommerce ul.products {
  color: inherit; }

/* ***************************** */
/* BOuTONS 						 */
/* ***************************** */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #FFF;
  border-color: #009fbf;
  border-width: 1px;
  border-style: solid;
  color: #009fbf;
  font-family: 'brown-bold',Arial, Helvetica, sans-serif;
  font-weight: normal !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-property: background-color color;
  -webkit-transition-property: background-color color;
  padding-top: .708em;
  padding-bottom: .528em; }

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: white;
  border-color: #d96159;
  color: #d96159; }

/* ***************************** */
/* TOUS LES PRODUITS 			 */
/* ***************************** */
.woocommerce ul.products li.product a img {
  /*@include border-radius(50%);*/ }

/* titre de page */
.post-type-archive-product .page-title {
  margin-bottom: 3.5rem; }

/* passage sur 3 colonnes */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: 28%; }

.post-type-archive-product.woocommerce ul.products &gt; li {
  margin-left: 1.3em;
  margin-right: 1.3em; }

@media screen and (max-width: 39.9375em) {
  .post-type-archive-product.woocommerce ul.products &gt; li {
    margin-left: 0;
    margin-right: 0; } }

/* ***************************** */
/* 1 PRODUIT					 */
/* ***************************** */
/* ************ */
/* partie haute */
/* ************ */
/*titre*/
.woocommerce div.product .product_title {
  line-height: 48px; }

.pp_woocommerce img,
.woocommerce div.product div.images img {
  /*@include border-radius(50%);*/
  border: 1px solid #009fbf; }

/* ************ */
/* bloc du bas */
/* ************ */
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0;
  border: 0; }

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 2rem;
  border: 1px solid black;
  border-top-width: 0px;
  border-color: inherit; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  font-family: 'brown-bold',Arial, Helvetica, sans-serif;
  font-weight: normal !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #d96159; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: normal !important;
  color: #d96159; }

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-color: inherit; }

/* masque les arrondies */
/* background grisés */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: white;
  background-image: url(../images/ppp/fond-grise.png); }

/* masque le label choix de la langue */
.woocommerce.single-product .variations_form .variations .label {
  display: none; }

/* masque cadre choix de la langue */
.woocommerce.single-product .variations_form .variations tbody {
  border: 0px; }

/* ***************************** */
/* OVERLAY IMAGE				 */
/* ***************************** */
div.pp_woocommerce a.pp_contract,
div.pp_woocommerce a.pp_expand,
div.pp_woocommerce .pp_close {
  background-color: transparent !important;
  text-shadow: none;
  color: inherit !important;
  border-width: 1px;
  height: 1.6em;
  width: 1.6em; }

@media screen and (max-width: 39.9375em) {
  div.pp_woocommerce .pp_close:before,
  div.pp_woocommerce a.pp_contract:before,
  div.pp_woocommerce a.pp_expand:before {
    font-size: 32px;
    line-height: 1.5rem; } }

div.pp_woocommerce .pp_close:before,
div.pp_woocommerce a.pp_contract:before,
div.pp_woocommerce a.pp_expand:before {
  font-family: 'icomoon' !important;
  z-index: 1; }

div.pp_woocommerce .pp_content_container {
  -ms-box-shadow: inset 0 0 0px 0px #FFF;
  -o-box-shadow: inset 0 0 0px 0px #FFF;
  box-shadow: inset 0 0 0px 0px #FFF;
  border: 1px solid black !important;
  border-color: inherit !important; }

div.pp_woocommerce .pp_close:before {
  content: "\e916" !important; }

div.pp_woocommerce a.pp_contract:before {
  content: "\e918" !important; }

div.pp_woocommerce a.pp_expand:before {
  content: "\e917" !important; }

div.pp_woocommerce .pp_close:before,
div.pp_woocommerce a.pp_contract:before,
div.pp_woocommerce a.pp_expand:before {
  top: 5px; }

div.pp_woocommerce .pp_close:after,
div.pp_woocommerce a.pp_contract:after,
div.pp_woocommerce a.pp_expand:after {
  content: "";
  z-index: 0;
  position: absolute;
  top: -.15em;
  left: 0em;
  height: 100%;
  width: 100%;
  border: 1px solid black;
  border-color: inherit;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: white; }

div.pp_woocommerce a.pp_close:hover:after,
div.pp_woocommerce a.pp_contract:hover:after,
div.pp_woocommerce a.pp_expand:hover:after {
  border-radius: 0%;
  -webkit-border-radius: 0%;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

div.pp_woocommerce a.pp_expand:hover,
div.pp_woocommerce .pp_close:hover {
  background-color: #FFF;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.pp_pic_holder.pp_woocommerce {
  text-align: center; }

/* fond */
div.pp_overlay {
  background-color: white; }

/* fleche de navigation du diaporama */
div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_previous,
div.pp_woocommerce .pp_next:before, div.pp_woocommerce .pp_previous:before,
div.pp_woocommerce .pp_next:before, div.pp_woocommerce .pp_next:before {
  background-color: transparent;
  color: #00D;
  text-shadow: 0 0px 0px transparent; }

div.pp_woocommerce .pp_arrow_next:hover,
div.pp_woocommerce .pp_arrow_previous:hover {
  background-color: white; }

div.pp_woocommerce .pp_next:before,
div.pp_woocommerce .pp_previous:before,
div.pp_woocommerce .pp_arrow_next:before,
div.pp_woocommerce .pp_arrow_previous:before {
  vertical-align: middle;
  content: "\e90b";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.5rem;
  font-size: 1.5rem;
  color: #009fbf !important;
  margin-right: 1rem;
  transition-property: margin-right;
  -webkit-transition-property: margin-right;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

div.pp_woocommerce .pp_previous:before,
div.pp_woocommerce .pp_arrow_previous:before {
  content: "\e90c"; }

div.pp_woocommerce .pp_next,
div.pp_woocommerce .pp_previous {
  font-size: 0; }

div.pp_woocommerce .pp_next:before,
div.pp_woocommerce .pp_previous:before {
  z-index: 25;
  font-size: 1.5rem !important;
  background-color: white;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-top: -20px;
  text-align: center;
  color: inherit;
  border-color: #009fbf;
  border-width: 1px;
  border-style: solid; }

div.pp_woocommerce .pp_next:before {
  padding-left: 3px; }

div.pp_woocommerce .pp_previous:before {
  padding-right: 3px; }

/* ***************************** */
/* MESSAGE 						*/
/* ***************************** */
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  border-top-color: #d96159;
  background-color: white;
  background-image: url(../images/ppp/fond-grise.png); }

/* ***************************** */
/* PANIER */
/* ***************************** */
/* catégories */
table thead {
  font-family: 'brown-bold',Arial, Helvetica, sans-serif;
  font-weight: normal !important; }

/* fond une ligne sur deux */
table thead,
table tfoot,
table tbody tr:nth-child(even),
#add_payment_method #payment,
.woocommerce-checkout #payment {
  background-color: white;
  background-image: url(../images/ppp/fond-grise.png);
  color: #009fbf; }

/* cadre moyen de paiement */
#add_payment_method #payment,
.woocommerce-checkout #payment {
  border: 3px solid #d96159; }

/* masque coupon */
.shop_table_responsive .coupon {
  display: none; }

/* bouton mise à jour du contenu ¨¨*/
.woocommerce .cart .button[name="update_cart"] {
  width: 98% !important; }

/* ************************************************ */
/* mobile											*/
/* ************************************************ */
@media screen and (max-width: 39.9375em) {
  body.woocommerce-page .container {
    padding: 0 2rem; }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 98%; } }

/***************************************************
 * CARTE GÉNÉRAL
 *
 ***************************************************/
@media only screen and (min-width: 1224px) {
  body.post-type-archive-langues:not(.search) #page,
  body.post-type-archive-langues:not(.search) .container,
  body.single-continents #page,
  body.single-continents .container,
  body.post-type-archive-continents .container,
  body.post-type-archive-continents #page {
    overflow: hidden; }
  body.post-type-archive-langues:not(.search),
  body.single-continents,
  body.post-type-archive-continents {
    overflow: hidden; }
  .carte {
    overflow: hidden; } }

body.post-type-archive-langues:not(.search) #page,
body.post-type-archive-langues:not(.search) .container,
body.single-continents #page,
body.single-continents .container,
body.post-type-archive-continents .container,
body.post-type-archive-continents #page {
  max-width: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0; }

/* sur les pages carte pleine page on masque le footer */
body.post-type-archive-langues:not(.search) #footer-container,
body.single-continents #footer-container,
body.post-type-archive-continents #footer-container {
  display: none; }

#mini_carte {
  width: 100%;
  position: relative; }

#grosse_carte {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

#carte_ext {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3500px; }

#carte_int {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  cursor: hand; }

#carte_int {
  height: 100%;
  width: 3500px; }

@media screen and (max-width: 39.9375em), only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #mini_carte {
    display: none; }
  #carte_int {
    width: 100%;
    height: 2500px; }
  #carte_ext {
    width: 100%;
    height: 2500px; }
  #grosse_carte {
    width: 100%;
    height: 2500px; } }

#carte_texture {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

#carte_dessin {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat; }

/***************************************************
 * CARTE ASPECT
 *
 ***************************************************/
.carte_langue_part {
  display: block; }

.carte_langue_part_mobile {
  display: none; }

#carte_dessin {
  background-image: url(./../images/ppp/fond-carte-horizontale.jpg); }

@media screen and (max-width: 39.9375em), only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .carte_langue_part {
    display: none; }
  .carte_langue_part_mobile {
    display: block; }
  #carte_dessin {
    background-image: url(./../images/ppp/fond-carte-verticale.jpg);
    background-repeat: repeat;
    background-size: auto 100%; } }

/***************************************************
 * NAVIGATION FLeches
 *
 ***************************************************/
.cartenavig {
  display: block;
  width: 300px;
  margin-left: -150px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 900;
  text-align: center; }

.cartenavig a {
  display: inline-block;
  text-align: center;
  height: 3rem;
  width: 3rem;
  background-color: #FFF;
  border: 1px solid white;
  border-width: 3px;
  border-color: #FFF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=$c, Direction=134, Strength=5); }

.cartenavig a:before {
  vertical-align: middle;
  content: "\e90b";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 2.8rem;
  font-size: 2rem;
  color: #ad949d;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cartenavig a.left:before {
  content: "\e90c";
  margin-right: .2rem; }

.cartenavig a.right:before {
  margin-left: .2rem; }

@media screen and (max-width: 64em) {
  .cartenavig {
    display: none; } }

/***************************************************
 * BOUTONS
 *
 ***************************************************/
.carte_langue_part ul,
.carte_langue_part li {
  list-style: none;
  margin: 0;
  padding: 0; }

/***************************************************
 * POSITION DES CONTINENTS
 *
 ***************************************************/
.carte_langue_part ul.asie {
  left: 2380px; }

.carte_langue_part ul.europe {
  left: 1837.5px; }

.carte_langue_part ul.afrique {
  left: 1347.5px; }

.carte_langue_part ul.amerique {
  left: 1067.5px; }

.carte_langue_part ul.oceanie {
  left: 700px; }

.carte_langue_part_mobile div.asie {
  bottom: 1700px; }

.carte_langue_part_mobile div.europe {
  bottom: 1312.5px; }

.carte_langue_part_mobile div.afrique {
  bottom: 962.5px; }

.carte_langue_part_mobile div.amerique {
  bottom: 762.5px; }

.carte_langue_part_mobile div.oceanie {
  bottom: 500px; }

/***************************************************
 * DESKTOP CONTINENT
 *
 ***************************************************/
.carte_langue_part ul {
  position: absolute;
  bottom: 50%;
  margin-bottom: -6.4rem; }

.carte_langue_part &gt; ul &gt; li {
  position: relative;
  display: block;
  height: 100px;
  width: 100px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: white;
  -o-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=$c, Direction=134, Strength=5); }

/* lettres */
.carte_langue_part &gt; ul &gt; li &gt; a &gt; span {
  text-align: center;
  font-weight: bold;
  height: 2.8rem;
  text-transform: uppercase;
  font-size: 1rem;
  position: absolute;
  width: 20px;
  left: 50%;
  margin-left: -10px;
  top: .2rem;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  color: #ad949d;
  font-family: 'brown-bold',Arial, Helvetica, sans-serif;
  font-weight: normal !important;
  z-index: 4; }

/* rotation de chaque lettre */
.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char1 {
  -ms-transform: rotate(-65deg);
  transform: rotate(-65deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char2 {
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char3 {
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char4 {
  -ms-transform: rotate(10deg);
  transform: rotate(10deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char5 {
  -ms-transform: rotate(35deg);
  transform: rotate(35deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char6 {
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char7 {
  -ms-transform: rotate(85deg);
  transform: rotate(85deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char8 {
  -ms-transform: rotate(110deg);
  transform: rotate(110deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char9 {
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char10 {
  -ms-transform: rotate(160deg);
  transform: rotate(160deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char11 {
  -ms-transform: rotate(185deg);
  transform: rotate(185deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char12 {
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char13 {
  -ms-transform: rotate(235deg);
  transform: rotate(235deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char14 {
  -ms-transform: rotate(260deg);
  transform: rotate(260deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char15 {
  -ms-transform: rotate(285deg);
  transform: rotate(285deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char16 {
  -ms-transform: rotate(310deg);
  transform: rotate(310deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char17 {
  -ms-transform: rotate(335deg);
  transform: rotate(335deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char18 {
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char19 {
  -ms-transform: rotate(385deg);
  transform: rotate(385deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char20 {
  -ms-transform: rotate(410deg);
  transform: rotate(410deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char21 {
  -ms-transform: rotate(435deg);
  transform: rotate(435deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char22 {
  -ms-transform: rotate(460deg);
  transform: rotate(460deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char23 {
  -ms-transform: rotate(485deg);
  transform: rotate(485deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char24 {
  -ms-transform: rotate(510deg);
  transform: rotate(510deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char25 {
  -ms-transform: rotate(535deg);
  transform: rotate(535deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char26 {
  -ms-transform: rotate(560deg);
  transform: rotate(560deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char27 {
  -ms-transform: rotate(585deg);
  transform: rotate(585deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char28 {
  -ms-transform: rotate(610deg);
  transform: rotate(610deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char29 {
  -ms-transform: rotate(635deg);
  transform: rotate(635deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char30 {
  -ms-transform: rotate(660deg);
  transform: rotate(660deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char31 {
  -ms-transform: rotate(685deg);
  transform: rotate(685deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char32 {
  -ms-transform: rotate(710deg);
  transform: rotate(710deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char33 {
  -ms-transform: rotate(735deg);
  transform: rotate(735deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char34 {
  -ms-transform: rotate(760deg);
  transform: rotate(760deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char35 {
  -ms-transform: rotate(785deg);
  transform: rotate(785deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char36 {
  -ms-transform: rotate(810deg);
  transform: rotate(810deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char37 {
  -ms-transform: rotate(835deg);
  transform: rotate(835deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char38 {
  -ms-transform: rotate(860deg);
  transform: rotate(860deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char39 {
  -ms-transform: rotate(885deg);
  transform: rotate(885deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char40 {
  -ms-transform: rotate(910deg);
  transform: rotate(910deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char41 {
  -ms-transform: rotate(935deg);
  transform: rotate(935deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char42 {
  -ms-transform: rotate(960deg);
  transform: rotate(960deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char43 {
  -ms-transform: rotate(985deg);
  transform: rotate(985deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char44 {
  -ms-transform: rotate(1010deg);
  transform: rotate(1010deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char45 {
  -ms-transform: rotate(1035deg);
  transform: rotate(1035deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char46 {
  -ms-transform: rotate(1060deg);
  transform: rotate(1060deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char47 {
  -ms-transform: rotate(1085deg);
  transform: rotate(1085deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char48 {
  -ms-transform: rotate(1110deg);
  transform: rotate(1110deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char49 {
  -ms-transform: rotate(1135deg);
  transform: rotate(1135deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char50 {
  -ms-transform: rotate(1160deg);
  transform: rotate(1160deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char51 {
  -ms-transform: rotate(1185deg);
  transform: rotate(1185deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char52 {
  -ms-transform: rotate(1210deg);
  transform: rotate(1210deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char53 {
  -ms-transform: rotate(1235deg);
  transform: rotate(1235deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char54 {
  -ms-transform: rotate(1260deg);
  transform: rotate(1260deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char55 {
  -ms-transform: rotate(1285deg);
  transform: rotate(1285deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char56 {
  -ms-transform: rotate(1310deg);
  transform: rotate(1310deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char57 {
  -ms-transform: rotate(1335deg);
  transform: rotate(1335deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char58 {
  -ms-transform: rotate(1360deg);
  transform: rotate(1360deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char59 {
  -ms-transform: rotate(1385deg);
  transform: rotate(1385deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char60 {
  -ms-transform: rotate(1410deg);
  transform: rotate(1410deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char61 {
  -ms-transform: rotate(1435deg);
  transform: rotate(1435deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char62 {
  -ms-transform: rotate(1460deg);
  transform: rotate(1460deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char63 {
  -ms-transform: rotate(1485deg);
  transform: rotate(1485deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char64 {
  -ms-transform: rotate(1510deg);
  transform: rotate(1510deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char65 {
  -ms-transform: rotate(1535deg);
  transform: rotate(1535deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char66 {
  -ms-transform: rotate(1560deg);
  transform: rotate(1560deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char67 {
  -ms-transform: rotate(1585deg);
  transform: rotate(1585deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char68 {
  -ms-transform: rotate(1610deg);
  transform: rotate(1610deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char69 {
  -ms-transform: rotate(1635deg);
  transform: rotate(1635deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char70 {
  -ms-transform: rotate(1660deg);
  transform: rotate(1660deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char71 {
  -ms-transform: rotate(1685deg);
  transform: rotate(1685deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char72 {
  -ms-transform: rotate(1710deg);
  transform: rotate(1710deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char73 {
  -ms-transform: rotate(1735deg);
  transform: rotate(1735deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char74 {
  -ms-transform: rotate(1760deg);
  transform: rotate(1760deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char75 {
  -ms-transform: rotate(1785deg);
  transform: rotate(1785deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char76 {
  -ms-transform: rotate(1810deg);
  transform: rotate(1810deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char77 {
  -ms-transform: rotate(1835deg);
  transform: rotate(1835deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char78 {
  -ms-transform: rotate(1860deg);
  transform: rotate(1860deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char79 {
  -ms-transform: rotate(1885deg);
  transform: rotate(1885deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char80 {
  -ms-transform: rotate(1910deg);
  transform: rotate(1910deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char81 {
  -ms-transform: rotate(1935deg);
  transform: rotate(1935deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char82 {
  -ms-transform: rotate(1960deg);
  transform: rotate(1960deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char83 {
  -ms-transform: rotate(1985deg);
  transform: rotate(1985deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char84 {
  -ms-transform: rotate(2010deg);
  transform: rotate(2010deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char85 {
  -ms-transform: rotate(2035deg);
  transform: rotate(2035deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char86 {
  -ms-transform: rotate(2060deg);
  transform: rotate(2060deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char87 {
  -ms-transform: rotate(2085deg);
  transform: rotate(2085deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char88 {
  -ms-transform: rotate(2110deg);
  transform: rotate(2110deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char89 {
  -ms-transform: rotate(2135deg);
  transform: rotate(2135deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char90 {
  -ms-transform: rotate(2160deg);
  transform: rotate(2160deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char91 {
  -ms-transform: rotate(2185deg);
  transform: rotate(2185deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char92 {
  -ms-transform: rotate(2210deg);
  transform: rotate(2210deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char93 {
  -ms-transform: rotate(2235deg);
  transform: rotate(2235deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char94 {
  -ms-transform: rotate(2260deg);
  transform: rotate(2260deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char95 {
  -ms-transform: rotate(2285deg);
  transform: rotate(2285deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char96 {
  -ms-transform: rotate(2310deg);
  transform: rotate(2310deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char97 {
  -ms-transform: rotate(2335deg);
  transform: rotate(2335deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char98 {
  -ms-transform: rotate(2360deg);
  transform: rotate(2360deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char99 {
  -ms-transform: rotate(2385deg);
  transform: rotate(2385deg); }

.carte_langue_part &gt; ul &gt; li &gt; a &gt; span.char100 {
  -ms-transform: rotate(2410deg);
  transform: rotate(2410deg); }

/* rond central */
.carte_langue_part &gt; ul &gt; li:after {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  z-index: 2;
  border-color: #FFF;
  border-width: 3px;
  border-style: solid;
  background-color: rgba(0, 0, 0, 0.3); }

/* rond exterieur */
.carte_langue_part &gt; ul &gt; li:before {
  content: "";
  width: 6rem;
  height: 6rem;
  background-color: transparent;
  position: absolute;
  border-style: solid;
  border-width: 2rem;
  border-color: #FFF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -48px;
  margin-top: -48px;
  color: inherit;
  z-index: 3; }

/***************************************************
 * MOBILE CONTINENT
 *
 ***************************************************/
.carte_langue_part_mobile &gt; div {
  position: relative;
  display: block;
  height: 8rem;
  width: 8rem;
  text-align: center; }

.carte_langue_part_mobile &gt; div &gt; span {
  display: block; }

/* lettres */
.carte_langue_part_mobile &gt; div &gt; span &gt; span {
  text-align: center;
  font-weight: bold;
  height: 60px;
  text-transform: uppercase;
  font-size: 1rem;
  position: absolute;
  width: 20px;
  left: 50%;
  margin-left: -9px;
  top: 5px;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center; }

/* rotation de chaque lettre */
.carte_langue_part_mobile &gt; div &gt; span &gt; span.char1 {
  -ms-transform: rotate(-70deg);
  transform: rotate(-70deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char2 {
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char3 {
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char4 {
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char5 {
  -ms-transform: rotate(10deg);
  transform: rotate(10deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char6 {
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char7 {
  -ms-transform: rotate(50deg);
  transform: rotate(50deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char8 {
  -ms-transform: rotate(70deg);
  transform: rotate(70deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char9 {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char10 {
  -ms-transform: rotate(110deg);
  transform: rotate(110deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char11 {
  -ms-transform: rotate(130deg);
  transform: rotate(130deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char12 {
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char13 {
  -ms-transform: rotate(170deg);
  transform: rotate(170deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char14 {
  -ms-transform: rotate(190deg);
  transform: rotate(190deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char15 {
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char16 {
  -ms-transform: rotate(230deg);
  transform: rotate(230deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char17 {
  -ms-transform: rotate(250deg);
  transform: rotate(250deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char18 {
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char19 {
  -ms-transform: rotate(290deg);
  transform: rotate(290deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char20 {
  -ms-transform: rotate(310deg);
  transform: rotate(310deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char21 {
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char22 {
  -ms-transform: rotate(350deg);
  transform: rotate(350deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char23 {
  -ms-transform: rotate(370deg);
  transform: rotate(370deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char24 {
  -ms-transform: rotate(390deg);
  transform: rotate(390deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char25 {
  -ms-transform: rotate(410deg);
  transform: rotate(410deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char26 {
  -ms-transform: rotate(430deg);
  transform: rotate(430deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char27 {
  -ms-transform: rotate(450deg);
  transform: rotate(450deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char28 {
  -ms-transform: rotate(470deg);
  transform: rotate(470deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char29 {
  -ms-transform: rotate(490deg);
  transform: rotate(490deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char30 {
  -ms-transform: rotate(510deg);
  transform: rotate(510deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char31 {
  -ms-transform: rotate(530deg);
  transform: rotate(530deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char32 {
  -ms-transform: rotate(550deg);
  transform: rotate(550deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char33 {
  -ms-transform: rotate(570deg);
  transform: rotate(570deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char34 {
  -ms-transform: rotate(590deg);
  transform: rotate(590deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char35 {
  -ms-transform: rotate(610deg);
  transform: rotate(610deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char36 {
  -ms-transform: rotate(630deg);
  transform: rotate(630deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char37 {
  -ms-transform: rotate(650deg);
  transform: rotate(650deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char38 {
  -ms-transform: rotate(670deg);
  transform: rotate(670deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char39 {
  -ms-transform: rotate(690deg);
  transform: rotate(690deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char40 {
  -ms-transform: rotate(710deg);
  transform: rotate(710deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char41 {
  -ms-transform: rotate(730deg);
  transform: rotate(730deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char42 {
  -ms-transform: rotate(750deg);
  transform: rotate(750deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char43 {
  -ms-transform: rotate(770deg);
  transform: rotate(770deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char44 {
  -ms-transform: rotate(790deg);
  transform: rotate(790deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char45 {
  -ms-transform: rotate(810deg);
  transform: rotate(810deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char46 {
  -ms-transform: rotate(830deg);
  transform: rotate(830deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char47 {
  -ms-transform: rotate(850deg);
  transform: rotate(850deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char48 {
  -ms-transform: rotate(870deg);
  transform: rotate(870deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char49 {
  -ms-transform: rotate(890deg);
  transform: rotate(890deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char50 {
  -ms-transform: rotate(910deg);
  transform: rotate(910deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char51 {
  -ms-transform: rotate(930deg);
  transform: rotate(930deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char52 {
  -ms-transform: rotate(950deg);
  transform: rotate(950deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char53 {
  -ms-transform: rotate(970deg);
  transform: rotate(970deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char54 {
  -ms-transform: rotate(990deg);
  transform: rotate(990deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char55 {
  -ms-transform: rotate(1010deg);
  transform: rotate(1010deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char56 {
  -ms-transform: rotate(1030deg);
  transform: rotate(1030deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char57 {
  -ms-transform: rotate(1050deg);
  transform: rotate(1050deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char58 {
  -ms-transform: rotate(1070deg);
  transform: rotate(1070deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char59 {
  -ms-transform: rotate(1090deg);
  transform: rotate(1090deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char60 {
  -ms-transform: rotate(1110deg);
  transform: rotate(1110deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char61 {
  -ms-transform: rotate(1130deg);
  transform: rotate(1130deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char62 {
  -ms-transform: rotate(1150deg);
  transform: rotate(1150deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char63 {
  -ms-transform: rotate(1170deg);
  transform: rotate(1170deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char64 {
  -ms-transform: rotate(1190deg);
  transform: rotate(1190deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char65 {
  -ms-transform: rotate(1210deg);
  transform: rotate(1210deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char66 {
  -ms-transform: rotate(1230deg);
  transform: rotate(1230deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char67 {
  -ms-transform: rotate(1250deg);
  transform: rotate(1250deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char68 {
  -ms-transform: rotate(1270deg);
  transform: rotate(1270deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char69 {
  -ms-transform: rotate(1290deg);
  transform: rotate(1290deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char70 {
  -ms-transform: rotate(1310deg);
  transform: rotate(1310deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char71 {
  -ms-transform: rotate(1330deg);
  transform: rotate(1330deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char72 {
  -ms-transform: rotate(1350deg);
  transform: rotate(1350deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char73 {
  -ms-transform: rotate(1370deg);
  transform: rotate(1370deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char74 {
  -ms-transform: rotate(1390deg);
  transform: rotate(1390deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char75 {
  -ms-transform: rotate(1410deg);
  transform: rotate(1410deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char76 {
  -ms-transform: rotate(1430deg);
  transform: rotate(1430deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char77 {
  -ms-transform: rotate(1450deg);
  transform: rotate(1450deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char78 {
  -ms-transform: rotate(1470deg);
  transform: rotate(1470deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char79 {
  -ms-transform: rotate(1490deg);
  transform: rotate(1490deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char80 {
  -ms-transform: rotate(1510deg);
  transform: rotate(1510deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char81 {
  -ms-transform: rotate(1530deg);
  transform: rotate(1530deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char82 {
  -ms-transform: rotate(1550deg);
  transform: rotate(1550deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char83 {
  -ms-transform: rotate(1570deg);
  transform: rotate(1570deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char84 {
  -ms-transform: rotate(1590deg);
  transform: rotate(1590deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char85 {
  -ms-transform: rotate(1610deg);
  transform: rotate(1610deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char86 {
  -ms-transform: rotate(1630deg);
  transform: rotate(1630deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char87 {
  -ms-transform: rotate(1650deg);
  transform: rotate(1650deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char88 {
  -ms-transform: rotate(1670deg);
  transform: rotate(1670deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char89 {
  -ms-transform: rotate(1690deg);
  transform: rotate(1690deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char90 {
  -ms-transform: rotate(1710deg);
  transform: rotate(1710deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char91 {
  -ms-transform: rotate(1730deg);
  transform: rotate(1730deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char92 {
  -ms-transform: rotate(1750deg);
  transform: rotate(1750deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char93 {
  -ms-transform: rotate(1770deg);
  transform: rotate(1770deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char94 {
  -ms-transform: rotate(1790deg);
  transform: rotate(1790deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char95 {
  -ms-transform: rotate(1810deg);
  transform: rotate(1810deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char96 {
  -ms-transform: rotate(1830deg);
  transform: rotate(1830deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char97 {
  -ms-transform: rotate(1850deg);
  transform: rotate(1850deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char98 {
  -ms-transform: rotate(1870deg);
  transform: rotate(1870deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char99 {
  -ms-transform: rotate(1890deg);
  transform: rotate(1890deg); }

.carte_langue_part_mobile &gt; div &gt; span &gt; span.char100 {
  -ms-transform: rotate(1910deg);
  transform: rotate(1910deg); }

/* rond central */
.carte_langue_part_mobile &gt; div:after {
  content: "";
  width: 8rem;
  height: 8rem;
  background-color: transparent !important;
  border-style: solid;
  border-width: 2rem;
  border-color: white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4rem;
  margin-top: -4rem; }

/* ********* */
/* langue */
/* ********* */
.carte_langue_part &gt; ul &gt; li &gt; ul {
  position: absolute;
  top: 1.7rem;
  left: 1.3rem; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li &gt; a {
  color: #ad949d;
  background-color: #FFF;
  font-size: .8rem;
  text-align: center;
  padding: .4rem;
  position: absolute;
  z-index: 3;
  transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 1rem .4rem;
  min-width: 4rem;
  -o-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=$c, Direction=134, Strength=5);
  border: 1px solid white;
  border-color: #FFF;
  border-width: 3px;
  font-family: 'brown-bold',Arial, Helvetica, sans-serif;
  font-weight: normal !important; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li &gt; a span {
  position: relative;
  z-index: 2; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li &gt; a:after {
  top: 4.5px;
  right: -8px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li &gt; a:before {
  top: 4.5px;
  left: -8px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(3n) &gt; a {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(3n+1) &gt; a {
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(3n+2) &gt; a {
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s; }

.carte_langue_part &gt; ul:not(.current) &gt; li &gt; ul &gt; li &gt; a:hover,
.carte_langue_part &gt; ul.current &gt; li &gt; ul &gt; li &gt; a:hover {
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  z-index: 4; }

/* ********* */
/* show/hide langues */
/* *********** */
.carte_langue_part &gt; ul:not(.current) &gt; li &gt; ul &gt; li &gt; a {
  -ms-transform: scale(0, 0);
  transform: scale(0, 0); }

.carte_langue_part &gt; ul.current &gt; li &gt; ul &gt; li &gt; a {
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }

/* ********* */
/* positionement des langues */
/* ********* */
.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li {
  position: absolute; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(1) {
  top: -80px;
  left: -67.5px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(2) {
  top: 70px;
  left: -60px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(3) {
  top: -90px;
  left: 52.5px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(4) {
  top: -180px;
  left: 105px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(5) {
  top: -80px;
  left: 150px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(6) {
  top: 100px;
  left: 15px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(7) {
  top: 40px;
  left: 90px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(8) {
  top: 0px;
  left: -150px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(9) {
  top: -160px;
  left: -101.25px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(10) {
  top: 105px;
  left: -90px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(11) {
  top: -135px;
  left: 78.75px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(12) {
  top: 120px;
  left: 101.25px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(13) {
  top: -150px;
  left: -22.5px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(14) {
  top: 150px;
  left: 22.5px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(15) {
  top: -30px;
  left: 112.5px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(16) {
  top: -22.5px;
  left: -112.5px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(17) {
  top: -120px;
  left: -135px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(18) {
  top: 140px;
  left: -120px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(19) {
  top: 70px;
  left: 206.25px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(20) {
  top: 160px;
  left: 135px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(21) {
  top: -200px;
  left: -30px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(22) {
  top: 200px;
  left: 30px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(23) {
  top: -100px;
  left: -15px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(24) {
  top: -60px;
  left: -150px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(25) {
  top: 50px;
  left: -142.5px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(26) {
  top: 100px;
  left: -165px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(27) {
  top: 0px;
  left: 165px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(28) {
  top: -30px;
  left: -187.5px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(29) {
  top: 180px;
  left: 206.25px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(30) {
  top: 50px;
  left: -206.25px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(31) {
  top: -70px;
  left: 247.5px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(32) {
  top: -180px;
  left: -206.25px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(33) {
  top: 180px;
  left: -206.25px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(34) {
  top: 80px;
  left: 67.5px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(35) {
  top: -70px;
  left: -247.5px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(36) {
  top: -180px;
  left: 206.25px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(37) {
  top: -130px;
  left: -214.5px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(38) {
  top: -210px;
  left: -148.5px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(39) {
  top: -240px;
  left: -16.5px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(40) {
  top: 180px;
  left: -99px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(41) {
  top: -220px;
  left: 99px; }

.carte_langue_part &gt; ul &gt; li &gt; ul &gt; li:nth-child(42) {
  top: 0px;
  left: 234px; }

/***************************************************
 * MOBILE
 *
 ***************************************************/
/* position des continents */
.carte_langue_part_mobile div {
  position: absolute;
  left: 50%;
  margin-left: -3.75rem; }

.carte_langue_part_mobile &gt; div &gt; span {
  position: relative;
  z-index: 4;
  padding: .5rem;
  font-size: 2rem;
  display: block;
  height: 100%; }

.carte_langue_part_mobile div form {
  position: relative;
  z-index: 5;
  text-align: center;
  margin-top: -40px; }

/***************************************************
 * MOBILE BOX
 *
 ***************************************************/
.carte_langue_part_mobile &gt; div &gt; div {
  display: none; }

.carte_langue_part_mobile &gt; div.current &gt; div {
  display: block; }

.carte_langue_part_mobile &gt; div &gt; div {
  margin: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: 10;
  background-color: #FFF; }

.carte_langue_part_mobile &gt; div &gt; div &gt; ul {
  margin: 0;
  padding: 0;
  border: 1px solid #EEE;
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  display: block;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }

.carte_langue_part_mobile &gt; div ul li {
  color: #9CC;
  font-size: 1rem;
  list-style: none;
  display: block;
  height: 3rem;
  line-height: 3rem;
  font-size: 1rem;
  text-align: center; }

.carte_langue_part_mobile &gt; div ul li:nth-child(4n+1) {
  background-color: #fafcfc; }

.carte_langue_part_mobile &gt; div ul li:nth-child(4n+2) {
  background-color: #ebf2f7; }

.carte_langue_part_mobile &gt; div ul li:nth-child(4n+3) {
  background-color: #e1e9ed; }

.carte_langue_part_mobile &gt; div ul li:nth-child(4n) {
  background-color: #ebf2f7; }

.carte_langue_part_mobile &gt; div ul li:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-color: #EEE;
  border-bottom-style: solid; }

.carte_langue_part_mobile &gt; div ul li a span {
  font-size: 1rem;
  line-height: 1rem; }

/* close */
.carte_langue_part_mobile .close {
  position: absolute;
  background-color: transparent !important;
  color: inherit !important;
  right: 1rem;
  top: -.6rem;
  height: 1.4em;
  width: 1.4em;
  line-height: 1.4rem;
  text-align: center;
  padding: 0; }

.carte_langue_part_mobile .close:before {
  font-family: 'icomoon' !important;
  position: relative;
  z-index: 301;
  content: "\e903";
  font-size: 1rem;
  font-weight: bold; }

.carte_langue_part_mobile .close:after {
  content: "";
  z-index: 300;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid black;
  border-color: inherit;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: white !important; }

.carte_langue_part_mobile .closer:after {
  border-radius: 0%;
  -webkit-border-radius: 0%;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

body.page-template-histoire .container {
  color: white; }

body.page-template-histoire .container #page {
  text-align: center; }

body.page-template-histoire .container #page a {
  color: inherit; }

body.page-template-histoire .container #page p {
  text-align: justify; }

body.page-template-histoire .container #page {
  max-width: 40rem; }

body.page-template-histoire .container #page img {
  display: block;
  border-width: 1rem;
  border-style: solid;
  border-color: inherit;
  width: auto !important;
  height: auto !important; }

@media screen and (max-width: 39.9375em) {
  body.page-template-histoire .container #page {
    padding: 1rem;
    padding-top: 6rem;
    margin: 0; }
  body.page-template-histoire .container #page .entry-content h3 br {
    display: none; } }

body.page-template-mentions-legales .container {
  color: white; }

body.page-template-mentions-legales .container #page {
  text-align: center; }

body.page-template-mentions-legales .container #page a {
  color: inherit; }

body.page-template-mentions-legales .container #page p {
  text-align: justify; }

body.page-template-mentions-legales .container #page {
  max-width: 40rem; }

body.page-template-mentions-legales .container #page header:before {
  content: "\e91d";
  position: relative;
  display: inline;
  font-size: 1000%; }

body.page-template-mentions-legales .container #page header p {
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 40px; }

body.page-template-mentions-legales .container #page header {
  margin: 60px 0px; }

body.page-template-mentions-legales .container #page img {
  display: block;
  border-width: 1rem;
  border-style: solid;
  border-color: inherit;
  width: auto !important;
  height: auto !important; }

body.page-template-mentions-legales .container #page .entry-content h1 {
  border: 1px solid white;
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  margin-bottom: 20px;
  padding-top: 3px;
  border-radius: 50%;
  -webkit-border-radius: 50%; }

@media screen and (max-width: 39.9375em) {
  body.page-template-mentions-legales .container #page {
    padding: 1rem;
    padding-top: 6rem;
    margin: 0; }
  body.page-template-mentions-legales .container #page .entry-content h3 br {
    display: none; } }

/* menu */
@media screen and (min-width: 39.9375em) and (max-width: 64em) {
  /* ***********************************  */
  /* menu 								*/
  /* ***********************************  */
  #masthead {
    width: 100%; }
  .top-bar-left {
    display: none; }
  /* suppirme effet de survol */
  .top-bar-right {
    margin-top: 0rem;
    width: 100%; }
  /* couleurs */
  #masthead {
    color: inherit;
    border-color: inherit;
    z-index: 900; }
  body #masthead .top-bar-right {
    background-color: white;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #BBB; }
  /* redimensionnement */
  .top-bar-left,
  .top-bar-right {
    padding: 1rem;
    padding-left: .7rem; }
  .top-bar .menu a {
    font-size: .8rem;
    height: 30px; }
  .top-bar-right .menu &gt; li:not(.menu-text) &gt; a {
    padding: .5rem .5rem; }
  /* barres survol */
  .top-bar-right .menu a:not(.button):before,
  .top-bar-right .menu a:not(.button):after {
    display: none; }
  /* ***********************************  */
  /* sidebar								*/
  /* ***********************************  */
  .sidebar {
    right: .3rem;
    top: .4rem;
    z-index: 910; }
  #search_link,
  #woo_product_link,
  #woo_commande_link,
  #woo_panier_link,
  #open_close_map {
    height: 3rem !important;
    width: 3rem !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: .2rem !important;
    margin-left: 0 !important;
    padding: 0 !important;
    position: relative;
    text-align: center; }
  #search_link:before,
  #woo_product_link:before,
  #woo_commande_link:before,
  #woo_panier_link:before,
  #open_close_map:before {
    margin: 0 !important;
    padding: 0 !important;
    top: .225rem !important;
    left: .225rem !important; }
  #search_link:after,
  #woo_product_link:after,
  #woo_commande_link:after,
  #woo_panier_link:after,
  #open_close_map:after {
    height: 2.5rem !important;
    width: 2.5rem !important; }
  #search_link:hover:after,
  #woo_product_link:hover:after,
  #woo_commande_link:hover:after,
  #woo_panier_link:hover:after,
  #open_close_map:hover:after {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  /* ***********************************  */
  /* single langue						*/
  /* ***********************************  */
  /* tablette ne supporte pas vh */
  .single-langues &gt; .container &gt; #page &gt; .main-content &gt; header,
  .langue header:before {
    height: 800px; }
  /* header traduction amour */
  .single-langues .langue header div &gt; div &gt; span:not(.bloc-pays) {
    font-size: 800%; }
  .single-langues .langue header div &gt; div &gt; span.taille1 {
    font-size: 1100%; }
  .single-langues .langue header div &gt; div &gt; span.taille2 {
    font-size: 900%; }
  .single-langues .langue header div &gt; div &gt; span.taille3 {
    font-size: 500%; }
  .single-langues .langue header div &gt; div &gt; span.taille4 {
    font-size: 500%; }
  /* ***********************************  */
  /* footer								*/
  /* ***********************************  */
  #footer &gt; div {
    padding-bottom: 2px;
    margin: 2rem 0; }
  #footer &gt; div &gt; div {
    margin-top: 2rem; }
  #footer &gt; div &gt; div:nth-child(1) {
    margin-bottom: 2rem; }
  #footer &gt; div:before {
    display: block;
    margin: 0 auto; } }

@media screen and (min-width: 39.9375em) and (max-width: 55em) {
  /* menu */
  #masthead {
    top: 0rem;
    z-index: 100; }
  .top-bar .menu a {
    font-size: 1rem;
    height: 30px; }
  .top-bar-right .menu &gt; li:not(.menu-text) &gt; a {
    padding-top: .2rem; }
  .top-bar .menu li:not(:last-child) {
    border: 0px; }
  /* sidebar small not mobile */
  .sidebar {
    position: fixed;
    background-color: white;
    top: 3.8rem;
    right: 0;
    left: 0;
    height: 4rem;
    padding: .7rem;
    z-index: 99;
    border-bottom-width: 1px;
    border-bottom-style: solid; } }

body.home .container {
  height: 100%;
  min-height: 800px;
  color: white; }

body.home .container header {
  text-align: center; }

body.home .container header img {
  width: 10rem; }

body.home .container .entry-content {
  text-align: center;
  font-size: 120%;
  margin: 1rem 3rem; }

body.home .container footer {
  text-align: center; }

/*
body.home .container footer a#start{@extend .bouton_fleche;}
body.home .container footer a#start:before{ @extend .bouton_fleche_before;}
body.home .container footer a#start:after{@extend .bouton_fleche_after;}
body.home .container footer a:hover#start:before{ @extend .bouton_fleche_before_hover;}
body.home .container footer a:hover#start:after{ @extend .bouton_fleche_after_hover;}
*/
body.home .container #page &gt; article {
  color: white; }

@media screen and (max-width: 39.9375em) {
  body.home #page {
    margin-top: 0; }
  body.home .container {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
    color: inherit; }
  body.home .container .entry-content br {
    display: none; } }

body.page-id-372 {
  background-color: #00ABD8;
  background-image: url(../images/ppp/fond-europe.jpg); }
  body.page-id-372 .sidebar, body.page-id-372 #footer, body.page-id-372 #page header h1, body.page-id-372 #masthead {
    display: none; }
  body.page-id-372 p {
    color: white !important;
    text-align: center; }

body.page-id-382 .container {
  color: white;
  text-align: center; }

body.page-id-382 .entry-title {
  display: none; }

body.page-id-382 .entry-content img {
  margin-bottom: 2rem; }

body.page-id-382 #page {
  padding-left: 2rem;
  padding-right: 2rem; }

body.page-id-382 .entry-content {
  padding-bottom: 3rem; }

@media screen and (min-width: 64em) {
  body.page-id-382 .container {
    min-height: 97vh; } }

/*
 * redesign du design initial 
 * de mediaelement
 */
#video-wrapper {
  width: 100%;
  margin: 0px 0px;
  background-color: white;
  color: #F00;
  /* ************************************ */
  /* ************************************ */
  /* ************************************ */
  /* SOUS TITRES							*/
  /* ************************************ */
  /* ************************************ */
  /* ************************************ */
  /* ************************************ */
  /* ************************************ */
  /* ************************************ */
  /* FOCUS								*/
  /* ************************************ */
  /* ************************************ */
  /* ************************************ */
  /* ************************************ */
  /* ************************************ */
  /* ************************************ */
  /* IMAGES BG							*/
  /* ************************************ */
  /* ************************************ */
  /* ************************************ */
  /* bt play */
  /* loading */
  /* autres bt */
  /* barres (ici suppression des dégradés) */
  /* ************************************ */
  /* ************************************ */
  /* ************************************ */
  /* COULEURS								*/
  /* ************************************ */
  /* ************************************ */
  /* ************************************ */
  /*barre générale*/
  /* déroulant */
  /* texte */
  /* ************************************ */
  /* ************************************ */
  /* ************************************ */
  /* REDIMENSIONEMENT						*/
  /* ************************************ */
  /* ************************************ */
  /* ************************************ */
  /* déroulant */
  /* ************************************  */
  /* recalibrage des bg-position des bts   */
  /* ************************************  */
  /* pause */
  /* ss titres */
  /* son mute */
  /* son unmute*/
  /* fullscreen */
  /* unfullscreen */
  /* ************************************  */
  /* survol des bts   */
  /* ************************************  */
  /* play */
  /* pause */
  /* ss titres */
  /* son mute */
  /* son unmute*/
  /* fullscreen */
  /* unfullscreen */
  /* ************************************ */
  /* ************************************ */
  /* ************************************ */
  /* CHOIX SOUS-TITRE						*/
  /* ************************************ */
  /* ************************************ */
  /* ************************************ */
  /* masque le input */
  /* losange remplaçant le input */
  /* boutons checked */
  /* ************************************ */
  /* ************************************ */
  /* ************************************ */
  /* CONTROLE VOLUME					*/
  /* ************************************ */
  /* ************************************ */
  /* ************************************ */
  /* boite */
  /* barre volume en court*/
  /* barre volume total */
  /* poignée */
  /* ************************************ */
  /* ************************************ */
  /* ************************************ */
  /* CURRENT TIME ssurvol					*/
  /* ************************************ */
  /* ************************************ */
  /* ************************************ */ }
  #video-wrapper .mejs-offscreen {
    display: none; }
  #video-wrapper .mejs-captions-layer {
    margin-bottom: 30px;
    color: #fff; }
  #video-wrapper .mejs-captions-layer:lang(french) {
    /* design */
    font-weight: normal;
    line-height: 38px;
    font-size: 30px; }
  #video-wrapper .mejs-captions-text {
    background: none;
    background-color: transparent;
    text-shadow: 0px 0px 2px #000; }
  #video-wrapper .mejs-controls .mejs-button button {
    outline: none; }
  #video-wrapper .mejs-overlay-button {
    background: url("../images/ppp/player-video/bt.svg") no-repeat; }
  #video-wrapper .mejs-overlay-loading {
    background: none; }
  #video-wrapper .mejs-overlay-loading span {
    background-image: url("../images/ppp/player-video/loading.gif"); }
  #video-wrapper .mejs-controls .mejs-captions-button .mejs-captions-selector ul li label:before,
  #video-wrapper .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle,
  #video-wrapper .mejs-controls .mejs-button button {
    background-image: url("../images/ppp/player-video/controls.svg"); }
  #video-wrapper .no-svg .mejs-controls .mejs-captions-button .mejs-captions-selector ul li label:before,
  #video-wrapper .no-svg .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle,
  #video-wrapper .no-svg .mejs-controls .mejs-button button {
    background-image: url("../images/ppp/player-video/controls.png"); }
  #video-wrapper .mejs-controls .mejs-time-rail .mejs-time-total,
  #video-wrapper .mejs-controls .mejs-time-rail .mejs-time-buffering,
  #video-wrapper .mejs-controls .mejs-time-rail .mejs-time-current,
  #video-wrapper .mejs-controls .mejs-time-rail .mejs-time-loaded,
  #video-wrapper .mejs-container .mejs-controls {
    background: none;
    background-image: none;
    background-color: transparent; }
  #video-wrapper .mejs-container .mejs-controls {
    background-color: rgba(255, 255, 255, 0.3); }
  #video-wrapper .mejs-controls .mejs-time-rail .mejs-time-buffering:before {
    background-color: #FFF; }
  #video-wrapper .mejs-controls .mejs-time-rail .mejs-time-loaded:before {
    background-color: #FFF; }
  #video-wrapper .mejs-controls .mejs-time-rail .mejs-time-current:before {
    background-color: #FFF; }
  #video-wrapper .mejs-controls .mejs-time-rail .mejs-time-total:before {
    background-color: #rgba 255, 255, 255, 0.3; }
  #video-wrapper .mejs-currenttime, #video-wrapper .mejs-duration {
    color: yellow; }
  #video-wrapper .mejs-container .mejs-controls {
    height: 60px; }
  #video-wrapper .mejs-container .mejs-controls div {
    width: 60px;
    height: 60px; }
  #video-wrapper .mejs-controls .mejs-time-rail span {
    height: 20px; }
  #video-wrapper .mejs-container .mejs-controls .mejs-time {
    width: 100px;
    font-size: 12px;
    line-height: 40px; }
  #video-wrapper .mejs-container .mejs-controls .mejs-time span {
    color: #FFF; }
  #video-wrapper .mejs-controls .mejs-time-rail .mejs-time-buffering,
  #video-wrapper .mejs-controls .mejs-time-rail .mejs-time-loaded,
  #video-wrapper .mejs-controls .mejs-time-rail .mejs-time-current,
  #video-wrapper .mejs-controls .mejs-time-rail .mejs-time-total {
    height: 20px;
    background-color: transparent; }
  #video-wrapper .mejs-controls .mejs-time-rail .mejs-time-buffering:before,
  #video-wrapper .mejs-controls .mejs-time-rail .mejs-time-loaded:before,
  #video-wrapper .mejs-controls .mejs-time-rail .mejs-time-current:before,
  #video-wrapper .mejs-controls .mejs-time-rail .mejs-time-total:before {
    content: "";
    display: block;
    height: 2px; }
  #video-wrapper .mejs-controls .mejs-time-rail .mejs-time-total:before {
    margin-bottom: -2px; }
  #video-wrapper .mejs-controls .mejs-button button {
    width: 48px;
    height: 48px;
    /*background-size: 432px;*/ }
  #video-wrapper .mejs-controls div.mejs-time-rail {
    padding-top: 24px; }
  #video-wrapper .mejs-controls .mejs-pause button {
    background-position: 0 -48px; }
  #video-wrapper .mejs-controls .mejs-captions-button button {
    background-position: -144px 0; }
  #video-wrapper .mejs-controls .mejs-mute button {
    background-position: -48px 0px; }
  #video-wrapper .mejs-controls .mejs-unmute button {
    background-position: -48px -48px; }
  #video-wrapper .mejs-controls .mejs-fullscreen-button button {
    background-position: -96px 0; }
  #video-wrapper .mejs-controls .mejs-unfullscreen button {
    background-position: -96px -48px; }
  #video-wrapper .mejs-controls .mejs-play:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  #video-wrapper .mejs-controls .mejs-pause:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  #video-wrapper .mejs-controls .mejs-captions-button:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  #video-wrapper .mejs-controls .mejs-mute:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  #video-wrapper .mejs-controls .mejs-unmute:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  #video-wrapper .mejs-controls .mejs-fullscreen-button:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  #video-wrapper .mejs-controls .mejs-unfullscreen:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  #video-wrapper .mejs-controls .mejs-captions-button .mejs-captions-selector {
    bottom: 60px;
    right: -60px;
    background-color: #FF0;
    width: 120px; }
  #video-wrapper .mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
    margin-bottom: 15px;
    margin-left: 8px; }
  #video-wrapper .mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
    margin: 0;
    width: 0;
    height: 0; }
  #video-wrapper .mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
    color: #FFF;
    margin: 0;
    width: auto;
    font-size: 12px;
    line-height: 22px; }
  #video-wrapper .mejs-controls .mejs-captions-button .mejs-captions-selector ul li label:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 16px;
    width: 12px;
    margin-right: 15px;
    background-position: -450px -64px; }
  #video-wrapper .mejs-controls .mejs-captions-button input[type="radio"]:checked + label {
    color: #FFF_fond; }
  #video-wrapper .mejs-controls .mejs-captions-button input[type="radio"]:checked + label:before {
    background-position: -450px -16px; }
  #video-wrapper .mejs-controls .mejs-volume-button .mejs-volume-slider {
    background: none;
    background-color: rgba(255, 255, 255, 0.3);
    height: 180px;
    top: -180px;
    width: 60px;
    left: 0px; }
  #video-wrapper .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    background-color: #FFF;
    width: 2px;
    left: 29px; }
  #video-wrapper .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    background-color: rgba(255, 255, 255, 0.5);
    width: 2px;
    height: 160px;
    left: 29px;
    top: 20px; }
  #video-wrapper .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    background-color: transparent;
    left: 22px;
    width: 16px;
    height: 21px;
    background-position: -496px -14px; }
  #video-wrapper .mejs-controls .mejs-time-rail span span {
    background-color: rgba(255, 255, 255, 0.3); }
  #video-wrapper .mejs-controls .mejs-time-rail .mejs-time-float {
    background-color: transparent;
    font-size: 12px;
    top: -20px;
    width: 60px;
    margin-left: -30px;
    height: 36px;
    border: 0px; }
  #video-wrapper .mejs-controls .mejs-time-rail .mejs-time-float-current {
    background-color: transparent;
    color: #FFF;
    width: 60px; }
  #video-wrapper .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    border: 0px;
    height: 2px;
    width: 2px;
    background-color: #FFF;
    top: 20px;
    left: 30px; }

.audiojs {
  margin: 0 auto;
  width: 14rem;
  height: 14rem;
  background-image: none;
  -o-box-shadow: 0px 0px 0px 0px #FFF;
  box-shadow: 0px 0px 0px 0px #FFF;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=$c, Direction=0, Strength=0);
  background-color: transparent;
  border: 0px;
  position: relative;
  margin-top: -4rem;
  margin-bottom: 0rem;
  text-align: center; }

.souslecteur {
  text-align: center;
  margin: 0 auto;
  font-family: 'brown-bold',Arial, Helvetica, sans-serif;
  font-weight: normal !important;
  margin-bottom: 4rem;
  margin-top: -1rem;
  font-size: 1.5rem; }

.audiojs {
  /* bulle */ }
  .audiojs .scrubber, .audiojs .time, .audiojs .error-message {
    display: none; }
  .audiojs .play-pause {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0; }
  .audiojs .play-pause:before {
    content: "\e919";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 14rem;
    font-size: 10rem;
    color: inherit;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 2s;
    -webkit-transition-duration: 2s;
    -ms-transform: rotate(-68deg);
    transform: rotate(-68deg); }
  .audiojs .play-pause:hover:before {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); }
  .audiojs .play-pause &gt; p {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    text-align: center; }
  .audiojs .play-pause &gt; p:before {
    /* font */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 14rem;
    font-size: 2.125rem;
    color: inherit;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .audiojs .play-pause &gt; .loading:before {
    content: "loading";
    font-size: .8rem;
    font-family: inherit !important; }
  .audiojs .play-pause &gt; .play:before {
    content: "\e91a"; }
  .audiojs .play-pause &gt; .pause:before {
    content: "\e91b"; }
  .audiojs .play-pause &gt; .error:before {
    content: ""; }

body.page-template-page-de-relecture .sidebar, body.page-template-page-de-relecture #footer, body.page-template-page-de-relecture #page header h1, body.page-template-page-de-relecture #masthead {
  display: none; }

body.page-template-page-de-relecture #page {
  max-width: none;
  color: black; }
  body.page-template-page-de-relecture #page .row {
    background-color: #EEE; }
  body.page-template-page-de-relecture #page .row:nth-child(2n) {
    background-color: #DDD; }
  body.page-template-page-de-relecture #page .row:nth-child(1) {
    background-color: #FFF; }
  body.page-template-page-de-relecture #page .texte {
    font-size: 10px;
    line-height: 13px; }

/*# sourceMappingURL=foundation.css.map */
</pre></body></html>