/* Échec de l'agrandissement. Renvoi du contenu non agrandi.
(3290,1): run-time error CSS1019: Unexpected token, found '@import'
(3290,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Oswald:300,400,700')'
(4040,1): run-time error CSS1019: Unexpected token, found '@import'
(4040,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Oswald:300,400,700')'
 */
/*!
 *  Font Awesome 4.6.2 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.6.2');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.2') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.2') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.2') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.2') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.2#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.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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 {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* 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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.jssocials-share-twitter .jssocials-share-link { background: #00aced; }
  .jssocials-share-twitter .jssocials-share-link:hover { background: #0087ba; }
  .jssocials-share-link:focus { background: #0087ba; }

.jssocials-share-facebook .jssocials-share-link { background: #3b5998; }
  .jssocials-share-facebook .jssocials-share-link:hover, 
  .jssocials-share-facebook a.jssocials-share-link:focus {
    background: #2d4373; }

.jssocials-share-googleplus .jssocials-share-link { background: #dd4b39; }
  .jssocials-share-googleplus .jssocials-share-link:hover, 
  .jssocials-share-googleplus a.jssocials-share-link:focus {
    background: #c23321; }

.jssocials-share-linkedin .jssocials-share-link { background: #007bb6; }
  .jssocials-share-linkedin .jssocials-share-link:hover, 
  .jssocials-share-linkedin a.jssocials-share-link:focus {
    background: #005983; }

.jssocials-share-pinterest .jssocials-share-link { background: #cb2027; }
  .jssocials-share-pinterest .jssocials-share-link:hover, 
  .jssocials-share-pinterest a.jssocials-share-link:focus {
    background: #9f191f; }

.jssocials-share-email .jssocials-share-link { background: #3490F3; }
  .jssocials-share-email .jssocials-share-link:hover, 
  .jssocials-share-email a.jssocials-share-link:focus {
    background: #0e76e6; }

.jssocials-share-stumbleupon .jssocials-share-link { background: #eb4823; }
  .jssocials-share-stumbleupon .jssocials-share-link:hover, 
  .jssocials-share-stumbleupon a.jssocials-share-link:focus {
    background: #c93412; }

.jssocials-share-whatsapp .jssocials-share-link { background: #29a628; }
  .jssocials-share-whatsapp .jssocials-share-link:hover, 
  .jssocials-share-whatsapp a.jssocials-share-link:focus {
    background: #1f7d1e; }

.jssocials-share-telegram .jssocials-share-link { background: #2ca5e0; }
  .jssocials-share-telegram .jssocials-share-link:hover, 
  .jssocials-share-telegram a.jssocials-share-link:focus {
    background: #1c88bd; }

.jssocials-share-line .jssocials-share-link { background: #25af00; }
  .jssocials-share-line .jssocials-share-link:hover, 
  .jssocials-share-line a.jssocials-share-link:focus {
    background: #1a7c00; }

.jssocials-share-viber .jssocials-share-link { background: #7b519d; }
  .jssocials-share-viber .jssocials-share-link:hover, 
  .jssocials-share-viber a.jssocials-share-link:focus {
    background: #61407b; }

.jssocials-share-pocket .jssocials-share-link { background: #ef4056; }
  .jssocials-share-pocket .jssocials-share-link:hover, 
  .jssocials-share-pocket a.jssocials-share-link:focus {
    background: #e9132e; }

.jssocials-share-messenger .jssocials-share-link { background: #0084ff; }
  .jssocials-share-messenger .jssocials-share-link:hover, 
  .jssocials-share-messenger a.jssocials-share-link:focus {
    background: #006acc; }

.jssocials-share-vkontakte .jssocials-share-link { background: #45668e; }
  .jssocials-share-vkontakte .jssocials-share-link:hover, 
  .jssocials-share-vkontakte a.jssocials-share-link:focus {
    background: #344d6c; }

.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
    color: #fff; }

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box:hover {
    background: gainsboro; }
    .jssocials-share-count-box:hover:after {
      border-color: transparent gainsboro transparent transparent; }
  .jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.85em;
    left: -0.3em;
    width: 0;
    height: 0;
    border-width: 0.4em 0.4em 0.4em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
            transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box .jssocials-share-count {
    line-height: 2.5em;
    color: #444; }

.jssocials-shares {
  margin: 0.2em 0; }

.jssocials-shares * {
  box-sizing: border-box; }

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }
  .jssocials-share-link.jssocials-share-link-count {
    padding-top: .2em; }
    .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
      display: block;
      font-size: .6em;
      margin: 0 -.5em -.8em -.5em; }
  .jssocials-share-link.jssocials-share-no-count {
    padding-top: .5em; }
    .jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
      height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }
  .jssocials-share-count-box.jssocials-share-no-count {
    display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }

/*Section Info page*/
#PageInfo {
    display: -webkit-box;
    display: inline-block;
    padding: 0 0 2rem 0;
}

    #PageInfo ul li {
        display: inline-block;
        margin: 0 0 0 1.5rem;
        font-size: 1.3rem;
    }

        #PageInfo ul li img {
            margin: 0 0.5rem 0 0;
        }

    #PageInfo ul {
        text-align: right;
        position: relative;
        top: -0.5rem;
    }

.iconPageInfo {
    position: relative;
    top: 0.7rem;
}

#printButton {
    color: rgba(51,51,51,1);
    color: rgba(51,51,51,1);
}

    #printButton:hover {
        text-decoration: none;
    }
/*Module sharer*/
#showSharer {
    cursor: pointer;
}

#share {
    position: absolute;
    top: -4rem;
    right: 0;
}

.jssocials-shares {
    background: rgba(242,242,242,1);
    padding: 0.5rem;
    margin: 0;
}

.jssocials-share {
    margin: 0 1rem 0 0;
}

#share a {
    color: rgba(255,255,255,1);
}

    #share a:visited {
        color: rgba(255,255,255,1);
    }

    #share a:hover {
        color: rgba(255,255,255,1);
    }
/*Section Filtre*/
#Filtrer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 0;
    border-top: 0.1rem solid rgba(215,215,215,1);
    border-bottom: 0.1rem solid rgba(215,215,215,1);
}

    #Filtrer h2 {
        font-size: 1.6rem;
        line-height: normal;
        font-weight: normal;
        padding: 0 2rem 0 0;
        text-transform: none;
        margin: 0;
    }

#FilterZone {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

    #FilterZone label {
        margin: 0;
    }

    #FilterZone fieldset {
        background: none;
        padding: 0;
        margin: 0;
        border: none;
    }

    #FilterZone legend {
        border: none !important;
        display: block;
        width: 100%;
        font-size: 1.4rem;
        font-weight: bold;
        color: rgba(51,51,51,1);
        line-height: normal;
        padding: 1rem 0;
        margin: 0;
    }

    #FilterZone input[type=checkbox] {
        margin: 0 0.5rem 0 0;
    }

        #FilterZone input[type=checkbox] + label {
            font-weight: normal;
        }

