@charset "UTF-8";
/* @override 
	https://www.sejour-linguistique-lec.fr/wp-content/themes/lec/css/lec.css
	https://site-2020.lec.info/wp-content/themes/lec/css/lec.css
	https://sitedev-2021.lec.info/wp-content/themes/lec/css/lec.css
	https://www.sejour-linguistique-lec.fr/wp-content/themes/lec/css/lec.2102.css */
@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.6.3);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-close:before,
.fa-remove: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-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo: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-exclamation-triangle:before,
.fa-warning: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-cogs:before,
.fa-gears: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-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-krw:before,
.fa-won: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-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board: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-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-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-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-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-futbol-o:before,
.fa-soccer-ball-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-ils:before,
.fa-shekel:before,
.fa-sheqel: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-bed:before,
.fa-hotel:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc: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-paper-o:before,
.fa-hand-stop-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-television:before,
.fa-tv: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-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: maki;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/maki.eot);
  src: url(../fonts/maki.eot?#iefix) format('eot'), url(../fonts/maki.woff) format('woff'), url(../fonts/maki.ttf) format('truetype'), url(../fonts/maki.svg#maki) format('svg');
}
.maki-aboveground-rail:before {
  content: '\e800';
}
.maki-airfield:before {
  content: '\e801';
}
.maki-airport:before {
  content: '\e802';
}
.maki-art-gallery:before {
  content: '\e803';
}
.maki-bar:before {
  content: '\e804';
}
.maki-baseball:before {
  content: '\e806';
}
.maki-basketball:before {
  content: '\e807';
}
.maki-beer:before {
  content: '\e808';
}
.maki-belowground-rail:before {
  content: '\e809';
}
.maki-bicycle:before {
  content: '\e80a';
}
.maki-bus:before {
  content: '\e80b';
}
.maki-cafe:before {
  content: '\e80c';
}
.maki-campsite:before {
  content: '\e80d';
}
.maki-cemetery:before {
  content: '\e80e';
}
.maki-cinema:before {
  content: '\e80f';
}
.maki-college:before {
  content: '\e810';
}
.maki-commerical-building:before {
  content: '\e811';
}
.maki-credit-card:before {
  content: '\e812';
}
.maki-cricket:before {
  content: '\e813';
}
.maki-embassy:before {
  content: '\e814';
}
.maki-fast-food:before {
  content: '\e815';
}
.maki-ferry:before {
  content: '\e816';
}
.maki-fire-station:before {
  content: '\e817';
}
.maki-football:before {
  content: '\e818';
}
.maki-fuel:before {
  content: '\e819';
}
.maki-garden:before {
  content: '\e81a';
}
.maki-giraffe:before {
  content: '\e81b';
}
.maki-golf:before {
  content: '\e81c';
}
.maki-grocery-store:before {
  content: '\e81e';
}
.maki-harbor:before {
  content: '\e81f';
}
.maki-heliport:before {
  content: '\e820';
}
.maki-hospital:before {
  content: '\e821';
}
.maki-industrial-building:before {
  content: '\e822';
}
.maki-library:before {
  content: '\e823';
}
.maki-lodging:before {
  content: '\e824';
}
.maki-london-underground:before {
  content: '\e825';
}
.maki-minefield:before {
  content: '\e826';
}
.maki-monument:before {
  content: '\e827';
}
.maki-museum:before {
  content: '\e828';
}
.maki-pharmacy:before {
  content: '\e829';
}
.maki-pitch:before {
  content: '\e82a';
}
.maki-police:before {
  content: '\e82b';
}
.maki-post:before {
  content: '\e82c';
}
.maki-prison:before {
  content: '\e82d';
}
.maki-rail:before {
  content: '\e82e';
}
.maki-religious-christian:before {
  content: '\e82f';
}
.maki-religious-islam:before {
  content: '\e830';
}
.maki-religious-jewish:before {
  content: '\e831';
}
.maki-restaurant:before {
  content: '\e832';
}
.maki-roadblock:before {
  content: '\e833';
}
.maki-school:before {
  content: '\e834';
}
.maki-shop:before {
  content: '\e835';
}
.maki-skiing:before {
  content: '\e836';
}
.maki-soccer:before {
  content: '\e837';
}
.maki-swimming:before {
  content: '\e838';
}
.maki-tennis:before {
  content: '\e839';
}
.maki-theatre:before {
  content: '\e83a';
}
.maki-toilet:before {
  content: '\e83b';
}
.maki-town-hall:before {
  content: '\e83c';
}
.maki-trash:before {
  content: '\e83d';
}
.maki-tree-1:before {
  content: '\e83e';
}
.maki-tree-2:before {
  content: '\e83f';
}
.maki-warehouse:before {
  content: '\e840';
}
/* @override http://site-2018.lecdev.info/wp-content/themes/lec/css/magnific-popup.css */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/* LEC STYLES */
.mfp-content {
  background: #fff;
  padding: 20px;
  max-width: 70%;
}
.mfp-figure:after {
  background: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mfp-title {
  color: #000;
  font-size: 1.3em;
  font-family: 'Roboto', Arial, sans-serif;
  text-align: center;
  padding: 0 36px;
  margin: 0 20px;
}
.mfp-title strong {
  font-weight: 300;
}
.mfp-counter {
  right: 20px;
  color: #27a6cf;
  font-weight: 600;
  font-size: .9em;
}
.mfp-content p,
.mfp-content li {
  font-size: 1em;
  margin-bottom: .5em;
}
.mfp-content h1 {
  font-size: 1.5em;
  margin-bottom: .5em;
  color: #27a5cd;
}
.mfp-content p.close {
  float: right;
  font-size: 2em;
  margin: 0;
}
.mfp-figure button.mfp-close {
  color: #666;
  margin-right: 10px;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible!important;
  -ms-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible!important;
  -ms-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible!important;
  -ms-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible!important;
  -ms-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0) skewX(-15deg);
    transform: translateX(0) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0) skewX(-15deg);
    -ms-transform: translateX(0) skewX(-15deg);
    transform: translateX(0) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0) skewX(0);
    -ms-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    -ms-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    -ms-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    -ms-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    -ms-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    -ms-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    -ms-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    -ms-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    -ms-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    -ms-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    -ms-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    -ms-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    -ms-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    -ms-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    -ms-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    -ms-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    -ms-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    -ms-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute;
}
.tooltipster-box {
  flex: 1 1 auto;
}
.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}
.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0!important;
  opacity: 0;
}
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0!important;
  opacity: 0;
}
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 0.4s;
}
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 0.6s;
}
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 0.6s;
}
.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px;
}
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000;
}
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}
.tooltipster-sidetip .tooltipster-box {
  background: #003;
  border: none;
}
.tooltipster-sidetip .tooltipster-content {
  font-size: .9em;
  line-height: 1.3em;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #003;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #003;
}
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideWrapper,
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSSlide,
.lSSlideWrapper.usingCss .lSFade > * {
  -webkit-transition-timing-function: inherit!important;
  transition-timing-function: inherit!important;
  -webkit-transition-duration: inherit!important;
  transition-duration: inherit !important;
}
.lSSlideOuter,
.lSSlideOuter .lSPager.lSGallery {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}
.lSSlideOuter {
  overflow: hidden;
  user-select: none;
}
.lightSlider:after,
.lightSlider:before {
  content: " ";
  display: table;
}
.lightSlider {
  overflow: hidden;
  margin: 0;
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
}
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
}
.lSSlideWrapper .lSFade > * {
  position: absolute!important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.lSSlideWrapper .lSFade > .active {
  z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > .active {
  opacity: 1;
}
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all .5s linear 0s;
  transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #428bca;
}
.lSSlideOuter .media {
  opacity: 0.8;
}
.lSSlideOuter .media.active {
  opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery {
  list-style: none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
  content: " ";
  display: table;
}
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url(../img/controls.png);
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: .5;
  -webkit-transition: opacity .35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
  opacity: 1;
}
.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}
.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}
.lSAction > a.disabled {
  pointer-events: none;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
.lSSlideOuter.vertical {
  position: relative;
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0 !important;
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute!important;
  right: 0;
  top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100%!important;
  max-width: none !important;
}
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
  padding-left: 0;
  list-style: none;
}
.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
  padding-right: 0;
}
.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider > * {
  float: left;
}
.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider > * {
  float: right !important;
}
@-webkit-keyframes rightEnd {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -15px;
  }
}
@keyframes rightEnd {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -15px;
  }
}
@-webkit-keyframes topEnd {
  0%,
  100% {
    top: 0;
  }
  50% {
    top: -15px;
  }
}
@keyframes topEnd {
  0%,
  100% {
    top: 0;
  }
  50% {
    top: -15px;
  }
}
@-webkit-keyframes leftEnd {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 15px;
  }
}
@keyframes leftEnd {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 15px;
  }
}
@-webkit-keyframes bottomEnd {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
}
@keyframes bottomEnd {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s;
  position: relative;
}
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd .3s;
  animation: topEnd .3s;
  position: relative;
}
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd .3s;
  animation: bottomEnd .3s;
  position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s;
  position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s;
  position: relative;
}
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.content.wrapper h1.product-title {
  font-weight: 700;
}
body.single-sejour .subtitle h3 {
  margin-top: 0;
}
ul#stay-anchor-links {
  display: table;
  width: 100%;
  margin: 20px 0;
  background-color: #eef7f9;
}
div.anchors-container.stuck {
  position: fixed;
  left: auto;
  top: 0;
  max-width: 1170px;
  margin: 0 auto;
  z-index: 2;
  padding-right: 32.33333%;
}
div.anchors-container.stuck ul#stay-anchor-links {
  position: relative;
  background: #def1f7;
  display: block;
  border-bottom: 6px solid #fff;
  left: auto;
  top: 46px;
  margin: 0;
  z-index: 2;
}
ul#stay-anchor-links li {
  display: table-cell;
  text-align: center;
  font-size: .75em;
  line-height: 1.2em;
  text-transform: uppercase;
  padding: 0;
  width: 15%;
  border: 1px solid #fff;
  border-right: none;
}
ul#stay-anchor-links li:last-child {
  border: 1px solid #fff;
}
ul#stay-anchor-links li:hover {
  background: #27a5cd;
}
ul#stay-anchor-links li:hover a {
  color: #fff;
}
sejour.css #main-gallery li:before,
ul#stay-anchor-links li:before {
  content: "";
  display: none;
}
ul#stay-anchor-links li em {
  font-style: normal;
}
ul#stay-anchor-links a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 4px 4px;
}
body.single-sejour .stay-content {
  margin-bottom: 30px;
}
h2.open-anchor:before,
ul#stay-anchor-links li a span.picto {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 4px;
  background: url(../img/sprite-result.png) no-repeat 0 0;
}
ul#stay-anchor-links li a span.picto {
  display: block;
  margin: 0 auto;
  float: none;
  margin-bottom: 5px;
}
ul#stay-anchor-links li a em {
  display: block;
  font-style: normal;
}
#programme-activite img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
h2.open-anchor.programme:before,
ul#stay-anchor-links li a.programme span.picto {
  background-position: 0 -22px;
}
div.stay-content.voyage h2:first-child:before,
div.stay-content.voyage-oto h2:first-child:before,
h2.open-anchor.voyage-oto:before,
h2.open-anchor.voyage:before,
ul#stay-anchor-links li a.voyage span.picto,
ul#stay-anchor-links li a.voyage-oto span.picto {
  background-position: 0 -88px;
}
h2.open-anchor.contact:before,
h2.open-anchor.encadrement:before,
ul#stay-anchor-links li a.contact span.picto,
ul#stay-anchor-links li a.encadrement span.picto {
  background-position: 0 -44px;
}
h2.open-anchor.cours:before,
ul#stay-anchor-links li a.cours span.picto {
  background-position: 0 0;
}
h2.open-anchor.region:before,
ul#stay-anchor-links li a.region span.picto {
  background-position: 0 -132px;
}
h2.open-anchor.hebergement:before,
ul#stay-anchor-links li a.hebergement span.picto {
  background-position: 0 -176px;
}
h2.open-anchor.hebergement.fo-po:before,
ul#stay-anchor-links li a.hebergement.fo-po span.picto {
  background-position: 0 -154px;
}
h2.open-anchor.lieux {
  color: #901f82 !important;
}
h2.open-anchor.lieux:before {
  background-position: 0 -132px;
}
section h2.open-anchor {
  font-weight: 700;
  font-size: 1.3em;
  line-height: 20px;
  color: #8b2150!important;
  margin: 10px 0;
  position: relative;
  padding-left: 30px;
}
.main.page .post div.stay-content.option ol li:before,
h2.open-anchor.option {
  color: #f19300 !important;
}
.main.page .post div.stay-content.contact ol li:before,
h2.open-anchor.contact {
  color: #20a488 !important;
}
.main.page .post div.stay-content.cours ol li:before,
h2.open-anchor.cours {
  color: #0097d0 !important;
}
.main.page .post div.stay-content.encadrement ol li:before,
h2.open-anchor.encadrement {
  color: #20a488 !important;
}
.main.page .post div.stay-content.hebergement ol li:before,
h2.open-anchor.hebergement {
  color: #1c2980 !important;
}
.main.page .post div.stay-content.voyage ol li:before,
.main.page .post div.stay-content.voyage-oto ol li:before,
h2.open-anchor.voyage,
h2.open-anchor.voyage-oto {
  color: #666 !important;
}
.main.page .post div.stay-content.programme ol li:before,
h2.open-anchor.programme {
  color: #8b2150 !important;
}
.main.page .post div.stay-content.region ol li:before,
div.stay-content.region h2 {
  color: #901f82 !important;
}
h2.open-anchor:before {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
#inscription-1 ul.option li span.icon {
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  left: 24px;
  top: -6px;
}
#inscription-1 ul.option li span.tooltip {
  color: #27a5cc;
  line-height: 1em;
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
}
#inscription-1 ul.option li label {
  padding-left: 26px;
  background: 0 0;
}
h2.open-anchor.option:before,
ul#stay-anchor-links li a.activites span.picto,
ul#stay-anchor-links li a.activites-programme span.picto {
  background: url(../img/pictos-themes-20px.png) no-repeat -80px -60px;
}
h2.open-anchor.option.mult:before,
ul#stay-anchor-links li a.activites.mult span.picto {
  background-position: 0 0;
}
h2.open-anchor.option.tenn:before,
ul#stay-anchor-links li a.activites.tenn span.picto {
  background-position: -20px 0;
}
h2.open-anchor.option.danf:before,
ul#stay-anchor-links li a.activites.danf span.picto,
h2.open-anchor.option.dans:before,
ul#stay-anchor-links li a.activites.dans span.picto {
  background-position: -40px 0;
}
h2.open-anchor.option.pop:before,
ul#stay-anchor-links li a.activites.pop span.picto {
  background-position: -60px 0;
}
h2.open-anchor.option.aqua:before,
ul#stay-anchor-links li a.activites.aqua span.picto {
  background-position: -80px 0;
}
h2.open-anchor.option.del:before,
ul#stay-anchor-links li a.activites.del span.picto {
  background-position: 0 -20px;
}
h2.open-anchor.option.deb:before,
ul#stay-anchor-links li a.activites.deb span.picto {
  background-position: -20px -20px;
}
h2.open-anchor.option.sp2:before,
ul#stay-anchor-links li a.activites.sp2 span.picto {
  background-position: -40px -20px;
}
h2.open-anchor.option.iep:before,
ul#stay-anchor-links li a.activites.iep span.picto {
  background-position: -60px -20px;
}
h2.open-anchor.option.equ:before,
ul#stay-anchor-links li a.activites.equ span.picto {
  background-position: -80px -20px;
}
h2.open-anchor.option.inal:before,
ul#stay-anchor-links li a.activites.inal span.picto {
  background-position: 0 -40px;
}
h2.open-anchor.option.foof:before,
ul#stay-anchor-links li a.activites.foof span.picto,
h2.open-anchor.option.foot:before,
ul#stay-anchor-links li a.activites.foot span.picto {
  background-position: -20px -40px;
}
h2.open-anchor.option.site:before,
ul#stay-anchor-links li a.activites.site span.picto {
  background-position: -40px -40px;
}
h2.open-anchor.option.adve:before,
ul#stay-anchor-links li a.activites.adve span.picto {
  background-position: -60px -40px;
}
h2.open-anchor.option.surf:before,
ul#stay-anchor-links li a.activites.surf span.picto {
  background-position: -80px -40px;
}
h2.open-anchor.option.dram:before,
ul#stay-anchor-links li a.activites.dram span.picto {
  background-position: 0 -60px;
}
h2.open-anchor.option.ang:before,
ul#stay-anchor-links li a.activites.ang span.picto {
  background-position: -20px -60px;
}
h2.open-anchor.option.sp6:before,
ul#stay-anchor-links li a.activites.sp6 span.picto {
  background-position: -40px -60px;
}
h2.open-anchor.option.hpot:before,
ul#stay-anchor-links li a.activites.hpot span.picto {
  background-position: -60px -60px;
}
h2.open-anchor.option.tefl:before,
h2.open-anchor.option.teic:before,
ul#stay-anchor-links li a.activites.tefl span.picto,
ul#stay-anchor-links li a.activites.teic span.picto {
  background-position: -100px 0;
}
h2.open-anchor.option.bask:before,
ul#stay-anchor-links li a.activites.bask span.picto {
  background-position: 0 -120px;
}
h2.open-anchor.option.ddub:before,
ul#stay-anchor-links li a.activites.ddub span.picto {
  background-position: -40px -80px;
}
h2.open-anchor.option.dber:before,
ul#stay-anchor-links li a.activites.dber span.picto {
  background-position: -20px -80px;
}
h2.open-anchor.option.dand:before,
ul#stay-anchor-links li a.activites.dand span.picto {
  background-position: 0 -80px;
}
h2.open-anchor.option.inny:before,
ul#stay-anchor-links li a.activites.inny span.picto {
  background-position: 0 -100px;
}
h2.open-anchor.option.inla:before,
h2.open-anchor.option.inun:before,
ul#stay-anchor-links li a.activites.inla span.picto,
ul#stay-anchor-links li a.activites.inun span.picto {
  background-position: -60px -80px;
}
h2.open-anchor.option.inmi:before,
ul#stay-anchor-links li a.activites.inmi span.picto {
  background-position: -80px -80px;
}
h2.open-anchor.option.insy:before,
ul#stay-anchor-links li a.activites.insy span.picto {
  background-position: -60px -100px;
}
h2.open-anchor.option.inpe:before,
ul#stay-anchor-links li a.activites.inpe span.picto {
  background-position: -40px -100px;
}
h2.open-anchor.option.inot:before,
ul#stay-anchor-links li a.activites.inot span.picto {
  background-position: -20px -100px;
}
h2.open-anchor.option.cm:before,
ul#stay-anchor-links li a.activites.cm span.picto {
  background-position: -80px -100px;
}
h2.open-anchor.option.golf:before,
ul#stay-anchor-links li a.activites.golf span.picto {
  background-position: -20px -120px;
}
h2.open-anchor.option.sail:before,
ul#stay-anchor-links li a.activites.sail span.picto {
  background-position: -40px -120px;
}
h2.open-anchor.option.niag:before,
ul#stay-anchor-links li a.activites.niag span.picto {
  background-position: -60px -120px;
}
#inscription-1 ul.option li span.icon,
#show_stay li.thema span.picto {
  background-image: url(../img/pictos-themes-27px.png);
}
#inscription-1 ul.option li.MULT span.icon,
#show_stay li.thema.option-mult span.picto {
  background-position: 0 0;
}
#inscription-1 ul.option li.TENN span.icon,
#show_stay li.thema.option-tenn span.picto {
  background-position: -30px 0;
}
#inscription-1 ul.option li.DANF span.icon,
#show_stay li.thema.option-danf span.picto,
#inscription-1 ul.option li.DANS span.icon,
#show_stay li.thema.option-dans span.picto {
  background-position: -60px 0;
}
#inscription-1 ul.option li.POP span.icon,
#show_stay li.thema.option-pop span.picto {
  background-position: -90px 0;
}
#inscription-1 ul.option li.AQUA span.icon,
#show_stay li.thema.option-aqua span.picto {
  background-position: -120px 0;
}
#inscription-1 ul.option li.DEL span.icon,
#show_stay li.thema.option-del span.picto {
  background-position: 0 -30px;
}
#inscription-1 ul.option li.DEB span.icon,
#show_stay li.thema.option-deb span.picto {
  background-position: -30px -30px;
}
#inscription-1 ul.option li.SE span.icon,
#show_stay li.thema.option-se span.picto {
  background-position: -60px -30px;
}
#inscription-1 ul.option li.IEP span.icon,
#show_stay li.thema.option-iep span.picto {
  background-position: -90px -30px;
}
#inscription-1 ul.option li.EQU span.icon,
#show_stay li.thema.option-equ span.picto {
  background-position: -120px -30px;
}
#inscription-1 ul.option li.INAL span.icon,
#show_stay li.thema.option-inal span.picto {
  background-position: 0 -60px;
}
#inscription-1 ul.option li.FOOF span.icon,
#show_stay li.thema.option-foof span.picto,
#inscription-1 ul.option li.FOOT span.icon,
#show_stay li.thema.option-foot span.picto {
  background-position: -30px -60px;
}
#inscription-1 ul.option li.SITE span.icon,
#show_stay li.thema.option-site span.picto {
  background-position: -60px -60px;
}
#inscription-1 ul.option li.ADVE span.icon,
#show_stay li.thema.option-adve span.picto {
  background-position: -90px -60px;
}
#inscription-1 ul.option li.SURF span.icon,
#show_stay li.thema.option-surf span.picto {
  background-position: -120px -60px;
}
#inscription-1 ul.option li.DRAM span.icon,
#show_stay li.thema.option-dram span.picto {
  background-position: 0 -90px;
}
#inscription-1 ul.option li.ANG span.icon,
#show_stay li.thema.option-ang span.picto {
  background-position: -30px -90px;
}
#inscription-1 ul.option li.SP6 span.icon,
#show_stay li.thema.option-sp6 span.picto {
  background-position: -60px -90px;
}
#inscription-1 ul.option li.HPOT span.icon,
#show_stay li.thema.option-hpot span.picto {
  background-position: -90px -90px;
}
#inscription-1 ul.option li.SP2 span.icon,
#show_stay li.thema.option-sp2 span.picto {
  background-position: -120px -90px;
}
#inscription-1 ul.option li.NULL span.icon,
#show_stay li.thema.option-null span.picto {
  background-position: 0 0 !important;
}
#inscription-1 ul.option li.BASK span.icon,
#show_stay li.thema.option-bask span.picto {
  background-position: 0 -180px;
}
#inscription-1 ul.option li.TEFL span.icon,
#show_stay li.thema.option-tefl span.picto {
  background-position: -150px 0;
}
#inscription-1 ul.option li.TEIC span.icon,
#show_stay li.thema.option-teic span.picto {
  background-position: -150px -60px;
}
#inscription-1 ul.option li.DAND span.icon,
#show_stay li.thema.option-dand span.picto {
  background-position: 0 -120px;
}
#inscription-1 ul.option li.DDUB span.icon,
#show_stay li.thema.option-ddub span.picto {
  background-position: -60px -120px;
}
#inscription-1 ul.option li.INLA span.icon,
#inscription-1 ul.option li.INUN span.icon,
#show_stay li.thema.option-inla span.picto,
#show_stay li.thema.option-inun span.picto {
  background-position: -90px -120px;
}
#inscription-1 ul.option li.INMI span.icon,
#show_stay li.thema.option-inmi span.picto {
  background-position: -120px -120px;
}
#inscription-1 ul.option li.INNY span.icon,
#show_stay li.thema.option-inny span.picto {
  background-position: 0 -150px;
}
#inscription-1 ul.option li.INOT span.icon,
#show_stay li.thema.option-inot span.picto {
  background-position: -30px -150px;
}
#inscription-1 ul.option li.INSY span.icon,
#show_stay li.thema.option-insy span.picto {
  background-position: -90px -150px;
}
#inscription-1 ul.option li.INPE span.icon,
#show_stay li.thema.option-inpe span.picto {
  background-position: -60px -150px;
}
#inscription-1 ul.option li.DBER span.icon,
#show_stay li.thema.option-dber span.picto {
  background-position: -30px -120px;
}
#inscription-1 ul.option li.CM span.icon,
#show_stay li.thema.option-cm span.picto {
  background-position: -120px -150px;
}
#inscription-1 ul.option li.GOLF span.icon,
#show_stay li.thema.option-golf span.picto {
  background-position: -30px -180px;
}
#inscription-1 ul.option li.SAIL span.icon,
#show_stay li.thema.option-sail span.picto {
  background-position: -60px -180px;
}
#inscription-1 ul.option li.NIAG span.icon,
#show_stay li.thema.option-niag span.picto {
  background-position: -90px -180px;
}
.gallery-sejour {
  margin-bottom: 20px;
}
.single-sejour .bx-viewport {
  background: #fff;
  z-index: 1;
}
.single-sejour .bx-wrapper {
  width: 73%;
  float: left;
}
#main-gallery li {
  padding: 0;
  margin: 0;
}
#main-gallery li:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#main-gallery li a,
#main-gallery li img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
#main-gallery .sejour-modal-video {
  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#main-gallery .sejour-modal-video .player {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15) url(../img/play-light.png) no-repeat center center;
  transition: all 0.3s ease-in-out 0s;
}
#main-gallery .sejour-modal-video:hover .player {
  background-color: rgba(0, 0, 0, 0.3);
}
#bx-pager {
  width: 26%;
  float: right;
  overflow-y: scroll;
}
#bx-pager a,
#bx-pager img {
  display: block;
}
#bx-pager a {
  margin-bottom: 8px;
  position: relative;
}
#bx-pager a:last-child {
  margin-bottom: 0;
}
#bx-pager a.video:after,
#main-gallery li a.video:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: " ";
  background: rgba(0, 0, 0, 0.15) url(../img/play-light.png) no-repeat center center;
}
form#inscrip.inscrip .roundbox h4.title {
  margin: 0;
  padding: 10px 5px;
  font-size: .85em;
  line-height: 1.4em;
  font-weight: 700;
  background-color: #e10000;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