.displayColFilter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.displayColFilterText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.displayColFilter > div {
    min-width: 25rem;
    margin-bottom: 2rem;
}

.displayColFilterText > div:first-child {
    margin-right: 1rem;
}

.displayColFilterText div > input[type=text] {
    padding: 0.2rem;
    margin: 0;
    height: auto;
    width: 8rem;
}

.displayColFilterText div:last-child > input[type=text] {
    width: 6rem;
}

#FilterZone #bySubject label {
    padding: 0 0 0 0.5rem;
    position: relative;
    display: inline;
}

#FilterZone #bySubject input + span {
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0.5rem;
}

#FilterZone #Distance {
    display: inline-block;
}

.colortag {
    display: inline-block;
    position: relative;
    top: 0.1rem;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0.7rem;
    margin: 0 0.5rem 0 0;
}

.greenIcon:before {
    background: rgba(204,204,0,1);
}

.orangeIcon:before {
    background: rgba(255,153,0,1);
}

.blueIcon:before {
    background: rgba(0,102,204,1);
}

.magentaIcon:before {
    background: rgba(255,102,255,1);
}

.pinkIcon:before {
    background: rgba(255,204,255,1);
}

.paleOrangeIcon:before {
    background: rgba(255,204,102,1);
}

h4 .greenIcon {
    background: rgba(204,204,0,1);
}

h4 .orangeIcon {
    background: rgba(255,153,0,1);
}

h4 .blueIcon {
    background: rgba(0,102,204,1);
}

h4 .magentaIcon {
    background: rgba(255,102,255,1);
}

h4 .pinkIcon {
    background: rgba(255,204,255,1);
}

h4 .paleOrangeIcon {
    background: rgba(255,204,102,1);
}

#filterControl {
    float: right;
}
/*Section Selection du mois*/
#MonthSelection {
    padding: 3rem 0;
}

    #MonthSelection ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        #MonthSelection ul li {
            margin: 0 1rem 1rem 0;
            position: relative;
        }

    #MonthSelection button {
        width: 7.5rem;
        height: 5rem;
        border: 0.1rem solid rgba(51,51,51,1);
        color: rgba(51,51,51,1);
        font-weight: bold;
        overflow: hidden;
    }

        #MonthSelection button:hover {
            border-color: rgba(204,203,203,1);
            color: rgba(0,121,68,1);
            /*color:rgba(255,255,255,1);
     background:rgba(51,51,51,1);
     */
        }

        #MonthSelection button.activeButton {
            color: rgba(255,255,255,1);
            background: rgba(51,51,51,1);
            border-color: rgba(51,51,51,1);
        }

    #MonthSelection span > span {
        position: absolute;
        top: -1rem;
        right: 0.7rem;
        color: rgba(255,255,255,1);
        background: rgba(0,128,0,1);
        padding: 0.4rem 0 0 0;
        width: 2.1rem;
        height: 2rem;
        border-radius: 1.2rem;
        font-weight: bold;
        font-size: 1.1rem;
        z-index: 1;
    }
/*Section du calendrier*/
#CalendarSection, #SectionRelatedEvents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    #CalendarSection label, #SectionRelatedEvents label {
        margin: 0;
    }

#selectFuseauHoraire {
    position: relative;
    width: 20rem;
    padding: 0.2rem;
    height: auto;
    margin: 0;
    border-radius: 0;
    color: rgba(51,51,51,1);
}

#CalendarSection table, #SectionRelatedEvents table {
    border: 0.1rem solid rgba(204,204,204,1);
}

    #CalendarSection table tr td, #SectionRelatedEvents table tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
        border-bottom: 0.1rem solid rgba(204,204,204,1);
        position: relative;
    }

    #CalendarSection table tr:last-child td, #SectionRelatedEvents table tr:last-child td {
        border-bottom: none;
    }

#CalendarSection ul, #SectionRelatedEvents ul {
    border: 0.1rem solid rgba(204,204,204,1);
    width: 100%;
    margin: 1.5rem 0 0 0;
}

    #CalendarSection ul li, #SectionRelatedEvents ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
        border-bottom: 0.1rem solid rgba(204,204,204,1);
        position: relative;
    }

        #CalendarSection ul li:last-child, #SectionRelatedEvents ul li:last-child {
            border-bottom: none;
        }

#CalendarSection h3, #SectionRelatedEvents h3 {
    line-height: normal;
}

.calendarRow1 {
    min-width: 18.5rem;
    background: rgba(242,242,242,1);
}

.calendarRow2 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.calendarRow3 {
    min-width: 8rem;
}

.calendarRow1, .calendarRow2, .calendarRow3 {
    padding: 1rem;
}

    .calendarRow1 h3 > span {
        display: block;
        margin: 0 0 0.8rem 0;
    }

    .calendarRow2 h4 a {
        font-family: Arial, sans-serif;
        color: #333333;
        font-weight: bold;
        font-size: 1.6rem;
        text-decoration: none;
    }

        .calendarRow2 h4 a:hover {
            text-decoration: underline;
        }

        .calendarRow2 h4 a:focus {
            text-decoration: underline;
        }

.listFormationMonth, .listFormationHours {
    font-size: 1.3rem;
}

.listFormationHours {
    text-transform: none;
}

.listFormationDate {
    font-size: 1.7rem;
    font-weight: bold;
}

.eventInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.eventInfoCol1, .eventInfoCol2 {
    min-width: 12rem;
}

.eventInfoCol3 {
    width: 5rem;
}

.eventInfo div {
    margin: 1rem 0 0 0;
    position: relative;
    top: -1rem;
    font-size: 1.2rem;
}

    .eventInfo div img {
        position: relative;
        top: 1rem;
    }

.completeTag {
    font-size: 1.1rem;
    font-weight: bold;
    color: rgba(255,4,4,1);
    border: 0.1rem solid rgba(255,4,4,1);
    padding: 0.3rem 0.5rem;
    position: relative;
    top: -0.4rem;
}

.noResults {
    text-align: center;
    margin: 2rem 0 0 0;
}

.resetDivButton {
    padding-bottom: 1rem;
    width: 100%;
    text-align: center;
}
/*Detail row 1*/
#Resume {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.eventImage {
    max-width: 28rem;
}

.eventResume {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 3rem;
}

.eventBio {
    margin: 2rem 0 0 0;
    font-size: 1.2rem;
    width: 100%;
}

.eventResume div {
    margin: 0;
    position: relative;
    font-size: 1.4rem;
    line-height: normal;
    display: table-row;
}

dl dt, dl dd {
    float: left;
    margin: 0 0.5rem 1.5rem 0;
    position: relative;
    top: 0.5rem;
}

    dl dd + dt, dl dd + dd {
        clear: left;
    }

    dl dd + dd {
        float: none;
    }

dl dt {
    font-weight: bold;
    margin-left: 5rem;
}

.eventResume img {
    position: absolute;
    left: -5rem;
    top: -0.5rem;
    width: 3.1rem;
    height: 3.1rem;
    max-width: none;
}
/*Detail row 2*/
.row2 {
    width: 100%;
    display: block;
}

#Description {
    max-width: 56rem;
    margin-right: 4rem;
}

#Inscription {
    margin-bottom: 3rem;
}

#Tarif, #Inscription {
    width: 36rem;
}

.col1, .col2 {
    display: table-cell;
}

.row2 > div:first-child {
    padding: 0 4rem 0 0;
}

.row2 > div:last-child {
    min-width: 36rem;
}

.row2 h2, .row3 h2 {
    border-bottom: 0.1rem solid #000000;
    padding: 1rem 0 1rem 0;
}

#Description h2 {
    margin: 0 0 10px 0;
}

#accordion div {
    border-bottom: 1px solid #cccccc;
}

#accordion h3.ui-accordion-header-active {
    border-bottom: none;
    padding: 0 30px 0 0;
}

#accordion h3 .titreCours {
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-transform: none;
    font-weight: bold;
    position: relative;
    top: -3px;
}

.ui-icon-triangle-1-s {
    position: absolute;
    right: 0px;
    top: 10px;
    display: block;
    width: 17px;
    height: 12px;
    background: url(../Images/Calendar/display/chevron-up.png) no-repeat;
}

.buttonRegister {
    width: 141px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    line-height: normal;
}

.waitingList {
    border: 0.1rem solid #cccccc;
    color: rgba(0,151,87,1);
}

    .waitingList:focus {
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: box;
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: flexbox;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
    }

.wrapperRegistration > div {
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.float-right {
    float: right;
}

.wrapperRegistration ul li {
    position: relative;
    font-size: 1.2rem;
}

    .wrapperRegistration ul li span {
        position: absolute;
        left: 150;
        white-space: nowrap;
    }

.row3 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .row3 > section:first-child {
        width: 100%;
        padding: 0 4rem 1rem 0;
    }

    .row3 > section:last-child {
        min-width: 36rem;
    }

.calendarWrapper {
    display: inline-block;
}
/*Detail row 4(Return to event)*/
h4 {
    font-size: 1.4rem;
    text-transform: none;
}

    h4 span.completeTag {
        position: relative;
        left: 2.5rem;
    }

#map {
    width: 36rem;
}

/* Reset */
.ui-datepicker,
.ui-datepicker table,
.ui-datepicker tr,
.ui-datepicker td,
.ui-datepicker th {
	margin: 0;
	padding: 0;
	border: none;
	border-spacing: 0;
}


/* Calendar Wrapper */
.ui-datepicker {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 2rem 0;
	cursor: default;
	width: auto;
	font-family: Tahoma;
	font-size: 1.2rem;
	width: 100% !important;
	background: #ffffff;
}

.ui-datepicker-group-first, .ui-datepicker-group-last {
	width: 26rem;
}

.ui-datepicker-group-first {
	margin-right: 2rem;
}
/* Calendar Header */
.ui-datepicker-header {
	position: relative;
	padding-bottom: 1.5rem;
	color: #333333;
}

.ui-datepicker-title {
	text-align: center;
}

/* Month */
.ui-datepicker-month, .ui-datepicker-year {
	position: relative;
	color: #666666;
	font-weight: bold;
	font-size: 1.5rem;
}


/* Prev Next Month */
.ui-datepicker-prev,
.ui-datepicker-next {
	position: absolute;
	top: -0.2rem;
	padding: 0.5rem;
	cursor: pointer;
}

.ui-datepicker-prev {
	left: 0;
	padding-left: 0;
}

.ui-datepicker-next {
	right: 0;
	padding-right: 0;
}

	.ui-datepicker-prev span,
	.ui-datepicker-next span {
		display: block;
		width: 3.5rem;
		height: 3.5rem;
		text-indent: -999rem;
		position: relative;
		top: -1rem;
	}