form#inscrip.inscrip .roundbox ul.list-dates li {
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
form#inscrip.inscrip .roundbox ul.list-dates li.odd {
  background: #eff7f9;
}
form#inscrip.inscrip .roundbox ul.list-dates li.odd.selected,
form#inscrip.inscrip .roundbox ul.list-dates li.selected {
  border-left: 12px solid #27a5cd;
}
form#inscrip.inscrip .roundbox ul.list-dates li div.dates,
form#inscrip.inscrip .roundbox ul.list-dates li div.reservation {
  display: inline-block;
  vertical-align: middle;
  font-size: .8em;
  line-height: 1.4em;
}
form#inscrip.inscrip .roundbox ul.list-dates li div.reservation {
  width: 37%;
  text-align: center;
}
form#inscrip.inscrip .roundbox ul.list-dates li div.dates {
  width: 60%;
}
form#inscrip.inscrip .roundbox ul.list-dates li div.dates .fee {
  color: #e00000;
}
form#inscrip.inscrip .roundbox ul.list-dates li div.dates span {
  display: block;
}
form#inscrip.inscrip .roundbox ul.list-dates li div.reservation .fee {
  font-size: 2em;
  line-height: 1em;
  color: #27a6cf;
}
form#inscrip.inscrip .roundbox ul.list-dates li.selected div.reservation .fee {
  color: #e00000;
}
form#inscrip.inscrip .roundbox ul.list-dates li div.reservation .fee small {
  font-size: xx-small;
  color: #666;
  line-height: 1em;
  display: block;
  margin-top: 3px;
}
form#inscrip.inscrip .roundbox ul.list-dates li div.dates .from-to {
  font-size: 1em;
  margin-bottom: 2px;
  font-weight: 700;
}
form#inscrip.inscrip .roundbox ul.list-dates li div.reservation .select-stay-button a {
  display: inline-block;
  background-color: #27a6cf;
  color: #fff;
  font-size: 10px;
  line-height: 1.1em;
  text-decoration: none;
  padding: 3px 6px;
  border-radius: 3px;
  margin-top: 4px;
}
form#inscrip.inscrip .roundbox ul.list-dates li.selected div.reservation .select-stay-button a {
  background: #e42508;
}
form#inscrip.inscrip .roundbox ul.list-dates li div.reservation .select-stay-button a:hover {
  background: #e42508;
}
form#inscrip.inscrip .roundbox ul.list-dates strong.discount-price {
  position: relative;
  color: #e42508;
  font-weight: 400;
  display: inline-block;
  font-size: 0.9em;
}
form#inscrip.inscrip .roundbox ul.list-dates strong.discount-price:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: #e42508;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
body .rightcol p.discount {
  margin: 0;
  text-align: center;
}
body.single-formule .sidebar p.discount {
  text-align: center;
  margin-bottom: 3em;
}
body.single-pays p.discount,
body.single-sejour p.discount {
  text-align: center;
  margin: 2em 0;
}
#inscrip .no-records {
  background: #fff;
  padding: 15px;
}
#inscrip .no-records strong {
  font-weight: 400;
}
table.oto-dates {
  width: 100%;
  background: #fff;
  font-size: .8em;
  line-height: 1.3em;
}
table.oto-dates tbody {
  border-top: 5px solid #ecedec;
  border-bottom: 5px solid #ecedec;
}
table.oto-dates tbody.odd {
  background: #eff7f9;
}
table.oto-dates td,
table.oto-dates th {
  padding: 5px;
  text-align: center;
  line-height: 1.1em;
}
table.oto-dates td.regions,
table.oto-dates th.date {
  font-size: .9em;
  text-align: left;
  background: #ddd;
}
table.oto-dates tbody.odd th.date {
  background-color: #c9edf7;
}
table.oto-dates th.date span.frais {
  font-size: .9em;
  font-weight: 400;
  padding-left: 1em;
}
table.oto-dates td.regions {
  background: 0 0;
  font-size: 0.9em;
}
table.oto-dates a.devis-reservation,
table.oto-dates label {
  display: block;
  padding: 0!important;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  z-index: 2;
}
table.oto-dates label {
  background: #27a6cf;
  border-color: #27a6cf;
  color: #fff;
  font-size: 1.2em;
  height: 24px;
  line-height: 24px !important;
}
table.oto-dates a.devis-reservation {
  padding: 2px 0!important;
  background: #e42508;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  line-height: 1em;
  border-color: #e42508;
  display: none;
}
table.oto-dates td.devis label {
  display: none;
}
table.oto-dates td.devis a.devis-reservation {
  display: block;
}
table.oto-dates label input {
  display: none;
}
table.oto-dates span.frais {
  white-space: nowrap;
  font-size: .85em;
  color: #e00000;
  line-height: 1.2em;
}
table.oto-dates span.frais small {
  color: #000;
}
table.oto-dates tr.oto-accomp-btns {
  vertical-align: middle !important;
}
table.oto-dates tr.oto-accomp-btns p {
  margin: 0!important;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
table.oto-dates tr.oto-accomp-btns strong {
  font-size: 0.9em;
}
.sejour div.roundbox ul.dates-sejour li .discount-price {
  color: #e42508;
  font-weight: 400;
  position: relative;
}
.tarif.discount span.tarif span.discount {
  position: relative;
  font-weight: 400;
  font-size: .85em;
  line-height: .85em;
  color: #e42508;
}
.tarif span.newprice {
  color: #018fbd;
}
ul.otoprices {
  background: #fff;
  margin-bottom: 20px;
  border-bottom: 5px solid #fff;
}
ul.otoprices span.price span.discount {
  position: relative;
}
#stayfee .discount,
ul.tarif span.cout em.discount {
  position: relative;
  font-weight: 400;
  font-style: normal;
  color: #e20000;
}
#stayfee .discount:before,
.main.recherche .item .sejour p.tarif span.discount:before,
.sejour div.roundbox ul.dates-sejour li .discount-price:before,
.tarif.discount span.tarif span.discount:before,
ul.otoprices span.price span.discount:before,
ul.tarif span.cout em.discount:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.main.recherche .item .sejour p.tarif span.discount:before,
ul.otoprices span.price span.discount:before {
  border-color: #c00;
}
.sejour div.roundbox ul.dates-sejour li .price {
  font-weight: 700;
}
.sejour .roundbox p.date,
.sejour .roundbox p.info,
.sejour .roundbox p.infodates,
ul.otoprices {
  padding: 0 8px;
}
ul.otoprices li strong {
  display: block;
  font: 700 13px/13px 'Titillium Web', sans-serif;
  margin: 4px 0;
  background: #f8f8f8;
}
ul.otoprices ul {
  display: none;
  padding: 4px 0;
  font-size: 0.8em;
}
ul.otoprices li.opened ul {
  display: block;
  padding-bottom: 10px;
}
ul.otoprices li strong a {
  padding: 6px 4px;
  color: #000;
  display: block;
  text-decoration: none;
}
ul.otoprices li strong a:after {
  display: block;
  content: "\f078";
  font-family: FontAwesome;
  font-weight: 400;
  float: right;
  color: #27a5cc;
}
ul.otoprices li.opened a {
  background-position: 210px -1060px;
}
ul.otoprices li.opened strong a:after {
  content: "\f077";
}
ul.otoprices input {
  margin: 4px 8px 4px 4px;
}
ul.otoprices ul li {
  position: relative;
}
ul.otoprices span.price {
  position: absolute;
  right: 2px;
  top: 4px;
  color: #27a5cc;
  font-weight: 700;
}
.sejour .roundbox p.info {
  font-style: italic;
  margin: 8px 0;
  line-height: 1.3em;
}
.sejour .roundbox p.infodates {
  font-size: 1.1em;
  margin: 8px 0;
}
.sejour .roundbox label.fixed {
  display: block;
  float: left;
  padding: 4px;
  width: 120px;
  text-align: right;
  clear: both;
}
#inscrip p.date {
  position: relative;
}
#inscrip p.date:after {
  font-family: FontAwesome;
  content: "\f133";
  position: absolute;
  right: 25px;
  top: 8px;
  color: #777;
}
.sejour #oto_departure_date,
.sejour #oto_return_date {
  width: 80px;
  text-align: center;
  margin-bottom: 8px;
}
#inscrip .date input:focus,
#inscrip .date.active input:focus {
  outline: none;
  border-color: #ddd;
  border-style: solid;
}
#inscrip .date .jvFloat,
#inscrip .date.active .jvFloat {
  position: relative;
  display: block;
}
#inscrip .date .jvFloat label.placeHolder,
#inscrip .date.active .jvFloat label.placeHolder {
  left: 12px;
  top: 40px;
}
ul.otoprices li.selected label {
  font-weight: 700;
}
ul.otoprices li.selected span.price {
  color: #e42508;
}
#inscrip p.info,
#inscrip p.infodates {
  padding: 10px;
  background: #fff;
  color: #27a5cc;
  font-size: .9em;
  line-height: 1.4em;
}
#inscrip p.infodates {
  color: #000;
  margin-bottom: 0;
}
#inscrip p.date {
  padding: 15px;
  background: #fff;
  margin: 0;
  font-size: 0.85em;
}
#inscrip p.date input {
  background: #f6f6f6;
  padding-top: 25px;
  padding-bottom: 5px;
  padding-left: 10px;
}
#inscrip p.date label {
  top: 12px;
}
#inscrip p.date input#oto_return_date {
  font-weight: 400;
}
#inscrip div.sejour-action-btn p.comparateur a,
#inscrip div.sejour-action-btn p > #btt_submit {
  display: block;
  padding: 25px;
  font-size: .9em;
  line-height: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fefffe;
  background: #e00000;
  text-align: center;
  border: none;
  width: 100%;
}
#inscrip div.sejour-action-btn p.comparateur a {
  margin-bottom: 25px;
  padding: 8px;
  text-decoration: none;
  background: #fff;
  color: #094578;
  border: 1px solid #094578;
  font-weight: 400;
}
#inscrip p.departure.date,
#inscrip p.return.date {
  padding: 2px 15px;
}
#inscrip p.return.date {
  padding-bottom: 20px;
}
li.wk input:checked + label {
  font-weight: 700;
}
.rappel-sejour {
  background-color: #e7f6fd;
}
.bloc-actions,
.bloc-infos,
.select-option,
.select-voyage {
  background: #fff;
}
.bloc-infos,
.rappel-sejour .wrapper,
.select-option .wrapper,
.select-voyage .wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
.rappel-sejour .thumbnail,
.select-option .thumbnail,
.select-voyage .thumbnail {
  width: 18%;
  float: left;
  position: relative;
}
.rappel-sejour .sejour-datas,
.select-option .option-datas,
.select-voyage .voyage-datas {
  width: 80%;
  float: right;
}
.rappel-sejour .thumbnail img,
.select-option .thumbnail img,
.select-voyage .thumbnail img {
  display: block;
  width: 100%;
}
.rappel-sejour .thumbnail .title,
.select-option .thumbnail .title,
.select-voyage .thumbnail .title {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(227, 0, 0, 0.7);
  color: #fff;
  padding: 2px 10px;
}
.select-voyage .thumbnail .title {
  background: rgba(39, 165, 204, 0.7);
}
.rappel-sejour .sejour-datas h2,
.select-option .option-datas h2,
.select-voyage .voyage-datas h2 {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-weight: 500;
  color: #e20000;
}
.rappel-sejour .sejour-datas p,
.rappel-sejour .sejour-datas ul li {
  font-weight: 700;
  font-size: .9em;
  line-height: 1.4em;
  margin-bottom: 4px;
}
.rappel-sejour .sejour-datas p strong {
  font-weight: 400;
}
.rappel-sejour .sejour-datas .row > div,
.select-voyage .voyage-datas .voyage-select {
  width: 23%;
  padding-right: 2%;
  margin-right: 2%;
  float: left;
  border-right: 1px solid #ddd;
  border-color: #b6d2db;
}
body.page-template-devis-4 .rappel-sejour .sejour-datas .row > div {
  width: 48%;
}
body.page-template-devis-4 .rappel-sejour .sejour-datas .row > div:last-child {
  margin-right: 0;
  border: none;
}
.rappel-sejour.memo .sejour-datas .row > div {
  width: 32%;
}
.rappel-sejour.memo .sejour-datas .row > div.price {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.select-voyage .voyage-datas .voyage-select {
  border: none;
}
.rappel-sejour .sejour-datas .row > div:nth-child(4) {
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}
.select-voyage .voyage-datas .voyage-choices {
  width: 69%;
  float: left;
}
.select-option .option-datas li,
.select-voyage .voyage-datas .voyage-choices li {
  font-size: .9em;
  line-height: 1.3em;
  margin-bottom: 12px;
  position: relative;
  padding-left: 32px;
}
.select-voyage .voyage-datas .voyage-choices label:after {
  display: table;
  content: " ";
  clear: both;
}
.select-voyage .voyage-datas .voyage-choices li strong {
  display: block;
}
.select-voyage .voyage-datas .voyage-choices li input[type=radio] {
  margin-right: 10px;
  margin-top: .5em;
  position: absolute;
  left: 0;
  top: auto;
}
p#region2015 {
  margin-top: 10px;
  position: relative;
}
p#region2015 span.label > a {
  text-decoration: none !important;
}
p#region2015 span.label > a:after {
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: middle;
  content: '\f05a';
  font-size: 1.2em;
  margin-left: .5em;
  color: #094578;
}
.select-voyage p#info-voyage {
  font-size: .8em;
  line-height: 1.5em;
}
p#region2015 select {
  margin: 0;
  background-color: #fff;
}
.rappel-sejour.memo .sejour-datas .row > div.price ul.tarif li {
  font-weight: 400;
  padding-right: 20%;
  position: relative;
  line-height: 1.2em;
}
.rappel-sejour.memo .sejour-datas .row > div.price ul.tarif li .cout {
  position: absolute;
  right: 0;
  bottom: 0;
}
div.sep-line {
  border-top: 1px solid #000;
  border-color: #27a5cd;
}
.select-option .option-datas li {
  display: inline-block;
  width: 32%;
  position: relative;
  padding-right: 3%;
  padding-left: 1.2em;
  margin-bottom: 0;
}
.select-option .option-datas li input {
  position: absolute;
  left: 0;
  top: auto;
}
.select-option .option-datas li label {
  float: left;
  margin-left: 8px;
  font-size: .9em;
  color: #27a5cd;
}
.select-option .option-datas li strong {
  display: block;
  font-size: 1.1em;
  line-height: 1em;
  color: #000;
}
#inscription-1 ul.option li {
  position: relative;
  height: 2em;
  margin-bottom: 6px;
  padding-left: 20px;
}
.buttons {
  text-align: center;
}
#send_to_friend button.primary,
.buttons a.go-back-button,
.buttons button,
.buttons button:disabled,
form.devis button {
  display: inline-block;
  text-decoration: none;
  font-size: 1em;
  line-height: 1em;
  text-transform: uppercase;
  padding: .75em 1.5em;
  background: #fff;
  color: #27a5cd;
  border-style: solid;
  border-color: #27a5cd;
  border-width: 1px;
  margin: 0 15px 25px;
}
.buttons button.simple {
  background: #fff;
  color: #094578;
  border-color: #094578;
}
.buttons a.go-back-button {
  background: #fff;
  color: #999;
  border-color: #999;
}
.buttons button.simple:hover {
  color: #27a5cd;
  border-color: #27a5cd;
}
#send_to_friend button.primary,
.buttons button.primary,
form.devis button.primary {
  background-color: #e50000;
  border-color: #e50000;
  line-height: 1.5em;
  color: #fff;
}
.buttons a.go-back-button:before,
.buttons button.primary:after,
form.devis button.primary:after {
  display: inline-block;
  content: "\f054";
  font-family: FontAwesome;
  margin-left: 0.75em;
}
.buttons a.go-back-button:before {
  content: "\f104";
  margin-right: .5em;
  margin-left: 0;
}
.buttons button.primary:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.buttons div.error span {
  color: #ff4500;
  display: inline-block;
  margin-bottom: 25px;
}
#send_to_friend div.response span {
  display: block;
  margin-top: 30px;
  text-align: center;
  padding: 15px;
  background: #eee;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