.ui-datepicker-prev span {
	background-image: url(../Images/Calendar/display/arrows-left.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.ui-datepicker-next span {
	background-image: url(../Images/Calendar/display/arrows-right.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.ui-datepicker-prev-hover span {
	background-image: url(../Images/Calendar/display/arrows-left-hover.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.ui-datepicker-next-hover span {
	background-image: url(../Images/Calendar/display/arrows-right-hover.png);
	background-repeat: no-repeat;
	background-size: cover;
}

/* Calendar "Days" */
.ui-datepicker-calendar {
	border-collapse: collapse;
}

	.ui-datepicker-calendar th {
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
		text-align: center;
		font-weight: normal;
		color: #333333;
		background: #f2f2f2;
		border: 0.1rem solid #cccccc;
	}

	.ui-datepicker-calendar td {
		padding: 0 0.5rem;
		text-align: center;
		line-height: 2.6rem;
		border: 0.1rem solid #cccccc;
	}

	.ui-datepicker-calendar .ui-state-default {
		display: block;
		width: 2.6rem;
		outline: none;
		text-decoration: none;
		color: #333333;
		cursor: default;
		border: none;
	}

.ui-datepicker-current-day .ui-state-default {
	font-weight: bold;
	color: #000000;
}

.Complete .ui-state-default,
.Incomplete .ui-state-default,
.Past .ui-state-default,
.Complet .ui-state-default,
.Incomplet .ui-state-default,
.Passe .ui-state-default {
	color: #ffffff !important;
}

.Complete, .Complet, .Past, .Passe {
	background: #666666;
}

.Incomplete, .Incomplet {
	background: #00884e;
}

.ui-datepicker-prev:active, .ui-datepicker-next:active {
	position: absolute;
	top: -0.2rem !important;
}

.legendCalendar {
	font-size: 1.6rem;
}

	.legendCalendar span:first-child {
		margin: 0 3rem 0 0;
	}

	.legendCalendar div {
		display: inline-block;
		width: 1.5rem;
		height: 1.5rem;
		margin: 0 1rem 0 0;
		position: relative;
		top: 0.2rem;
	}

/* ========================================================
	Styles generiques pour toutes les pages
		
	Font-size: em
		14px	Default font-size
		10px	0.714em		=> 10px / 14px
		12px	0.857em		=> 12px / 14px
		16px	1.143em		=> 16px / 14px	
		18px	1.286em		=> 18px / 14px
		20px	1.429em		=> 20px / 14px
		22px	1.571em		=> 22px / 14px
		24px	1.714em		=> 24px / 14px
		26px	1.857em		=> 26px / 14px
		28px	2em			=> 28px / 14px
		30px	2.143em		=> 30px / 14px
   ======================================================== */


/* Google Font */
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');


/* GENERAL */
/* ======================================================== */
html, body { background-color:transparent; padding:0; margin:0; border:0; }
* {box-sizing:border-box;-moz-box-sizing:border-box;font-family:Arial, sans-serif;margin:0;padding:0;}
		
* {-webkit-text-size-adjust:none;}
table {border:none;margin:15px 0 0 0;}
ul li { list-style-type:none;}

button {border:none;background:none;color:rgba(0,151,87,1);}
button:hover {color:rgba(0,115,66,1);}
/*body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#363636;
	line-height:1.5;
}*/

/* Set focus element */
/* ======================================================== */
	#fil-ariane a:focus {text-decoration:none;color:rgba(0,115,66,1);}
	#printButton:focus {text-decoration:none;color:rgba(0,115,66,1);}
	#filterControl button:focus {color:rgba(0,115,66,1); outline:thin dotted !important; outline:5px auto -webkit-focus-ring-color !important; outline-offset:-2px;}
	.calendarRow3 button:focus {color:rgba(0,115,66,1);}
	input[type=checkbox]:focus, input[type=radio]:focus {outline:auto !important;}
	#MonthSelection button:focus {border-color:rgba(204,203,203,1); /* color:#FFFFFF;*/ /*color:rgba(255,255,255,1);background:rgba(51,51,51,1);*/}
	button:focus {color:rgba(0,115,66,1);}
		.greenButton:focus, .whiteButton:focus { color:#ffffff; background-color:#03673e; }

#contentDemo { /*width:100%; margin:10px auto;*/ } /* article tag */
	/* Les styles du article tag ne sont pas definitifs */
    .whiteWrapper { background-color:#ffffff;}
    .whiteWrapper.content { margin-top:2rem;}
	.greyWrapper { background-color:#e4e4e4; }
#DI-contentArticle { /*width:80%; margin:0 auto; padding:0 10px;*/ padding-bottom:20px} /* article tag */
											 

/*h1 { font-family:Oswald, Arial, Helvetica, sans-serif; font-size:2em; font-weight:normal; }
h2 { font-family:Oswald, Arial, Helvetica, sans-serif; font-size:1.857em; font-weight:normal; }
h3 { font-family:Oswald, Arial, Helvetica, sans-serif; font-size:1.714em; font-weight:normal; }
h4 { font-family:Oswald, Arial, Helvetica, sans-serif; font-size:1.571em; font-weight:normal; }
h5 { font-family:Oswald, Arial, Helvetica, sans-serif; font-size:1.429em; font-weight:normal; }
h6 { font-family:Oswald, Arial, Helvetica, sans-serif; font-size:1.286em; font-weight:normal; }*/
	/* Les styles des titres ne sont pas definitifs */
	/*.oswald-bold { font-weight:700; }
	.oswald-light { font-weight:300; }*/

/*p { margin:8px 0; }
	.text-align-center { text-align:center; }*/
	
img { border:none; }

ul { /*margin:20px;*/ }
	li {}

/*a { color:#009757; text-decoration:none; }
	a:hover { text-decoration:underline; }*/
	
/* Floating boxes */
.floatLeft { float:left; }
.floatRight { float:right; }
.clear { clear:both; } /* Si un DIV est utilise pour le clear */
	.clearfix::after { content:""; display:block; height:0; clear:both; visibility:hidden; }  /* Si un le clear est dans le div parent */

/*.hide { display:none; }
.show { display:block; }*/
.visibilyHidden { position:absolute; left:-999em; }		/* Permet de cacher des elements visuellement, mais accessible pour les screen readers*/

.nowrap { white-space:nowrap; }

/* FIL ARIANE */
/* ======================================================== */
#fil-ariane { padding: 20px 0 30px 0; display: inline-block; }
	#fil-ariane ul { list-style-type:none; }
		#fil-ariane li { display:inline-block; }
	#fil-ariane a { color:inherit; }
		.iconAriane {position:relative;top:7px;}

/* PAGE HEADER */
/* ======================================================== */
#PageInfo { /*margin:10px 0;*/ }

/* Links: Print + Share */
.toolBox { list-style-type:none; /*text-align:right; padding:20px 0 20px 30px; padding:2rem 0 2rem 3rem;*/ line-height:19.416px; line-height:1.9416rem; letter-spacing:.24px; letter-spacing:.024rem; font-size:12px; font-size:1.2rem; }
	.toolBox li { display:inline; margin-right:15px; margin-right:1.5rem; }

/* FLEX BOXES */
/* ======================================================== */
.flexContainer, .wrapperBoxes {
	display:-webkit-box;	/* OLD - iOS 6-, Safari 3.1-6 */
	display:-moz-box;		/* OLD - Firefox 19- (buggy but mostly works) */
	
	display:-ms-flexbox;	/* TWEENER - IE 10 */
	
	display:-webkit-flex;	/* NEW - Chrome */
	display:flex;			/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flexInitial, .wrapperBoxes > div {
	-webkit-box-flex:0.0;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex:0.0;		/* OLD - Firefox 19- */
	
	-webkit-flex:0 auto;	/* Chrome */
	-ms-flex:0 auto;		/* IE 10 */
	flex:0 auto;			/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flexGrow1Space{
	-webkit-box-flex:1;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex:1;		/* OLD - Firefox 19- */
	-webkit-flex:1 0 auto;	/* Chrome */
	-ms-flex:1 0 auto;		/* IE 10 */
	flex:1 0 auto;			/* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flexGrow2Spaces {
	-webkit-box-flex:2;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex:2;		/* OLD - Firefox 19- */	
	-webkit-flex:2 0 auto;	/* Chrome */
	-ms-flex:2 0 auto;		/* IE 10 */
	flex:2 0 auto;			/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flexDirColumn {
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;		
	-webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
}

.flexJustifySpaceBetween {
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
}

.flexWrap {
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

/* FLEX BOXES - for ie 9 and down */
/* ======================================================== */
.ie9 .flexContainer, .ie9 .wrapperBoxes { display:table; width:100%; }
.ie9 .flexContainer > div, .ie9 .wrapperBoxes > div, .ie9 .flexDirColumn { display:table-cell; vertical-align:top; }
	.ie9 .flexDirColumn { width:50%; }


/* MARGINS AND PADDINGS */
/* ======================================================== */
.m-auto { margin:0 auto; }
.p-10 {padding-left:10px;padding-right:10px;}

.mw-inherit { max-width:inherit; }


/* HEIGHT OF CONTENT */
/* ======================================================== */
.mh-85vh { min-height:85vh; }


.eventImage-empty + .eventResume {
	padding: 0;
}
/* ========================================================
	Styles responsive pour toutes les pages
		
	Font-size: em
		14px	Default font-size
		10px	0.714em		=> 10px / 14px
		12px	0.857em		=> 12px / 14px
		16px	1.143em		=> 16px / 14px	
		18px	1.286em		=> 18px / 14px
		20px	1.429em		=> 20px / 14px
		22px	1.571em		=> 22px / 14px
		24px	1.714em		=> 24px / 14px
		26px	1.857em		=> 26px / 14px
		28px	2em			=> 28px / 14px
		30px	2.143em		=> 30px / 14px
   ======================================================== */

@media (max-width: 959px) {
	body .main-wrapper {
		min-width: 320px;
		width: 100%;
	}
	/* Resize le header et le footer du client */
	.calendarRow3 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 1;
	}

		.calendarRow3 p {
			display: none;
		}

		.calendarRow3 button {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			opacity: 1;
			color: rgba(0,0,0,0) !important;
		}

			.calendarRow3 button:focus {
				background: rgba(0,0,0,0.1) !important;
			}

	#PageInfo h1 {
		order: 2;
		width: 100%;
	}

	#PageInfo ul {
		order: 1;
		width: 100%;
	}

	#PageInfo p {
		order: 3;
		width: 100%;
	}

	#PageInfo ul li:first-child {
		display: none;
	}

	#share {
		position: absolute;
		top: 0px;
		right: 55px;
	}

	.row3 {
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}

		.row3 > section {
			width: 100%;
		}

	.row2 > div:last-child {
		min-width: 0px;
		width: auto;
	}

	.wrapperRegistration > div {
		display: block;
		width: 100%;
	}

	.calendarWrapper {
		margin: auto;
		display: block;
		width: 540px;
		margin-bottom: 30px;
	}

	#map {
		width: 100%;
		height: 250px;
		margin-bottom: 10px;
	}

		#map > div {
			width: 100% !important;
			height: 250px !important;
		}

	#Video iframe {
		width: 100%;
	}

	#Description {
		max-width: 560px;
		width: 100%;
	}

	#Tarif {
		max-width: 260px;
		width: 100%;
	}

	#Inscription {
		max-width: 260px;
		width: 100%;
	}
}


@media (max-width: 940px) {
	#content, #content .w-960 {
		width: 100% !important;
		min-width: 320px !important;
	}

	.floatLeft, .floatRight {
		float: none !important;
		width: 100% !important;
	}

	form, .genericErrors, .flexContainer, .wrapperBoxes, .wrapperBoxes > div, .w-960 {
		width: 100% !important;
		max-width: 100% !important;
	}

	/* FLEX BOXES */
	/* ======================================================== */
	.flexContainer, .wrapperBoxes {
		-webkit-flex-wrap: wrap !important;
		-moz-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

		.flexInitial, .wrapperBoxes > div {
			-webkit-box-flex: 0 !important; /* OLD - iOS 6-, Safari 3.1-6 */
			-moz-box-flex: 0 !important; /* OLD - Firefox 19- */
			-webkit-flex: initial !important; /* Chrome */
			-ms-flex: initial !important; /* IE 10 */
			flex: initial !important; /* NEW, Spec - Opera 12.1, Firefox 20+ */
		}

	.flexDirRow, .flexDirColumn {
		/*-webkit-box-orient:horizontal !important;
		-moz-box-orient:horizontal !important;	
		box-orient:horizontal !important;
		
		-webkit-flex-direction:row !important;
		-ms-flex-direction:row !important;
		flex-direction:row !important;*/
	}
}

@media (max-width: 767px) {
	#CalendarSection table tr td, #SectionRelatedEvents table tr td {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-flow: row wrap;
	}

	#CalendarSection ul li, #SectionRelatedEvents ul li {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-flow: row wrap;
	}

	.calendarRow1 {
		width: 100%;
	}

		.calendarRow1 h3 > span {
			display: inline;
			margin: 0 0 8px 0;
		}

	.eventInfoCol4 { /*display:none;*/
	}

	.row2 {
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
	}

	.col1, .col2 {
		display: block;
		width: 100%;
	}

	#Tarif {
		max-width: 100%;
		width: 100%;
	}

	#Inscription {
		max-width: 100%;
		width: 100%;
	}

	#Calendrier {
		display: none;
	}

	.row2 > div:first-child {
		padding: 0;
	}

	.row2 > div:last-child {
		width: 100%;
	}



	#Resume > div {
		max-width: 100%;
		width: 100%;
		padding: 1px;
		margin-bottom: 30px;
	}

	.eventImage, .eventResume, .eventBio {
		display: block;
	}


	.wrapperBoxes > div {
		width: 100% !important;
		max-width: 100% !important;
	}

	.mq-small-flexOrderInvert > div:first-child {
		order: 2;
	}
}


@media (max-width: 640px) {
	#PaymentSection .flexContainer {
		width: 100% !important;
		max-width: 100% !important;
	}

	#PaymentSection .PaymentResume, #PaymentSection .PaymentTarif {
		width: 100% !important;
		-webkit-box-flex: 0 !important; /* OLD - iOS 6-, Safari 3.1-6 */
		-moz-box-flex: 0 !important; /* OLD - Firefox 19- */
		-webkit-flex: 0 auto !important; /* Chrome */
		-ms-flex: 0 auto !important; /* IE 10 */
		flex: 0 auto !important; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	}

	.ie9 #PaymentSection .PaymentResume, .ie9 #PaymentSection .PaymentTarif {
		width: 100% !important;
	}
	/* For IE 9 and down */
}


@media (max-width: 500px) {
	.left, .right {
		float: none !important;
		width: 100% !important;
	}

	.mq-small-noFlex {
		display: block !important;
	}

	.mq-small-flexOrderInvert > div:first-child {
		order: 2;
	}
}
/* ========================================================
	Styles pour les formulaires
	
	Font-size: em
		14px	Default font-size
		10px	0.714em		=> 10px / 14px
		12px	0.857em		=> 12px / 14px
		16px	1.143em		=> 16px / 14px	
		18px	1.286em		=> 18px / 14px
		20px	1.429em		=> 20px / 14px
		22px	1.571em		=> 22px / 14px
		24px	1.714em		=> 24px / 14px
		26px	1.857em		=> 26px / 14px
		28px	2em			=> 28px / 14px
		30px	2.143em		=> 30px / 14px
   ======================================================== */