ul.info-sejour {
  text-align: center;
  margin-top: 40px;
}
ul.info-sejour li {
  width: 18%;
  padding: 0 2%;
  display: inline-block;
  vertical-align: top;
  font-size: .85em;
  line-height: 1.5em;
}
ul.info-sejour li strong {
  font-weight: 400;
  color: #666;
}
ul.info-sejour li a {
  text-decoration: none;
  color: inherit;
  display: block;
}
ul.info-sejour li a span.click {
  color: #27a5cd;
  text-decoration: underline;
}
ul.info-sejour li a:before {
  display: block;
  width: 53px;
  height: 53px;
  content: " ";
  margin: 0 auto 15px;
  background: url(../img/sprite-pictos-info.png) no-repeat 0 0;
}
ul.info-sejour li.organisation a:before {
  background-position: -106px 0;
}
ul.info-sejour li.tarifs a:before {
  background-position: -159px 0;
}
ul.info-sejour li.papiers a:before {
  background-position: -53px 0;
}
ul.info-sejour li.infos-prealables a:before {
  background-position: -212px 0;
}
ul.info-sejour li a:hover:before {
  background-position: 0 -53px;
}
ul.info-sejour li.organisation a:hover:before {
  background-position: -106px -53px;
}
ul.info-sejour li.tarifs a:hover:before {
  background-position: -159px -53px;
}
ul.info-sejour li.papiers a:hover:before {
  background-position: -53px -53px;
}
ul.info-sejour li.infos-prealables a:hover:before {
  background-position: -212px -53px;
}
main > div.steps {
  background: #fff;
  padding: 48px 0 30px;
  text-align: center;
}
main > div.steps ul:before {
  content: " ";
  width: 60%;
  margin: 0 auto;
  display: block;
  border-top: 1px solid #ddd;
  position: relative;
  z-index: 0;
}
main > div.steps ul li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  font-size: .75em;
  text-transform: uppercase;
  color: #999;
  margin-top: -18px !important;
  position: relative;
  z-index: 2;
}
main > div.steps ul li a {
  color: inherit;
  text-decoration: none;
}
main > div.steps ul li.active {
  color: #e10000;
}
main > div.steps ul li.completed {
  color: #ccc;
}
main > div.steps ul li span.index {
  display: block;
  line-height: 36px;
  height: 36px;
  width: 36px;
  margin: 0 auto 4px;
  background: #27a5cd;
  color: #fff;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
}
main > div.steps ul li.active span.index {
  background-color: #e10000;
}
main > div.steps ul li.completed span.index {
  background-color: #ccc;
}
form fieldset div.row {
  margin-bottom: 25px;
}
#coordonnees input[type=email],
#coordonnees input[type=number],
#coordonnees input[type=tel],
#coordonnees input[type=text],
#coordonnees select,
#informations input[type=email],
#informations input[type=number],
#informations input[type=tel],
#informations input[type=text],
#informations select {
  margin: 0;
  background-color: #fff;
  height: auto;
}
#coordonnees h3,
#informations h3,
div.datasheet-inscription h3 {
  text-transform: uppercase;
  text-align: center;
  color: #27a5cd;
  margin-bottom: 20px;
}
#coordonnees span.required,
#informations span.required {
  font-weight: 700;
  color: #e00000;
}
#coordonnees fieldset.parents,
#coordonnees fieldset.participant {
  background-color: #e6f5fd;
  padding: 30px 0;
}
#coordonnees fieldset.parents {
  background: #fff;
}
#coordonnees label {
  font-size: .95em;
  margin-bottom: 5px;
}
#coordonnees label.inline {
  display: inline-block;
  margin-right: 1em;
}
#coordonnees input[type=checkbox],
#coordonnees input[type=radio] {
  margin-right: 5px;
}
input[type=radio]:checked + label {
  font-weight: 700;
}
#coordonnees div.col,
#informations div.col {
  float: left;
  margin-right: 2%;
}
#coordonnees div.col:last-child,
#informations div.col:last-child {
  margin-right: 0;
}
#coordonnees div.col.nationalite,
#coordonnees div.col.nom,
#coordonnees div.col.prenom {
  width: 31.2%;
}
#coordonnees div.col.classe,
#coordonnees div.col.gender {
  width: 26.5%;
}
#coordonnees div.col.langue {
  width: 46%;
}
#coordonnees div.col.annees {
  width: 49%;
}
#coordonnees div.col.dob {
  width: 40%;
}
#coordonnees div.col.mobile {
  width: 52%;
}
#coordonnees div.col.email {
  width: 46%;
}
#coordonnees div.col.dob select {
  float: left;
  width: 25%;
  margin-right: 3%;
}
#coordonnees div.col.dob select:last-child {
  margin-right: 0;
  width: 28%;
}
#coordonnees div.col.dob select.month {
  width: 40%;
}
#coordonnees div.col.adresse,
#coordonnees fieldset.parents .col.mere,
#coordonnees fieldset.parents .col.pere {
  width: 48%;
}
#coordonnees fieldset.parents .col.mere {
  padding-right: 2%;
  border-right: 1px solid #27a5cc;
}
#coordonnees p.e-mail small {
  line-height: 1.5em;
  display: block;
  margin-top: 5px;
}
#coordonnees fieldset.parents p {
  margin-bottom: 20px;
}
#coordonnees fieldset.parents p:last-child {
  margin-bottom: 0;
}
#coordonnees p.inline-field label,
#coordonnees p.inline-field span.label {
  display: inline;
  margin-right: 20px;
}
#coordonnees p.e-mail {
  width: 50%;
}
#coordonnees div.col.postcode {
  width: 20%;
}
#coordonnees div.col.ville {
  width: 50%;
}
#coordonnees div.col.pays {
  width: 24%;
}
#coordonnees .select-placeholder {
  margin-top: 1.8em;
}
.completed span.required,
div.col.completed span.required {
  color: #1ccc1c !important;
}
#informations {
  background: #fff;
  padding: 30px 0;
}
#informations h4 {
  font-weight: 700;
  margin-bottom: 10px;
  counter-increment: h4;
}
#informations h4:before {
  content: counter(h4) " -";
  font-size: 1.2em;
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #27a5cc;
}
#informations p.inline-field input,
#informations p.inline-field label {
  display: inline;
  margin-right: 8px;
}
#informations p.inline-field label {
  margin-right: 20px;
}
#informations .row {
  margin-bottom: 30px;
}
#informations .col.email,
#informations .col.emergency-name,
#informations .col.mobile {
  width: 40%;
}
#informations .col.emergency-phone {
  width: 30%;
}
#informations fieldset.sante {
  margin: 30px 0;
}
#informations fieldset.assurances {
  margin-bottom: 30px;
}
#informations .bloc-actions {
  padding: 60px 0 30px;
}
#informations fieldset.marketing select {
  width: 40%;
  max-width: 100%;
}
#informations fieldset.marketing li.item {
  width: 50%;
  padding-right: 5%;
  float: left;
}
#informations fieldset.marketing label {
  display: inline-block;
  font-size: 0.9em;
}
#informations fieldset.marketing input {
  margin: 0;
  margin-right: 0.5em;
}
#informations fieldset.assurances p,
#informations fieldset.sorties p {
  margin-bottom: 1em;
  position: relative;
  padding-left: 1.5em;
}
#informations fieldset.assurances input[type=radio],
#informations fieldset.sorties input[type=radio] {
  position: absolute;
  left: 0;
  top: 4px;
}
#informations div.ami,
#informations div.infofaee {
  font-size: .9em;
  margin-top: 1em;
}
#informations div.ami p,
#informations div.infofaee p {
  margin-bottom: 0.5em;
}
form input.highlight,
form select.highlight,
form textarea.highlight {
  background-color: #ffffe0!important;
  border-color: #e40000!important;
  color: #e40000;
}
form span.highlight {
  background: #ffffe0;
  display: block;
  padding: 8px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #e40000;
}
form select.highlight {
  background-image: url(../img/select-arrow-highlight.svg) !important;
  background-repeat: no-repeat;
  background-position: center right;
}
input.highlight::-webkit-input-placeholder {
  color: #e40000;
}
input.highlight::-moz-placeholder {
  color: #e40000;
}
input.highlight:-ms-input-placeholder {
  color: #e40000;
}
input.highlight:-moz-placeholder {
  color: #e40000;
}
form div.alertbox {
  display: none;
}
form p.required-info {
  font-size: .75em!important;
  margin-top: -30px;
  margin-bottom: 30px;
  color: #777;
}
body.page-template.page-template-inscription {
  background: #fff;
}
div.datasheet-inscription {
  background: #fff;
  padding: 30px 0;
}
div.datasheet-inscription h3 {
  text-align: left;
  color: #000;
  font-weight: 700;
}
div.datasheet-inscription .col.infos {
  width: 47%;
  float: left;
  margin-right: 3%;
  padding-right: 3%;
  border-right: 1px solid #27a5cd;
}
div.datasheet-inscription .col.infos ul {
  margin-bottom: 15px;
  font-size: .9em;
  line-height: 1.4em;
}
div.datasheet-inscription .col.infos li,
div.datasheet-inscription .col.tarif li {
  margin-bottom: 4px;
}
div.datasheet-inscription .col.tarif li.info-oto-indiv {
  line-height: 1.3em;
  padding-right: 70px;
}
div.datasheet-inscription .col.tarif li.info-oto-indiv span.cout {
  color: #27a5cc;
  margin-right: -70px;
}
div.datasheet-inscription .col.tarif li.info-oto-indiv .fa {
  color: #27a5cc;
}
div.datasheet-inscription .col.tarif .tooltiptext {
  min-width: 280px;
  bottom: 30px;
  font-size: 0.9em;
}
div.datasheet-inscription .col.tarif li.info-oto-indiv span.tooltip {
  display: inline-block;
  width: auto;
  margin: 0 8px;
  padding: 0;
}
div.datasheet-inscription .col.infos li:after {
  display: table;
  content: " ";
  clear: both;
}
div.datasheet-inscription .col.infos span,
div.datasheet-inscription .col.tarif span {
  float: left;
  width: 49%;
  padding-right: 3%;
}
div.datasheet-inscription .col.tarif li.info-oto-indiv {
  padding: 0;
}
div.datasheet-inscription .col.tarif li.info-oto-indiv span {
  float: none;
}
div.datasheet-inscription .col.tarif {
  width: 50%;
  float: left;
}
div.datasheet-inscription .col.infos span.data {
  color: #27a5cd;
}
div.datasheet-inscription .col.infos h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
  background: #ecedec;
  color: #27a5cd;
  line-height: 1em;
}
div.datasheet-inscription .col.infos h4 span {
  display: block;
  float: left;
  padding: 0.25em 0.5em;
}
div.datasheet-inscription .col.infos h4 a {
  display: block;
  font-size: .9em;
  padding: .25em .5em;
  background: #27a5cd;
  color: #fff;
  text-decoration: none;
  float: right;
}
div.datasheet-inscription .col.tarif ul {
  font-size: 0.9em;
}
div.datasheet-inscription .col.infos h4 a:hover {
  background-color: #094578;
}
div.datasheet-inscription .col.tarif span.cout {
  float: right;
  text-align: right;
  width: auto;
}
div.datasheet-inscription li#total_sejour {
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #27a5cd;
  border-bottom: 1px solid #27a5cd;
  color: #27a5cd;
}
div.price p.print {
  margin-top: 10px;
  text-align: right;
  font-weight: 400;
}
div.price p.print a {
  text-decoration: none;
}
div.datasheet-inscription form#frm1 small {
  display: block;
  margin-top: 5px;
}
div.datasheet-inscription form#frm1 {
  font-size: .9em;
  margin-top: 10px;
}
div.datasheet-inscription form#frm1 button {
  text-transform: uppercase;
  color: #27a5cd;
  background-color: #e6f5fd;
  border: .1rem solid #27a5cd;
  border-radius: .4rem;
  box-shadow: none;
  box-sizing: inherit;
  font-size: 0.9em;
}
div.datasheet-inscription form#frm1 button,
div.datasheet-inscription form#frm1 input,
div.datasheet-inscription form#frm1 label {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1em!important;
  width: 25%;
  border-color: #27a5cd;
}
div.datasheet-inscription form#frm1 button,
div.datasheet-inscription form#frm1 input {
  height: auto;
  margin: 0;
  padding: 8px!important;
  height: 36px;
  line-height: 36px;
}
div.datasheet-inscription form#frm1 button {
  padding: .75em;
  margin-left: 10px;
}
div.datasheet-inscription form#frm1 input:focus + button {
  background: #27a5cc;
  color: #fff;
}
div.datasheet-inscription div.accept-cgv {
  border: 1px solid #27a5cd;
  padding: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 20px 0;
}
div.datasheet-inscription div.accept-cgv input,
div.datasheet-inscription div.accept-cgv label {
  margin: 0;
}
div.datasheet-inscription div.accept-cgv label {
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: .8em;
  line-height: 1.4em;
}
div.datasheet-inscription div.accept-cgv .alertbox {
  color: #e20000;
  font-weight: 700;
}
div.datasheet-inscription div.accept-cgv input {
  position: absolute;
  left: 0;
  top: 0.3em;
}
.page-template-inscription-4 button.primary {
  margin-bottom: 30px;
}
/*
#paiement-inscription {
	padding-top: 30px
}

#paiement-inscription div.carte {
	border: 1px solid #27a4cb
}

#paiement-inscription div.carte p {
	margin: 0
}

#paiement-inscription .payment-choice span {
	display: block;
	padding: 0;
	width: 100%;
	padding: 10px 0
}

#paiement-inscription .payment-choice input {
	margin-right: 7px
}

#paiement-inscription .payment-choice label {
	display: block;
	line-height: 1.2em;
	padding: 0;
	float: left;
	width: 50%
}

#paiement-inscription h2 {
	font-size: 1.3em;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px
}

#paiement-inscription form {
	clear: both
}

#paiement-inscription .carte, #paiement-inscription .telephone {
	background: #fff;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	text-align: center;
	margin-bottom: 30px
}

#paiement-inscription .carte h3, #paiement-inscription .telephone h3 a {
	display: block;
	width: 100%;
	background: url(../img/logo-lcl.png) right center no-repeat #27a5cc;
	color: #fff!important;
	font-size: 1em;
	padding: 15px 50px 15px 30px;
	border-radius: 12px 12px 0 0
}

#paiement-inscription .carte h3:before, #paiement-inscription .telephone h3 a:before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	width: 45px;
	height: 30px;
	content: " ";
	background: url(../img/picto-cb.png) no-repeat 0 0
}


#paiement-inscription .carte p {
	margin: 15px;
	font-weight: 700
}

#paiement-inscription .carte p.info-ssl {
	font-weight: 700;
	font-size: .9em;
	padding: 20px 10% 0;
	margin: 0;
	color: #27a4cb
}

#paiement-inscription .cb-logos form {
	font-size: .9em;
	padding-top: 10px
}

#paiement-inscription .cb-logos input {
	margin: 0;
	padding: 15px 25px;
	background-color: #fff;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px #ccc
}

#paiement-inscription .cb-logos input:hover {
	box-shadow: 0 0 5px #666
}

#paiement-inscription .choix-paiement label {
	display: inline-block;
	margin: 0 15px
}

#paiement-inscription .gateway {
	padding: 15px
}

#paiement-inscription .gateway input {
	margin-bottom: 0;
	padding: 10px 25px;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.15);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.15);
	box-shadow: 0 0 4px rgba(0,0,0,.15)
}

#paiement-inscription .gateway input:hover {
	box-shadow: 0 0 2px rgba(0,0,0,.5)
}

#paiement-inscription .gateway div {
	text-transform: uppercase;
	color: #27a4cb
}

#paiement-inscription .telephone p {
	padding: 30px 1.5%;
	font-size: .9em;
	line-height: 1.4em;
	width: 67%;
	display: inline-block;
	vertical-align: middle
}

#paiement-inscription .telephone a {
	display: block;
	text-align: left;
	margin: 0 auto;
	text-decoration: none
}

#paiement-inscription .telephone a>em {
	text-decoration: underline;
	font-style: normal;
	font-size: 1.2em;
	font-weight: 700
}

#paiement-inscription .telephone a.disabled:before {
	display: none
}

#paiement-inscription .telephone a.disabled {
	color: #ddd;
	border: 1px solid #ddd;
	cursor: not-allowed
}
*/
body.page-template-inscription-5-CB,
body.page-template-inscription-5-tel {
  background: #fff;
}
#confirmation-cb {
  background: #fff;
  padding-top: 30px;
  margin-bottom: 60px;
}
#confirmation-cb h1 {
  text-align: center;
  font-size: 1.6em;
  color: #27a6cc;
  margin-bottom: 20px;
  background: #fff;
}
#confirmation-cb .blue,
#confirmation-cb .grey {
  width: 50%;
  float: left;
  padding: 15px 40px;
  position: relative;
}
#confirmation-cb .grey:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 0 17.5px 20px;
  border-color: transparent transparent transparent #27a6cc;
  position: absolute;
  left: 0;
  top: 1em;
  content: " ";
}
#confirmation-cb.tel .grey:before {
  display: none;
}
#confirmation-cb .blue {
  background-color: #27a6cc;
  color: #fff;
}
#confirmation-cb .grey {
  background: #eee;
  font-size: 0.9em;
}
#confirmation-cb .grey h2 {
  font-size: 1.2em;
  margin-bottom: .8em;
  color: #27a6cc;
}
#confirmation-cb .blue p,
#confirmation-cb .grey p {
  margin-bottom: .5em;
  line-height: 1.4em;
}
#confirmation-cb .grey small {
  line-height: 1.5em;
  display: block;
  margin: 15px 0;
}
#confirmation-cb .grey .back {
  text-align: center;
}
#confirmation-cb .grey a.back-home {
  display: inline-block;
  background: #e10000;
  color: #fff;
  text-decoration: none;
  font-size: .9em;
  padding: .25em 1em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#confirmation-cb .blue p {
  font-size: .9em;
  margin-bottom: 1em;
}
#confirmation-cb .blue a {
  color: inherit;
}
#confirmation-cb .blue h2 {
  font-weight: 700;
  margin-bottom: 15px;
}
#confirmation-cb .blue p.accept-auto-cb {
  padding-left: 2em;
  position: relative;
  font-weight: 700;
  margin-top: 10px;
}
#confirmation-cb .blue p.accept-auto-cb input {
  position: absolute;
  left: 0;
  top: 0;
}
#confirmation-cb .blue button {
  border: none;
  background: #fff;
  padding: 10px;
  color: #27a5cb;
  text-transform: uppercase;
}
#devis-form,
body[class*=devis] .devis-content,
body[class*=devis] main {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 60px;
}
body[class*=devis] main {
  padding: 0;
}
#devis-form h2 {
  font-size: 1.5em;
  font-weight: 300;
  color: #27a5cd;
  margin-bottom: 1em;
}
#devis-form div.col .row {
  float: left;
}
#devis-form div.col .row.lastname {
  width: 55%;
  margin-right: 5%;
}
#devis-form div.col .row.firstname {
  width: 40%;
}
form.devis button.primary {
  margin-right: 0;
  float: right;
  color: #fff;
}
#devis-form p {
  margin-bottom: 10px;
}
#devis-form input {
  background: #f9f9f9;
  border: 1px solid #eee;
}
#devis-form:after {
  clear: both;
  display: table;
  content: " ";
}
#devis-form span.inline-label {
  display: inline-block;
  padding-right: 1em;
}
#devis-form p.civil {
  font-size: 0.9em;
}
#devis-form p.civil input {
  margin-left: 10px;
}
body[class*=devis] .devis-content p {
  margin-bottom: 0.5em;
}
#recap-devis {
  width: 104%;
  margin-left: -2%;
}
#recap-devis > .col {
  width: 46%;
  margin: 2%;
  float: left;
}
#recap-devis > .col.tarif {
  width: 60%;
  float: none;
  margin: 0 auto;
}
#send_to_friend button.primary {
  margin-left: 0;
  margin-bottom: 0;
}
#send_to_friend input[type=text] {
  height: auto;
}
body[class*=devis] .devis-content h2,
body[class*=devis] .devis-content h3 {
  font-size: 1.6em;
  margin-bottom: .6em;
  color: #27a5cd;
}
body[class*=devis] .devis-content h3,
body[class*=devis] .devis-content h4 {
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 800;
  color: #094578;
  margin-bottom: 10px;
}
body[class*=devis] .devis-content .sejour-choisi {
  background: #def2f7;
  padding: 15px;
  margin-bottom: 20px;
}
body[class*=devis] .devis-content .sejour-choisi .thumb {
  width: 18%;
  float: left;
}
body[class*=devis] .devis-content .sejour-choisi .thumb img {
  display: block;
  margin: 0 auto;
}
body[class*=devis] .devis-content .sejour-choisi .desc {
  width: 80%;
  float: right;
}
body[class*=devis] .devis-content .sejour-choisi h4 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 15px;
}
body[class*=devis] .devis-content .sejour-choisi h4 a {
  color: #094578;
  text-decoration: none;
}
body[class*=devis] .devis-content .sejour-choisi h4 span {
  display: block;
}
ul#quotation {
  border-top: 1px solid #ddd;
  font-size: .9em;
}
#recap-devis ul.devis-header li,
ul#quotation li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
ul#quotation li.total {
  font-weight: 800;
  font-size: 1.1em;
  color: #27a5cc;
}
#recap-devis ul.devis-header li span,
ul#quotation li span {
  float: right;
  color: #27a5cc;
}
#recap-devis ul.devis-header {
  margin-bottom: 1em;
}
ul#quotation li.tools,
ul#quotation li.total {
  border-bottom-color: #000;
}
#recap-devis ul.devis-header span.code {
  font-weight: 900;
}
body[class*=devis] .devis-content .info-dossier {
  font-size: .8em;
  margin: 40px 0;
}
body[class*=devis] .devis-content .infos-lec {
  font-size: small;
  line-height: 1.4em;
  text-align: center;
  color: #777;
}
body[class*=devis] .devis-content .info-dossier h3,
body[class*=devis] .devis-content .info-dossier h4 {
  font-size: 1em;
  line-height: 1.2em;
  margin: 10px 0 0;
  font-weight: 600;
}
body[class*=devis] .devis-content .info-dossier p {
  margin-bottom: 0;
  line-height: 1.5em;
}
body[class*=devis] .devis-content div.buttons {
  text-align: left;
  width: 70%;
  margin: 0 auto;
}
body[class*=devis] .devis-content div.buttons > button {
  width: auto;
}
body[class*=devis] .devis-content a.sendtofriend {
  display: inline-block;
  text-decoration: none;
}
body[class*=devis] .devis-content a.print-devis:before,
body[class*=devis] .devis-content a.sendtofriend:before {
  font-family: FontAwesome;
  content: "\f1d8";
  margin-right: 0.5em;
}
body[class*=devis] .devis-content .wrapper {
  position: relative;
}
body[class*=devis] .devis-content a.print-devis {
  float: right;
  text-decoration: none;
}
body[class*=devis] .devis-content a.print-devis:before {
  content: "\f02f";
}
div.mobile-programme-table {
  display: none;
}
a.popup-modal-dismiss {
  display: none;
}
.related-products .related-title {
  text-align: center;
  text-transform: uppercase;
  color: #054578;
  margin-bottom: 20px;
  font-size: 1.6em;
  font-weight: 800;
}
.related-products ul {
  text-align: center;
}
.related-products li.related-prod {
  overflow: hidden;
  min-height: 440px;
}
.related-products li.related-prod div.inner {
  background: #fff;
  border: 15px solid #fff;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.related-products li.related-prod div.inner img {
  width: 100%;
}
.related-products li a.more {
  display: inline-block;
  font-size: .8em;
  text-decoration: none;
  background: #e00000;
  color: #fff;
  padding: 4px 16px;
  margin: 15px 0;
}
.related-products .subtitle {
  font-size: .8em;
  line-height: 1.4em;
}
.related-products .title a {
  text-decoration: none;
  color: #054578;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2em;
  display: block;
  margin-bottom: 5px;
}
.related-products ul.lSPager.lSpg {
  margin: 30px 0 !important;
}
.related-products ul.lSPager.lSpg a {
  border-radius: 0!important;
  width: 16px!important;
  height: 16px!important;
  background: #bbb !important;
}
.related-products ul.lSPager.lSpg li.active a {
  background: #27a5cd !important;
}
.related-products .lSAction a.lSNext,
.related-products .lSAction a.lSPrev {
  width: 48px;
  height: 48px;
  -o-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  display: block;
  background: #27a5cd;
  color: #fff;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  margin-top: -36px;
}
.related-products .lSAction a .fa {
  display: block;
  line-height: 48px;
}
.related-products .lSAction a.lSPrev {
  left: 0;
}
.related-products .lSAction a.lSNext {
  right: 0;
}
#inscrip-select-voyage {
  background: #fff;
}
#inscrip-select-voyage h2 {
  font-size: 1.4em;
  color: #e10000;
  font-weight: 600;
  margin: 15px 0;
}
#inscrip-select-voyage h3 {
  font-size: 1.1em;
  color: #27a5cd;
  margin: 15px 0;
}
#inscrip-select-voyage h4 {
  font-weight: 500;
}
#inscrip-select-voyage .col-rappel-sejour {
  width: 30%;
  float: left;
}
#inscrip-select-voyage .col-select-voyage {
  width: 64%;
  float: right;
}
#inscrip-select-voyage .select-option .option-datas,
#inscrip-select-voyage .select-voyage .voyage-datas {
  width: auto;
  float: none;
}
#inscrip-select-voyage ul.info-sejour {
  clear: both;
  padding-top: 50px;
}
#inscrip-select-voyage .col-rappel-sejour .country,
#inscrip-select-voyage .col-rappel-sejour .price {
  font-size: .9em;
  line-height: 1.3em;
  margin-bottom: 8px;
  width: 48%;
  float: left;
}
#inscrip-select-voyage .col-rappel-sejour .price {
  float: right;
  text-align: right;
}
#inscrip-select-voyage .col-rappel-sejour .price strong {
  display: block;
}
#inscrip-select-voyage table.datas {
  width: 100%;
}
#inscrip-select-voyage table.datas td,
#inscrip-select-voyage table.datas th {
  font-size: .9em;
  text-align: left;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ddd;
}
#inscrip-select-voyage table.datas th {
  padding-right: 2%;
  width: 32%;
}
#inscrip-select-voyage .select-voyage .voyage-datas .voyage-select {
  width: 32%;
}
#inscrip-select-voyage .voyage-datas .voyage-choices {
  width: 66%;
  float: right;
}
#inscrip-select-voyage p.li-depart,
#inscrip-select-voyage p.li-voyagefee {
  font-size: 0.9em;
}
#inscrip-select-voyage p.li-depart {
  margin-top: 15px;
}
#inscrip-select-voyage p.li-voyagefee {
  margin-bottom: 15px;
}
#inscrip-select-voyage div.buttons {
  padding: 30px 0;
  text-align: left;
}
#inscrip-select-voyage div.buttons button {
  margin-left: 0;
  margin-right: 30px;
}
#inscrip-select-voyage .sep-line {
  margin: 30px 0;
}
#inscrip-select-voyage .thumbnail {
  position: relative;
  margin-bottom: 10px;
}
#inscrip-select-voyage .thumbnail img {
  display: block;
}
#inscrip-select-voyage .thumbnail .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: " ";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#paiement-inscription > h3 {
  margin-bottom: .5em;
  text-align: center;
  font-weight: 400;
  color: #fff;
  background: #27a5cc;
  padding: 8px;
  border-radius: 7px;
}
#paiement-inscription .oney,
#paiement-inscription .carte,
#paiement-inscription .telephone {
  padding: 15px;
  margin-bottom: 8px;
  border-radius: 14px;
  border: 1px solid #27a5cd;
  position: relative;
}
#paiement-inscription .oney .phone-title > a:not(.popup-modal),
#paiement-inscription .carte .phone-title > a:not(.popup-modal),
#paiement-inscription .telephone .phone-title > a:not(.popup-modal),
#paiement-inscription .oney .cb-title,
#paiement-inscription .carte .cb-title,
#paiement-inscription .telephone .cb-title,
#paiement-inscription .oney .oney-title,
#paiement-inscription .carte .oney-title,
#paiement-inscription .telephone .oney-title {
  font-size: 1.2em;
  margin-bottom: .5em;
  color: #27a5cc;
  font-weight: 500;
}
#paiement-inscription .oney .phone-title > a:not(.popup-modal):before,
#paiement-inscription .carte .phone-title > a:not(.popup-modal):before,
#paiement-inscription .telephone .phone-title > a:not(.popup-modal):before,
#paiement-inscription .oney .cb-title:before,
#paiement-inscription .carte .cb-title:before,
#paiement-inscription .telephone .cb-title:before,
#paiement-inscription .oney .oney-title:before,
#paiement-inscription .carte .oney-title:before,
#paiement-inscription .telephone .oney-title:before {
  content: "\f111";
  font-size: 16px;
  font-family: 'FontAwesome';
  display: inline-block;
  color: #27a5cc;
  margin-right: .5em;
}
#paiement-inscription a.htmlpopin .fa,
#paiement-inscription a.popup-modal .fa {
  font-size: 16px !important;
}
#paiement-inscription .carte .payment-choice span {
  display: block;
  width: 100%;
  padding: 0;
  margin: 10px 0;
  font-size: 0;
}
#paiement-inscription .carte .payment-choice span label {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  font-size: 1rem;
}
#paiement-inscription .carte .payment-choice span label input {
  margin-right: .5em;
}
#paiement-inscription .carte .cb-logos br {
  display: none;
}
#paiement-inscription .carte .cb-logos form > div {
  font-size: .8em;
  line-height: 1.3em;
}
#paiement-inscription .carte .cb-logos form > div img {
  display: none;
}
#paiement-inscription .carte .cb-logos input {
  padding: 12px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  margin: 15px;
}
#paiement-inscription .carte .cb-logos input:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
#paiement-inscription .oney-payment {
  width: calc( 100% + 30px );
  padding: 0 15px;
  margin-left: -15px;
  font-size: 0;
}
#paiement-inscription .oney-payment .col {
  width: calc( 50% - 30px );
  display: inline-block;
  vertical-align: top;
  margin: 15px;
  font-size: 1rem;
}
#paiement-inscription .oney-payment .col a {
  display: block;
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  text-decoration: none;
  line-height: 1.1em;
  color: inherit;
}
#paiement-inscription .oney-payment .col a:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
#paiement-inscription .oney-payment .col img {
  height: 40px;
  width: auto;
  display: block;
}
.mfp-content {
  margin-top: 10%;
}
.mfp-content #info-paiement-modal h4,
.mfp-content #info-paiement-tel-modal h4 {
  font-weight: 600;
  color: #27a5cc;
  font-size: 1.2em;
  margin-bottom: .5em;
}
.show-on-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  #paiement-inscription .oney-payment {
    margin: 0;
    width: 100%;
  }
  #paiement-inscription .oney-payment .col {
    width: 100%;
    margin: 15px 0;
  }
  #paiement-inscription .carte .payment-choice span label {
    display: block;
    margin-bottom: 10px;
  }
  .show-on-mobile {
    display: block;
  }
  .hide-on-mobile {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  form.devis button {
    display: block!important;
    float: none!important;
    margin: 0 0 30px;
  }
  ul.info-sejour li {
    width: 48%;
    margin-bottom: 35px;
    font-size: small;
    line-height: 1.3em;
  }
}
@media only screen and (max-width: 920px) {
  table.tablepress {
    display: none;
  }
  div.mobile-programme-table {
    font-size: .9em;
    margin-bottom: 2em;
    display: block;
  }
  div.mobile-programme-table .day {
    border: 1px solid #ddd;
    margin-bottom: 6px;
  }
  div.mobile-programme-table .day .title {
    display: block;
    background-color: #def2f7;
    padding: 0 4px;
    font-size: .9em;
    color: #008cbd;
    font-weight: 700;
  }
  div.mobile-programme-table .activite {
    padding: 0 4px;
  }
  div.mobile-programme-table .periode {
    color: #008cbd;
    font-size: 0.9em;
  }
  form.devis button.primary {
    display: inline;
    width: auto;
    margin: 20px auto !important;
  }
}
@media only screen and (max-width: 800px) {
  form#inscrip.inscrip .roundbox ul.list-dates li div.dates,
  form#inscrip.inscrip .roundbox ul.list-dates li div.reservation {
    width: 100%;
    float: none;
    clear: both;
  }
  form#inscrip.inscrip .roundbox ul.list-dates li div.reservation {
    margin-top: 1em;
  }
  form#inscrip.inscrip .roundbox ul.list-dates li div.reservation .select-stay-button a {
    padding: 8px 30px;
    font-size: 1em;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  #coordonnees .participant div.col.mob-reset {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
  .rappel-sejour div.title,
  .select-voyage div.title {
    font-size: .9em;
    line-height: 1em;
    padding: 8px!important;
    display: block;
    width: 100%;
  }
  .select-voyage .voyage-datas .voyage-select {
    width: 30%;
  }
  .select-voyage .voyage-datas .voyage-choices {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  div.stay-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
  }
  section div.resume {
    margin-bottom: 2em !important;
  }
  div.stay-content.visible {
    max-height: 99em;
    border-bottom: 1px solid #ddd;
  }
  h2.open-anchor {
    font-size: 1.1em!important;
    padding-bottom: 1.5em;
    margin: 0!important;
    border-bottom: 1px solid #ddd;
  }
  h2.open-anchor.opened {
    border: none;
  }
  h2.open-anchor {
    display: block;
    padding-right: 30px;
    cursor: pointer;
  }
  h2.open-anchor:after {
    font-family: FontAwesome;
    font-weight: 400;
    content: "\f067";
    position: absolute;
    right: 0;
    top: 0;
  }
  h2.open-anchor.opened:after {
    content: "\f00d";
    opacity: 0.3;
  }
  #informations fieldset.marketing li.item {
    float: none;
    width: auto;
  }
  #informations fieldset.marketing select {
    width: auto;
  }
  .rappel-sejour .buttons,
  .select-option .buttons,
  .select-voyage .buttons {
    padding-top: 0 !important;
  }
  .rappel-sejour .sejour-datas,
  .rappel-sejour .sejour-datas .row > div,
  .rappel-sejour .thumbnail,
  .rappel-sejour.memo .sejour-datas .row > div,
  .select-option .option-datas,
  .select-option .thumbnail,
  .select-voyage .thumbnail,
  .select-voyage .voyage-datas,
  .select-voyage .voyage-datas .voyage-choices,
  .select-voyage .voyage-datas .voyage-select {
    width: 100%;
    margin: 0 auto 20px;
    float: none;
    padding: 0;
    border: none;
  }
  main > div.steps ul li {
    font-size: x-small;
    line-height: 1.2em;
  }
  #coordonnees fieldset.parents {
    padding-bottom: 0;
  }
  #informations .bloc-actions {
    padding-top: 15px;
  }
  #coordonnees fieldset.parents .col.mere,
  #coordonnees fieldset.parents .col.pere {
    padding: 0 0 25px;
    border-right: none;
    border-bottom: 1px solid #27a5cd;
  }
  #coordonnees fieldset.parents .col.mere {
    margin-bottom: 0 !important;
  }
  ul#show_trans {
    margin: 20px 0;
  }
  .select-option .option-datas li {
    width: 100%;
    float: none;
    padding: 0;
  }
  .rappel-sejour .thumbnail .title,
  .select-option .thumbnail .title,
  .select-voyage .thumbnail .title {
    font-size: 1.2em;
    font-weight: 600;
  }
  #informations .info-sante {
    font-size: .9em;
    margin-top: 20px;
  }
  div.datasheet-inscription .col.infos {
    font-size: 0.85em;
  }
  /*
	#paiement-inscription .choix-paiement label,#paiement-inscription .gateway {
		font-size: .9em
	}
	
	#paiement-inscription .gateway input {
		padding: 8px
	}
	
	#paiement-inscription .carte h3,#paiement-inscription .telephone h3 {
		font-size: 1em;
		text-align: center
	}
	
	#paiement-inscription .telephone {
		padding-bottom: 15px
	}
	
	#paiement-inscription .telephone a,#paiement-inscription .telephone p {
		display: block;
		width: auto;
		margin: 15px
	}
	
	#paiement-inscription .cb-logos,#paiement-inscription div.carte p {
		margin: 10px
	}
	
	#paiement-inscription .payment-choice label {
		width: 100%;
		margin: 10px
	}
	
	#paiement-inscription .cb-logos input {
		max-width: 24%;
		padding: 2.5%;
		margin: 0
	}
	*/
  div.datasheet-inscription .col.infos {
    padding: 0;
    border: none;
    border-bottom: 1px solid #27a5cb;
  }
  body[class*=devis] .devis-content a.print-devis {
    display: block;
  }
  .single-sejour .bx-wrapper {
    width: 100%;
  }
  .single-sejour #bx-pager {
    float: none;
    width: 100%;
    text-align: center;
    height: auto !important;
  }
  .single-sejour #bx-pager a {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #def1f7;
    vertical-align: middle;
    margin: 15px 8px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  .single-sejour #bx-pager a.video:after {
    display: none;
  }
  .single-sejour #bx-pager a.active {
    background-color: #27a5cd;
  }
  .single-sejour #bx-pager a img {
    display: none;
  }
  body.page-template-devis-4 .rappel-sejour .sejour-datas .row > div {
    width: 100%;
    float: none;
  }
  .buttons {
    padding: 30px !important;
  }
  #send_to_friend button.primary,
  .buttons a.go-back-button,
  .buttons button,
  .buttons button:disabled,
  form.devis button {
    margin: 0 0 30px!important;
    display: block;
    float: none!important;
    width: 100%;
  }
  body[class*=devis] .devis-content div.buttons {
    width: 100%;
    text-align: center;
  }
  div.rappel-sejour div.thumbnail,
  div.select-voyage div.thumbnail {
    margin-bottom: 0;
    height: 120px;
    overflow: hidden;
    position: relative;
  }
  div.rappel-sejour div.thumbnail img,
  div.select-voyage div.thumbnail img {
    position: absolute;
    top: -30%;
    left: auto;
  }
  div.select-voyage div.thumbnail {
    margin-bottom: 20px;
  }
  div.rappel-sejour div.sejour-datas {
    display: none;
    margin-bottom: 0 !important;
  }
  div.rappel-sejour div.sejour-datas.view {
    margin-top: 20px;
  }
  div.rappel-sejour div.thumbnail div.title {
    cursor: pointer;
  }
  div.rappel-sejour div.thumbnail div.title:after {
    font-family: FontAwesome;
    content: "\f078";
    float: right;
  }
  div.rappel-sejour div.thumbnail div.title.view:after {
    content: "\f077";
  }
  p.reply-phone span.label {
    display: block !important;
  }
  form#inscrip.inscrip .roundbox ul.list-dates li div.dates .fee,
  form#inscrip.inscrip .roundbox ul.list-dates li div.dates .from-to {
    display: inline-block;
  }
  form#inscrip.inscrip .roundbox ul.list-dates li div.dates .fee {
    margin-left: .5em;
    font-size: 1.2em;
    float: right;
  }
}
@media only screen and (max-width: 420px) {
  ul.info-sejour li {
    width: 100%;
  }
  form.devis button.primary {
    width: 100%;
  }
  ul.mkg-lec li.item {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
  }
  ul.mkg-lec li.item input {
    position: absolute;
    left: 0;
    top: 0.5em;
  }
  ul.mkg-lec li.item label {
    display: block;
  }
  div.datasheet-inscription .col.tarif .tooltiptext {
    width: 240px!important;
    min-width: 0;
    padding: 10px!important;
    left: -210px !important;
  }
  ul.info-sejour {
    margin-top: 0;
  }
}
@media only screen and (min-width: 990px) {
  /* sejour-datas // update décembre 2020 */
  .rappel-sejour {
    display: table;
    width: 100%;
  }
  .rappel-sejour .row {
    display: table-row;
  }
  .rappel-sejour .row > div {
    display: table-cell;
    height: auto !important;
    border: none !important;
  }
}
@media only screen and (min-width: 1170px) {
  div.anchors-container.stuck {
    padding-right: 0;
    width: 752px;
  }
}
@media only print {
  #side-toolbar,
  p.print,
  main > .steps {
    display: none !important;
  }
  .match-heights,
  .rappel-sejour.memo {
    height: auto !important;
    background: #fff !important;
  }
  .datasheet-inscription .col {
    display: block;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none;
    height: auto !important;
    border: none !important;
  }
  .datasheet-inscription .col.infos {
    page-break-after: always !important;
    break-after: always !important;
  }
}
#searchbar .primary:after,
#searchbar:after {
  content: " ";
  clear: both;
  display: table;
}
#searchbar form {
  position: relative;
}
#searchbar small {
  color: #fff;
  display: block;
  margin: 5px 0;
}
#searchbar .primary {
  margin: 10px 0 15px;
}
#searchbar div.select,
#show_stay div.item ul.params li.voyage div.zone div.select,
#sorter div.select {
  background: #fff;
  position: absolute;
  left: 0;
  top: auto;
  z-index: 4;
  width: 100%;
  padding-bottom: 15px;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  display: none;
  max-height: 280px;
  overflow: auto!important;
  overflow-y: auto!important;
  font-size: 0.8em;
}
#searchbar div.zone:hover,
#sorter div.zone:hover,
search.css #show_stay div.item ul.params li.voyage div.zone:hover {
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
#searchbar label,
#sorter label {
  display: block;
  line-height: 2em;
  padding: 0 10px;
  cursor: pointer;
}
#searchbar div.zone,
#show_stay div.item ul.params li.voyage div.zone,
#sorter div.zone {
  float: left;
  position: relative;
  margin-right: 1.5%;
  cursor: pointer;
}
#show_stay div.item ul.params li.voyage div.zone {
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
#show_stay div.item ul.params li.voyage div.zone {
  float: none;
  margin: 0;
  margin-left: 4px;
  position: relative;
}
#show_stay div.item ul.params li.voyage legend > span {
  line-height: 16px;
  min-height: 40px;
  display: block;
  margin-right: 0!important;
  padding-right: 26px!important;
  padding-top: 4px!important;
  font-family: Arial;
  font-size: 12px;
  font-weight: 400;
  width: 100%;
}
#show_stay div.item ul.params li.voyage label {
  display: block;
  padding: 2px 0 2px 12px;
}
#show_stay div.item ul.params li.voyage div.zone div.select {
  padding-top: 10px;
  font-size: 1em;
}
#show_stay div.item ul.params li.voyage label input {
  margin-right: 5px;
}
#show_stay ul.stay-duration:before {
  display: block;
  content: "DURÉE";
  color: #27a5cd;
  margin-bottom: 4px;
}
#show_stay ul.stay-duration {
  margin-bottom: 15px;
}
#show_stay ul.stay-duration li {
  display: inline-block;
  margin: 0 2px;
}
#show_stay ul.stay-duration li:first-child {
  margin-left: 0;
}
#show_stay ul.stay-duration li:last-child {
  margin-right: 0;
}
#show_stay ul.stay-duration li span {
  font-size: 11px;
  display: block;
  border: 1px solid #27a6ce;
  color: #27a6ce;
  padding: 2px 5px;
  cursor: pointer;
  text-decoration: underline;
}
#show_stay ul.stay-duration li.active span,
#show_stay ul.stay-duration li.active span:hover {
  background: #27a6ce;
  color: #fff;
  text-decoration: none;
}
#show_stay ul.stay-duration li span:hover {
  color: #27a6ce;
  background-color: #ddf1f9;
}
#searchbar legend,
#show_stay div.item ul.params li.voyage legend,
#sorter legend {
  display: block;
  width: 100%;
  padding: 0;
  font: 13px/28px Roboto;
  cursor: pointer;
  background: #fff;
}
#searchbar legend {
  line-height: 40px;
}
#searchbar legend span,
#show_stay div.item ul.params li.voyage legend span,
#sorter legend span {
  background: url(../img/search-arrow.png) no-repeat right center;
  padding: 0 0 0 10px;
  display: block;
  margin-right: 15px;
}
#searchbar legend span em,
#searchbar legend span u {
  font-style: normal;
  text-decoration: none;
}
#searchbar legend span em {
  display: none;
}
#show_stay div.item ul.params li.voyage legend {
  padding-right: 3%;
}
#searchbar button {
  float: left;
  margin-top: 20px;
}
#searchbar input#searchsubmit {
  width: 17%;
  height: auto;
  position: absolute;
  right: 0;
  top: -9px;
  margin: 0;
}
#searchbar div.zone.countries {
  width: 32%;
}
#searchbar div.zone.age {
  width: 18%;
}
#searchbar div.zone.periods {
  width: 28%;
  margin-right: 0;
}
#searchbar .criterias-title,
#searchbar div.zone.age,
#searchbar div.zone.countries {
  margin-right: 1.5%;
}
body.search-result #searchbar div.primary {
  background: #094578;
  padding: 10px;
  margin-bottom: 0;
}
body.search-result #searchbar div.primary .criterias-title {
  color: #fff;
}
body.search-result #temp-layer {
  position: fixed;
  content: " ";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(../img/search-loading.png);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
  opacity: 0;
  -o-transition: opacity 0.3s ease-in-out 0s;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}
body.search-result #temp-layer.visible {
  z-index: 999999;
  opacity: 1;
}
body.search-result #searchbar input#searchsubmit {
  display: none;
}
body.search-result #searchbar div.zone.countries {
  width: 37.5%;
}
body.search-result #searchbar div.zone.age {
  width: 18%;
}
body.search-result #searchbar div.zone.periods {
  width: 24%;
}
#ajax-loader,
#please-wait {
  text-align: center;
}
#please-wait {
  font-size: 1.4em;
  color: #fff;
  padding: 20px 0;
}
#ajax-loader div.spinner {
  display: block;
  font-size: 48px;
  margin: 50px 0;
  color: #fff;
}
body.search-result #ajax-loader,
body.search-result #please-wait {
  display: none;
}
#ajax-loader span.error {
  display: inline-block;
  padding: 8px 18px;
  background: #ff4500;
  color: #fff;
  font-weight: 700;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#filters {
  display: none;
}
body.search-result #filters,
body.search-result #recherche-sejour-lec {
  display: block !important;
}
#results-counter,
#searchbar .lightblue {
  background: #eee;
  padding: 5px 10px;
  min-height: 30px;
}
#results-counter {
  border-top: 2px solid #008fbe;
}
#searchbar h4.filters-title {
  font-size: .9em;
  width: 15%;
  float: left;
  line-height: 40px;
  font-weight: 700;
  margin-right: 1.5%;
}
#searchbar #filters div.select,
#searchbar #filters legend,
#sorter div.select,
#sorter legend {
  background: #fff;
}
#sorter div.select,
#sorter legend {
  background: #ccc;
}
#sorter div.select {
  top: 28px;
}
#searchbar #filters div.zone {
  width: 18%;
  font-size: 0.9em;
}
#searchbar #filters div.zone.formula {
  width: 24%;
  margin-right: 0;
}
#results-counter span.count {
  font: 13px/32px Roboto;
  display: inline-block;
  margin-top: 3px;
  width: 16%;
}
#results-counter span.count em {
  font-style: normal;
  color: #008fbe;
}
#results-counter #sorter {
  display: inline-block;
  float: right;
  margin-top: 5px;
  width: 20%;
}
#results-counter #sorter span.title {
  float: left;
  margin-right: 2%;
  font-size: .8em;
  color: #27a6ce;
}
#results-counter > span#active-criterias {
  width: 60%;
  display: inline-block;
  vertical-align: top;
}
#results-counter #active-criterias i {
  display: inline-block;
  padding: 2px 8px;
  background: #fff;
  font-style: normal;
  margin: 5px;
  cursor: pointer;
  font-size: 0.8em;
}
#results-counter #active-criterias span.spec {
  font-size: .8em;
  display: inline-block;
  padding: 2px 8px;
  background: #fff;
  font-style: normal;
  margin: 0 5px;
}
#results-counter #active-criterias i:after {
  content: "\f00d";
  font-family: FontAwesome;
  margin-left: .5em;
  font-weight: 400;
  color: #008fbe;
}
#results-counter #active-criterias i:hover:after {
  color: #e42508;
}
#filters .lightblue {
  display: none;
  background-color: #094578;
  padding: 8px 1%;
}
#filters .lightblue .filters-title {
  color: #fff;
}
#show_stay div.intro h1,
#show_stay div.intro h2 {
  text-align: center;
  margin: 0;
  line-height: 1.1em;
}
#show_stay div.intro h2 {
  font: 1.5em/1.4em Roboto;
  text-align: center;
  color: #27a6ce;
}
#show_stay div.intro h2.alert span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 20px;
  color: #e32408;
}
#show_stay div.intro img.intro-img {
  width: 100%;
  height: auto;
  margin-top: 2em;
}
div.zone.highlight {
  background: 0 0 !important;
}
div.zone span.error-container {
  display: none;
}
div.zone.highlight span.error-container {
  display: block;
  text-align: center;
  margin-top: 20px;
}
div.zone.highlight span.error {
  display: inline-block;
  background: #fff;
  padding: 10px;
  color: #e61617;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
div.zone.highlight span.error span.arrow {
  position: absolute;
  top: -10px;
  left: 15%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}
a.info {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #fff url(../img/info13px.png) no-repeat 0 0;
  vertical-align: text-top;
  margin-left: 0.6em;
}
#sejour-discount.item-container div.item .picture {
  width: 35%;
  min-height: 200px;
  position: relative;
  background-size: cover!important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
#show_stay #sejour-discount.item-container div.item .picture a:before {
  display: none;
}
#sejour-discount.item-container div.item .picture a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: none;
}
#sejour-discount.item-container div.item .picture a .discount-img-desc {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 8px;
  background-color: #f76808;
  color: #fff;
  font-size: 1.2em;
  font-weight: 800;
}
#sejour-discount.item-container div.item .picture a .discount-country {
  font-size: 3em;
  text-align: center;
  color: #fff!important;
  font-weight: 800;
  line-height: 1.2em;
  background: rgba(0, 0, 0, 0.3);
  padding: 20px 0;
  position: absolute;
  top: 10vw;
  left: 15%;
  transform: translateY(-50%);
  width: 70%;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
#sejour-discount.item-container div.item .picture table.discount {
  margin-left: 2%;
  width: 96%;
  text-align: center;
  font-size: 1.1em;
  color: #000;
  font-weight: 600;
  margin-top: 16vw;
}
#sejour-discount.item-container div.item .picture td {
  text-align: center;
  vertical-align: middle;
  padding: 10px 1%;
  width: 48%;
  font-size: 1.2em;
  line-height: 1.2em;
  background: #fff;
}
#sejour-discount.item-container div.item .picture td.discount-amount {
  background: #f76708;
  color: #fff;
}
#sejour-discount.item-container div.item .picture td.discount-info {
  padding: 4px 0;
  font-size: 1em;
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
  font-weight: 400;
}
@media (max-width: 767px) {
  #sejour-discount.item-container div.item .picture a .discount-country {
    left: 0;
    width: 100%;
  }
  #sejour-discount.item-container div.item .picture td {
    font-size: 1em;
  }
}
#sejour-discount.item-container > div.item div.sejour {
  background: #f0f0f0;
}
#sejour-discount.item-container > div.item div.sejour ul.params li {
  width: 50%;
}
#sejour-discount.item-container div.item div.tarif {
  border: 8px solid #f0f0f0;
  padding: 0;
  position: relative;
  padding-bottom: 50px;
}
#sejour-discount.item-container h4.discount-title {
  font: 600 20px/24px Roboto;
  margin-bottom: .5em;
  color: #fe6501;
}
#sejour-discount.item-container div.item .formula a {
  color: #fe6501;
}
#sejour-discount.item-container div.item div.dates span.picto,
#sejour-discount.item-container div.item div.dates:before,
#sejour-discount.item-container div.item li.region span.picto,
#sejour-discount.item-container div.item ul.params li.age span.picto,
#sejour-discount.item-container div.item ul.params li.cours span.picto,
#sejour-discount.item-container div.item ul.params li.hebergement span.picto,
#sejour-discount.item-container div.item ul.params li.voyage span.picto {
  background-image: url(../img/promo/pictos-promo.png);
}
#sejour-discount.item-container li.thema span.picto {
  background-image: url(../img/promo/themes-promo.png);
}
#sejour-discount.item-container div.item ul.params span.label {
  max-width: 192px;
}
#sejour-discount.item-container div.item .tarif div.button {
  position: absolute;
  bottom: 1.8em;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
}
#sejour-discount.item-container div.item .tarif a.lec-red-button {
  background: #fe6501;
  display: block;
  padding: 10px 0;
}
#sejour-discount.item-container div.item .tarif span.tarif.discount {
  color: #fe6501;
  font: 42px/42px Roboto;
}
#sejour-discount.item-container div.item .tarif span.tarif {
  font: 30px/24px Roboto;
  position: relative;
}
#sejour-discount.item-container div.item .tarif span.from {
  line-height: 1em;
}
#sejour-discount.item-container div.item .tarif span.tarif:before {
  position: absolute;
  content: "";
  left: 15%;
  top: 50%;
  right: 15%;
  border-top: 2px solid;
  border-color: #ff1700;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
#sejour-discount.item-container div.item .tarif span.tarif.discount:before {
  display: none;
}
#sejour-discount.item-container ul.stay-duration {
  padding: 6px 0;
  margin-bottom: 8px;
}
#sejour-discount.item-container ul.stay-duration a {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #sejour-discount.item-container div.item {
    background: #eee;
  }
  #sejour-discount.item-container div.item div.formula {
    padding: 10px 10px 0;
  }
  #sejour-discount.item-container div.item div.period {
    padding: 0 10px;
  }
  #sejour-discount.item-container div.item .picture {
    display: block;
    width: 100%;
  }
  #sejour-discount.item-container div.item div.sejour {
    width: 50%;
    float: left;
    clear: none;
    padding: 10px;
  }
  #sejour-discount.item-container div.item div.sejour ul.params li {
    width: auto;
  }
  #sejour-discount.item-container div.item div.tarif {
    background: #fff;
    float: right;
    width: 40%;
    padding-bottom: 60px;
  }
  #sejour-discount.item-container div.item div.tarif span.tarif {
    font-size: 2em;
    display: inline-block;
    padding: 0 20px;
  }
  #sejour-discount.item-container div.item div.tarif span.tarif.discount {
    font-size: 2.5em;
  }
  #sejour-discount.item-container div.item div.tarif a.lec-red-button {
    display: block;
    width: 100%!important;
    margin: 0 !important;
  }
}
div.main.recherche.scrolled #searchbar {
  position: fixed;
  z-index: 9;
  top: 40px;
  left: auto;
}
div.main.recherche.scrolled #searchbar .inner-searchbar {
  background: #fff;
  padding-top: 3px;
}
div.main.recherche.scrolled #searchbar #criterias div.primary {
  margin-bottom: 5px;
}
div.main.recherche.scrolled #searchbar h4.filters-title {
  display: none;
}
div.main.recherche.scrolled #searchbar .sticky-gradient {
  border-top: 20px solid #fff;
  content: " ";
  display: block;
}
div.main.recherche.scrolled #searchbar #filters .lightblue {
  display: block !important;
}
#show_stay {
  margin-top: 10px;
  margin-bottom: 10px;
}
#result-title > div.title {
  font: 1.6em/1em Roboto;
  color: #27a6ce;
  margin: 15px 0;
  width: 66%;
  float: left;
}
#result-title > div.title .spinner {
  color: #e10000;
}
#info-sejours-ete:before {
  display: table;
  content: " ";
  clear: both;
}
#info-sejours-ete span {
  display: block;
  background: orange;
  color: #fff;
  font-size: .9em;
  line-height: 1.3em;
  text-align: center;
  padding: 10px;
}
#criterias .arguments .covid strong {
  color: #fff;
}
#criterias #info-sejours-ete {
  margin-top: 50px;
}
body.search-result #info-sejours-ete.welcome {
  display: none;
}
#criterias .criterias-title {
  display: none;
}
body.search-result #criterias .criterias-title {
  display: inline-block;
  line-height: 40px;
  width: 15%;
  float: left;
  font-size: .9em;
  font-weight: 700;
}
#result-title #sorter {
  line-height: 1em;
  margin: 15px 0;
  float: right;
}
#result-title #sorter .zone.sort {
  margin-right: 0;
  float: right;
  min-width: 160px;
}
#result-title #sorter .zone.sort span {
  margin-right: 8px;
}
#result-title #sorter .select label {
  white-space: nowrap;
}
#result-title #sorter .sort-title {
  float: left;
  line-height: 2em;
  margin-right: .5em;
  font-size: 0.85em;
}
#show_stay div.item-container {
  display: table;
  border-bottom: 4px solid #26a5cd;
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 100%;
}
#show_stay div.item {
  font: 12px/15px Roboto;
  display: table-row;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#show_stay div.item .picture a {
  position: relative;
  display: block;
}
#show_stay div.item .picture a:before {
  display: block;
  content: " ";
  position: absolute;
  width: 100px;
  height: 90px;
  left: 0;
  top: 0;
  background: url(../img/sprite-angle-country.png) no-repeat 0 0;
  z-index: 2;
}
#show_stay div.item.country-4RF .picture a:before {
  background-position: 0 0;
}
#show_stay div.item.country-2MA .picture a:before {
  background-position: -100px 0;
}
#show_stay div.item.country-1AN .picture a:before {
  background-position: -200px 0;
}
#show_stay div.item.country-3EC .picture a:before {
  background-position: 0 -100px;
}
#show_stay div.item.country-USA .picture a:before {
  background-position: -100px -100px;
}
#show_stay div.item.country-CAN .picture a:before {
  background-position: -200px -100px;
}
#show_stay div.item.country-4IR .picture a:before {
  background-position: 0 -200px;
}
#show_stay div.item.country-8ES .picture a:before {
  background-position: -100px -200px;
}
#show_stay div.item.country-AUS .picture a:before {
  background-position: -200px -200px;
}
#show_stay div.item.country-5FR .picture a:before {
  background-position: 0 -300px;
}
#show_stay div.item .picture,
#show_stay div.item .sejour,
#show_stay div.item .tarif {
  display: table-cell;
  vertical-align: top;
}
#show_stay div.item .picture {
  vertical-align: top;
  width: 20%;
}
#show_stay div.item .picture.video {
  position: relative;
}
#show_stay div.item .picture.video a {
  position: relative;
  display: block;
}
#show_stay div.item .picture.video span.play {
  height: 100%;
  width: 100%;
  display: block;
  background: url(../img/play.png) no-repeat center center;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#show_stay div.item .picture img {
  display: block;
  margin: 0 auto;
}
#show_stay div.item .sejour {
  padding: 5px 5px 5px 10px;
  position: relative;
}
#show_stay div.item div.tarif {
  padding: 6px 0;
  width: 15%;
  min-width: 150px;
  text-align: center;
}
#show_stay div.item div.tarif a,
#show_stay div.item div.tarif a:hover {
  text-decoration: none;
}
#show_stay div.item .tarif span.from,
#show_stay div.item .tarif span.info,
#show_stay div.item .tarif span.tarif {
  display: block;
}
#show_stay div.item .tarif span.info {
  font-size: x-small;
  font-weight: 400;
  font-family: Arial;
}
#show_stay div.item .tarif span.tarif {
  font: 42px/42px Roboto;
}
#show_stay div.item .tarif a.lec-red-button {
  display: block;
  width: 150px!important;
  margin: 0 auto;
  position: relative;
  padding: 8px 5px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  font: 18px/18px Roboto;
  text-transform: uppercase;
}
#show_stay div.item .tarif a.lec-red-button:hover {
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}
#show_stay div.item .tarif a.lec-red-button strong {
  font-weight: 600;
  display: block;
}
#show_stay div.item .tarif .comparator a {
  font-size: 11px;
  line-height: 12px;
  display: block;
  margin-top: 10px;
}
#show_stay div.item .sejour .quint * {
  margin: 5px 0;
  font: 14px/16px Roboto;
  color: #27a6ce !important;
}
#show_stay div.item .formula a,
#show_stay div.item .period {
  display: block;
  font: 20px/22px Roboto;
  margin-bottom: 2px;
}
#show_stay div.item .period {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}
#show_stay div.item .formula a {
  color: #e42508;
  text-decoration: none;
}
#show_stay div.item .formula a span {
  font-weight: 50000;
  font-size: 0.85em;
}
#show_stay div.item ul.params {
  margin-bottom: 3px;
  font-size: 0;
}
#show_stay div.item ul.params li {
  padding: 0 15px 6px 27px;
  display: inline-block;
  vertical-align: top;
  font: 400 12px/15px Arial;
}
#show_stay div.item ul.params li {
  width: 32%;
}
#show_stay div.item ul.params li.voyage {
  padding-bottom: 0;
}
#show_stay div.item ul.params li.cours,
#show_stay div.item ul.params li.voyage legend span {
  font-weight: 700 !important;
}
#show_stay div.item ul.params li.voyage span.individual {
  line-height: 16px;
  font-weight: 700;
}
#show_stay div.item div.dates span.picto,
#show_stay div.item li.region span.picto,
#show_stay div.item ul.params li.age span.picto,
#show_stay div.item ul.params li.cours span.picto,
#show_stay div.item ul.params li.hebergement span.picto,
#show_stay div.item ul.params li.voyage span.picto,
#show_stay li.thema span.picto,
div.featured-stays div.featured .specs li span.picto {
  display: inline-block;
  width: 27px;
  height: 27px;
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  vertical-align: middle;
  margin-right: 4px;
  background: url(../img/pictos-sejour-2017.png) no-repeat 0 0;
  margin-left: -28px;
}
#show_stay li.thema span.picto {
  background: url(../img/pictos-themes-27px.png) no-repeat 0 0;
}
#show_stay div.item ul.params span.label {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  line-height: 1.3em;
}
#show_stay div.item ul.params li.voyage span.picto {
  display: block;
  float: left;
}
#show_stay div.item ul.params span.label .fa {
  color: #f29100;
  font-size: 14px;
  margin-left: 0.5em;
}
#show_stay div.item ul.params li.cours span.picto,
div.featured-stays div.featured .specs li.cours span.picto {
  background-position: -30px 0;
}
#show_stay div.item ul.params li.age span.picto {
  background-position: 0 0;
}
#show_stay div.item ul.params li.voyage span.picto {
  background-position: -180px 0;
}
#show_stay div.item ul.params li.hebergement.en-college span.picto,
div.featured-stays div.featured .specs li.college span.picto {
  background-position: -90px 0;
}
#show_stay div.item ul.params li.hebergement.en-famille span.picto,
div.featured-stays div.featured .specs li.famille span.picto {
  background-position: -60px 0;
}
#show_stay div.item li.region span.picto {
  background-position: -150px 0;
}
#show_stay div.item div.dates:before {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  content: " ";
}
#show_stay div.item div.dates div.all-dates {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
#show_stay div.item div.dates span.dates,
#show_stay div.item div.dates strong {
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.3em;
}
#show_stay div.item div.dates span.picto {
  background-position: -210px 0;
}
#show_stay div.item div.dates a {
  text-decoration: none;
  font-weight: 400;
}
#show_stay div.item div.dates a:after {
  content: ", ";
}
#show_stay div.item div.dates a:last-child:after {
  content: "";
}
#show_stay div.item div.dates a:hover {
  color: #e40000;
}
#preciser ul.items.selector {
  margin: 5px;
}
#show_stay div.item div.tarif a.lec-red-button {
  background-color: #e50000;
  color: #fff;
}
body.page-template-recherche-sejour .content.wrapper {
  background: url(../img/recherche-bg.jpg) no-repeat center center;
  background-size: cover;
  margin: 30px auto 50px;
  padding: 30px 25px 25px;
  min-height: 560px;
}
body.page-template-recherche-sejour.search-result .content.wrapper {
  background: no-repeat;
  margin: 0 auto;
  padding: 0 25px;
}
body.page-template-recherche-sejour .content.wrapper h1 {
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 20px;
  color: #fff;
}
body.page-template-recherche-sejour .welcome-text {
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.4em;
}
body.page-template-recherche-sejour.search-result {
  background: #fff;
}
body.page-template-recherche-sejour.search-result .content.wrapper h1,
body.page-template-recherche-sejour.search-result .welcome-text {
  display: none;
}
body.page-template-recherche-sejour.search-result #show_stay div.spinner {
  color: #e00000;
}
#show_stay span.error {
  text-align: center;
  color: #fff;
  display: block;
}
body.page-template-recherche-sejour.search-result #show_stay span.error {
  color: #000;
}
body.page-template-recherche-sejour.search-result #result-title {
  display: block !important;
}
body.noscroll {
  overflow: hidden;
}
body.page-template-recherche-sejour div.arguments {
  color: #fff;
  margin-top: 80px;
}
body.page-template-recherche-sejour div.arguments ul.args li span.icon {
  background-position: 0 -100px;
}
body.page-template-recherche-sejour div.arguments ul.args li.pays span.icon {
  background-position: -90px -100px;
}
body.page-template-recherche-sejour div.arguments ul.args li.progres span.icon {
  background-position: -270px -100px;
}
body.page-template-recherche-sejour div.arguments ul.args li.satisfaction span.icon {
  background-position: -360px -100px;
}
body.page-template-recherche-sejour div.arguments ul.args li.professeurs span.icon {
  background-position: -180px -100px;
}
body.page-template-recherche-sejour.search-result div.arguments {
  display: none;
}
#suggest_msg #suggest {
  padding: 15px;
  background-color: #ff4500;
  color: #fff;
  padding-right: 40px;
  position: relative;
}
#suggest_msg #suggest a {
  color: inherit;
}
#suggest_msg #suggest a.close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 0;
  cursor: pointer;
}
#suggest_msg #suggest a.close:before {
  font-family: FontAwesome;
  content: "\f00d";
  font-size: 24px;
  display: block;
}
#mobile-togglers {
  display: none;
}
.mobile-filter-overlay {
  position: fixed;
  width: 0;
  height: 100%;
  content: "";
  display: block;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  right: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0s;
}
.mobile-filter-overlay.visible {
  width: 100%;
  opacity: 1;
}
#show_stay div.item-container {
  padding-bottom: 5px;
}
#show_stay div.item-container div.item div.tarif {
  padding-bottom: 0;
}
#show_stay div.item-container div.item div.tarif .button {
  margin-bottom: 0;
}
#show_stay div.item-container div.item div.tarif .about-oney {
  display: block;
  content: "";
  height: 25px;
  background: url('../img/oney/green-3x-4x.svg') no-repeat center center;
  background-size: contain;
  margin: 10px 10px 0;
}
#show_stay div.item-container div.item div.tarif .about-oney span {
  display: none;
}
@media only screen and (max-width: 900px) {
  #searchbar input#searchsubmit {
    top: -2px;
  }
  #searchbar legend span u,
  .filters-title span {
    display: none;
  }
  #searchbar legend span em {
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  #show_stay div.item ul.params li {
    width: 100%;
  }
  #show_stay div.item ul.params li.voyage legend span {
    background-position: right 6px;
  }
  #searchbar input#searchsubmit {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.page-template-recherche-sejour .content.wrapper {
    padding: 40px 25px 25px;
    margin: 0;
  }
  #show_stay {
    width: auto;
  }
  #active-criterias,
  #show_stay div.item div.dates:before,
  #show_stay div.item ul.params li span.picto,
  #show_stay div.item ul.params li.region,
  #show_stay div.item ul.params li.voyage,
  #show_stay div.quint,
  #sorter,
  h2.result-title {
    display: none !important;
  }
  #show_stay div.item ul.params li.region.CAN,
  #show_stay div.item ul.params li.region.USA {
    display: block !important;
  }
  #show_stay div.item.country-USA ul.params li.region {
    display: block !important;
  }
  #searchbar {
    position: fixed;
    right: -100%;
    top: 0;
    height: 100%;
    background: #fff;
    z-index: 3;
    padding: 20px 10px 220px;
    width: 88%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-transition: right .5s ease;
    -moz-transition: right .5s ease;
    transition: right 0.5s ease;
  }
  #searchbar div.mobile-reset a {
    display: block;
    margin: 20px 0;
    background: #27a5cd;
    text-decoration: none;
    color: #fff;
    line-height: 1.2em;
    padding: 5px;
    text-align: center;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  #searchbar.visible {
    display: block;
    overflow-y: scroll;
    right: 0;
    z-index: 10002;
  }
  #searchbar div.zone {
    clear: both;
  }
  #searchbar div.select,
  #searchbar.visible #filters div.zone legend,
  #searchbar.visible div.zone legend,
  #show_stay div.item ul.params li.voyage div.zone div.select,
  #sorter div.select {
    background: #f2f4f2;
    border-radius: 4px;
  }
  #searchbar.visible #filters div.select {
    padding-bottom: 40px;
    padding-top: 10px;
    max-height: 200px;
  }
  #searchbar a.close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 36px;
    color: #e10000;
  }
  #searchbar button.primary,
  #searchbar button.secondary {
    margin: 30px 0 0;
    display: block;
    text-align: center;
    width: 100%;
    border: none;
    background: #e10000;
    font-weight: 600;
    color: #fff;
    font-size: 1.2em;
    padding: 15px;
  }
  #searchbar button.secondary {
    background: #fff;
    color: #27a5cd;
    font-size: 1em;
    font-weight: 400;
    border: 1px solid #27a5cd;
    width: 80%;
    margin: 20px 10% 0;
  }
  #searchbar .mobile-search-title {
    font-size: 1.2em;
    color: #27a5cd;
    width: 75%;
  }
  #searchbar div.criterias-title,
  #searchbar div.zone,
  #searchbar h4.filters-title,
  #show_stay div.item ul.params li.voyage div.zone,
  #sorter div.zone {
    float: none;
    display: block;
    width: 100%!important;
    margin: 0 0 15px;
  }
  #searchbar div.criterias-title,
  #searchbar h4.filters-title {
    margin-bottom: 3px;
  }
  #searchbar div.zone {
    width: 100%!important;
    margin-right: 0 !important;
  }
  #results-counter {
    padding: 0;
    background: #fff;
    border-bottom: 4px solid #27a5cd;
  }
  #count_sejours {
    display: block;
    text-align: center;
    width: 100%;
    padding: 15px 0;
  }
  #results-counter span.count em {
    font-size: 1.3em;
    color: #000;
  }
  #results-counter span.count span.total {
    font-weight: 600;
    color: #27a5cd;
  }
  #show_stay div.item .picture,
  #show_stay div.item .sejour,
  #show_stay div.item .tarif,
  #show_stay div.item-container {
    display: block;
  }
  #show_stay div.item ul.params li {
    padding: 0;
    display: block;
    margin-bottom: .5em;
    position: relative;
    padding-left: 1em;
    width: 100%;
  }
  #show_stay div.item ul.params li:before {
    font-family: FontAwesome;
    font-weight: 400;
    font-size: .6em;
    content: "\f00c";
    position: absolute;
    left: 0;
    top: .2em;
    color: #27a5cc;
  }
  #show_stay div.item div.dates div.all-dates {
    margin: 0;
  }
  #show_stay div.item .sejour {
    padding: 0;
    padding-top: 10px;
    clear: both;
  }
  #show_stay div.item .picture {
    width: 49%;
    float: left;
  }
  #show_stay div.item div.tarif {
    width: 51%;
    float: left;
    line-height: 1em;
  }
  #show_stay div.item .tarif span.tarif {
    font-size: 36px;
    line-height: 1em;
  }
  #show_stay div.item .tarif br {
    display: none;
  }
  #show_stay div.item div.tarif div.button {
    display: inline-block;
    margin-top: 8px;
  }
  #show_stay div.item div.tarif a.lec-red-button {
    font-size: 1.2em;
    padding: 5px 0;
  }
  #show_stay div.item div.dates a,
  #show_stay div.item div.dates span.dates,
  #show_stay div.item div.dates strong {
    display: inline;
    padding: 0;
  }
  #result-title > div.title {
    width: 50%;
    float: left;
    margin-top: 20px;
    font-size: 1.2em;
  }
  main.sticky a.mobile-change {
    position: fixed;
    right: 20px;
    top: 100px;
    z-index: 9;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    line-height: 1em!important;
    padding: 6px 12px;
    text-transform: uppercase;
    background: #094679!important;
    border-color: #094679 !important;
  }
  main.sticky a.mobile-change:before {
    font-family: FontAwesome;
    content: "\f0ae";
    margin-right: 0.5em;
  }
  #searchbar label,
  #sorter label {
    padding: 5px;
    display: block;
  }
  #suggest_msg #suggest {
    border: 15px solid #fff;
    margin: 0 -25px -25px;
  }
  #info-sejours-ete span {
    margin-top: 15px;
  }
  body.search-result #filters .lightblue,
  body.search-result #searchbar div.primary {
    padding: 0;
    background: #fff;
  }
  div.criterias-title,
  h4.filters-title {
    color: #e10000;
  }
  body.search-result #criterias .criterias-title {
    display: block;
  }
  div.mobile-filter-select-wrapper {
    background: #f4f4f4 url(../img/search-arrow.png) no-repeat right center;
    border: 5px solid #f4f4f4;
    border-right-width: 10px;
    border-left-width: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    clear: both;
  }
  select.mobile-filter-select,
  select.mobile-primary-select {
    font-size: 13px;
    font-weight: 700;
    width: 100%;
    background: 0 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
  }
  select.mobile-filter-select:focus,
  select.mobile-primary-select:focus {
    outline: none;
    background-image: none;
  }
  #mobile-togglers.visible {
    display: block;
    margin-top: 20px;
  }
  #mobile-togglers:after {
    display: table;
    clear: both;
    content: " ";
  }
  #mobile-togglers li {
    float: right;
    width: 50%;
    border: 2px solid #fff;
  }
  #mobile-togglers li a {
    display: block;
    background: #27a5cd;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 40px;
  }
  #mobile-togglers li a.asc:after,
  #mobile-togglers li a.desc:after {
    font-family: FontAwesome;
    content: "\f0d8";
    margin-left: 0.5em;
  }
  #mobile-togglers li a.desc:after {
    content: "\f0d7";
  }
}
@media only screen and (max-width: 360px) {
  #show_stay div.item .picture {
    width: 44%;
  }
  #show_stay div.item div.tarif {
    width: 56%;
  }
  #show_stay div.item div.tarif a.lec-red-button {
    font-size: 1em;
    margin: 0 8px;
  }
  #show_stay div.item .tarif span.tarif {
    font-size: 28px;
    line-height: 28px;
  }
  #sejour-discount.item-container div.item div.tarif,
  #sejour-discount.item-container > div.item div.sejour {
    width: 100%;
    float: none;
    clear: both;
  }
  #sejour-discount.item-container div.item div.tarif {
    padding-bottom: 50px;
  }
  #sejour-discount.item-container div.item div.tarif span.tarif,
  #sejour-discount.item-container div.item div.tarif span.tarif.discount {
    line-height: 36px;
  }
  #sejour-discount.item-container div.item .tarif a.lec-red-button strong {
    display: inline;
  }
}
@media only screen and (min-width: 1140px) {
  #sejour-discount.item-container div.item .picture a .discount-country {
    top: 100px;
  }
  #sejour-discount.item-container div.item .picture table.discount {
    margin-top: 160px;
  }
}
@media only screen and (max-width: 900px) {
  #sejour-discount.item-container div.item .picture a .discount-country {
    top: 18vw;
  }
  #sejour-discount.item-container div.item .picture table.discount {
    margin-top: 25vw;
  }
}
@media only screen and (max-width: 767px) {
  #searchbar.visible {
    padding-bottom: 50px;
  }
  #filters div.zone legend,
  #filters div.zone legend span {
    line-height: 24px;
    font-weight: 700;
    background-color: #f3f4f3;
    width: 100%;
    margin: 0;
    padding: 3px 10px 3px 5px;
  }
  #filters div.zone:hover {
    box-shadow: none !important;
  }
  #filters div.zone:hover legend {
    border-radius: 5px 5px 0 0 !important;
  }
  #filters .filters-title,
  #searchbar .criterias-title,
  h2.mobile-search-title {
    margin-left: 10px !important;
  }
  #filters div.zone.formula div.select label,
  #filters div.zone.hosting div.select label,
  #filters div.zone.thema div.select label {
    line-height: 1.3em;
    padding: 0 0 10px 27px!important;
    position: relative !important;
  }
  #filters div.zone:after {
    display: table;
    clear: both;
    content: " ";
  }
  #filters div.zone.formula div.select label input,
  #filters div.zone.hosting div.select label input,
  #filters div.zone.thema div.select label input {
    position: absolute;
    left: 5px;
    top: -0.2em;
  }
}
@media only screen and (max-width: 480px) {
  #sejour-discount.item-container div.item .picture a .discount-country {
    top: 23vw;
  }
  #sejour-discount.item-container div.item .picture table.discount {
    margin-top: 35vw;
  }
  #sejour-discount.item-container div.item .picture {
    height: 360px;
  }
}
@media only screen and (max-width: 360px) {
  #sejour-discount.item-container div.item .picture a .discount-country {
    top: 24vw;
    padding: 0 10px;
  }
  #sejour-discount.item-container div.item .picture {
    height: 280px;
  }
  #sejour-discount.item-container div.item .picture table.discount {
    margin-top: 40vw;
  }
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
img[usemap],
map area {
  outline: 0;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clear-after:after {
  display: table;
  content: " ";
  clear: both;
}
* {
  box-sizing: border-box;
}
button {
  cursor: pointer;
}
hr.clear {
  display: table;
  content: " ";
  clear: both;
  border: none;
  color: transparent;
}
small {
  font-size: 0.8em;
}
b,
strong {
  font-weight: 600;
}
em {
  font-style: italic;
}
sup {
  position: relative;
  bottom: 1px;
  font-size: .6em;
  line-height: .6em;
  vertical-align: super;
  text-decoration: none;
}
.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
.grid-container {
  clear: both;
  padding: 0;
  margin: 0;
}
.grid-container [class^=col] {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}
.grid-container [class^=col]:first-child {
  margin-left: 0;
}
.group:after,
.group:before {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.col-4-4 {
  width: 100%;
}
.col-3-4 {
  width: 74.6%;
}
.col-2-4 {
  width: 49.2%;
}
.col-1-4 {
  width: 23.8%;
}
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0;
  }
  .col-1-4,
  .col-2-4,
  .col-3-4,
  .col-4-4 {
    width: 100%;
  }
}
form.include-label input[type=email],
form.include-label input[type=number],
form.include-label input[type=password],
form.include-label input[type=search],
form.include-label input[type=tel],
form.include-label input[type=text],
form.include-label input[type=url],
form.include-label select,
form.include-label textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: .1rem solid #d1d1d1;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: inherit;
  padding: 15px 18px;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}