/* GENERAL */
/* ======================================================== */
.wrapperBoxes { border:1px solid #CCCCCC; max-width:940px; min-height:400px; }

	.greyBox { background-color:#eeeeee; }		
	.whiteBox { background-color:#ffffff; }
		 .greyBox > *, .whiteBox > * {}
		 
.sepLine-grey { border-bottom:1px solid #cccccc; padding-bottom:10px; }

.flexFields > label {
	box-flex:1;;
	flex-grow:1;
}
	.ie9 .flexFields > label {}		/* For IE 9 and down */

/* FORM */
/* ======================================================== */
#Formulaire {}
	#Formulaire .flexFields { 
		flex:0 1 48%;			/* NEW, Spec - Opera 12.1, Firefox 20+ */
	}
		.ie9 #Formulaire .flexFields { width:48%; }		/* For IE 9 and down */
#Formulaire input[type=text] {
    max-width: 60rem;
}
#Formulaire .label-email {
    display: block;
}
#Formulaire input[type=text], select, textarea {margin-bottom:20px}
/*#Formulaire { max-width:500px; }*/
	fieldset { margin-top:25px; }
		fieldset:first-child, fieldset.groupFields { margin-top:0; }
	
		legend { display:block; width:100%; font-size:1.571em; color:#333333; line-height:normal; border-bottom:1px solid #000000; padding:0 0 10px 0; margin:0 0 25px 0; }
			.groupFields legend { /*font-size:1.143em; border:none; */font-weight:bold; /*padding:0; margin:0 0 12px 0;*/ } /* Sous-groupes de champs */
	
		label { font-size:1.143em; display:block; }	
			input[type=radio] + label { display:inline; margin-right:10%; }
			input[type=checkbox] + label { display:inline; font-weight:bold; }
			
		input, select, textarea { margin-bottom:25px; }
			input[type=text], select, textarea { 
				border:1px solid #797979; 
				padding:10px; width:100%; 
				box-sizing:border-box;
			}
			input[type=radio] { margin-right:5px; }				
			input[type=checkbox] { margin-right:5px; margin-bottom:10px; }				
		
		/*button, input[type=submit], input[type=button] { margin:25px 10px 20px 0; padding:14px 25px; color:#ffffff; cursor:pointer; font-weight:bold; border:1px solid #018149; background-color:#00884e; }
			button:hover, input[type=submit]:hover, input[type=button]:hover { background-color:#03673e; }*/
		
        .greenButton { margin:25px 10px 20px 0; padding:14px 25px; color:#ffffff; cursor:pointer; font-weight:bold; border:1px solid #018149; 
					   background-color:#00884e; position: relative; }
			.greenButton:not(.greenButtonLoading):hover { color: #ffffff; background-color:#03673e; }
		.greenButton .greenButtonAjaxLoader { display: none; position: absolute; right: 15px; top: 13px; }
		.greenButtonLoading { background-color:#b4c7bf; border-color: #b4c7bf; cursor: default; }
		.greenButtonLoading .greenButtonAjaxLoader { display: inline-block; }

		.whiteButton { margin:25px 10px 20px 0; padding:14px 25px; color:#00884e; cursor:pointer; font-weight:bold; border:1px solid #018149; background-color:#ffffff; }
			.whiteButton:hover { color:#ffffff; background-color:#03673e; }


/* NOTIFICATION AND ALERT BOXES */
/* ======================================================== */
.alert { display:none;}
.warning { display:none; margin-top:10px; margin-bottom:10px; padding:15px; border:1px solid #fad184; border-radius:5px; }

/* Au besoin, ajouter le style pour le triangle de la bulle */	
	.triangle-border { position: relative; padding: 15px; background: #fff; margin-bottom:25px; /* -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; width: 240px;*/ }	
		.triangle-border:after { content: ""; position: absolute; bottom: -14px; left: 11px; border-width: 14px 14px 0 14px; border-style: solid; border-color: #fff transparent; display: block; width: 0; }
		.triangle-border:before { content: ""; position: absolute; bottom: -15px; left: 10px; border-width: 15px 15px 0 15px; border-style: solid; border-color: #fad184 transparent; display: block; width: 0; }

.notificationBox { 
    border:1px solid #cccccc; 
    background-color:#f2f2f2; 
    padding:15px; 
    margin-bottom:3rem; 
    margin-top:5rem; 
    color:#333333; font-weight:normal; font-size:1em; box-sizing:border-box; }
	.notificationBox > * { padding:0 0 0 26px; }

/*.errorIcon { padding:0 0 0 26px; min-height:16px; display:inline-block; background:url(/Content/Images/theme/error.png) left top no-repeat; }*/
.successIcon { padding:0 0 0 26px; min-height:16px; display:inline-block; background:url(/Content/Images/theme/success.png) left top no-repeat; }
	
input[type=text].errorFields, select.errorFields, textarea.errorFields { border:2px solid #cc3300; }

.showAlert { display:block; }

/* CONFIRMATION */
/* ======================================================== */
#FormConfirmation {padding:10px 10px 0 12px;
	font-family:'Helvetica', Arial, sans-serif;line-height: initial;}

#FormConfirmation .title { font-family:'oswald-light', Arial, sans-serif;
	font-size:18px;
	min-height: 18px;
	line-height: 18px;
	color:#373737;
	padding-bottom: 2px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

#FormConfirmation hr {background-color: #959D9A;
	height:1px;
	border:none;
	padding:0;
	margin:0;}

#FormConfirmation .thankYou {
    font-family:'Helvetica_Light', Arial, sans-serif;
	font-size:48px;
	padding: 18px 0 30px;
    margin-top:18px; margin-bottom: 28px;
	font-weight:normal;
	color:#373737;
}

#FormConfirmation img { padding-right: 5px;}

#FormConfirmation .thankYouTitleBlack {
	padding-top:1px;
	font-size:18px;
	margin-bottom: 40px;
	color:#000000;
	font-family:'Helvetica_Light', Arial, sans-serif;
	font-size: 18px;
}

#FormConfirmation .sorryTitleBlack {
    padding-top: 1px;
    font-size: 18px;
    color: rgb(0, 0, 0);
}

#FormConfirmation .spaceDiv10 {
	clear:both;
	width:auto;
	height:10px;
}

#FormConfirmation .thankYouTitleGrey {
	padding-top:1px;
	font-size:14px;
	color:#8d8d8d;
	font-family: Arial, sans-serif;
	margin-bottom: 6px;
}

#FormConfirmation .sorryTitleGrey {
    padding-top:25px;
    font-size: 14px;
    color: rgb(105, 107, 109);
}

#FormConfirmation .infoDisnat {
    padding: 20px 0 10px 0;
    font-size: 13px;
}

#FormConfirmation .sorryPhone {
    width: 182px;
    height: 57px;
    background-color: rgb(245, 245, 245);
    background-image: url(/Content/Images/Calendar/popup/popup_phoneIcon.png);
    color: rgb(55, 55, 55);
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(138, 138, 138);
    border-image: initial;
    background-repeat: no-repeat;
    background-position: 20px 15px;
    padding: 20px 0px 5px 50px;
}

#FormConfirmation .openingHours {
    padding: 10px 0 10px 0;
    color: rgb(105, 107, 109);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    border-bottom: 1px solid rgb(52, 52, 52);
}


/* Sub choices for the form */
.subFormChoices { display:none; margin-top:20px; margin-top:2rem; margin-bottom:20px; margin-bottom:2rem; /*padding:10px; padding:1rem;*/ }
	.subFormChoices fieldset.groupFields { margin-top:25px; }
		
		.subFormChoices .groupFields legend { font-size:1.143em; border:none; font-weight:bold; padding:0; margin:0 0 12px 0; } /* Sous-groupes de champs */
		
		.subFormChoices input[type=checkbox] + label { display:inline; font-weight:normal; margin-left: 0.5rem;}
				
		.subFormChoices input[type=text], 
        .subFormChoices select, 
        .subFormChoices textarea { width:auto; }
        .subFormChoices label[for="selectDistance"] {
            line-height: 4.2rem;
            margin-right: 1rem;
        }			

.subFormChoices div.flexContainer { max-width:750px; }


/* PAYMENT SECTION */
/* ======================================================== */
#PaymentSection .flexContainer { max-width:700px; }

#PaymentSection .eventResume { padding-left:0; padding-right:0; }
	#PaymentSection .PaymentResume {
		flex:0 1 45%;			/* NEW, Spec - Opera 12.1, Firefox 20+ */	
	}
		.ie9 #PaymentSection .PaymentResume { width:45%; }		/* For IE 9 and down */
	#PaymentSection .PaymentTarif {
		flex:0 1 35%;			/* NEW, Spec - Opera 12.1, Firefox 20+ */	
	}
		.ie9 #PaymentSection .PaymentTarif { width:35%; }		/* For IE 9 and down */