form.include-label .completed input,
form.include-label .completed textarea,
form.include-label input.focusin,
form.include-label textarea.focusin {
  padding: 25px 18px 5px;
}
form input[type=checkbox].focusin,
form input[type=radio].focusin,
input[type=checkbox],
input[type=checkbox]:checked,
input[type=radio],
input[type=radio]:checked {
  padding: 0!important;
  font-size: normal !important;
}
form.include-label textarea.jvTextarea.focusin {
  padding-top: 22px;
}
form.include-label input:focus {
  outline: 0;
  border: 1px solid #aaa !important;
}
form.include-label .required.mail-input {
  position: relative;
}
form.include-label .required.mail-input.focusin:before,
form.include-label .required.mail-input.invalid:before {
  display: block;
  width: 15px;
  height: 15px;
  top: 15px;
  right: 10px;
  position: absolute;
  z-index: 3;
  font-family: FontAwesome;
}
form.include-label .required.mail-input.focusin:before,
form.include-label .required.mail-input.typing.focusin:before {
  content: "\f00c";
  color: #1ccc1c;
}
form.include-label .mail-input.invalid:before,
form.include-label .required.mail-input.invalid:before {
  content: "\f06a" !important;
  color: red !important;
}
div.select-placeholder {
  position: relative;
}
div.select-placeholder label {
  position: absolute;
  margin: 0!important;
  left: 2px;
  top: 6px;
  color: #777;
  font-size: .9em!important;
  padding: 6px 8px;
  margin: 2px 2px;
  background: #fff;
  max-height: 48px;
  max-width: 90%;
  width: auto;
  overflow: hidden;
  line-height: 1.1em;
}
div.select-placeholder.filled label {
  display: block!important;
  font-size: 12px!important;
  color: #aaa;
  width: auto;
  height: auto;
  background: 0 0;
  padding: 4px 3px;
  left: 6px;
  overflow: visible;
}
div.select-placeholder.filled select {
  padding: 25px 18px 5px;
}
div.select-placeholder.filled label span.required {
  position: absolute;
  left: 0;
  top: 30px;
  font-size: 14px;
  color: #1ccc1c !important;
}
select::-ms-expand {
  display: none;
}
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #27a5cd;
  outline: 0;
}
select {
  background: url(../img/select-arrow.svg) center right no-repeat;
  padding-right: 1.5rem;
  height: auto;
}
select:focus {
  background-image: url(../img/select-arrow-focus.svg);
}
textarea {
  min-height: 6.5rem;
}
fieldset {
  border-width: 0;
  padding: 0;
}
input[type=checkbox] {
  display: inline;
}
.label-inline {
  display: inline-block;
  font-weight: 400;
  margin-left: 0.5rem;
}
.button,
button {
  margin-bottom: 1rem;
}
#test-slider p.field {
  margin-bottom: 10px;
}
::-webkit-input-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
.mfp-title {
  color: #000;
  font-size: .9em;
  text-align: center;
  padding: 0;
}
.tags {
  display: inline-block;
  position: relative;
  line-height: 1.2em;
}
.tags:hover:after {
  background: #3b3b4d;
  border-radius: 5px;
  font-size: 12px;
  bottom: -34px;
  color: #fff;
  content: attr(tags);
  left: 20%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 250px;
}
#winsize {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 2px 8px;
  font-size: .8em;
  background: #adff2f;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 20px 0;
}
.video-container embed,
.video-container iframe,
.video-container object,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.player .video-wrapper {
  background: #fff !important;
}
body {
  background: #ecedec;
  color: #222;
  font: 1em/1.5em Roboto, Arial, sans-serif;
  line-height: 1.5em;
}
body.modal {
  background: #fff;
}
a {
  color: #27a5cd;
}
.wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 25px;
}
.content.wrapper {
  padding-top: 50px;
  padding-bottom: 40px;
}
header {
  color: #27a5ce;
  background: #fff;
}
footer {
  color: #fff;
  background: #27a5ce;
}
footer a,
header a {
  color: inherit;
  text-decoration: none;
}
header .logo {
  width: 50%;
  float: left;
  padding: 10px 0 10px;
}
header .logo img {
  max-width: 25%;
  display: inline-block;
  vertical-align: middle;
}
header .logo .site-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3em;
  line-height: 1.1em;
  margin-left: 20px;
  text-transform: uppercase;
}
header .logo .site-title small {
  display: block;
  font-size: .7em;
  text-transform: none;
  text-align: center;
}
header .labels {
  display: block;
  float: left;
  text-align: right;
  width: 25%;
}
header .contact {
  width: 20%;
  float: right;
  text-align: right;
  padding: 5px 0;
}
header .contact .call-lec small.conseillers {
  font-size: .8em;
  line-height: 1em;
  margin-bottom: .3em;
  text-transform: uppercase;
  display: block;
}
header .contact .call-lec small.price {
  font-size: .7em;
  line-height: 1em;
  margin-top: .3em;
  display: block;
}
header .contact .call-lec strong {
  font-weight: 900;
  display: block;
  font-size: 1.6em;
}
header .contact .espace-perso {
  font-size: .9em;
  margin-top: 8px;
  line-height: 1em;
  font-weight: 600;
}
header .labels #logo-ce,
header .labels a {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
}
header .labels #logo-ce {
  margin-top: 20px;
  margin-left: 5%;
}
header .labels #logo-ce img {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
header .labels a.label-nf-service {
  margin-top: 3px;
  width: 40%;
}
header .labels a.label-nf-service img {
  max-height: 85px;
}
header .labels a.label-40-ans {
  width: 32%;
  position: relative;
  text-align: center;
  background: #e20000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-top: -20px;
  margin-right: 5%;
  vertical-align: top;
}
header .labels a.label-40-ans img {
  max-width: 90%;
  height: auto;
  margin: 0 auto;
  display: block;
}
header .labels a.label-40-ans:before {
  content: "";
  display: block;
  padding-top: 100%;
}
header .labels a.label-40-ans img {
  position: absolute;
  width: 90%;
  left: 50%;
  margin-left: -45%;
  top: 30%;
}
header div.contact .espace-perso a:before {
  font-family: FontAwesome;
  content: "\f2bd";
  margin-right: .5em;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}
div.connexion-ce {
  background: #094578;
  color: #fff;
  font-size: .9em;
  line-height: 1.3em;
  z-index: 9;
  position: relative;
  padding: 10px 0;
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1) inset;
}
div.connexion-ce .wrapper a.ce-logout,
div.connexion-ce .wrapper div.logo,
div.connexion-ce .wrapper p {
  display: block;
  float: left;
}
div.connexion-ce .wrapper p {
  width: 70%;
}
div.connexion-ce .wrapper p strong {
  font-size: 1.2em;
}
div.connexion-ce .wrapper div.logo {
  margin-right: 20px;
}
div.connexion-ce .wrapper div.logo img {
  max-height: 40px;
}
div.connexion-ce .wrapper a.ce-logout {
  float: right;
  padding: 5px 15px;
  background: 0 0;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-decoration: none;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
div.connexion-ce .wrapper a.ce-logout:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}
.page-template-comite-entreprise .hero-title {
  padding-top: 300px;
}
.page-template-comite-entreprise .wysiwyg_block {
  padding: 20px;
}
.page-template-comite-entreprise form#login {
  margin-top: 20px;
  max-width: 420px;
  margin: 0 auto;
}
.page-template-comite-entreprise .wysiwyg_block a.bouton.bleu,
.page-template-comite-entreprise form#login button,
.page-template-comite-entreprise form#login input {
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #ddd;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  text-align: center;
}
.page-template-comite-entreprise form#login input {
  box-shadow: 0 3px 5px #ddd inset;
}
.page-template-comite-entreprise form#login small {
  display: block;
  text-align: center;
}
.page-template-comite-entreprise .wysiwyg_block a.bouton.bleu,
.page-template-comite-entreprise form#login button {
  background-color: #e20000;
  border-color: #e20000;
  color: #fff;
  width: auto;
  display: block;
  margin: 0 auto;
  min-width: 200px;
}
.page-template-comite-entreprise .wysiwyg_block a.bouton.bleu {
  display: inline-block;
  text-decoration: none;
  background-color: #27a5cd;
  border-color: #27a5cd;
}
.page-template-comite-entreprise form#login input:focus {
  outline: 0;
  border-color: #27a5cd;
}
.page-template-comite-entreprise form div.alert {
  color: #e10000;
  margin: 15px 0;
}
footer {
  padding: 20px 0 0;
  font-size: .8em;
  line-height: 1.4em;
  clear: both !important;
}
footer .keyword-search {
  text-align: right;
  padding-bottom: 20px;
  padding-right: 1.5%;
}
footer .keyword-search form {
  display: inline-block;
  text-align: left;
  width: 25%;
  padding: 0 0 0 12px;
  background: #fff;
  height: 28px;
  line-height: 26px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}
footer .keyword-search form button,
footer .keyword-search form input {
  border: none;
  background: 0 0;
  float: left;
}
footer .keyword-search form button {
  color: #27a5cd;
  background: 0 0;
  width: 15%;
  float: right;
  font-size: 16px;
  line-height: 20px;
}
footer .keyword-search form input {
  font-size: 1em;
  line-height: 22px;
  width: 80%;
  padding: 0;
  height: 28px;
  margin: 0;
}
footer .keyword-search form input:focus {
  outline: 0;
}
footer .address,
footer .footer-widget,
footer .last-col {
  float: left;
  padding-right: 1.5%;
  width: 25%;
}
footer .footer-widget {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 1.5%;
  width: 23%;
}
footer .last-col {
  width: 29%;
}
footer .address img.logo {
  max-width: 50%;
}
footer .address .baseline {
  margin: 5px 0 10px;
}
footer .address .location,
footer .address .phone {
  margin-top: 10px;
  position: relative;
  padding-left: 2.4em;
}
footer .address .location:before,
footer .address .phone:before {
  font-family: FontAwesome;
  font-size: 2em;
  content: "\f095";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.3em;
}
footer .address .location:before {
  content: "\f041";
}
footer .address .phone small {
  display: block;
}
footer .address .phone .autocall {
  font-size: 1.25em;
}
footer .address p.email {
  margin-top: 1em;
}
#sidebar p.email a,
footer .address p.email a {
  display: block;
  text-decoration: none;
}
#sidebar p.email a:before,
footer .address p.email a:before {
  font-family: FontAwesome;
  content: "\f0e0";
  margin-right: 0.8em;
}
#sidebar p.email a:before {
  margin-right: .5em;
  color: #8bc8de;
}
footer .footer-menu a {
  font-size: .9em;
  display: block;
  margin-bottom: 0.8em;
}
footer .footer-menu a:hover {
  color: #0e4676;
}
footer .footer-menu #menu-item-12304 a,
footer .footer-menu #menu-item-12311 a,
footer .footer-menu #menu-item-12312 > a,
footer .footer-menu #menu-item-12313 > a,
footer .footer-menu #menu-item-12337 > a,
footer .footer-menu #menu-item-12338 > a {
  font-size: 1.1em;
  font-weight: 700;
}
footer .hiring {
  margin-top: 40px;
  line-height: 1.6em;
}
footer .hiring img {
  display: block;
  max-width: 45%;
  float: left;
  margin-right: 5%;
}
footer .hiring .title {
  font-size: 1.5em;
  margin-top: .5em;
  font-weight: 700;
}
footer .hiring .subtitle {
  font-size: 1.2em;
}
footer .brochure .button,
footer .hiring .button {
  display: inline-block;
  background: #fff;
  padding: .25em 1em;
  margin-top: .6em;
  color: #27a5cd;
}
footer .brochure img {
  max-width: 50%;
  float: left;
}
footer .brochure .button {
  padding: .25em .5em;
  max-width: 50%;
  text-align: center;
}
footer .brochure .button strong {
  font-weight: 700;
  font-style: italic;
}
footer ul.socials {
  text-align: center;
  margin: 30px 0 0;
}
footer ul.socials li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
footer ul.socials li a {
  display: block;
  height: 40px;
  line-height: 40px;
}
footer ul.socials li.blog a {
  background: #fff;
  color: #27a5cd;
  width: 40px;
  font-weight: 700;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
}
footer ul.socials li.ce {
  height: 40px;
}
footer ul.socials li.ce img {
  max-height: 100%;
  width: auto;
}
footer ul.socials li.facebook a i {
  display: none;
}
footer ul.socials li.facebook a:before {
  font-family: FontAwesome;
  content: "\f230";
  font-size: 40px;
}
footer .secure-payment {
  padding: 0 7%;
  text-align: center;
  font-size: 0.9em;
}
footer .secure-payment img {
  display: block;
  margin: 10px auto 0;
}
footer a.ce-login {
  display: block;
  text-align: center;
  margin-top: 20px;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  color: #27a5cd;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}
footer a.ce-login:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#form-search-sejour {
  display: inline-block;
  background: #fff;
  margin: 20px 0;
  overflow: hidden;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}
.hero-title #form-search-sejour {
  margin: 0;
  z-index: 9;
  position: relative;
}
#form-search-sejour .title {
  background: #094679;
  color: #fff;
  text-align: center;
  padding: .5em;
  text-transform: uppercase;
  font-weight: 600;
}
#form-search-sejour .background {
  border-top: none;
}
#form-search-sejour input[type=checkbox] {
  margin: 0 !important;
}
#form-search-sejour label {
  display: block;
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: 6px;
  padding: 0 15px 0 20px;
}
#form-search-sejour label > span {
  display: inline-block;
  vertical-align: top;
}
#form-search-sejour legend {
  font-weight: 700;
  margin-bottom: .5em;
  display: block;
  width: 101%;
  background: #ebedeb;
  padding: 5px 10px;
  font-size: 0.9em;
}
#form-search-sejour .period legend {
  width: 100%;
}
#form-search-sejour button {
  clear: both;
  background: #094679;
  border: none;
  color: #fff;
  font-size: 1em;
  padding: .5em 1.5em;
  margin: 0 auto 15px;
  display: block;
  transition: all 0.2s ease-in-out 0s;
}
#form-search-sejour button:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
#form-search-sejour span.required {
  color: #e00000;
}
#form-search-sejour fieldset {
  float: left;
  margin-bottom: 10px;
  background: url(../img/ebedeb.png) repeat-y right top;
}
@media only screen and (max-width: 1080px) {
  body.home #form-search-sejour {
    top: 20px;
  }
  #form-search-sejour label {
    font-size: .7em;
    margin-bottom: 5px;
  }
  #form-search-sejour button {
    font-size: .9em;
    padding: 0.3em 1.5em;
  }
}
@-moz-document url-prefix() {
  #form-search-sejour {
    min-width: 315px;
  }
  #form-search-sejour label {
    padding: 0 20px 0 5px;
    font-size: 12px !important;
  }
  #form-search-sejour fieldset.period {
    background: 0 0;
  }
}
#form-search-sejour .error {
  font-size: 0.8em;
}
#form-search-sejour .error span {
  background: #333;
  text-align: center;
  color: #fff;
  padding: 6px 30px 6px 15px;
  display: block;
  position: absolute;
  width: 60%;
  margin: 25% 20%;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#form-search-sejour .error span:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #333 transparent;
  position: absolute;
  left: 20%;
  top: -10px;
  content: " ";
}
#form-search-sejour .error a.close {
  color: #fff;
  position: absolute;
  right: 10px;
  top: 6px;
}
.content.wrapper h1 {
  font-weight: 400;
  font-size: 2em;
  line-height: 1.2em;
  margin-bottom: .5em;
  color: #e10000;
}
.content.wrapper p {
  margin-bottom: 1em;
}
.content.wrapper a.red-button,
a.recherche-ville-depart {
  display: inline-block;
  padding: 0 16px;
  background: #e20000;
  color: #fff;
  text-decoration: none;
  line-height: 2em;
}
a.recherche-ville-depart {
  display: inline-block;
  margin: 20px auto;
  text-align: center;
  padding: 10px 50px;
}
body main {
  background: #ededed;
  min-height: 450px;
}
body.page-template-inscription-5-CB main,
body.page-template-inscription-5-CE main,
body.page-template-inscription-5-tel main,
body.page.search-result main {
  background: #fff;
}
body.sticky.page.search-result main #searchbar {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 25px;
  width: 100%;
  z-index: 9;
  background: #fff;
  border-bottom: 8px solid #fff;
}
body.sticky.page.search-result main #searchbar .lightblue,
body.sticky.page.search-result main #searchbar .primary {
  max-width: 1120px;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
}
.content .white {
  background: #fff;
  padding: 1.5%;
  margin-bottom: 25px;
}
.content .white .privacy-policy-print {
  float: right;
  font-size: small;
  display: block;
  text-align: center;
  line-height: 1em;
}
.content .white .privacy-policy-print:before {
  font-family: 'FontAwesome';
  content: "\f02f";
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}
.content .white .privacy-policy-print:hover {
  color: #054578;
}
#lec-alert {
  position: fixed;
  top: 20%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
  border: 5px solid #fff;
  background-color: #e00000;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.2em;
  padding: 2%;
  z-index: 9999;
}
#lec-alert .title {
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 25px;
}
#lec-alert a.close-alert {
  color: #fff;
  font-size: 28px;
  position: absolute;
  right: 2%;
  top: 5%;
  text-decoration: none;
}
#lec-alert a.close-alert em {
  display: none;
}
#lec-alert a.close-alert:before {
  font-family: FontAwesome;
  content: "\f00d";
}
.content.has-sidebar > section {
  width: 70%;
  float: left;
}
.content.has-sidebar > #sidebar {
  float: right;
  width: 26%;
}
body div.hero-title {
  margin-top: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
body div.hero-title .wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
body.page-template-brochure div.hero-title .wrapper,
body.page-template-brochure-confirm div.hero-title .wrapper {
  padding-bottom: 16%;
}
body div.hero-title .page-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.4em;
  line-height: 1.3em;
  position: absolute;
  right: 5%;
  bottom: 25px;
  width: 50%;
}
body h1 {
  line-height: 1.5em;
}
body .hero-title .main-title strong,
body h1 strong {
  font-weight: 600;
}
.page-template-intro-formules .title .highlight,
body h1 .highlight,
body.single-pays .title .highlight {
  line-height: 1.65em;
}
body.page-template-destinations h1 .highlight {
  line-height: 1em;
}
.page-template-intro-formules .title .highlight,
body .hero-title .main-title .highlight,
body h1 .highlight,
body.single-pays .title .highlight {
  display: inline;
  background: rgba(39, 166, 207, 0.7);
  color: #fff;
  padding: 0.25em;
}
.page-template-intro-formules .title .highlight--wrapping,
body .hero-title .main-title .highlight--wrapping,
body h1 .highlight--wrapping,
body.single-pays .title .highlight--wrapping {
  position: relative;
  left: .25em;
  padding-left: 0;
  box-shadow: 0.25em 0 0 rgba(39, 166, 207, 0.7), -0.25em 0 0 rgba(39, 166, 207, 0.7);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
body .content.wrapper {
  padding-top: 20px;
}
body.page-template-destinations .hero-title .bx-viewport,
body.page-template-intro-options .hero-title .bx-viewport,
body.page-template-thema .hero-title .bx-viewport {
  z-index: 1;
}
body.page-template-destinations .hero-title .bx-wrapper,
body.page-template-intro-options .hero-title .bx-wrapper,
body.page-template-thema .hero-title .bx-wrapper {
  position: relative;
}
body.page-template-destinations .hero-title .bx-pager,
body.page-template-intro-options .hero-title .bx-pager,
body.page-template-thema .hero-title .bx-pager {
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
  bottom: 0;
}
body.page-template-destinations .hero-title .bx-pager-item,
body.page-template-intro-options .hero-title .bx-pager-item,
body.page-template-thema .hero-title .bx-pager-item {
  width: 20px;
  display: inline;
}
body.page-template-destinations .hero-title .bx-pager a,
body.page-template-intro-options .hero-title .bx-pager a,
body.page-template-thema .hero-title .bx-pager a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 0;
  color: #fff;
  margin: 4px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
body.page-template-destinations .hero-title .bx-pager a.active,
body.page-template-destinations .hero-title .bx-pager a:hover,
body.page-template-intro-options .hero-title .bx-pager a.active,
body.page-template-intro-options .hero-title .bx-pager a:hover,
body.page-template-thema .hero-title .bx-pager a.active,
body.page-template-thema .hero-title .bx-pager a:hover {
  background: #fff;
}
body.page-template-destinations #slider,
body.page-template-intro-options #slider,
body.page-template-thema #slider {
  display: none;
}
body.page-template-destinations .page-title .legend,
body.page-template-intro-options .page-title .legend {
  font-size: .8em;
  line-height: 1.1em;
  margin-bottom: 15px;
  font-weight: 900;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
body.page-template-thema .page-title {
  margin-bottom: 50px;
}
body.single-formule .descriptif-formule h3 {
  font-size: 1.3em;
  line-height: 1em;
  font-weight: 900;
  margin: 0;
  color: #e10000;
}
body.single-formule .descriptif-formule h4 {
  font-weight: 500;
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
body.page-template-intro-formules .formula-list .formula .excerpt ol li,
body.page-template-intro-formules .formula-list .formula .excerpt ul li,
body.single-pays .formula-list .formula .excerpt ol li,
body.single-pays .formula-list .formula .excerpt ul li {
  padding-left: 20px;
  margin-bottom: 8px;
  position: relative;
}
body.page-template-intro-formules .formula-list .formula .excerpt ol li:before,
body.page-template-intro-formules .formula-list .formula .excerpt ul li:before,
body.single-pays .formula-list .formula .excerpt ol li:before,
body.single-pays .formula-list .formula .excerpt ul li:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  color: #e10000;
}
body.single-formule .resume-formule li.activites:before,
body.single-formule .resume-formule li.effectif:before,
body.single-formule .resume-formule li.hebergement:before,
body.single-formule .resume-formule li.horaires:before,
body.single-formule .resume-formule li.options:before,
body.single-formule .resume-formule li.voyage:before {
  width: 30px;
  height: 30px;
  background: url(../img/pictos-sejour-2017.png) no-repeat 0 -60px;
  content: " " !important;
}
body.single-formule .resume-formule li.activites,
body.single-formule .resume-formule li.effectif,
body.single-formule .resume-formule li.hebergement,
body.single-formule .resume-formule li.horaires,
body.single-formule .resume-formule li.options,
body.single-formule .resume-formule li.voyage {
  padding-left: 34px!important;
  margin-bottom: 10px;
}
body.single-formule .resume-formule li.effectif:before {
  background-position: 0 0;
}
body.single-formule .resume-formule li.horaires:before {
  background-position: -30px 0;
}
body.single-formule .resume-formule li.hebergement:before {
  background-position: -60px 0;
}
body.single-formule .resume-formule li.voyage:before {
  background-position: -180px 0;
}
body.single-formule .resume-formule li.activites:before {
  background-position: -240px 0;
}
body.single-formule .resume-formule li.options:before {
  background-position: -270px 0;
}
.single-formule ul.list-flags,
body.page-template-destinations ul.list-flags,
body.page-template-hebergement ul.list-flags {
  background: #fff;
  padding: 20px;
  text-align: center;
}
.single-formule ul.list-flags li,
body.page-template-destinations ul.list-flags li,
body.page-template-hebergement ul.list-flags li {
  display: inline-block;
  vertical-align: top;
  width: 8.5%;
  margin: 0 .5%;
  text-align: center;
}
.single-formule ul.list-flags li:before {
  display: none;
}
.single-formule ul.list-flags li a,
body.page-template-destinations ul.list-flags li a,
body.page-template-hebergement ul.list-flags li a {
  text-decoration: none;
  font-size: x-small;
  line-height: 1.3em;
  display: block;
}
.single-formule ul.list-flags li a:hover,
body.page-template-destinations ul.list-flags li a:hover,
body.page-template-hebergement ul.list-flags li a:hover {
  color: #e10000;
}
.single-formule ul.list-flags li .flag,
body.page-template-destinations ul.list-flags li .flag,
body.page-template-hebergement ul.list-flags li .flag {
  max-width: 50%;
  margin: 0 auto 3px;
  display: block;
  position: relative;
  overflow: hidden;
}
.single-formule ul.list-flags {
  padding: 0;
}
.single-formule ul.list-flags li {
  min-width: 7.5%;
  padding: 0;
  margin: 0 7px 15px;
}
.single-formule ul.list-flags li .flag,
body.page-template-destinations ul.list-flags li .flag,
body.page-template-hebergement ul.list-flags li .flag {
  max-width: 70%;
  border: 1px solid #ddd;
}
.single-formule ul.list-flags li .flag div.img,
body.page-template-destinations ul.list-flags li .flag div.img,
body.page-template-hebergement ul.list-flags li .flag div.img {
  width: 100%;
  height: 100%;
}
.single-formule ul.list-flags li img,
body.page-template-destinations ul.list-flags li img,
body.page-template-hebergement ul.list-flags li img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all 0.3s;
}
.single-formule ul.list-flags li div.img:hover img,
body.page-template-destinations ul.list-flags li div.img:hover img,
body.page-template-hebergement ul.list-flags li div.img:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
body.page-template-destinations .countries {
  margin: 20px 0;
}
body.page-template-destinations .countries div.country,
body.page-template-destinations .countries div.testimonials {
  float: left;
  margin: 1% 0 1% 1.6%;
}
body.page-template-destinations .countries div.country:nth-child(odd) {
  margin-left: 0;
}
body.page-template-destinations .countries a.thumbnail {
  display: block;
  position: relative;
}
body.page-template-destinations .countries a.thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
body.page-template-destinations .countries a.button {
  display: table-cell;
  vertical-align: middle;
  width: 38%;
  background: #27a5cc;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2em;
}
body.page-template-destinations .countries .about {
  display: table;
}
body.page-template-destinations .countries .excerpt {
  display: table-cell;
  background: #fff;
  float: right;
  padding: 25px 15px 35px;
  font-size: .85em;
  line-height: 1.5em;
  position: relative;
}
body.page-template-destinations .countries .excerpt p {
  margin: 0;
}
body.page-template-destinations .countries .excerpt > a {
  display: inline-block;
  background: #27a5cc;
  color: #fff;
  padding: 5px 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  text-decoration: none;
  font-size: 1.2em;
}
body.page-template-destinations .countries a.thumbnail:before {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  padding-bottom: 20%;
  content: " ";
  background: no-repeat right top;
  background-size: contain;
}
#sidebar .related-stays .sejour.country-1an a.thumbnail:before,
body.page-template-destinations #country-1an a.thumbnail:before,
body.single-pays .hero-title.country-1an:after {
  background-image: url(../img/drapeaux/angle-droit-angleterre.png);
}
#sidebar .related-stays .sejour.country-2ma a.thumbnail:before,
body.page-template-destinations #country-2ma a.thumbnail:before,
body.single-pays .hero-title.country-2ma:after {
  background-image: url(../img/drapeaux/angle-droit-malte.png);
}
#sidebar .related-stays .sejour.country-4ir a.thumbnail:before,
body.page-template-destinations #country-4ir a.thumbnail:before,
body.single-pays .hero-title.country-4ir:after {
  background-image: url(../img/drapeaux/angle-droit-irlande.png);
}
#sidebar .related-stays .sejour.country-3ec a.thumbnail:before,
body.page-template-destinations #country-3ec a.thumbnail:before,
body.single-pays .hero-title.country-3ec:after {
  background-image: url(../img/drapeaux/angle-droit-ecosse.png);
}
#sidebar .related-stays .sejour.country-usa a.thumbnail:before,
body.page-template-destinations #country-usa a.thumbnail:before,
body.single-pays .hero-title.country-usa:after {
  background-image: url(../img/drapeaux/angle-droit-usa.png);
}
#sidebar .related-stays .sejour.country-can a.thumbnail:before,
body.page-template-destinations #country-can a.thumbnail:before,
body.single-pays .hero-title.country-can:after {
  background-image: url(../img/drapeaux/angle-droit-canada.png);
}
#sidebar .related-stays .sejour.country-aus a.thumbnail:before,
body.page-template-destinations #country-aus a.thumbnail:before,
body.single-pays .hero-title.country-aus:after {
  background-image: url(../img/drapeaux/angle-droit-australie.png);
}
#sidebar .related-stays .sejour.country-6rf a.thumbnail:before,
body.page-template-destinations #country-6rf a.thumbnail:before,
body.single-pays .hero-title.country-6rf:after {
  background-image: url(../img/drapeaux/angle-droit-allemagne.png);
}
#sidebar .related-stays .sejour.country-8es a.thumbnail:before,
body.page-template-destinations #country-8es a.thumbnail:before,
body.single-pays .hero-title.country-8es:after {
  background-image: url(../img/drapeaux/angle-droit-espagne.png);
}
#sidebar .related-stays .sejour.country-5fr a.thumbnail:before,
body.page-template-destinations #country-5fr a.thumbnail:before,
body.single-pays .hero-title.country-5fr:after {
  background-image: url(../img/drapeaux/angle-droit-france.png);
}
body.page-template-destinations .about a {
  -moz-transition: background 0.5s ease-out;
  -webkit-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
body.page-template-destinations .about a:hover {
  background: #094578;
}
body.page-template-destinations .countries div.testimonials {
  background: #fff;
  padding: 0 7.5%;
  text-align: center;
  color: #27a4cb;
}
body.page-template-destinations .countries div.testimonials .vertical-wrapper {
  line-height: 1.4em;
  display: inline-block;
  vertical-align: middle;
}
body.page-template-destinations .countries div.testimonials strong {
  font-size: 1.5em;
  line-height: 1.5em;
}
body.page-template-hebergement ul.list-flags {
  padding: 0;
}
body.page-template-hebergement ul.list-flags li {
  width: 8%;
  margin: 0 1%;
  padding: 0;
}
body.page-template-hebergement ul.list-flags li:before {
  content: "";
}
body.page-template-hebergement ul.list-flags li span.label {
  line-height: 1.3em;
  font-size: .9em;
  display: block;
}
body.page-template-hebergement ul.list-flags li a:before {
  max-width: 60px;
  padding-bottom: 35%;
}
body.page-template-hebergement .offre-sejours .title {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
body.page-template-hebergement .offre-sejours .title h2 {
  margin: 0;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  line-height: 1.44em;
  margin-bottom: 20px;
  padding: 0 20%;
}
body.page-template-hebergement .offre-sejours .title .red-button {
  position: absolute;
  right: 0;
  top: 0;
}
body.page-template-hebergement .offre-sejours .excerpt {
  line-height: 1.4em;
  margin-bottom: 15px;
}
body.error404 main {
  background: #fff;
}
section.error-404 {
  text-align: center;
  font-size: 1.3em;
  min-height: 120px;
}
section.error-404 h2 {
  font-weight: 200 !important;
}
section.error-404 p {
  font-weight: 200 !important;
}
ul.list-flags li.flag-1an a:before {
  background-image: url(../img/drapeaux/angleterre.png);
}
ul.list-flags li.flag-2ma a:before {
  background-image: url(../img/drapeaux/malte.png);
}
ul.list-flags li.flag-4ir a:before {
  background-image: url(../img/drapeaux/irlande.png);
}
ul.list-flags li.flag-3ec a:before {
  background-image: url(../img/drapeaux/ecosse.png);
}
ul.list-flags li.flag-usa a:before {
  background-image: url(../img/drapeaux/usa.png);
}
ul.list-flags li.flag-can a:before {
  background-image: url(../img/drapeaux/canada.png);
}
ul.list-flags li.flag-aus a:before {
  background-image: url(../img/drapeaux/australie.png);
}
ul.list-flags li.flag-6rf a:before {
  background-image: url(../img/drapeaux/allemagne.png);
}
ul.list-flags li.flag-8es a:before {
  background-image: url(../img/drapeaux/espagne.png);
}
.mfp-bottom-bar {
  font-size: 0.9em;
}
.mfp-bottom-bar .mfp-title {
  font-size: .9em;
  color: #444;
}
.theme-intro-hero-scene {
  margin-bottom: 20px;
}
#lec-themas .option-thumb,
.theme-intro-hero-scene a {
  position: relative;
  margin-right: 8px;
  margin-bottom: 8px;
  vertical-align: top;
  float: left;
  display: block;
}
.theme-intro-hero-scene a {
  float: left;
  margin: 0;
  margin-right: 2%;
  width: 23.5%;
}
.theme-intro-hero-scene a:last-child {
  margin-right: 0;
}
#lec-themas .option-thumb img,
.theme-intro-hero-scene img {
  display: block;
  width: 100%;
  height: auto;
}
.theme-intro-hero-scene img {
  margin: 0;
}
#lec-themas .option-thumb a .title,
.theme-intro-hero-scene a .title {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5% 5%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 3;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.theme-intro-hero-scene a:hover .title {
  background: rgba(0, 0, 0, 0.5);
}
.theme-intro-hero-scene a .title {
  padding: 0;
  height: 100%;
  line-height: 330px;
  background: 0 0;
}
.theme-intro-hero-scene a .title > span {
  padding: 5% 10%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.3em;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.theme-intro-hero-scene a:hover .title > span {
  background: 0 0;
}
#lec-themas .option-thumb {
  width: 19%;
  margin-right: 1%;
  margin-bottom: 1%;
}
#lec-themas .option-thumb a span.over,
#lec-themas .option-thumb a span.play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/play-light.png) no-repeat center center;
  z-index: 3;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#lec-themas .option-thumb a span.over {
  background-image: none;
}
#lec-themas .option-thumb a:hover span.over {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#lec-themas .option-thumb a .title {
  font-size: .9em;
  line-height: 1.2em;
}
#lec-themas .option-thumb a:hover .title,
#lec-themas .option-thumb a:hover span.play {
  background-color: transparent;
  background-position: center center;
}
#lec-themas .option-thumb a:hover span.play {
  opacity: 0.3;
}
a.goto-sejours {
  display: block;
  padding: 15px;
  text-align: center;
  background: #e10000;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 1em;
}
#sidebar .related-stays {
  margin-bottom: 40px;
}
#sidebar .formulas-title,
#sidebar .promo-title,
#sidebar .related-stays h3 {
  text-transform: uppercase;
  line-height: 1.2em;
  font-weight: 900;
  color: #e10000;
  margin-bottom: 10px;
}
#sidebar .formulas-title,
#sidebar .related-stays h3.college,
#sidebar .related-stays h3.famille {
  position: relative;
  padding-left: 36px;
  min-height: 32px;
}
#sidebar .formulas-title:before,
#sidebar .related-stays h3.college:before,
#sidebar .related-stays h3.famille:before {
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  content: " ";
  background: url(../img/pictos-hebergement.png) no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 0;
}
#sidebar .formulas-title.famille:before,
#sidebar .related-stays h3.famille:before {
  background-position: -28px 0;
}
#sidebar .formula,
#sidebar .related-stays .sejour,
#sidebar ul.type-hebergement-pays li {
  background: #fff;
  padding: 4px 35px 4px 4px;
  margin-bottom: 15px;
  border: 1px solid #333;
  background: #fff url(../img/chevron-right.png) no-repeat right center;
}
#sidebar .formula:hover,
#sidebar .related-stays .sejour:hover,
#sidebar ul.type-hebergement-pays li:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#sidebar .dates > .formula {
  background: 0 0;
  padding: 0;
  margin: 0;
}
#sidebar .formula a.thumbnail,
#sidebar .related-stays .sejour a.thumbnail {
  display: block;
  width: 20%;
  float: left;
  position: relative;
}
#sidebar .formula a.thumbnail img,
#sidebar .related-stays .sejour a.thumbnail img {
  display: block;
}
#sidebar .formula h4,
#sidebar .related-stays .sejour h4 {
  float: right;
  width: 76%;
  font-size: .8em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4em;
}
#sidebar .formula h4 a,
#sidebar .related-stays .sejour h4 a {
  text-decoration: none;
  display: block;
}
#sidebar .formula h4 a:hover,
#sidebar .related-stays .sejour h4 a:hover {
  color: #e10000;
}
#sidebar .related-stays .sejour a.thumbnail:before {
  width: 60%;
  height: 60%;
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#sidebar .related-stays .desc {
  font-size: .75em;
  line-height: 1.3em;
  color: #777;
  float: right;
  width: 76%;
  margin-top: 3px;
}
#sidebar ul.type-hebergement-pays li img {
  max-width: 20%;
  display: inline-block;
  vertical-align: middle;
}
#sidebar ul.type-hebergement-pays li span {
  display: inline-block;
  vertical-align: middle;
  max-width: 78%;
  font-size: .8em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 1%;
}
#sidebar ul.type-hebergement-pays li a {
  display: block;
  text-decoration: none;
}
#sidebar ul.type-hebergement-pays li a:hover {
  color: #e20000;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  width: 240px;
  background-color: #3b3b4d;
  padding: 10px!important;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 200%;
  left: 50%;
  margin-left: -120px;
  display: none;
}
.tooltip .tooltiptext:after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #3b3b4d transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -15px;
}
div.arguments {
  padding: 20px;
}
div.arguments div.title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.2em;
  text-transform: uppercase;
}
div.arguments ul.args {
  text-align: center;
}
div.arguments ul.args h4 {
  font-size: .9em;
  margin: 10px;
  text-align: center;
}
div.arguments ul.args li {
  display: inline-block;
  vertical-align: top;
  width: 19%;
}
div.arguments ul.args li em {
  font-style: normal;
  vertical-align: middle;
  line-height: 1.3em;
  padding-left: 20px;
}
div.arguments ul.args li span.icon {
  display: block;
  margin: 0 auto 10px;
  width: 90px;
  height: 50px;
  background: url(../img/home/pictos-homepage.png) no-repeat 0 0;
}
div.arguments ul.args li a {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.2em;
}
div.arguments ul.args li.pays span.icon {
  background-position: -90px 0;
}
div.arguments ul.args li.progres span.icon {
  background-position: -270px 0;
}
div.arguments ul.args li.satisfaction span.icon {
  background-position: -360px 0;
}
div.arguments ul.args li.professeurs span.icon {
  background-position: -180px 0;
}
div.arguments ul.args li.covid strong {
  font-weight: 800;
  color: #5fd1f5;
  font-size: 30px;
  line-height: 50px;
  display: block;
  margin: 0 auto 10px;
}
div.arguments ul.args li.covid em {
  display: inline;
  padding: 0;
  font-weight: 600;
  font-style: normal;
}
#blocks h2,
#tiles .lec-tile.wysiwyg_block h2,
.content section h2 {
  font-size: 1.4em;
  font-weight: 400;
  margin: 1em 0 .5em;
  color: #27a5cc;
}
.content section h2 {
  font-size: 1.2em;
}
.content section h2:first-child,
.content section h2:first-child strong {
  font-weight: 700 !important;
}
#blocks h3,
#tiles .lec-tile.wysiwyg_block h3,
.content section h3 {
  font-size: 1.2em;
  font-weight: 600;
  margin: .5em 0 .5em;
  color: #094578;
}
#blocks h4,
#tiles .lec-tile.wysiwyg_block h4,
.content section h4 {
  font-weight: 600;
  color: #000;
  margin: 0.5em 0 0.5em;
}
#blocks p,
#tiles .lec-tile.wysiwyg_block p,
.content section p {
  margin-bottom: 1em;
}
#blocks ol,
#blocks ul,
#tiles .lec-tile ol,
#tiles .lec-tile ul,
.content section ol,
.content section ul {
  margin-bottom: 1em;
}
#blocks li,
#tiles .lec-tile li,
.content section li {
  margin-bottom: .5em;
  padding-left: 1em;
  position: relative;
}
#blocks li li:first-child,
#tiles .lec-tile li li:first-child,
.content section li li:first-child {
  margin-top: 0.5em;
}
#blocks li:before,
#tiles .lec-tile li:before,
.content section li:before {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  left: 0;
  top: auto;
  color: #27a5cc;
}
#blocks ol,
#tiles .lec-tile ol,
.content section ol {
  margin-left: 1.15em;
}
#blocks ol li:before,
#tiles .lec-tile ol li:before,
.content section ol li:before {
  content: "\f111";
  font-size: .5em;
  color: #abdaea;
}
#blocks li li:before,
#tiles .lec-tile li li:before,
.content section li li:before {
  content: "\f111";
  font-size: 0.25em;
}
.content .bluebg li:before {
  color: #fff;
}
.content .bluebg h2 {
  color: #fff;
}
.content section h2.subtitle {
  font-size: 1.1em;
  color: #e20000;
  margin-top: 0;
  margin-bottom: 1em;
  text-transform: uppercase;
  text-align: left;
  padding-left: 15px;
  border-left: 4px solid #27a5cc;
}
.content .group {
  clear: both;
  padding: 0;
  margin: 0;
}
.content .group .col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}
.content .group .col:first-child {
  margin-left: 0;
}
.content .group:after,
.content .group:before {
  content: "";
  display: table;
}
.content .group:after {
  clear: both;
}
.content .group {
  zoom: 1;
}
.content .span-4-4 {
  width: 100%;
}
.content .span-3-4 {
  width: 74.6%;
}
.content .span-2-4 {
  width: 49.2%;
}
.content .span-1-4 {
  width: 23.8%;
}
@media only screen and (max-width: 767px) {
  .content .col {
    margin: 1% 0 1% 0;
  }
  .content .span-1-4,
  .content .span-2-4,
  .content .span-3-4,
  .content .span-4-4 {
    width: 100%;
  }
}
.content section .col .video-container:first-child,
.content section .col h2:first-child,
.content section .col h3:first-child,
.content section .col h4:first-child {
  margin-top: 0;
}
.content .group {
  padding: 15px;
  background: #fff;
  margin-bottom: 25px;
}
.content .group.nomargin {
  margin: 0;
}
.content .group.bluebg {
  background: #27a5cc;
  color: #fff;
}
div.content.wrapper div.collapse {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  padding: 0 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
div.content.wrapper div.collapse > div {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in;
}
div.content.wrapper div.collapse.opened > div {
  max-height: 99em;
}
div.content.wrapper div.collapse .collapse-title {
  padding-right: 2em;
  padding-top: .5em;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  font-size: 1.1em;
  color: #e10000;
  padding-bottom: 0.5em;
}
div.content.wrapper div.collapse .collapse-title:after {
  font-family: FontAwesome;
  content: "\f078";
  position: absolute;
  right: 0;
  top: auto;
}
div.content.wrapper div.collapse.opened .collapse-title {
  margin-bottom: 1em;
}
div.content.wrapper div.collapse.opened .collapse-title:after {
  content: "\f077";
  color: #27a5cc;
}
div.content.wrapper div.objectif {
  background: #def2f7;
  padding: 5px 15px;
  margin-bottom: 10px;
}
body.single-formule div.content.wrapper div.objectif {
  background-color: #27a5cc;
  color: #fff;
}
body.single-formule div.content.wrapper div.objectif * {
  color: inherit !important;
}
body.single-formule div.content.wrapper div.objectif li:before {
  color: #fff;
}
body.single-formule div.content h2 {
  font-weight: 700;
  text-transform: uppercase;
  color: #e10000;
  margin-top: 1.5em;
}
body.single-formule #lec-themas h3 {
  font-size: 1.4em;
  line-height: 1.2em;
  margin: 2em 0 1em;
  text-transform: uppercase;
}
.mosaique-pays {
  margin: 30px 0;
}
.mosaique-pays .liste-pays {
  margin: 0;
}
.mosaique-pays .liste-pays li {
  float: left;
  padding-bottom: 20%;
  width: 33.3333333333%;
  margin: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
}
.mosaique-pays .liste-pays li.country-0 {
  width: 28%;
}
.mosaique-pays .liste-pays li.country-1,
.mosaique-pays .liste-pays li.country-2,
.mosaique-pays .liste-pays li.country-3 {
  width: 24%;
}
.mosaique-pays .liste-pays li.country-6,
.mosaique-pays .liste-pays li.country-7,
.mosaique-pays .liste-pays li.country-8,
.mosaique-pays .liste-pays li.country-9 {
  width: 25%;
}
.mosaique-pays .liste-pays li a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
.mosaique-pays .liste-pays li a .label {
  text-transform: uppercase;
  font-size: 1.6em;
  height: 3em;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -1.5em;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.mosaique-pays .liste-pays li a .label:after {
  display: block;
  width: 120px;
  content: "en savoir plus";
  font-size: .7rem;
  padding: 2px 0;
  margin: 10px auto 0;
  background: #27a6cd;
}
.mosaique-pays .liste-pays li a:hover {
  background: rgba(0, 0, 0, 0.5);
}
.mosaique-pays .liste-pays li a:hover .label {
  opacity: 1;
}
.mosaique-pays .liste-pays li.title small {
  display: none;
}
.mosaique-pays .liste-pays li.title .discover a {
  background: url('../img/home/titre-9pays.png') no-repeat center center;
  background-size: contain;
}
div.content.wrapper div.resume {
  padding: 5px 15px;
  margin-bottom: 10px;
  border: 1px solid #def2f7;
}
div.content.wrapper div.resume h2 {
  color: #e10000;
  margin-top: 0;
}
div.content.wrapper div.resume li {
  padding-left: 1.5em;
}
div.content.wrapper div.resume li:before {
  color: #e10000;
  content: "\f00c";
  font-size: 0.8em;
}
table.tablepress {
  clear: both;
  border: 1px solid #fff;
  font-size: .8em;
  line-height: 1.2em;
  margin-bottom: 30px;
}
table.tablepress th {
  background-color: #0093c2!important;
  color: #fff;
  text-align: center;
}
table.tablepress td {
  text-align: center;
  vertical-align: middle!important;
  background: #def2f7!important;
  border-right: 1px solid #fff;
  border-color: #fff !important;
}
table.tablepress td:last-child {
  border-right: none;
}
table.tablepress td strong {
  color: #27a6cf;
  font-weight: 400;
}
table.tablepress td.column-1,
table.tablepress td.column-1 strong {
  background: #8bd7f2!important;
  color: #094578;
}
.page-template-intro-formules .intro > h2 {
  font-size: 1.4em;
  line-height: 1.2em;
  color: #27a5cd;
}
.page-template-brochure section .brochure-img {
  width: 40%;
  float: left;
}
.page-template-brochure section .page-content {
  width: 56%;
  float: right;
}
.page-template-brochure p.required-label {
  font-size: .8em;
  color: #999;
}
.page-template-brochure span.required {
  color: #e10000;
}
.page-template-brochure #brochure .alertbox {
  display: none;
}
.page-template-brochure #brochure button {
  display: inline-block;
  background: #e10000;
  border: 4px solid #e10000;
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  padding: 1em 2.5em;
}
.page-template-brochure section .brochure-img img.couv-unosel {
  display: block;
  margin: 30px auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
ul.ui-autocomplete {
  font-size: .8em;
  font-family: Roboto;
}
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: none!important;
  background: #eee !important;
}
.page-template-brochure section h2,
.page-template-brochure-confirm section h2 {
  margin-top: 0;
}
.page-template-brochure-confirm #sidebar a.facebook {
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  text-decoration: none;
  line-height: 1.3em;
  position: relative;
  padding-left: 46px;
  margin-bottom: 1.5em;
}
.page-template-brochure-confirm #sidebar a.facebook:before {
  content: "\f230";
  font-family: FontAwesome;
  font-size: 42px;
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  color: #3b5998;
}
.page-template-brochure-confirm #sidebar h3 {
  margin: 1em 0;
  line-height: 1.3em;
}
.page-template-brochure-confirm #sidebar img {
  display: block;
  margin: 25px auto;
}
body.search h1 {
  font-size: 2em;
  line-height: 1.1em;
  margin: .5em 0;
  text-transform: uppercase;
  color: #27a5cd;
}
body.search h1 strong {
  color: #094578;
}
body.page-template-videos #videos-list,
body.search #masonry {
  margin-left: -1%;
}
body.page-template-videos #videos-list .video-lec,
body.search #masonry article {
  width: 23%;
  margin: 0 1% 20px;
  float: left;
  background: #fff;
  padding: 15px;
  position: relative;
  padding-bottom: 40px;
}
body.page-template-videos #videos-list .video-lec h3 a,
body.search #masonry article h2 a {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: .5em;
  display: block;
  text-decoration: none;
}
body.page-template-videos #videos-list .video-lec h3 a:hover,
body.search #masonry article h2 a:hover {
  color: #e10000;
}
body.search #masonry article .excerpt {
  font-size: .8em;
  line-height: 1.4em;
  color: #555;
}
body.search #masonry article a.read-more {
  position: absolute;
  right: 15px;
  bottom: 0;
  display: inline-block;
  padding: 5px 15px;
  background-color: #27a5cd;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
body.search #masonry article a.read-more:hover {
  background-color: #e10000;
}
body.page-template-intro-candidatures section h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.8em;
}
ul#menu-candidatures {
  margin-bottom: 25px;
}
ul#menu-candidatures li a {
  display: block;
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: .85em;
  line-height: 1.2em;
}
ul#menu-candidatures li a:hover {
  color: #e00000;
}
ul#menu-candidatures li.current-menu-item a {
  color: #094578;
}
#page-nav {
  margin: 30px 0;
}
#page-nav a,
#page-nav span {
  display: inline-block;
  margin-right: 10px;
  font-size: .8em;
  line-height: 1em;
  padding: 6px 8px;
  text-decoration: none;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#page-nav a:hover {
  color: #e10000;
}
#page-nav span.current {
  background: #27a5cd;
  color: #fff;
}
body.page-template-videos .first-video {
  background: #fff;
  padding: 15px;
  margin: 0 1% 25px;
  width: 100%;
}
body.page-template-videos .first-video .video-player {
  width: 66%;
  float: left;
}
body.page-template-videos .first-video .intro-content {
  width: 32%;
  float: right;
}
body.page-template-videos section > h2 {
  margin-top: 0;
}
body.page-template-videos #videos-list .video-lec h3 a small {
  font-weight: 300;
  font-size: .8em;
  display: block;
}
body.page-template-videos #videos-list img {
  display: block;
}
body.page-template-videos #videos-list a.thumbnail {
  display: block;
  position: relative;
}
body.page-template-videos #videos-list a.thumbnail:before {
  content: " ";
  background: rgba(0, 0, 0, 0.2) url(../img/play-light.png) no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -moz-transition: background 0.3s ease-in;
  -webkit-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}
body.page-template-videos #videos-list a.thumbnail:hover:before {
  background-color: rgba(0, 0, 0, 0.7);
}
#tiles {
  margin-left: -1%;
}
#tiles .lec-tile {
  width: 48%;
  margin: 0 1% 20px;
  float: left;
  background: #fff;
  font-size: 0.95em;
}
#tiles .lec-tile .tile-col {
  width: 50%;
  float: left;
}
#tiles .lec-tile .tile-col.blue-bg {
  background: #27a5cc;
  color: #fff;
}
#tiles .video-container {
  margin: 0;
}
#tiles .lec-tile.blue_title_block .tile-col.left {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#tiles .mosaique-pays {
  margin: 0;
}
#tiles .mosaique-pays ul.liste-pays {
  margin: 0;
}
#tiles .mosaique-pays ul.liste-pays li {
  padding: 0 0 20%;
  margin: 0;
}
#tiles .mosaique-pays ul.liste-pays li:before {
  content: "";
  display: none;
}
#tiles .mosaique-pays ul.liste-pays li .discover {
  margin: 0;
}
#tiles .mosaique-pays ul.liste-pays li h3.label {
  margin: 0;
  color: #fff;
  font-size: .8em;
  line-height: 1em;
}
#tiles .mosaique-pays ul.liste-pays li h3.label:after {
  display: none;
}
#blocks .lec-block .block-col.image .inner,
#tiles .lec-tile.blue_title_block .inner {
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 10px;
}
#blocks .lec-block .block-col.image .inner h2,
#tiles .lec-tile.blue_title_block .inner h2 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6em;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #fff;
  z-index: 1;
}
#blocks .lec-block .block-col.image .inner h2 a,
#tiles .lec-tile.blue_title_block .inner h2 a {
  color: #fff;
  text-decoration: none;
}
#blocks .lec-block .block-col.image .inner:before,
#tiles .lec-tile.blue_title_block .inner:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: " ";
  background: rgba(39, 166, 207, 0.7);
  width: 100%;
  height: 100%;
  z-index: 0;
}
#tiles .lec-tile .padding,
#tiles .lec-tile.blue_title_block .tile-col.right,
#tiles .lec-tile.columns_block .tile-col.right {
  padding: 15px;
}
#tiles .lec-tile.blue_title_block .tile-col.right h3,
#tiles .lec-tile.columns_block_triple h2 {
  color: #27a5cc;
  font-size: 1.3em;
  margin-bottom: 0.5em;
}
#tiles .lec-tile.wysiwyg_block h2:first-child {
  margin-top: 0;
}
#tiles .lec-tile.wysiwyg_block img:last-of-type,
#tiles .lec-tile.wysiwyg_block p:last-of-type {
  margin: 0;
  display: block;
}
#tiles .lec-tile.columns_block_triple:after,
#tiles .lec-tile.columns_block_triple:before {
  content: " ";
  display: table;
  clear: both;
}
#tiles .lec-tile.columns_block_triple {
  width: 100%;
  background: 0 0;
  font-size: 0.85em;
}
#tiles .lec-tile.columns_block_triple .tile-col {
  width: 32.3333%;
  padding: 15px;
}
#tiles article.testimonial_block {
  padding: 15px;
  background: 0 0;
  text-align: center;
  color: #777;
  font-style: italic;
}
#tiles article.testimonial_block strong {
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 400;
  font-style: normal;
  color: #27a5cc;
}
#tiles article.testimonial_block strong:after,
#tiles article.testimonial_block strong:before {
  margin: 0 .5em;
  font-family: FontAwesome;
  content: "\f10d";
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3em;
  color: #bee3ef;
}
#tiles article.testimonial_block strong:after {
  content: "\f10e";
}
#blocks :first-child,
#tiles > div :first-child {
  margin-top: 0;
}
#blocks :last-child,
#tiles > :last-child {
  margin-bottom: 0;
}
#tiles a.bouton.rouge,
section.white a.bouton.rouge {
  background: #e10000;
  color: #fff;
  font-size: 1.1em;
  border: none;
  padding: 20px 30px;
  margin: 30px auto;
  display: inline;
  text-decoration: none;
}
#tiles a.bouton.rouge:after,
section.white a.bouton.rouge:after {
  content: "\f105";
  font-family: FontAwesome;
  vertical-align: middle;
  margin-left: 0.5em;
}
#tiles a.bouton.rouge {
  display: inline-block;
}
#blocks .lec-block {
  background: #fff;
  margin-bottom: 25px;
}
#blocks .img-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#blocks .blue-bg {
  background: #27a5cc;
}
.blue-bg a {
  color: #fff !important;
}
#blocks .blue-bg *,
#blocks .blue-bg :before {
  color: #fff;
}
#blocks .left_image .block-col.image {
  width: 33%;
  float: left;
}
#blocks .content {
  padding: 15px;
}
#blocks .blue_half .block-col.content,
#blocks .left_image .block-col.content {
  width: 66%;
  float: right;
}
#blocks .blue_half .block-col.image,
#blocks .right_image_half .block-col.image {
  float: right;
  width: 50%;
}
#blocks .blue_half .block-col.content,
#blocks .right_image_half .block-col.content {
  float: left;
  width: 50%;
}
#blocks .bloc_third .block-col.left,
#blocks .bloc_third .block-col.right {
  float: left;
  width: 33%;
}
#blocks .bloc_third .block-col.left {
  width: 66%;
}
#blocks .lec-block.twins {
  background: 0 0;
}
#blocks .lec-block.twins .block-col {
  width: 49%;
  float: left;
}
#blocks .lec-block.twins .block-col.right {
  float: right;
  background: #fff;
}
#blocks .twins .block-col .image {
  padding-bottom: 50%;
}
#blocks .block-col.content .temoignages h2 {
  margin-top: -0.5em;
}
#blocks .block-col.content .temoignages p {
  font-size: .8em;
  color: #555;
  line-height: 1.4em;
}
#blocks .block-col.content .temoignages strong {
  font-size: 1.2em;
  font-weight: 400;
  color: #27a5cc;
  display: block;
  padding-left: 1.5em;
}
#blocks .block-col.content .temoignages strong:after,
#blocks .block-col.content .temoignages strong:before {
  font-family: FontAwesome;
  content: "\f10d";
  color: #abdaea;
}
#blocks .block-col.content .temoignages strong:before {
  margin-left: -1.5em;
  margin-right: 0.5em;
}
#blocks .block-col.content .temoignages strong:after {
  margin-left: .6em;
  content: "\f10e";
}
.page-template-thema .temoignages {
  background: 0 0;
  text-align: center;
  color: #777;
  font-size: 1.2em;
  line-height: 1.5em;
  font-style: italic;
  font-weight: 300;
  color: #27a5cc;
  margin: 20px 0 50px;
  position: relative;
  padding: 0 50px;
}
.page-template-thema .temoignages p {
  margin: 0;
}
.page-template-thema .temoignages br {
  display: none;
}
.page-template-thema .temoignages strong {
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 400;
  font-style: normal;
}
.page-template-thema .temoignages:after,
.page-template-thema .temoignages:before {
  display: block;
  margin: 0 .5em;
  font-family: FontAwesome;
  content: "\f10d";
  font-size: 1.3em;
  color: #bee3ef;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-thema .temoignages:after {
  content: "\f10e";
  right: 0;
  left: auto;
  bottom: 0;
  top: auto;
}
#discounts .discount-item img {
  display: block;
  margin-bottom: 20px;
}
body.single-sejour #sidebar #discounts {
  margin-top: 20px;
}
div#tests {
  padding: 0 0 20px;
  background: #fff;
  text-transform: uppercase;
}
div#tests > div {
  width: 48.5%;
  float: left;
}
div#tests:after {
  display: table;
  clear: both;
  content: " ";
}
div#tests > div.half-block {
  background: url(../img/home/test-langue-bg.jpg) no-repeat 0 0;
  background-size: cover;
  position: relative;
  height: 150px;
}
div#tests > div.half-block.covid-19 {
  float: right !important;
}
div#tests .half-block a {
  padding: 0;
  display: block;
  color: #fff;
  text-decoration: none;
  width: 100%;
}
div#tests .half-block.sejour-test {
  float: right;
  background-image: url(../img/home/test-sejour-bg.jpg);
}
body.page-template-hebergement div#tests,
body.page-template-hebergement div#tests > div {
  padding: 0;
  margin: 0 !important;
}
body.page-template-hebergement div#tests > div {
  width: 100%;
  float: none;
}
div#tests .half-block .title {
  background: rgba(253, 0, 0, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  width: 45%;
  height: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 2% 2.5%;
  -o-transition: background 0.4s ease-in-out;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}