#PaymentSection #Tarif { float:none; width:100%; }
	#PaymentSection #Tarif ul { border-top:1px solid #000000; }
	
#PaymentSection #PaymentButton .greenButton { margin-top:5px; }
/* ========================================================
	Styles generiques pour toutes les pages
		
	Font-size: em
		14px	Default font-size
		10px	0.714em		=> 10px / 14px
		12px	0.857em		=> 12px / 14px
		16px	1.143em		=> 16px / 14px	
		18px	1.286em		=> 18px / 14px
		20px	1.429em		=> 20px / 14px
		22px	1.571em		=> 22px / 14px
		24px	1.714em		=> 24px / 14px
		26px	1.857em		=> 26px / 14px
		28px	2em			=> 28px / 14px
		30px	2.143em		=> 30px / 14px
   ======================================================== */


/* Google Font */
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');


/* GENERAL */
/* ======================================================== */
html, body { background-color:transparent; padding:0; margin:0; border:0; }
* {box-sizing:border-box;-moz-box-sizing:border-box;font-family:Arial, sans-serif;margin:0;padding:0;}
		
* {-webkit-text-size-adjust:none;}
table {border:none;margin:15px 0 0 0;}
ul li { list-style-type:none;}

button {border:none;background:none;color:rgba(0,151,87,1);}
button:hover {color:rgba(0,115,66,1);}
/*body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#363636;
	line-height:1.5;
}*/

/* Set focus element */
/* ======================================================== */
	#fil-ariane a:focus {text-decoration:none;color:rgba(0,115,66,1);}
	#printButton:focus {text-decoration:none;color:rgba(0,115,66,1);}
	#filterControl button:focus {color:rgba(0,115,66,1); outline:thin dotted !important; outline:5px auto -webkit-focus-ring-color !important; outline-offset:-2px;}
	.calendarRow3 button:focus {color:rgba(0,115,66,1);}
	input[type=checkbox]:focus, input[type=radio]:focus {outline:auto !important;}
	#MonthSelection button:focus {border-color:rgba(204,203,203,1); /* color:#FFFFFF;*/ /*color:rgba(255,255,255,1);background:rgba(51,51,51,1);*/}
	button:focus {color:rgba(0,115,66,1);}
		.greenButton:focus, .whiteButton:focus { color:#ffffff; background-color:#03673e; }

#contentDemo { /*width:100%; margin:10px auto;*/ } /* article tag */
	/* Les styles du article tag ne sont pas definitifs */
    .whiteWrapper { background-color:#ffffff;}
    .whiteWrapper.content { margin-top:2rem;}
	.greyWrapper { background-color:#e4e4e4; }
#DI-contentArticle { /*width:80%; margin:0 auto; padding:0 10px;*/ padding-bottom:20px} /* article tag */
											 

/*h1 { font-family:Oswald, Arial, Helvetica, sans-serif; font-size:2em; font-weight:normal; }
h2 { font-family:Oswald, Arial, Helvetica, sans-serif; font-size:1.857em; font-weight:normal; }
h3 { font-family:Oswald, Arial, Helvetica, sans-serif; font-size:1.714em; font-weight:normal; }
h4 { font-family:Oswald, Arial, Helvetica, sans-serif; font-size:1.571em; font-weight:normal; }
h5 { font-family:Oswald, Arial, Helvetica, sans-serif; font-size:1.429em; font-weight:normal; }
h6 { font-family:Oswald, Arial, Helvetica, sans-serif; font-size:1.286em; font-weight:normal; }*/
	/* Les styles des titres ne sont pas definitifs */
	/*.oswald-bold { font-weight:700; }
	.oswald-light { font-weight:300; }*/

/*p { margin:8px 0; }
	.text-align-center { text-align:center; }*/
	
img { border:none; }

ul { /*margin:20px;*/ }
	li {}

/*a { color:#009757; text-decoration:none; }
	a:hover { text-decoration:underline; }*/
	
/* Floating boxes */
.floatLeft { float:left; }
.floatRight { float:right; }
.clear { clear:both; } /* Si un DIV est utilise pour le clear */
	.clearfix::after { content:""; display:block; height:0; clear:both; visibility:hidden; }  /* Si un le clear est dans le div parent */

/*.hide { display:none; }
.show { display:block; }*/
.visibilyHidden { position:absolute; left:-999em; }		/* Permet de cacher des elements visuellement, mais accessible pour les screen readers*/

.nowrap { white-space:nowrap; }

/* FIL ARIANE */
/* ======================================================== */
#fil-ariane { padding: 20px 0 30px 0; display: inline-block; }
	#fil-ariane ul { list-style-type:none; }
		#fil-ariane li { display:inline-block; }
	#fil-ariane a { color:inherit; }
		.iconAriane {position:relative;top:7px;}

/* PAGE HEADER */
/* ======================================================== */
#PageInfo { /*margin:10px 0;*/ }

/* Links: Print + Share */
.toolBox { list-style-type:none; /*text-align:right; padding:20px 0 20px 30px; padding:2rem 0 2rem 3rem;*/ line-height:19.416px; line-height:1.9416rem; letter-spacing:.24px; letter-spacing:.024rem; font-size:12px; font-size:1.2rem; }
	.toolBox li { display:inline; margin-right:15px; margin-right:1.5rem; }

/* FLEX BOXES */
/* ======================================================== */
.flexContainer, .wrapperBoxes {
	display:-webkit-box;	/* OLD - iOS 6-, Safari 3.1-6 */
	display:-moz-box;		/* OLD - Firefox 19- (buggy but mostly works) */
	
	display:-ms-flexbox;	/* TWEENER - IE 10 */
	
	display:-webkit-flex;	/* NEW - Chrome */
	display:flex;			/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flexInitial, .wrapperBoxes > div {
	-webkit-box-flex:0.0;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex:0.0;		/* OLD - Firefox 19- */
	
	-webkit-flex:0 auto;	/* Chrome */
	-ms-flex:0 auto;		/* IE 10 */
	flex:0 auto;			/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flexGrow1Space{
	-webkit-box-flex:1;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex:1;		/* OLD - Firefox 19- */
	-webkit-flex:1 0 auto;	/* Chrome */
	-ms-flex:1 0 auto;		/* IE 10 */
	flex:1 0 auto;			/* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flexGrow2Spaces {
	-webkit-box-flex:2;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex:2;		/* OLD - Firefox 19- */	
	-webkit-flex:2 0 auto;	/* Chrome */
	-ms-flex:2 0 auto;		/* IE 10 */
	flex:2 0 auto;			/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flexDirColumn {
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;		
	-webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
}

.flexJustifySpaceBetween {
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
}

.flexWrap {
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

/* FLEX BOXES - for ie 9 and down */
/* ======================================================== */
.ie9 .flexContainer, .ie9 .wrapperBoxes { display:table; width:100%; }
.ie9 .flexContainer > div, .ie9 .wrapperBoxes > div, .ie9 .flexDirColumn { display:table-cell; vertical-align:top; }
	.ie9 .flexDirColumn { width:50%; }


/* MARGINS AND PADDINGS */
/* ======================================================== */
.m-auto { margin:0 auto; }
.p-10 {padding-left:10px;padding-right:10px;}

.mw-inherit { max-width:inherit; }


/* HEIGHT OF CONTENT */
/* ======================================================== */
.mh-85vh { min-height:85vh; }


.eventImage-empty + .eventResume {
	padding: 0;
}
/* ========================================================
	Styles responsive pour toutes les pages
		
	Font-size: em
		14px	Default font-size
		10px	0.714em		=> 10px / 14px
		12px	0.857em		=> 12px / 14px
		16px	1.143em		=> 16px / 14px	
		18px	1.286em		=> 18px / 14px
		20px	1.429em		=> 20px / 14px
		22px	1.571em		=> 22px / 14px
		24px	1.714em		=> 24px / 14px
		26px	1.857em		=> 26px / 14px
		28px	2em			=> 28px / 14px
		30px	2.143em		=> 30px / 14px
   ======================================================== */

@media (max-width: 959px) {
	body .main-wrapper {
		min-width: 320px;
		width: 100%;
	}
	/* Resize le header et le footer du client */
	.calendarRow3 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 1;
	}

		.calendarRow3 p {
			display: none;
		}

		.calendarRow3 button {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			opacity: 1;
			color: rgba(0,0,0,0) !important;
		}

			.calendarRow3 button:focus {
				background: rgba(0,0,0,0.1) !important;
			}

	#PageInfo h1 {
		order: 2;
		width: 100%;
	}

	#PageInfo ul {
		order: 1;
		width: 100%;
	}

	#PageInfo p {
		order: 3;
		width: 100%;
	}

	#PageInfo ul li:first-child {
		display: none;
	}

	#share {
		position: absolute;
		top: 0px;
		right: 55px;
	}

	.row3 {
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}

		.row3 > section {
			width: 100%;
		}

	.row2 > div:last-child {
		min-width: 0px;
		width: auto;
	}

	.wrapperRegistration > div {
		display: block;
		width: 100%;
	}

	.calendarWrapper {
		margin: auto;
		display: block;
		width: 540px;
		margin-bottom: 30px;
	}

	#map {
		width: 100%;
		height: 250px;
		margin-bottom: 10px;
	}

		#map > div {
			width: 100% !important;
			height: 250px !important;
		}

	#Video iframe {
		width: 100%;
	}

	#Description {
		max-width: 560px;
		width: 100%;
	}

	#Tarif {
		max-width: 260px;
		width: 100%;
	}

	#Inscription {
		max-width: 260px;
		width: 100%;
	}
}


@media (max-width: 940px) {
	#content, #content .w-960 {
		width: 100% !important;
		min-width: 320px !important;
	}

	.floatLeft, .floatRight {
		float: none !important;
		width: 100% !important;
	}

	form, .genericErrors, .flexContainer, .wrapperBoxes, .wrapperBoxes > div, .w-960 {
		width: 100% !important;
		max-width: 100% !important;
	}

	/* FLEX BOXES */
	/* ======================================================== */
	.flexContainer, .wrapperBoxes {
		-webkit-flex-wrap: wrap !important;
		-moz-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

		.flexInitial, .wrapperBoxes > div {
			-webkit-box-flex: 0 !important; /* OLD - iOS 6-, Safari 3.1-6 */
			-moz-box-flex: 0 !important; /* OLD - Firefox 19- */
			-webkit-flex: initial !important; /* Chrome */
			-ms-flex: initial !important; /* IE 10 */
			flex: initial !important; /* NEW, Spec - Opera 12.1, Firefox 20+ */
		}

	.flexDirRow, .flexDirColumn {
		/*-webkit-box-orient:horizontal !important;
		-moz-box-orient:horizontal !important;	
		box-orient:horizontal !important;
		
		-webkit-flex-direction:row !important;
		-ms-flex-direction:row !important;
		flex-direction:row !important;*/
	}
}

@media (max-width: 767px) {
	#CalendarSection table tr td, #SectionRelatedEvents table tr td {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-flow: row wrap;
	}

	#CalendarSection ul li, #SectionRelatedEvents ul li {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-flow: row wrap;
	}

	.calendarRow1 {
		width: 100%;
	}

		.calendarRow1 h3 > span {
			display: inline;
			margin: 0 0 8px 0;
		}

	.eventInfoCol4 { /*display:none;*/
	}

	.row2 {
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
	}

	.col1, .col2 {
		display: block;
		width: 100%;
	}

	#Tarif {
		max-width: 100%;
		width: 100%;
	}

	#Inscription {
		max-width: 100%;
		width: 100%;
	}

	#Calendrier {
		display: none;
	}

	.row2 > div:first-child {
		padding: 0;
	}

	.row2 > div:last-child {
		width: 100%;
	}



	#Resume > div {
		max-width: 100%;
		width: 100%;
		padding: 1px;
		margin-bottom: 30px;
	}

	.eventImage, .eventResume, .eventBio {
		display: block;
	}


	.wrapperBoxes > div {
		width: 100% !important;
		max-width: 100% !important;
	}

	.mq-small-flexOrderInvert > div:first-child {
		order: 2;
	}
}


@media (max-width: 640px) {
	#PaymentSection .flexContainer {
		width: 100% !important;
		max-width: 100% !important;
	}

	#PaymentSection .PaymentResume, #PaymentSection .PaymentTarif {
		width: 100% !important;
		-webkit-box-flex: 0 !important; /* OLD - iOS 6-, Safari 3.1-6 */
		-moz-box-flex: 0 !important; /* OLD - Firefox 19- */
		-webkit-flex: 0 auto !important; /* Chrome */
		-ms-flex: 0 auto !important; /* IE 10 */
		flex: 0 auto !important; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	}

	.ie9 #PaymentSection .PaymentResume, .ie9 #PaymentSection .PaymentTarif {
		width: 100% !important;
	}
	/* For IE 9 and down */
}


@media (max-width: 500px) {
	.left, .right {
		float: none !important;
		width: 100% !important;
	}

	.mq-small-noFlex {
		display: block !important;
	}

	.mq-small-flexOrderInvert > div:first-child {
		order: 2;
	}
}