div#tests .half-block .title > span {
  font-size: .6em;
  font-weight: 600;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 2em;
}
div#tests .half-block:hover .title {
  background: #fd0000;
}
div#tests .half-block h4 span {
  line-height: 1.3em;
  display: inline-block;
  vertical-align: middle;
}
div#tests .half-block.sejour-test h4 {
  background: rgba(39, 166, 207, 0.7);
  color: #fff;
}
div#tests .half-block.sejour-test:hover h4 {
  background: #27a6cf;
}
div#tests .half-block h4 strong {
  font-weight: 900;
  font-size: 1.5em;
  display: block;
}
div#tests .half-block h4 em {
  font-style: normal;
  font-weight: 600;
  font-size: 1.4em;
}
div#tests .half-block p {
  position: absolute;
  right: 0;
  bottom: 40%;
  margin: 0;
  background: #e10000;
  color: #fff;
  padding: 5px 2%;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  width: 40%;
}
div#tests .half-block p strong {
  font-weight: 900;
  font-size: 1.3em;
  line-height: 1em;
  display: block;
}
div#tests .half-block.sejour-test p {
  background: #27a6cd;
}
div#tests .half-block.sejour-test p strong {
  font-size: 1em;
  display: block;
}
body.page-template-hebergement .intro {
  margin-bottom: 25px;
}
body.page-template-hebergement .intro-hebergement {
  width: 48%;
  float: left;
  margin-right: 2%;
  padding: 15px;
  background: #fff;
}
body.page-template-hebergement #tests {
  float: right;
  width: 50%;
}
body.page-template-hebergement .intro-hebergement h2 {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.3em;
  color: #27a5cc;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
body.page-template-intro-formules div.shortcuts,
body.single-pays div.shortcuts {
  background: #fff;
  padding: 20px;
  text-align: center;
  margin: -20px 0 20px;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.page-template-intro-formules div.shortcuts .shortcuts-inner > div,
body.single-pays div.shortcuts .shortcuts-inner > div {
  float: left;
  width: 32%;
  text-align: left;
  margin-right: 2%;
}
body.single-pays div.shortcuts.one-type .shortcuts-inner > div {
  width: 49%;
}
body.page-template-intro-formules div.shortcuts .shortcuts-inner > div {
  width: 48%;
}
body.page-template-intro-formules div.shortcuts > div:last-child,
body.single-pays div.shortcuts .shortcuts-inner > div:last-child {
  margin: 0;
}
body.page-template-intro-formules div.shortcuts > div a,
body.single-pays div.shortcuts > div a {
  background-color: #19a5d1;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 15px;
  font-size: .85em;
  line-height: 1.3em;
  -moz-transition: background 0.25s ease-in;
  -webkit-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
}
body.page-template-intro-formules div.shortcuts > div a strong {
  display: block;
  margin-bottom: 8px;
}
body.page-template-intro-formules div.shortcuts > div a:hover,
body.single-pays div.shortcuts > div a:hover {
  background-color: #094578;
}
body.page-template-intro-formules div.shortcuts > div a {
  position: relative;
}
body.page-template-intro-formules div.shortcuts div a:before {
  display: block;
  width: 28px;
  height: 28px;
  background: #fff url(../img/pictos-hebergement.png) no-repeat 0 0;
  border: 10px solid #fff;
  content: " ";
  position: absolute;
  left: auto;
  top: auto;
  margin-top: -4px;
  -o-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
}
body.page-template-intro-formules div.shortcuts div.famille a:before {
  background-position: -28px 0;
}
body.single-pays div.shortcuts > div img {
  width: 12%;
  margin-right: 2%;
  max-width: 40px;
}
body.single-pays div.shortcuts span.country-label,
body.single-pays div.shortcuts > div img {
  display: inline-block;
  vertical-align: middle;
}
body.single-pays div.shortcuts span.country-label {
  max-width: 80%;
  text-align: left;
}
body.single-pays div.shortcuts span.country-label:before {
  display: none;
}
body.single-pays div.shortcuts > div span:before {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 1.2em;
  margin-right: .5em;
  color: #fff;
}
#intro-tests {
  width: 104%;
  margin-left: -1.5%;
}
#intro-tests a {
  display: block;
  width: 100%;
  height: 100%;
}
#intro-tests .col {
  width: 30%;
  float: left;
  margin: 1.5%;
  background: url(../img/test-anglais.jpg) no-repeat center center;
  background-size: cover;
}
#intro-tests .col.allemand {
  background-image: url(../img/test-allemand.jpg);
}
#intro-tests .col.espagnol {
  background-image: url(../img/test-espagne.jpg);
}
#intro-tests .col .button {
  width: 80%;
  float: right;
  margin: 20px 0;
  padding: 10px 10px 10px 30%;
  background: rgba(39, 166, 207, 0.7);
  position: relative;
}
#intro-tests .col .button:before {
  display: block;
  background: url(../img/drapeaux/angleterre.png) no-repeat center center;
  background-size: cover;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  z-index: 1;
}
#intro-tests .col.allemand .button:before {
  background-image: url(../img/drapeaux/allemagne.png);
}
#intro-tests .col.espagnol .button:before {
  background-image: url(../img/drapeaux/espagne.png);
}
#intro-tests .col a:hover .button {
  background-color: #27a5cc;
}
#intro-tests .col .button * {
  margin: 0;
  font-size: 1.5em;
  color: #fff;
  text-align: center;
}
#intro-tests .col .button h4 {
  font-weight: 900;
}
#intro-tests .col .button p {
  font-weight: 300;
}
.cta-wrapper {
  text-align: center;
  margin: 20px 0;
}
.cta-wrapper .button.primary {
  display: inline-block;
  text-decoration: none;
  font-size: 1em;
  line-height: 1em;
  text-transform: uppercase;
  padding: .75em 1.5em;
  background: #e10000;
  color: #fff;
  border-style: solid;
  border-color: #e10000;
  border-width: 1px;
  margin: 0 15px 25px;
}
@media only screen and (max-width: 1024px) {
  body.page-template-hebergement .offre-sejours .title h2 {
    padding: 0;
  }
  body.page-template-hebergement .offre-sejours .title .red-button {
    position: relative;
    right: auto;
    top: auto;
  }
  body div.hero-title .page-title {
    font-size: 2em;
  }
}
@media only screen and (max-width: 920px) {
  body div.hero-title .page-title {
    font-size: 1.6em;
    width: 40%;
  }
  body.page-template-videos #videos-list .video-lec,
  body.search #masonry article {
    width: 31.333%;
    margin: 0 1% 20px;
  }
  #blocks .inner h2,
  #tiles .lec-tile.blue_title_block .inner h2 {
    top: auto;
    transform: none;
    padding: 45px 0;
  }
  #intro-tests .col .button * {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 800px) {
  footer .keyword-search form input {
    font-size: x-small;
  }
  footer .keyword-search form button {
    text-align: left;
    padding-left: 2px;
  }
  table.tablepress {
    font-size: x-small;
  }
}
@media only screen and (max-width: 767px) {
  .mob-reset,
  body.page-template-hebergement #tests {
    display: block!important;
    width: 100%!important;
    float: none!important;
    margin: 20px 0 !important;
  }
  .hide-mobile {
    display: none !important;
  }
  header {
    border-bottom: 1px solid #fff;
  }
  header .contact .call-lec small.conseillers,
  header .contact .call-lec small.price,
  header .labels,
  header .logo .baseline {
    display: none;
  }
  header .logo,
  header .logo .site-title {
    display: block;
    width: auto;
    float: none;
    text-align: center;
  }
  header .logo img {
    margin-bottom: 6px;
    max-width: 120px !important;
  }
  header .logo .site-title {
    font-size: 0.8em;
  }
  header .logo .site-title small {
    font-size: 1em;
  }
  header .logo {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 0 5px;
  }
  header {
    position: relative;
  }
  header .contact {
    width: 20%;
    float: none;
    position: absolute;
    right: 15px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: 20px 0 0;
    width: 30%;
    height: 30%;
    padding: 0;
    line-height: 1em;
  }
  header .contact .call-lec strong,
  header .contact .espace-perso {
    font-size: 0;
  }
  header .contact div {
    display: inline-block;
    margin-left: 15px;
  }
  header .contact .call-lec a:before,
  header .contact .espace-perso a:before {
    font-family: FontAwesome;
    content: "\f095";
    font-size: 20px !important;
  }
  header .contact .espace-perso a:before {
    content: "\f007";
  }
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer .wrapper {
    position: relative;
  }
  footer #footer-menu-1,
  footer #footer-menu-2 {
    display: none;
  }
  footer .address img.logo {
    max-width: 20%;
  }
  footer .keyword-search {
    padding: 0;
  }
  footer .hiring {
    margin: 20px 0;
  }
  footer .brochure img,
  footer .hiring .text,
  footer .hiring img {
    float: none;
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
  footer .brochure img {
    width: 38%;
  }
  footer .hiring {
    background: #fff;
    color: #27a5cd;
  }
  footer .hiring .title {
    margin: 0;
  }
  footer .hiring .text {
    width: 65%;
    margin-left: 2%;
  }
  footer .hiring .button {
    background: #27a5cd;
    color: #fff;
  }
  footer ul.socials {
    position: absolute;
    right: 15px;
    top: 0;
  }
  footer ul.socials li.blog {
    display: none;
  }
  footer ul.socials li.facebook a:before {
    content: "\f09a";
    font-size: 24px;
    width: 48px;
    display: block;
    background: #fff;
    color: #27a5cd;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
  }
  footer .keyword-search {
    text-align: left;
  }
  footer .keyword-search form.search-form {
    width: 60%;
  }
  footer .keyword-search a.ce-login {
    width: 36%;
    float: right;
    margin-top: 0;
    padding: 5px;
    font-size: 0.9em;
  }
  footer .footer-widget {
    border: none;
  }
  footer .brochure a,
  footer .brochure div.button {
    max-width: 100%;
    width: 100%;
  }
  body div.hero-title .page-title {
    position: relative;
    width: 100%!important;
    margin: 100px 0 0 20px;
  }
  body.page-template-destinations ul.list-flags {
    padding-bottom: 0;
  }
  .single-formule ul.list-flags li,
  body.page-template-destinations ul.list-flags li,
  body.page-template-hebergement ul.list-flags li {
    width: 19%;
    margin-top: 20px;
  }
  body.page-template-destinations .countries {
    margin: 0;
  }
  body.page-template-destinations .countries a.button {
    display: block;
    font-weight: 600;
    background: rgba(39, 166, 207, 0.7);
    width: auto;
    height: 48px;
    line-height: 48px;
    text-align: left;
    padding-left: 25px;
    margin-top: -48px;
    position: relative;
    z-index: 2;
  }
  body.page-template-hebergement ul.list-flags li a:before {
    max-width: 100%;
    padding-bottom: 50%;
  }
  body div.hero-title .page-title {
    font-size: 1.5em;
  }
  #form-search-sejour-mobile {
    padding: 15px;
    margin: 0 10%;
    position: relative;
  }
  body.home #form-search-sejour-mobile {
    margin: 0 18%;
  }
  body.search-result #form-search-sejour-mobile {
    display: none;
  }
  #form-search-sejour-mobile:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
  #form-search-sejour-mobile button,
  #form-search-sejour-mobile select {
    position: relative;
    z-index: 1;
    width: 100%;
    font-size: 14px;
    background: 0 0;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 5px 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  #form-search-sejour-mobile button {
    background-color: #e00000;
    text-transform: uppercase;
    color: #fff;
    padding: 15px;
  }
  #form-search-sejour-mobile .select-wrapper {
    position: relative;
    z-index: 1;
    background: #fff url(../img/search-arrow.png) no-repeat right center;
    border-right: 10px solid #fff;
    margin-bottom: 15px;
  }
  footer .reminder-cta,
  footer .reminder-toggle a {
    position: fixed;
    bottom: -150px;
    width: 100%;
    z-index: 9;
    background: #fff;
    -moz-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  footer .reminder-toggle a {
    display: inline-block;
    width: 30px;
    height: 30px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    left: 10px;
    background: #df0001;
  }
  footer .reminder-toggle.visible a {
    bottom: 10px;
  }
  footer .reminder-cta.visible {
    bottom: 0;
  }
  footer .reminder-cta li {
    width: 33.3333%;
    float: left;
  }
  footer .reminder-cta.dates {
    bottom: 0 !important;
  }
  footer .reminder-cta.dates li {
    width: 100%;
    float: none;
  }
  footer .reminder-cta li a {
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding: 15px 0;
    font-weight: 900;
    background: #df0001;
    font-size: 14px;
    line-height: 12px;
  }
  footer .reminder-cta li:nth-child(2) a {
    margin: 0 2px;
  }
  footer .reminder-cta li a:hover {
    background: #00536d;
  }
  .page-template-brochure #brochure button {
    width: 100%;
  }
  body.page-template-videos #videos-list .video-lec,
  body.search #masonry article {
    width: 48%;
    margin: 0 1% 20px;
  }
  #blocks .block-col,
  #tiles .lec-tile,
  #tiles .lec-tile.columns_block_triple .tile-col {
    float: none!important;
    width: 100% !important;
  }
  #blocks .block-col.image.img-bg {
    padding-bottom: 50%;
  }
  #blocks .blue_half .block-col.image.img-bg {
    padding-bottom: 0;
  }
  #blocks .lec-block .block-col.image .inner h2 {
    top: auto;
    transform: translateY(0);
  }
  div#tests {
    padding: 0;
  }
  div#tests .half-block {
    height: 130px;
  }
  div#tests .half-block h4 em,
  div#tests .half-block h4 strong,
  div#tests .half-block p strong {
    font-size: 1em;
  }
  div#tests .half-block p {
    line-height: 20px;
    bottom: 20%;
  }
  div#tests .half-block .title {
    line-height: 1.1em;
  }
  .content.wrapper h1 {
    font-size: 1.4em;
  }
  .content section h3 {
    font-size: 1em;
  }
  .content section p,
  .content section li {
    font-size: 0.9em;
  }
  .mosaique-pays .liste-pays li a .label {
    font-size: .6em;
  }
  .mosaique-pays .liste-pays li a .label:after {
    display: none;
  }
  section.white a.bouton.rouge {
    display: block;
    text-align: center;
  }
  body.page-template-destinations .hero-title .bx-pager,
  body.page-template-intro-options .hero-title .bx-pager,
  body.page-template-thema .hero-title .bx-pager {
    display: none;
  }
  body.page-template-intro-formules div.shortcuts div a:before {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto 10px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-videos #videos-list .video-lec,
  body.search #masonry article {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  #tiles .lec-tile.blue_title_block .tile-col.left .inner {
    padding-bottom: 30%;
  }
  body.page-template-hebergement .intro-hebergement h2 {
    top: auto;
    transform: none;
  }
  .single-formule ul.list-flags li a,
  body.page-template-destinations ul.list-flags li a,
  body.page-template-hebergement ul.list-flags li a {
    font-size: xx-small;
  }
  .mfp-bottom-bar .mfp-title {
    padding: 0;
  }
  .mfp-bottom-bar .mfp-counter {
    display: none !important;
  }
}
@media only screen and (max-width: 340px) {
  header .contact .espace-perso a:before,
  header .logo .site-title small {
    display: none;
  }
  header .contact .call-lec a:before {
    font-size: 32px !important;
  }
}
@media only screen and (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
  body.sticky.page.search-result main {
    padding-top: 60px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body.page-template-destinations h1 {
    line-height: 1em;
  }
  body.page-template-destinations h1 .highlight {
    padding: 0;
  }
}
div.content.wrapper div.readmore a.toggle,
div.content.wrapper div.readmore.mobile a.toggle {
  margin: 12px auto 0;
  text-decoration: none;
  line-height: 1em;
  font-size: .9em;
  font-weight: 800;
  display: block;
  text-align: center;
}
div.content.wrapper .blue-bg div.readmore a.toggle,
div.content.wrapper .blue-bg div.readmore a.toggle:hover,
div.content.wrapper .blue-bg div.readmore.mobile a.toggle,
div.content.wrapper .blue-bg div.readmore.mobile a.toggle:hover,
div.content.wrapper .blue-bg div.readmore.opened a.toggle {
  color: #fff;
}
div.content.wrapper div.readmore a.toggle:hover {
  color: #e20000;
}
div.content.wrapper div.readmore a.toggle:after {
  font-family: FontAwesome;
  display: block;
  content: "\f107";
  font-size: 24px;
  margin-bottom: 12px;
}
div.content.wrapper div.readmore.opened a.toggle {
  color: #e10000;
}
div.content.wrapper div.readmore.opened a.toggle:after {
  content: "\f106";
}
div.content.wrapper div.readmore > div {
  max-height: 0;
  overflow: hidden;
  text-align: left;
  opacity: 0;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all 0.5s;
}
div.content.wrapper div.readmore.mobile > div,
div.content.wrapper div.readmore.opened > div {
  max-height: 100%;
  opacity: 1;
}
div.content.wrapper .intro-formules .readmore a.toggle {
  color: #fff!important;
  font-weight: 800;
}
a.play-video .jvFloat {
  position: relative;
  display: inline;
}
.jvFloat .placeHolder {
  position: absolute;
  top: 12px;
  left: 10px;
  width: auto;
  color: #aaa;
  font-size: 12px!important;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 1.2s, opacity 0.1s, visibility 0.1s;
  transition: transform 1.2s,opacity .1s,visibility .1s;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
}
.jvFloat .placeHolder.active {
  top: 40px !important;
}
form span.required {
  color: #e10000;
}
form div.required,
form p.required {
  position: relative;
}
form div.required:after,
form p.required:after {
  content: "*";
  position: absolute;
  left: 8px;
  top: 18px;
  color: #e20000;
  font-size: 13px;
}
form div.completed.typing:after,
form div.required.typing:after,
form p.completed.typing:after,
form p.required.typing:after {
  top: 27px;
}
form div.completed.focusin:after,
form div.required.focusin:after,
form p.completed.focusin:after,
form p.required.focusin:after {
  color: #1ccc1c;
}
#candidate .completed span.required,
.completed.required:after {
  color: #1ccc1c !important;
}
form label.block {
  display: block;
}
form#candidate #birthdpt,
form#candidate #select_commune {
  display: block;
  width: 100%;
}
#candidate .preciser {
  position: relative;
}
#candidate .preciser .jvFloat .placeHolder {
  top: 0;
}
span.exclu-lec {
  display: inline-block;
  background: #e20000;
  margin-right: .3em;
  color: #fff;
  padding: 2px 10px;
  transform: rotate(-4deg);
}
a.dr-download-btn {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  border: 1px solid #27a5cc;
  transition: all 0.4s ease-in-out 0s;
}
a.dr-download-btn:hover {
  color: #094578;
  border-color: #094578;
}
p.unosel-download {
  text-align: center;
  padding: 20px 0;
}
textarea.jvTextarea {
  padding: 14px 14px 14px 20px;
  height: 140px;
}
.jvFloat .placeHolder.textarea {
  top: -85px;
}
#inscrip p.date.active label.placeHolder,
.jvFloat .placeHolder.active {
  display: block;
  visibility: visible;
  -webkit-transform: translate(0, -3.2em);
  -moz-transform: translate(0, -3.2em);
  -o-transform: translate(0, -3.2em);
  -ms-transform: translate(0, -3.2em);
  transform: translate(0, -3.2em);
  -webkit-transition: -webkit-transform 0.3s, opacity 120ms, visibility 120ms;
  transition: transform .3s,opacity 120ms,visibility 120ms;
  opacity: 1;
}
.page-template-cards .testimonials h2 {
  text-align: center;
  font-size: 1.8em;
  font-weight: 600;
  color: #e20000;
  margin-bottom: 30px;
}
.page-template-cards .testimonials .inner-testimonial {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
.page-template-cards .testimonials .inner-testimonial p {
  font-size: 1.2em;
  font-weight: 300;
  margin: 0;
  padding: 0 20px;
  position: relative;
}
.page-template-cards .testimonials .inner-testimonial p:after,
.page-template-cards .testimonials .inner-testimonial p:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f10d";
  position: absolute;
  left: -5px;
  top: 0;
  color: #27a5cd;
  opacity: 0.4;
}
.page-template-cards .testimonials .inner-testimonial p:after {
  left: auto;
  top: auto;
  right: -5px;
  bottom: 0;
  content: "\f10e";
}
.page-template-cards .testimonials .inner-testimonial .author {
  font-weight: 600;
  font-size: .9em;
  color: #27a5cd;
}
.page-template-cards .testimonials .bx-pager {
  text-align: center;
}
.page-template-cards .testimonials .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 8px;
}
.page-template-cards .testimonials .bx-pager a {
  display: inline-block;
  font-size: 2px;
  line-height: 12px;
  width: 12px;
  border-radius: 6px;
  background: #27a5cd;
  opacity: 0.3;
}
.page-template-cards .testimonials .bx-pager a.active,
.page-template-cards .testimonials .bx-pager a:hover {
  opacity: 1;
}
/* play-video-btn */
#slider .play-video,
.page-title .play-video {
  display: block;
  position: absolute;
  width: 110px;
  height: 70px;
  left: 50%;
  margin-left: -55px;
  top: 50%;
  margin-top: -35px;
  font-size: 0;
  background: url('../img/play-btn.svg') no-repeat center center;
  background-size: contain;
}
#slider .play-video span,
.page-title .play-video span {
  display: none;
}
.page-title .play-video {
  left: 0;
  margin-left: 0;
  top: -70px;
}
#side-toolbar {
  display: none;
}
#consignes-sanitaires h1 {
  font-size: 2em;
  font-weight: 600;
}
#consignes-sanitaires h2 {
  font-size: 1.6em;
  line-height: 1.3em;
}
#consignes-sanitaires .footnotes {
  font-size: .8em;
  color: #777;
  margin: 50px 0;
}
#consignes-sanitaires .questions-answers .item {
  padding: 10px 90px 10px 45px;
  position: relative;
  border-bottom: 1px solid #eee;
}
#consignes-sanitaires .questions-answers .item:nth-child(odd) {
  background: #f4f4f4;
}
#consignes-sanitaires .questions-answers .item .context {
  font-size: .9em;
}
#consignes-sanitaires .questions-answers .item .num {
  position: absolute;
  left: 10px;
  top: 20px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  text-align: center;
  line-height: 24px;
  background: #27a5cc;
  color: #fff;
}
#consignes-sanitaires .questions-answers .item .response {
  position: absolute;
  right: 8px;
  top: 15px;
}
#consignes-sanitaires .questions-answers .item .response > span {
  display: inline-block;
  padding: 2px 30px 2px 5px;
  text-transform: uppercase;
  position: relative;
  border-radius: 3px;
  width: 75px;
  text-align: center;
}
#consignes-sanitaires .questions-answers .item .response > span:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  border: 1px solid #ccc;
  position: absolute;
  right: 7px;
  top: 4px;
}
#consignes-sanitaires .questions-answers .item .response > span:after {
  font-family: 'FontAwesome';
  content: "\f00c";
  position: absolute;
  right: 8px;
  top: 2px;
  color: #ddd;
}
#consignes-sanitaires .questions-answers .item .response > span.true {
  font-size: 1.2em;
  font-weight: 600;
}
#consignes-sanitaires .questions-answers .item .response > span.true:before {
  border-color: #34bf49;
}
#consignes-sanitaires .questions-answers .item .response > span.true:after {
  color: #34bf49;
  font-size: 32px;
  right: 0px;
  top: -3px;
}
#consignes-sanitaires .questions-answers .item .response > span.false {
  font-size: 1.2em;
  font-weight: 600;
}
#consignes-sanitaires .questions-answers .item .response > span.false:after {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAeCAMAAADjLDWuAAAAM1BMVEUAAAC9vb28vLy7u7u8vLy8vLz///+7u7u8vLy7u7u6urq7u7u9vb28vLy8vLzBwcG7u7vEygdWAAAAEHRSTlMANfB43sEC/a+tlFpVKiYdFpAllwAAAHlJREFUKM+FkzkOgDAMBB2OcIP//1qkNFuspaEB74xQDjviXvcnqudajzeibZlTK/CcmUsfr0oYeX7RUoLhpY8vFxSaYJEqw1Z76YljZYZNEC6FU7gUDJsgbIIwcfw/rg/3h+eD54v3g/eL/YH9Rf0J/Y3zQfNF8/kD3isSDcxN3V4AAAAASUVORK5CYII=') no-repeat center center;
  background-size: contain;
  content: "";
  width: 1.2em;
  height: 1.2em;
  right: .3em;
  top: .15em;
}
#covid-info {
  text-align: center;
  padding: 20px;
  background: #f9a71c;
  color: #fff;
}
#covid-info strong,
#covid-info a {
  display: inline-block;
  padding: 0 10px;
}
#covid-info strong {
  text-transform: uppercase;
  font-size: 1.2em;
}
#covid-info strong:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: #fff url('../img/alert-warning.svg') no-repeat center 5px;
}
#covid-info a {
  background: #fff;
  color: #e00000;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
}
#covid-info a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  margin-left: .5em;
}
#covid-info a:hover {
  background: #e00000;
  color: #fff;
}
.page-template-brochure-confirm .assurance-covid {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.page-template-brochure-confirm .assurance-covid img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
p.privacy-policy {
  text-align: center;
  margin: 20px 0;
  display: block;
}
p.privacy-policy a {
  color: #777;
  text-decoration: none;
  font-size: small;
}
@media only screen and (min-width: 990px) {
  header .logo .site-title {
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 767px) {
  #side-toolbar {
    display: block;
    text-align: center;
    position: fixed;
    width: auto;
    right: 0;
    top: 0;
    margin-top: 20%;
    z-index: 999;
  }
  #side-toolbar li {
    display: block;
    margin-bottom: 4px;
    position: relative;
  }
  #side-toolbar li .side-btn {
    text-decoration: none;
    color: inherit;
  }
  #side-toolbar li .side-btn:after {
    display: table;
    content: "";
    clear: both;
  }
  #side-toolbar li .side-btn .label {
    display: block;
    float: right;
    width: 100px;
    height: 100px;
    padding: 15px 20px;
    background: #e1011b;
    font-size: .9rem;
    line-height: 1.2em;
    color: #fff;
    cursor: pointer;
  }
  #side-toolbar li .side-btn .label:before {
    display: block;
    content: "";
    width: 36px;
    height: 36px;
    margin: 0 auto 4px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  #side-toolbar li .side-btn .hover {
    font-size: 1rem;
    background: #fff;
    display: block;
    height: 100px;
    padding: 20px 10px;
    width: 255px;
    position: absolute;
    right: -300px;
    top: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out 0s;
  }
  #side-toolbar li .side-btn .hover strong {
    color: #e1011b;
    font-weight: normal;
  }
  #side-toolbar li .side-btn:hover .hover {
    right: 105px;
  }
  #side-toolbar li.brochure .label:before {
    background-image: url('../img/brochure-icon.png');
  }
  #side-toolbar li.contact .label:before {
    background-image: url('../img/tel-icon.png');
  }
}
@media only screen and (max-width: 767px) {
  .page-title .play-video {
    width: 60px;
    height: 35px;
    left: 50%;
    margin-left: -30px;
    top: -30px;
  }
  body {
    padding-bottom: 60px;
  }
  #consignes-sanitaires .questions-answers .item {
    padding-right: 15px;
  }
  #consignes-sanitaires .questions-answers .item h4 {
    margin-right: 50px;
    line-height: 1.3em;
  }
  #consignes-sanitaires .questions-answers .item .response > span {
    padding-top: 30px;
    width: 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  div.content.wrapper div.readmore.mobile > div {
    max-height: 0;
    overflow: hidden;
    text-align: left;
    opacity: 0;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all 0.5s;
  }
  div.content.wrapper div.readmore.opened .readmore > div,
  div.content.wrapper div.readmore.opened > div {
    max-height: 100%;
    opacity: 1;
  }
  .content .white {
    padding-left: 3%;
    padding-right: 3%;
  }
  header.connected-ce .contact {
    margin-top: 20px;
  }
  footer ul.socials {
    clear: both;
    float: none;
    position: relative;
  }
  body.single-formule .formule-arguments {
    border-top: 1px solid #ddd;
    margin-top: 30px;
  }
  body.single-formule h2.before-collapse {
    border-bottom: 1px solid #ddd;
    margin: 20px 0!important;
    padding: 0 30px 10px 0;
    cursor: pointer;
    position: relative;
  }
  body.single-formule h2.before-collapse:after {
    content: '\f067';
    float: right;
    font-family: FontAwesome;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: auto;
  }
  body.single-formule h2.before-collapse.opened:after {
    content: "\f106";
  }
  body.single-formule h2.before-collapse.opened {
    border-bottom: none;
  }
  body.single-formule h2.before-collapse + div {
    display: none;
  }
  body.single-formule h2.before-collapse.opened + div {
    display: block;
    margin-bottom: 30px;
  }
  .page-template-comite-entreprise .hero-title {
    padding-top: 100px;
  }
  #blocks .lec-tile .tile-col,
  #tiles .lec-tile .tile-col {
    width: 100%;
  }
  #blocks .lec-block .block-col.image .inner,
  #tiles .lec-tile.blue_title_block .inner {
    height: auto!important;
    padding: 20px !important;
  }
  div#tests .half-block .title > span {
    font-size: 0.45em;
  }
}
@media only screen and (max-width: 768px) {
  footer .paiement {
    padding: 20px 10px 60px;
  }
  footer .paiement img {
    width: 100%;
    height: auto;
  }
  #covid-info strong {
    display: block;
    font-size: .9em;
    line-height: 1.3em;
    margin-bottom: .5em;
  }
}
@media only screen and (min-width: 768px) {
  body.page-template-destinations div.hero-title .page-title,
  body.page-template-intro-options div.hero-title .page-title {
    width: 25%;
    font-size: 2em;
  }
  body.page-template-intro-formules div.shortcuts.stuck,
  body.single-pays div.shortcuts.stuck {
    position: fixed;
    width: 100%;
    left: 0;
    top: 45px;
    z-index: 9;
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  body.page-template-intro-formules div.shortcuts.stuck .shortcuts-inner,
  body.single-pays div.shortcuts.stuck .shortcuts-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 1170px) {
  body.page-template-intro-formules div.shortcuts.stuck,
  body.single-pays div.shortcuts.stuck {
    max-width: 100%;
    left: 0;
  }
}
@media print {
  body {
    font-size: 9pt;
    line-height: 13pt;
    width: 100%;
    padding: 1cm;
  }
  header .contact,
  header .labels {
    display: none;
  }
  .sidebar-ab,
  #cd-hamburger-menu,
  #form-search-sejour,
  .hide-desktop,
  .page-title a.play-video,
  a.sendtofriend,
  a[class*=print],
  button,
  footer,
  nav#main-menu {
    display: none !important;
  }
  header .logo {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
    padding: 0 .5cm;
    background: #fff;
    color: #27a5cd;
  }
  header .logo img {
    display: block;
    margin: .5cm auto;
    width: 2.5cm;
    padding: .25cm;
  }
  .wrapper {
    max-width: 100%;
    padding: 0;
  }
  body div.hero-title .wrapper {
    min-height: 6cm;
  }
  .content .white {
    padding: 0;
  }
  body,
  body main {
    background: #fff;
  }
}
/* CE page */
#tiles article.transparent-bg {
  background: transparent;
  width: 100%;
  float: none;
}
#tiles article.full-width {
  width: 100%;
  float: none;
}
ul.transport ul strong {
  font-weight: normal;
}
ul.transport ul input[type=radio]:checked + span strong {
  font-weight: 600;
}
#cd-cart-trigger,
#cd-hamburger-menu {
  position: absolute;
  top: 0;
  height: 100%;
}
#cd-cart-trigger a,
#cd-hamburger-menu a {
  width: 60px;
  height: 100%;
}
#cd-hamburger-menu {
  left: 0;
}
@media only screen and (min-width: 767px) {
  #cd-hamburger-menu {
    display: none;
  }
  nav#main-nav {
    display: none;
  }
}
#cd-cart-trigger {
  right: 0;
}
@media only screen and (min-width: 767px) {
  #cd-cart-trigger {
    right: 0;
  }
  #cd-cart-trigger a {
    position: relative;
    width: 100px;
    border-left: none;
    background-color: #26292f;
  }
}
#cd-cart,
#main-nav {
  position: fixed;
  top: 0;
  height: 100%;
  width: 260px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  #cd-cart,
  #main-nav {
    width: 350px;
  }
}
@media only screen and (min-width: 767px) {
  #cd-cart,
  #main-nav {
    width: 30%;
    padding-top: 80px;
  }
}
#main-nav {
  left: -100%;
  background: #27a5cd;
  -webkit-transition: left .5s ease;
  -moz-transition: left .5s ease;
  transition: left 0.5s ease;
}
#main-nav.speed-in {
  left: 0;
  z-index: 1000;
}
#main-nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#main-nav ul a {
  display: block;
  font-size: .9em;
  line-height: 1.3em;
  padding: .5em 40px .5em 20px;
  color: #fff;
  text-decoration: none;
}
#main-nav ul ul a {
  font-size: .9em;
  padding-left: 60px;
}
#main-nav ul ul ul a {
  font-size: .9em;
  padding-left: 80px;
}
#main-nav ul li.menu-item-has-children {
  position: relative;
}
#main-nav ul li.menu-item-has-children > a:after {
  font-family: FontAwesome;
  font-size: 1em;
  content: "\f067";
  position: absolute;
  right: 15px;
  top: auto;
  color: #fff;
}
#main-nav ul li#menu-item-11892 > a,
#main-nav ul li#menu-item-12350 > a,
#main-nav ul li#menu-item-6950 > a,
#main-nav ul li#menu-item-6953 > a,
#main-nav ul li#menu-item-6954 > a,
#main-nav ul li#menu-item-6955 > a,
#main-nav ul li#menu-item-6956 > a,
#main-nav ul li#menu-item-6959 > a,
#main-nav ul li#menu-item-8227 > a {
  padding-left: 45px;
}
#main-nav ul li#menu-item-11892 > a:before,
#main-nav ul li#menu-item-12350 a:before,
#main-nav ul li#menu-item-6950 > a:before,
#main-nav ul li#menu-item-6953 > a:before,
#main-nav ul li#menu-item-6954 > a:before,
#main-nav ul li#menu-item-6955 > a:before,
#main-nav ul li#menu-item-6956 > a:before,
#main-nav ul li#menu-item-6959 > a:before,
#main-nav ul li#menu-item-8227 > a:before {
  font-family: FontAwesome;
  position: absolute;
  font-size: 1em;
  left: 20px;
  top: auto;
  content: "\f002";
  color: #fff;
}
#main-nav ul li#menu-item-6953 > a:before {
  content: "\f0ac";
}
#main-nav ul li#menu-item-6954 > a:before {
  content: "\f19d";
}
#main-nav ul li#menu-item-6955 > a:before {
  content: "\f19c";
}
#main-nav ul li#menu-item-6956 > a:before {
  font-family: Maki;
  content: "\e839";
}
#main-nav ul li#menu-item-8227 > a:before {
  content: "\f0a4";
}
#main-nav ul li.menu-item-has-children > a.opened:after {
  content: "\f068";
}
#main-nav ul li#menu-item-6950 > a:before {
  font-family: Maki;
  content: "\e823";
}
#main-nav ul li#menu-item-6959 > a:before {
  content: "\f059";
}
#main-nav ul li#menu-item-11892 > a:before {
  content: "\f007";
}
#main-nav ul li.menu-item-has-children ul {
  background: #00789e;
  display: none;
}
#main-nav ul li.menu-item-has-children li.menu-item-has-children ul {
  background: #015379;
}
@media only screen and (min-width: 767px) {
  #main-nav {
    position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: 8em;
    padding-top: 0;
    top: 0;
    background: 0 0;
    box-shadow: none;
    line-height: 80px;
    z-index: 4;
  }
}
.no-js #main-nav {
  position: fixed;
}
#cd-cart {
  right: -100%;
  background: #fff;
  -webkit-transition: right .6s;
  -moz-transition: right .6s;
  transition: right 0.6s;
}
#cd-cart.speed-in {
  right: 0;
}
#cd-cart > * {
  padding: 0 1em;
}
div.hamburger-icon {
  width: 36px;
  height: 45px;
  position: absolute;
  left: 15px;
  top: 15px;
  right: 0;
  bottom: 0;
  margin: 0;
  color: #27a5cd;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
  z-index: 1001;
}
div.hamburger-icon:after {
  content: "MENU";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: xx-small;
}
div.hamburger-icon.open {
  position: fixed;
  margin-left: 260px;
}
div.hamburger-icon.open:after {
  content: "";
}
div.hamburger-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  background: #27a5cc;
  opacity: 1;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
div.hamburger-icon.open span {
  background: #fff;
}
div.hamburger-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
div.hamburger-icon span:nth-child(odd) {
  left: 0;
  border-radius: 6px 0 0 6px;
}
div.hamburger-icon span:nth-child(1),
div.hamburger-icon span:nth-child(2) {
  top: 0;
}
div.hamburger-icon span:nth-child(3),
div.hamburger-icon span:nth-child(4) {
  top: 10px;
}
div.hamburger-icon span:nth-child(5),
div.hamburger-icon span:nth-child(6) {
  top: 20px;
}
div.hamburger-icon.open span:nth-child(1),
div.hamburger-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
div.hamburger-icon.open span:nth-child(2),
div.hamburger-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
div.hamburger-icon.open span:nth-child(1) {
  left: 4px;
  top: 7px;
}
div.hamburger-icon.open span:nth-child(2) {
  left: calc(46%);
  top: 7px;
}
div.hamburger-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
div.hamburger-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
div.hamburger-icon.open span:nth-child(5) {
  left: 4px;
  top: 18px;
}
div.hamburger-icon.open span:nth-child(6) {
  left: calc(46%);
  top: 18px;
}
@media only screen and (min-width: 767px) {
  #cd-cart > * {
    padding: 0 2em;
  }
  #cd-cart .cd-cart-items li {
    padding: 1em 2em;
  }
  #cd-cart .cd-item-remove {
    right: 2em;
  }
}
#cd-shadow-layer {
  position: fixed;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  z-index: 999;
  display: none;
}
#cd-shadow-layer.is-visible {
  display: block;
  -webkit-animation: cd-fade-in 0.6s;
  -moz-animation: cd-fade-in 0.6s;
  animation: cd-fade-in 0.6s;
}
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 70px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.5) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s,visibility 0s .3s;
  -moz-transition: opacity .3s 0s,visibility 0s .3s;
  transition: opacity .3s 0s,visibility 0s .3s;
  z-index: 9;
}
.cd-top.cd-fade-out,
.cd-top.cd-is-visible,
.no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s,visibility 0s 0s;
  -moz-transition: opacity .3s 0s,visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: 0.5;
}
.no-touch .cd-top:hover {
  background-color: #000;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 40px;
  }
}
#main-nav .call-lec {
  padding: 5px 15px 10px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#main-nav .call-lec a {
  color: inherit;
  text-decoration: none;
  display: block;
  font-size: 1.3em;
}
#main-nav .call-lec .conseillers {
  text-transform: uppercase;
}
#main-nav .search-form {
  margin: 15px 15px 35px;
  padding: 0 5px;
  position: relative;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#main-nav .search-form button,
#main-nav .search-form input {
  border: 1px solid #fff;
  padding: 0;
  background: #fff;
  font-size: 14px;
  line-height: 36px;
  height: 34px;
  margin: 0;
}
#main-nav .search-form input {
  max-width: 80%;
}
#main-nav .search-form button {
  color: #00789d;
  position: absolute;
  right: 5px;
  top: 0;
}
#main-nav .search-form input:focus {
  outline: 0;
}
#main-menu {
  background: #27a5cd;
  position: relative;
  top: auto;
  transition: all 1s ease;
  width: 100%;
}
#main-menu:after {
  display: table;
  clear: both;
  content: " ";
}
#main-menu.sticky {
  position: fixed;
  margin: 0;
  top: 0;
  -moz-animation: fadeInDown .5s;
  -webkit-animation: fadeInDown .5s;
  animation: fadeInDown .5s;
  z-index: 10;
}
body.search-result #main-menu.sticky {
  display: none;
}
#nav > ul.nav li {
  float: left;
  display: block;
  max-width: 10.6%;
}
#nav > ul.nav ul {
  background: #fff;
  display: none;
}
#nav > ul.nav ul li {
  padding: 0;
  margin: 0;
  display: block;
  float: none;
}
#nav li.mega-menu > div {
  margin-left: 0;
  left: 0;
  display: none;
  background: #fff;
}
#main-menu .wrapper {
  position: relative;
}
#nav li.mega-menu.hover > div,
#nav > ul.nav li.hover ul {
  display: block;
  background: #fff;
  -moz-animation: fadeInDown 0.3s ease-in;
  -webkit-animation: fadeInDown 0.3s ease-in;
  animation: fadeInDown 0.3s ease-in;
  z-index: 10;
}
#nav li.mega-menu.brochure ul li {
  text-align: center !important;
}
#nav li.mega-menu.brochure ul li a,
#nav li.mega-menu.brochure ul.sub-menu li a:hover {
  display: inline-block;
  vertical-align: middle;
  background: #27a5cd!important;
  color: #fff!important;
  padding: 15px 5%;
  text-transform: uppercase;
  font-weight: 700;
}
#nav li.mega-menu.brochure ul.sub-menu li a:hover {
  background-color: #094578 !important;
}
#nav li.mega-menu.brochure ul li:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  width: 400px;
  height: 240px;
  background: #fff url(../img/brochure-2018.jpg) no-repeat 0 0;
  background-size: contain;
}
#nav li.mega-menu > div,
#nav ul.nav > li > ul.sub-menu {
  width: 100%;
  margin-left: -50%;
  position: absolute;
  left: 50%;
  top: 51px;
  padding-bottom: 30px;
  padding-top: 20px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
#nav li.mega-menu > div .mega-container,
#nav ul.nav li > ul.sub-menu li {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
  text-align: left;
}
#nav > ul.nav .mega-container li {
  max-width: 100%;
}
#nav ul.nav > li {
  display: block;
  text-align: center;
  height: 51px;
  line-height: 51px;
  font-size: .9em;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 1%;
}
#nav ul.nav > li:last-child {
  border: none;
}
#nav ul.nav > li > a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1em;
  color: #fff;
  text-decoration: none;
}
#nav ul.nav > li.current-menu-item > a,
#nav ul.nav > li > a:hover {
  color: #0e4676;
}
#nav ul.nav > li:hover,
#nav ul.nav > li[class*=current] {
  background: #fff !important;
}
#nav ul.nav > li:hover a,
#nav ul.nav > li:hover a:hover,
#nav ul.nav > li[class*=current] a {
  color: #27a5cd !important;
}
#nav ul.nav > li.home {
  width: 5%;
  background: 0 0 !important;
}
#nav ul.nav > li.home a {
  font-size: 0;
  padding-left: 0;
}
#nav ul.nav li.home a:before {
  font-family: FontAwesome;
  content: "\f015";
  font-size: 30px;
  line-height: 51px;
}
#nav ul.nav li.home a,
#nav ul.nav li.home.current-menu-item a {
  color: rgba(255, 255, 255, 0.5) !important;
  -moz-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}
#nav ul.nav li.home.current-menu-item a:hover,
#nav ul.nav li.home:hover a {
  color: #fff !important;
}
#main-menu.sticky #nav ul.nav li.home a:before {
  content: "";
}
#main-menu.sticky #nav ul.nav li.home a {
  background: url(../img/logo-footer.png) no-repeat center center;
  background-size: 100%;
  min-width: 22px;
}
#nav ul.nav li.mega-menu.brochure,
#nav ul.nav li.menu-item.devis,
#nav ul.nav li.menu-item.recherche {
  background-color: #094679;
  border: none;
  margin-left: 0.7%;
}
#nav ul.nav li.mega-menu.brochure {
  margin-left: 0;
}
#nav ul.nav li.mega-menu.lec {
  border-right: none;
}
#nav ul.nav li.mega-menu.formules {
  width: 11%;
}
#nav ul.nav li.mega-menu.hebergement {
  max-width: 15%;
}
#nav ul.nav li.mega-menu.themes {
  max-width: 15%;
}
#nav ul.nav li.mega-menu.brochure {
  border: none;
}
#info-cookies {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: all .5s ease;
  z-index: 99999;
}
#info-cookies.accept {
  bottom: -100%;
}
#info-cookies a {
  color: inherit;
}
#info-cookies a.close {
  display: inline-block;
  float: right;
  text-decoration: none;
  padding: 4px 16px;
  background: #fff;
  color: #27a5cc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#info-cookies a.close:hover {
  color: #e32408;
}
@media only screen and (min-width: 768px) {
  #nav li.mega-menu ul,
  #nav li.mega-menu > div {
    z-index: 10;
  }
  #nav li.mega-menu .mega-container > li > a,
  #nav li.mega-menu ul.sub-menu li a {
    line-height: 1.5em;
    text-decoration: none;
  }
  #nav li.mega-menu .mega-container > li > a:hover,
  #nav li.mega-menu ul.sub-menu li a:hover,
  #nav li.mega-menu ul.sub-menu li:not(:first-child) a:hover {
    color: #e10000 !important;
  }
  #nav li.mega-menu.hebergement ul.sub-menu li a,
  #nav li.mega-menu.pays ul.sub-menu li a {
    float: left;
    width: 30.33%;
    margin: 0 1.5% 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #27a5cd;
  }
  #nav li.mega-menu.pays ul.sub-menu li.allemagne a,
  #nav li.mega-menu.pays ul.sub-menu li.ecosse a,
  #nav li.mega-menu.pays ul.sub-menu li.australie a,
  #nav li.mega-menu.pays ul.sub-menu li.espagne a {
    width: calc( 25% - 3% );
  }
  #nav li.mega-menu .mega-container > li > a,
  #nav li.mega-menu.hebergement ul.sub-menu li:first-child a,
  #nav li.mega-menu.pays ul.sub-menu li:first-child a {
    font-size: 1.2em;
    display: block;
    float: none;
    width: 100%;
    border: none;
    text-transform: uppercase;
    margin: 0 1.5% 0.5em;
  }
  #nav li.mega-menu .mega-container > li > a:after,
  #nav li.mega-menu.hebergement ul.sub-menu li:first-child a:after,
  #nav li.mega-menu.pays ul.sub-menu li:first-child a:after {
    font-family: FontAwesome;
    content: "\f105";
    margin: 0 0 0 0.5em;
  }
  #nav li.mega-menu.hebergement ul.sub-menu li:not(:first-child) a,
  #nav li.mega-menu.pays ul.sub-menu li:not(:first-child) a {
    color: #000;
    text-transform: uppercase;
  }
  #nav li.mega-menu .mega-container > li > a:before,
  #nav li.mega-menu.hebergement ul.sub-menu li:not(:first-child) a:before,
  #nav li.mega-menu.pays ul.sub-menu li:not(:first-child) a:before {
    display: block;
    width: 100%;
    padding-bottom: 40%;
    border-radius: 4px;
    background-color: #eee;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    margin-bottom: 5px;
  }
  #nav li.france a:before {
    background-image: url(../img/mega/france.jpg);
  }
  #nav li.angleterre a:before {
    background-image: url(../img/mega/angleterre.jpg);
  }
  #nav li.usa a:before {
    background-image: url(../img/mega/usa.jpg);
  }
  #nav li.malte a:before {
    background-image: url(../img/mega/malte.jpg);
  }
  #nav li.irlande a:before {
    background-image: url(../img/mega/irlande.jpg);
  }
  #nav li.canada a:before {
    background-image: url(../img/mega/canada.jpg);
  }
  #nav li.allemagne a:before {
    background-image: url(../img/mega/allemagne.jpg);
  }
  #nav li.ecosse a:before {
    background-image: url(../img/mega/ecosse.jpg);
  }
  #nav li.australie a:before {
    background-image: url(../img/mega/australie.jpg);
  }
  #nav li.espagne a:before {
    background-image: url(../img/mega/espagne.jpg);
  }
  #nav li.famille a:before {
    background-image: url(../img/mega/famille.jpg);
  }
  #nav li.college a:before {
    background-image: url(../img/mega/college.jpg);
  }
  #nav li.mega-menu .mega-container > li {
    width: 33.3%;
    float: left;
    padding: 0 1.25%;
  }
  #nav ul.nav li .mega-container ul.sub-menu li {
    padding: 0;
    line-height: 2em;
    margin: 0 1.5% 0;
  }
  #nav li.mega-menu .mega-container:after {
    display: table;
    content: " ";
    clear: both;
  }
  #nav li.mega-menu .mega-container > li > a {
    border-bottom: 2px solid #27a5cd!important;
    padding-bottom: 5px;
  }
  #nav li.mega-menu .mega-container > li li a {
    padding: 6px 0;
    display: block;
    border-bottom: 1px solid #eee;
    color: #000;
  }
  #nav li.mega-menu.themes.mega-menu .mega-container > li {
    width: 25%;
  }
  #nav li.mega-menu.themes.mega-menu .mega-container > li > a {
    font-size: 1em;
  }
  #nav li#menu-item-12281 > a:before {
    background-image: url(../img/mega/themes-sport.jpg);
  }
  #nav li#menu-item-12282 > a:before {
    background-image: url(../img/mega/danse.jpg);
  }
  #nav li#menu-item-12283 > a:before {
    background-image: url(../img/mega/themes-prepa.jpg);
  }
  #nav li#menu-item-13912 > a:before {
    background-image: url(../img/mega/themes-arts.jpg);
  }
  #nav li#menu-item-12297 > a:before {
    background-image: url(../img/mega/about-left-2.jpg);
  }
  #nav li#menu-item-12301 > a:before {
    background-image: url(../img/mega/about-right.jpg);
  }
  #nav li#menu-item-12286 {
    clear: both;
    width: auto;
    margin-top: 20px;
  }
  #nav li#menu-item-12286 > a:before {
    display: none;
  }
  #nav li#menu-item-12286 > a {
    border: none!important;
    background: #e10000;
    color: #fff!important;
    padding: 8px 10px;
    display: inline-block;
  }
  #nav li#menu-item-12286 > a:hover {
    color: #fff!important;
    box-shadow: 0 0 5px #ccc;
  }
  #nav li.mega-menu li.faq > a:before,
  #nav li.mega-menu li.promo > a:before {
    padding-bottom: 100% !important;
  }
  #nav li.mega-menu li.faq,
  #nav li.mega-menu li.promo {
    font-size: 0;
  }
  #nav li.mega-menu li.faq > a:after,
  #nav li.mega-menu li.promo > a:after {
    display: none;
  }
  #nav li.mega-menu li.faq > a,
  #nav li.mega-menu li.promo > a {
    border: none !important;
  }
  #nav li.mega-menu li.faq > a:before,
  #nav li.mega-menu li.promo > a:before {
    padding-bottom: 40%!important;
    background-image: url(../img/mega/test-quel-sejour.jpg);
  }
  #nav li#menu-item-13518.faq > a:before,
  #nav li#menu-item-13518.promo > a:before {
    background-image: url(../img/mega/promo-faq.jpg);
  }
  #nav li#menu-item-12284 > a:before {
    background-image: url(../img/mega/formules-famille.jpg);
  }
  #nav li#menu-item-12285 > a:before {
    background-image: url(../img/mega/formules-college.jpg);
  }
}
@media only screen and (max-width: 1170px) {
  #nav ul.nav > li > a {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 980px) {
  #nav ul.nav > li > a {
    font-size: x-small;
  }
}
@media only screen and (max-width: 767px) {
  nav#main-menu {
    display: none;
  }
  body:not(.overflow-hidden) header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    border-bottom: none;
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    animation: stickAnim .6s;
  }
  body:not(.overflow-hidden) header.sticky .logo img {
    max-height: 60px;
  }
  body:not(.overflow-hidden) header.sticky .logo .site-title {
    display: none;
  }
  header.sticky.below {
    z-index: 1;
  }
  header .logo img {
    max-width: 15%;
    transition: all 0.3s ease-in-out 0s;
  }
  #info-cookies a.close {
    display: block;
    margin-top: 25px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
  }
}
@keyframes stickAnim {
  0% {
    transform: translateY(-86px);
  }
  100% {
    transform: translateY(0);
  }
}
body.single-pays .hero-title {
  position: relative;
}
body.single-pays .hero-title:after {
  display: block;
  width: 110px;
  padding-bottom: 96px;
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  right: 0;
  top: 0;
}
body.single-pays .country-intro {
  position: relative;
  margin-bottom: 20px;
}
body.single-pays .country-intro .intro-title,
body.single-pays .intro-formules .title {
  position: absolute;
  height: 100%;
  width: 50%;
  padding: 15px;
  text-align: center;
  font-size: 2.4em;
  color: #fff;
  background: rgba(39, 166, 207, 0.7);
  text-transform: uppercase;
  line-height: 1em;
}
body.single-pays .country-intro .intro-title .inner,
body.single-pays .intro-formules .title .inner,
body.single-pays .testimonial .inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
body.single-pays .country-intro .intro-title strong {
  display: block;
  font-size: 1.3em;
  margin-bottom: 0.3em;
}
body.single-pays .country-intro .intro-text {
  width: 30%;
  float: right;
  background-color: #19a5d1;
  color: #fff;
  padding: 15px;
  margin: 2% 2% 2% 0;
}
body.single-pays .country-intro .intro-text p {
  margin: 0;
  font-size: .9em;
  line-height: 1.3em;
}
body.single-pays .country-intro .intro-text a,
body.single-pays .country-intro .intro-text a:hover {
  color: #fff !important;
}
body.single-pays #slider-image {
  float: right;
  width: 50%;
  padding-bottom: 30%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body.single-pays .row-regions {
  margin-bottom: 20px;
}
body.single-pays .slider-container {
  float: right;
  width: 70%;
}
body.single-pays .region-slider {
  float: left;
  width: 50%;
  background: #fff;
  padding: 20px 4%;
}
body.single-pays .region-slider h3 {
  font-size: 1.2em;
  text-transform: uppercase;
  color: #27a5cd;
  text-align: center;
  margin-bottom: 20px;
}
body.single-pays .region-slider h4 {
  color: #27a5cd;
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 0.6em;
}
body.single-pays .region-slider p {
  line-height: 1.5em;
}
body.single-pays .country-map {
  float: left;
  width: 30%;
  background: #fff;
}
body.single-pays .bx-viewport {
  height: auto !important;
}
body.single-pays .bx-pager {
  text-align: center;
}
body.single-pays .bx-pager-item {
  display: inline-block;
  margin: 0 10px;
}
body.single-pays .bx-pager-item a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #bfe4f0;
  font-size: 0;
  color: transparent;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
body.single-pays .bx-pager-item a.active {
  background-color: #27a5cd;
}
body.single-pays #slider .region {
  padding: 0 10px;
}
body.single-pays .testimonial {
  margin: 20px 0 0;
  background: #fff;
}
body.single-pays .testimonial.no-margin-top {
  margin-top: 0;
}
#lec-trustpilot-carousel {
  background: #fff;
  margin-bottom: 20px;
  padding: 20px;
}
#lec-trustpilot-carousel h3 {
  text-align: center;
  margin-bottom: 20px;
  color: #19a5d1;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.5em;
}
body.single-pays .testimonial .text {
  padding: 35px 5%;
  width: 60%;
  text-align: center;
  float: left;
}
body.single-pays .testimonial .text p {
  margin: 0;
  font-size: .9em;
  line-height: 1.6em;
  color: #555;
}
body.single-pays .testimonial .text strong {
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: 400;
  color: #27a5cd;
  display: inline-block;
  margin-bottom: 0.5em;
}
body.single-pays .testimonial .text strong:after,
body.single-pays .testimonial .text strong:before {
  font-family: FontAwesome;
  content: "\f10d";
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3em;
  margin-right: .5em;
  color: #bee3ef;
}
body.single-pays .testimonial .text strong:after {
  margin-right: 0;
  margin-left: .5em;
  content: "\f10e";
}
body.single-pays .testimonial .image {
  width: 40%;
  padding-bottom: 15%;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body.single-pays .country-intro,
body.single-pays .intro-formules {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  min-height: 15rem;
}
body.single-pays .intro-formules .title {
  font-size: 2em;
}
body.single-pays .intro-formules .title small,
body.single-pays .intro-formules .title strong {
  display: block;
  font-weight: 300;
}
body.single-pays .intro-formules .title strong {
  font-size: 1.5em;
  line-height: 1.1em;
  font-weight: 800;
}
body.single-pays .intro-formules .text {
  float: right;
  width: 40%;
  margin: 2%;
  font-size: .9em;
  line-height: 1.4em;
  padding: 10px;
  background-color: #27a5cc;
  color: #fff;
}
body.single-pays .intro-formules .text p {
  margin: 0;
}
.page-template-intro-formules div.content .formules,
body.single-pays div.activities,
body.single-pays div.content div.formules {
  margin-top: 20px;
  position: relative;
}
.page-template-intro-formules .formules img,
body.single-pays div.activities img,
body.single-pays div.formules img {
  display: block;
}
.page-template-intro-formules .formules .title,
body.single-pays .formules .title,
body.single-pays div.activities .title {
  font-weight: 300;
  position: absolute;
  text-transform: uppercase;
  max-width: 50%;
  font-size: 2em;
  left: 0;
  bottom: 0;
}
body.single-pays .formules .title {
  font-size: 1.6em;
}
.page-template-intro-formules .formula-list,
body.single-pays .activity-list,
body.single-pays .formula-list {
  background-color: #27a5cc;
  padding: 1.5% 1%;
}
.page-template-intro-formules .formula-list .formula,
body.single-pays .activity-list .activity,
body.single-pays .formula-list .formula {
  float: left;
  background: #fff;
  width: 31.25%;
  padding: 15px 15px 40px;
  margin: 1%;
  position: relative;
}
body.single-pays .activity-list.nb-col-2 .activity,
body.single-pays .formula-list.double .formula {
  width: 48%;
}
.page-template-intro-formules .formula-list .formula p,
body.single-pays .activity-list .activity p,
body.single-pays .formula-list .formula p {
  line-height: 1.6em;
  margin-bottom: 30px;
}
.page-template-intro-formules .formula-list .formula {
  font-size: 0.9em;
}
body.single-pays .activity-list .activity p {
  margin-bottom: 1em;
}
.page-template-intro-formules .formula-list .formula h3 a,
body.single-pays .activity-list .activity h3,
body.single-pays .formula-list .formula h3 a {
  text-decoration: none;
  display: block;
  font-size: 1.2em;
  margin-bottom: .5em;
  color: #27a3c9;
}
.page-template-intro-formules .formula-list .formula h3 a:hover,
body.single-pays .formula-list .formula h3 a:hover {
  text-decoration: underline;
}
.page-template-intro-formules .formula-list .formula a.more,
body.single-pays .formula-list .formula a.more {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #27a4cb;
  color: #fff;
  font-size: .9em;
  padding: 5px 20px;
  text-decoration: none;
}
body.single-pays .formula-list .formula .excerpt {
  font-size: .9em;
  line-height: 1.3em;
}
body.single-pays .formula-list .formula .excerpt h4 {
  font-weight: 600;
  margin-bottom: 10px;
}
body.single-pays .gallery-wrapper {
  position: relative;
}
body.single-pays .gallery-wrapper .gallery-title {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
  color: #fff;
  font-size: 1.3em;
  padding: 10px 15px;
  text-transform: uppercase;
  background: rgba(39, 166, 207, 0.5);
}
body.single-pays .gallery-wrapper .bx-controls a {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 24px;
  background: rgba(39, 166, 207, 0.5);
  color: transparent;
  font-size: 0;
  position: absolute;
  bottom: 45%;
}
body.single-pays .gallery-wrapper .bx-controls a:hover {
  background: rgba(39, 166, 207, 0.75);
}
body.single-pays .gallery-wrapper .bx-controls a:before {
  font-family: FontAwesome;
  content: "\f104";
  color: #fff;
  font-size: 36px;
  line-height: 48px;
}
body.single-pays .gallery-wrapper .bx-controls a.bx-prev {
  left: 2%;
}
body.single-pays .gallery-wrapper .bx-controls a.bx-next {
  right: 2%;
}
body.single-pays .gallery-wrapper .bx-controls a.bx-next:before {
  content: "\f105";
}
body.single-pays div.country-wysiwyg {
  background-color: #27a5cc;
  padding: 15px;
  margin-top: 25px;
}
body.single-pays div.country-wysiwyg h2 {
  font-size: 1.3em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
body.single-pays div.country-wysiwyg h3 {
  font-size: 1.1em;
  font-weight: 800;
  margin-bottom: 0.5em;
}
body.single-pays div.country-wysiwyg > * {
  color: #fff;
}
#slider-image {
  position: relative;
}
#slider-image .region-detail {
  display: none;
  height: 100%;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
#slider-image a.region-close {
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
}
@media only screen and (max-width: 990px) {
  body.page-template-destinations .hero-title .bx-pager a {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (max-width: 840px) {
  body.page-template-destinations .hero-title .bx-pager {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body.single-pays .country-intro .intro-title,
  body.single-pays .formules .title,
  body.single-pays .intro-formules .title,
  body.single-pays div.activities .title {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 1.2em;
    top: 0;
  }
  body.single-pays .country-intro .intro-text,
  body.single-pays .intro-formules .text {
    float: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }
  body.single-pays .country-intro .intro-title .inner,
  body.single-pays .intro-formules .title .inner,
  body.single-pays .testimonial .inner {
    top: auto;
    transform: none;
  }
  body.single-pays #slider .region {
    font-size: .9em;
    -webkit-text-size-adjust: 100%;
  }
  body.single-pays .region-slider {
    margin-top: 0 !important;
  }
  body.single-pays #slider-image {
    margin-bottom: 0!important;
    padding-bottom: 60%;
  }
  body.single-pays .country-intro,
  body.single-pays .intro-formules {
    padding-bottom: 150%;
  }
  body.single-pays .testimonial .text p {
    font-size: .9em;
    line-height: 1.4em;
  }
  body.single-pays .testimonial .text {
    margin: 0!important;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  body.single-pays .testimonial .image {
    margin: 0!important;
    padding-bottom: 35%;
  }
  body.single-pays .gallery-wrapper .gallery-title {
    position: relative;
    right: auto;
    top: auto;
    background: #27a5cd;
  }
  body.single-pays .gallery-wrapper .bx-controls a {
    bottom: 25%;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  body.single-pays .gallery-wrapper .bx-controls a:before {
    line-height: 36px;
  }
  body.single-pays div.shortcuts {
    padding-bottom: 0;
  }
  body.single-pays div.shortcuts > div:first-child {
    margin-top: 0 !important;
  }
  .page-template-intro-formules .formules .title,
  body.single-pays .formules .title,
  body.single-pays div.activities .title {
    font-size: 1.2em;
    max-width: 80%;
  }
}
form#brochure .input-field {
  position: relative;
  margin: 24px 0 26px;
}
form#brochure .input-field input[type=text],
form#brochure .input-field input[type=tel],
form#brochure .input-field input[type=email] {
  background: #f7f7f7;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 30px;
  padding: 4px 12px;
  width: 100%;
  border-radius: 4px;
  margin: 0;
}
form#brochure .input-field input[type=text]:focus + label,
form#brochure .input-field input[type=tel]:focus + label,
form#brochure .input-field input[type=email]:focus + label {
  font-size: 12px;
  line-height: 1em;
  top: -15px;
  padding: 0;
}
form#brochure .input-field label {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 36px;
  padding: 4px 12px;
  color: #777;
  transition: all 0.3s ease-in-out 0s;
}
form#brochure .input-field label.active {
  font-size: 12px;
  line-height: 1em;
  top: -15px;
  padding: 0;
}
form#brochure .input-row:after {
  display: table;
  content: "";
  clear: both;
}
form#brochure .input-row + .input-field {
  margin-top: 0;
}
form#brochure .input-row .input-col {
  width: calc( 50% - 15px );
  margin-right: 15px;
  float: left;
}
form#brochure .input-row .input-col .input-field {
  margin-top: 0;
}
form#brochure .input-row .input-col.zipcode {
  width: calc( 25% - 15px );
}
form#brochure .input-row .input-col.city {
  width: calc( 75% - 15px );
}
form#brochure > .input-field {
  width: calc( 100% - 15px );
}
form#brochure .checkboxes {
  margin: 0;
}
form#brochure .checkboxes label {
  position: relative;
  display: inline-block;
  padding-left: 0;
}
.oney-banner {
  max-width: 600px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.oney-banner span,
.oney-banner a {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.oney-banner a {
  color: #88b918;
  margin-left: 10px;
}
.oney-banner span {
  width: calc( 100% - 100px );
  height: 0;
  padding-bottom: 10%;
  background: url('../img/oney/paiement.svg') no-repeat center center;
  background-size: contain;
}
.dates-sejour .oney-banner {
  margin-top: 10px;
}
.dates-sejour .oney-banner span {
  background-image: url('../img/oney/oney-3x-4x.svg');
  padding-bottom: 12%;
}
footer .oney-banner-wrapper {
  background: #fff;
  padding: 15px;
  text-align: center;
}
.bloc-actions .oney-banner {
  margin-bottom: 30px;
}
.devis-content .oney-banner {
  margin: 30px auto;
}
@media only screen and (max-width: 600px) {
  .oney-banner span {
    padding-bottom: 22%;
    background: url('../img/oney/paiement-mobile.svg') no-repeat center center;
    background-size: contain;
    vertical-align: text-bottom;
  }
  .oney-banner a {
    vertical-align: text-bottom;
  }
  .devis-content .wrapper #newDevis4 .buttons {
    padding: 20px 0 !important;
  }
  .devis-content .wrapper #newDevis4 .buttons button {
    display: block;
    width: 100%;
  }
}
div#tests > div {
  width: 30%;
}
div#tests .button {
  display: none;
}
div#tests .half-block .title {
  width: 100%;
}
.ab-beige {
  background: rgba(247, 203, 175, 0.9) !important;
}
.half-block .title {
  padding-top: 8%!important;
}
div#tests {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
div#tests > div,
div#tests .half-block.sejour-test {
  float: none;
}
div.ab-block.half-block.first.language-test.mob-reset,
div.half-block.first.language-test.mob-reset,
div.half-block.sejour-test.mob-reset {
  display: inline-block;
}
div#tests:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mob-reset {
    margin: 10px 0!important;
  }
}
#tests .half-block:nth-child(1) H4 {
  padding-top: 4%!important;
}
#tests A H4 EM:nth-child(1) {
  font-size: 26px !important;
}
