/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------ */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: 'NeutraText-Light';
  src: url('/fonts/neutratext/neutratext-light.eot');
  src: url('/fonts/neutratext/neutratext-light.eot?#iefix') format('embedded-opentype'), url('/fonts/neutratext/neutratext-light.woff') format('woff'), url('/fonts/neutratext/neutratext-light.ttf') format('truetype'), url('/fonts/neutratext/neutratext-light.svg#neutratext-light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NeutraText-Book';
  src: url('/fonts/neutratext/neutratext-book.eot');
  src: url('/fonts/neutratext/neutratext-book.eot?#iefix') format('embedded-opentype'), url('/fonts/neutratext/neutratext-book.woff') format('woff'), url('/fonts/neutratext/neutratext-book.ttf') format('truetype'), url('/fonts/neutratext/neutratext-book.svg#neutratext-book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NeutraText-Bold';
  src: url('/fonts/neutratext/neutratext-bold.eot');
  src: url('/fonts/neutratext/neutratext-bold.eot?#iefix') format('embedded-opentype'), url('/fonts/neutratext/neutratext-bold.woff') format('woff'), url('/fonts/neutratext/neutratext-bold.ttf') format('truetype'), url('/fonts/neutratext/neutratext-bold.svg#neutratext-bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Miller-Display';
  src: url('/fonts/miller/miller-display.eot?') format('eot'), url('/fonts/miller/miller-display.woff') format('woff'), url('/fonts/miller/miller-display.otf') format('opentype'), url('/fonts/miller/miller-display.ttf') format('truetype'), url('/fonts/miller/miller-display.svg#miller-display') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Miller-Text-Bold';
  src: url('/fonts/miller/miller-text-bold.eot?') format('eot'), url('/fonts/miller/miller-text-bold.woff') format('woff'), url('/fonts/miller/miller-text-bold.otf') format('opentype'), url('/fonts/miller/miller-text-bold.ttf') format('truetype'), url('/fonts/miller/miller-text-bold.svg#miller-text-bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../../app/Resources/less/fonts/flexslider-icon.eot');
  src: url('../../app/Resources/less/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../../app/Resources/less/fonts/flexslider-icon.woff') format('woff'), url('../../app/Resources/less/fonts/flexslider-icon.ttf') format('truetype'), url('../../app/Resources/less/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.flexslider {
  width: 100%;
  margin-bottom: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
  text-align: center !important;
  vertical-align: middle;
  opacity: 1;
  filter: alpha(opacity= 100 );
}
@media only screen and (max-width: 767px) {
  .flex-direction-nav .flex-prev,
  .flex-direction-nav .flex-next {
    width: 30px;
    font-size: 30px;
    background-color: #FFFFFF;
  }
}
.flex-direction-nav .flex-prev:before,
.flex-direction-nav .flex-next:before {
  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;
  color: #454545;
  vertical-align: middle;
}
.flex-direction-nav .flex-prev {
  left: 0px !important;
}
@media only screen and (max-width: 767px) {
  .flex-direction-nav .flex-prev {
    left: 0 !important;
  }
}
.flex-direction-nav .flex-prev:before {
  content: "\f104" !important;
}
.flex-direction-nav .flex-next {
  right: 0px !important;
}
@media only screen and (max-width: 767px) {
  .flex-direction-nav .flex-next {
    right: 0 !important;
  }
}
.flex-direction-nav .flex-next:before {
  content: "\f105" !important;
}
.flex-direction-nav .flex-disabled {
  display: none !important;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
}
body.mylittle {
  font-family: "Miller-Display", sans-serif;
  font-size: 14px;
  color: #454545;
  text-align: center;
  background-color: #FFFFFF;
}
body.mylittle .main-width {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  body.mylittle .main-width {
    width: 90%;
  }
}
body.mylittle a {
  color: #454545;
  text-decoration: underline;
  cursor: pointer;
}
body.mylittle a:hover {
  color: #2b2b2b;
}
body.mylittle .italic,
body.mylittle em {
  font-style: italic;
}
body.mylittle .bold,
body.mylittle strong {
  font-weight: bold;
}
body.mylittle .uppercase {
  text-transform: uppercase;
}
body.mylittle u {
  text-decoration: underline;
}
body.mylittle .align-center {
  text-align: center;
}
body.mylittle .custom-title-line {
  position: relative;
  display: block;
  font-family: "NeutraText-Light", Arial, sans-serif;
  font-size: 30px;
  color: #454545;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 0 auto 40px;
}
body.mylittle .custom-title-line.top {
  height: 74px;
  line-height: 70px;
  margin: 14px auto;
}
body.mylittle .custom-title-line.full-color {
  background-color: #F7F7F9;
}
@media only screen and (max-width: 767px) {
  body.mylittle .custom-title-line {
    font-size: 24px;
  }
}
body.mylittle .custom-title-line span {
  position: relative;
  display: inline-block;
  line-height: normal;
  zoom: 1;
  line-height: 1.4em;
  vertical-align: middle;
  padding: 0 16px;
}
@media only screen and (max-width: 767px) {
  body.mylittle .custom-title-line span {
    padding: 0 10px;
  }
}
body.mylittle .custom-title-line span:before {
  right: 100%;
}
body.mylittle .custom-title-line span:after {
  left: 100%;
}
body.mylittle .custom-title-line span:before,
body.mylittle .custom-title-line span:after {
  content: '';
  position: absolute;
  top: 42%;
  width: 1000px;
  height: 1px;
  background-color: #000000;
}
body.mylittle .custom-title-line img {
  vertical-align: middle;
  max-height: 70px;
}
@media only screen and (max-width: 767px) {
  body.mylittle .custom-title-line img {
    max-height: 50px;
  }
}
body.mylittle .custom-description {
  display: block;
  width: 60%;
  max-width: 900px;
  height: auto;
  margin: 0 auto 40px;
  font-family: "Miller-Display", sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  color: #454545;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  body.mylittle .custom-description {
    width: 90%;
  }
}
body.mylittle .custom-field {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-family: "Miller-Display", sans-serif;
  font-size: 16px;
  color: #454545;
  text-align: left;
  border: 1px solid #D2D2D3;
  background-color: transparent;
  border-radius: 0;
  outline: 0;
  margin: 0 auto 16px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
}
body.mylittle .custom-field::-webkit-input-placeholder {
  color: #454545;
}
body.mylittle .custom-field:-moz-placeholder {
  color: #454545;
}
body.mylittle .custom-field::-moz-placeholder {
  color: #454545;
}
body.mylittle .custom-field:-ms-input-placeholder {
  color: #454545;
}
body.mylittle .custom-field.textarea {
  min-height: 120px;
  resize: none;
  line-height: 1.4em;
  padding: 20px;
}
body.mylittle .custom-field.search {
  display: inline-block;
  width: 30%;
  font-family: "NeutraText-Light", Arial, sans-serif;
  font-style: italic;
  border: none;
  border-bottom: 1px solid #D2D2D3;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  body.mylittle .custom-field.search {
    width: 80%;
  }
}
body.mylittle .custom-search-submit {
  border: none;
  background-color: transparent;
  font-size: 18px;
  cursor: pointer;
  vertical-align: middle;
}
body.mylittle .custom-button {
  display: inline-block;
  width: auto;
  height: 46px;
  line-height: 50px;
  font-family: "NeutraText-Book", Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  outline: 0;
  margin: 0 auto;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body.mylittle .custom-button.full.gray-project {
  padding: 0 30px;
  color: #FFFFFF;
  background-color: #9AC8BF;
  -webkit-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -moz-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -ms-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -o-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -webkit-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  -moz-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  -ms-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  -o-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
}
body.mylittle .custom-button.full.gray-project:hover {
  background-color: #79b6aa;
}
body.mylittle .custom-button.full.gray-medium {
  padding: 0 30px;
  color: #FFFFFF;
  background-color: #D2D2D3;
  -webkit-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -moz-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -ms-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -o-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -webkit-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  -moz-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  -ms-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  -o-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
}
body.mylittle .custom-button.full.gray-medium:hover {
  background-color: #b8b8ba;
}
body.mylittle .custom-button.full.project-color {
  padding: 0 30px;
  color: #FFFFFF;
  background-color: #9AC8BF;
  -webkit-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -moz-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -ms-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -o-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -webkit-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  -moz-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  -ms-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  -o-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
}
body.mylittle .custom-button.full.project-color:hover {
  background-color: #79b6aa;
}
body.mylittle .custom-button.border {
  padding: 0 30px;
  color: #000000;
  border: 1px solid #454545;
  background-color: transparent;
  -webkit-transition: color 0.224s ease-in-out, border-color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -moz-transition: color 0.224s ease-in-out, border-color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -ms-transition: color 0.224s ease-in-out, border-color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -o-transition: color 0.224s ease-in-out, border-color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  transition: color 0.224s ease-in-out, border-color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -webkit-transition: all color 0.224s ease-in-out, border-color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  -moz-transition: all color 0.224s ease-in-out, border-color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  -ms-transition: all color 0.224s ease-in-out, border-color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  -o-transition: all color 0.224s ease-in-out, border-color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  transition: all color 0.224s ease-in-out, border-color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
}
body.mylittle .custom-button.border:hover {
  color: #FFFFFF;
  border-color: #000000;
  background-color: #000000;
  text-decoration: none;
}
body.mylittle .custom-button.border.arrow {
  padding: 0 18px 0 30px;
  color: #454545;
  border: 1px solid #454545;
  background-color: transparent;
  -webkit-transition: color 0.224s ease-in-out, border-color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -moz-transition: color 0.224s ease-in-out, border-color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -ms-transition: color 0.224s ease-in-out, border-color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -o-transition: color 0.224s ease-in-out, border-color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  transition: color 0.224s ease-in-out, border-color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -webkit-transition: all color 0.224s ease-in-out, border-color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  -moz-transition: all color 0.224s ease-in-out, border-color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  -ms-transition: all color 0.224s ease-in-out, border-color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  -o-transition: all color 0.224s ease-in-out, border-color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  transition: all color 0.224s ease-in-out, border-color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
}
body.mylittle .custom-button.border.arrow:hover {
  color: #FFFFFF;
  border-color: #000000;
  background-color: #000000;
  text-decoration: none;
}
body.mylittle .custom-button.border.arrow .icon {
  font-size: 28px;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  body.mylittle .custom-button {
    width: 90%;
    height: auto;
    line-height: 1.4em;
    padding: 10px !important;
  }
}
body.mylittle .errors {
  display: block;
  font-family: "Miller-Display", sans-serif;
  font-size: 16px;
  color: FireBrick;
  line-height: 1.4em;
  text-align: center;
  font-style: inherit;
  margin-top: 30px;
}
body.mylittle div[id^="people_"] ul {
  display: none;
}
body.mylittle .custom-sharing {
  display: block;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  margin: 20px auto 40px;
}
body.mylittle .custom-sharing .custom-sharing-button {
  display: inline-block;
  font-size: 24px;
  margin-right: 14px;
}
body.mylittle .custom-sharing .custom-sharing-button.last {
  margin-right: 0;
}
body.mylittle .custom-sharing .custom-sharing-button .sharing-link {
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  color: #FFFFFF;
  background-color: #9AC8BF;
  text-decoration: none;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  -webkit-transition: background-color 0.224s ease-in-out, color 0.224s ease-in-out;
  -moz-transition: background-color 0.224s ease-in-out, color 0.224s ease-in-out;
  -ms-transition: background-color 0.224s ease-in-out, color 0.224s ease-in-out;
  -o-transition: background-color 0.224s ease-in-out, color 0.224s ease-in-out;
  transition: background-color 0.224s ease-in-out, color 0.224s ease-in-out;
  -webkit-transition: all background-color 0.224s ease-in-out, color 0.224s ease-in-out ease;
  -moz-transition: all background-color 0.224s ease-in-out, color 0.224s ease-in-out ease;
  -ms-transition: all background-color 0.224s ease-in-out, color 0.224s ease-in-out ease;
  -o-transition: all background-color 0.224s ease-in-out, color 0.224s ease-in-out ease;
  transition: all background-color 0.224s ease-in-out, color 0.224s ease-in-out ease;
}
body.mylittle .custom-sharing .custom-sharing-button .sharing-link:before {
  vertical-align: middle;
}
body.mylittle .custom-sharing .custom-sharing-button .sharing-link:hover {
  background-color: #79b6aa;
}
body.mylittle .custom-radio {
  display: inline-block;
  vertical-align: top;
  line-height: normal;
  text-align: left;
}
body.mylittle .custom-radio input[type="radio"] {
  position: absolute;
  z-index: -1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity= 0 );
}
body.mylittle .custom-radio input[type="radio"] + label {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
  margin-left: 24px;
  cursor: pointer;
}
body.mylittle .custom-radio input[type="radio"] + label:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #D2D2D3;
  box-shadow: none;
  margin-right: 10px;
  vertical-align: top;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
body.mylittle .custom-radio input[type="radio"]:checked + label {
  color: #454545;
  outline: 0;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-transition: all color 0.2s ease-in-out ease;
  -moz-transition: all color 0.2s ease-in-out ease;
  -ms-transition: all color 0.2s ease-in-out ease;
  -o-transition: all color 0.2s ease-in-out ease;
  transition: all color 0.2s ease-in-out ease;
}
body.mylittle .custom-radio input[type="radio"]:checked + label:before {
  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;
  content: "\f111";
  font-size: 8px;
  line-height: 16px;
  vertical-align: middle;
}
body.mylittle .custom-checkbox {
  display: inline-block;
  vertical-align: top;
  line-height: normal;
  text-align: left;
}
body.mylittle .custom-checkbox input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity= 0 );
}
body.mylittle .custom-checkbox input[type="checkbox"] + label {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
  margin-left: 24px;
  margin-bottom: 16px;
  cursor: pointer;
}
body.mylittle .custom-checkbox input[type="checkbox"] + label:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #D2D2D3;
  box-shadow: none;
  margin-right: 10px;
  vertical-align: top;
}
body.mylittle .custom-checkbox input[type="checkbox"]:checked + label {
  color: #454545;
  outline: 0;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-transition: all color 0.2s ease-in-out ease;
  -moz-transition: all color 0.2s ease-in-out ease;
  -ms-transition: all color 0.2s ease-in-out ease;
  -o-transition: all color 0.2s ease-in-out ease;
  transition: all color 0.2s ease-in-out ease;
}
body.mylittle .custom-checkbox input[type="checkbox"]:checked + label:before {
  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;
  content: "\f00c";
  font-size: 14px;
  line-height: 17px;
  vertical-align: middle;
}
body.mylittle .g-recaptcha > div {
  margin: 0 auto;
}
body.mylittle.index .banner-register-wrapper {
  margin-top: 0;
}
body.mylittle.index .content-split-70,
body.mylittle.index .content-split-30 {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  body.mylittle.index .content-split-70,
  body.mylittle.index .content-split-30 {
    margin-top: 20px;
  }
}
body.mylittle.rubric section.last-article-wrapper .last-article-content {
  display: flex;
}
body.mylittle.rubric section.last-article-wrapper .last-article-content .last-article-image-link {
  display: block;
  max-width: 350px;
  width: 100%;
}
body.mylittle.rubric section.last-article-wrapper .last-article-content .last-article-image-link .last-article-image {
  width: 100%;
}
body.mylittle.rubric section.last-article-wrapper .last-article-content .last-article-text {
  display: block;
  margin-left: 20px;
}
body.mylittle.rubric section.last-article-wrapper .last-article-content .last-article-text .last-article-title {
  font-size: 18px;
  margin-bottom: 15px;
}
body.mylittle.rubric section.last-article-wrapper .last-article-content .last-article-text .last-article-title .last-article-link {
  text-decoration: none;
  color: #000000;
}
body.mylittle.rubric section.last-article-wrapper .last-article-content .last-article-text .last-article-description {
  line-height: 1.2em;
  margin-bottom: 15px;
}
body.mylittle.rubric section.last-article-wrapper .last-article-content .last-article-text .last-article-link {
  color: #454545;
}
body.mylittle.article section.main-article-wrapper {
  display: block;
}
body.mylittle.article section.main-article-wrapper .article-image-wrapper {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  body.mylittle.article section.main-article-wrapper .article-image-wrapper {
    width: 100%;
  }
}
body.mylittle.article section.main-article-wrapper .article-image-wrapper .article-image {
  display: block;
  width: 100%;
}
body.mylittle.article section.main-article-wrapper .article-content {
  max-width: 1000px;
  width: 100%;
  height: auto;
  font-family: "Miller-Display", sans-serif;
  font-size: 14px;
  line-height: 1.8em;
  color: #454545;
  text-align: left;
  letter-spacing: 1px;
  margin: 50px auto;
}
@media only screen and (max-width: 767px) {
  body.mylittle.article section.main-article-wrapper .article-content {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.mylittle.article section.main-article-wrapper .article-content {
    width: 80%;
  }
}
body.mylittle.article section.main-article-wrapper .article-content .article-title {
  display: block;
  font-family: "NeutraText-Light", Arial, sans-serif;
  font-size: 22px;
  color: #454545;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  body.mylittle.article section.main-article-wrapper .article-content .article-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
body.mylittle.article section.main-article-wrapper .article-content .expired {
  display: block;
  font-family: "Miller-Display", sans-serif;
  font-size: 14px;
  color: #454545;
  text-align: center;
  font-style: italic;
  margin-bottom: 20px;
  margin-top: -10px;
}
body.mylittle.article section.main-article-wrapper .article-content .article strong {
  font-family: "Miller-Text-Bold", sans-serif;
}
body.mylittle.article section.main-article-wrapper .article-content .article img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
body.mylittle.article section.main-article-wrapper .article-content .details {
  margin-top: 30px;
  color: #000000;
  font-style: italic;
}
body.mylittle.article section.main-article-wrapper .article-content .details img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
body.mylittle.article section.main-article-wrapper .sharing-article {
  display: block;
}
body.mylittle.article section.main-article-wrapper .sharing-article .custom-sharing {
  display: inline-block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  body.mylittle.article section.main-article-wrapper .sharing-article .custom-sharing {
    display: block;
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
}
body.mylittle.article section.main-article-wrapper .sharing-article .custom-button {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  body.mylittle.article section.main-article-wrapper .sharing-article .custom-button {
    display: block;
    margin: 0 auto;
  }
}
body.mylittle.article section.articles-mosaic-wrapper {
  margin-top: 80px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body.mylittle.article section.articles-mosaic-wrapper {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 479px) {
  body.mylittle.article.list-articles .list-articles-wrapper .list-articles-list-wrapper .list-articles-list .item {
    width: 48%;
  }
}
@media only screen and (max-width: 479px) {
  body.mylittle.article.list-articles .list-articles-wrapper .list-articles-list-wrapper .list-articles-list .item .item-link-btn .item-title {
    padding: 3px;
    font-size: 10px;
  }
}
body.mylittle.register section.register-wrapper .register-content {
  width: 100%;
  height: auto;
  background-image: url('/images/register/background.jpg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 40px;
  padding: 40px 0;
  box-sizing: border-box;
}
body.mylittle.register section.register-wrapper .register-content .register-inner {
  width: 52%;
  height: auto;
  background-color: #FFFFFF;
  margin: 30px auto;
  padding: 5% 6%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  body.mylittle.register section.register-wrapper .register-content .register-inner {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.mylittle.register section.register-wrapper .register-content .register-inner {
    width: 80%;
  }
}
body.mylittle.register section.register-wrapper .register-content .register-inner #unregister > ul,
body.mylittle.register section.register-wrapper .register-content .register-inner #register > ul {
  display: none;
}
body.mylittle.register section.register-wrapper .register-content .register-inner .pledge {
  width: 100%;
  margin-top: 0px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  body.mylittle.register section.register-wrapper .register-content .register-inner .pledge {
    margin-top: 30px;
  }
}
body.mylittle.register section.register-wrapper .register-content .register-inner .pledge img {
  display: inline-block;
}
body.mylittle.register section.register-wrapper .register-content .register-inner .pledge .content-inner {
  display: inline-block;
  font-family: "NeutraText-Light", Arial, sans-serif;
  font-size: 18px;
  color: #454545;
  text-transform: uppercase;
  text-align: left;
  margin-left: 20px;
  margin-top: 4px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  body.mylittle.register section.register-wrapper .register-content .register-inner .pledge .content-inner {
    display: block;
    text-align: center;
    margin: 20px 0 0 0;
  }
}
body.mylittle.register section.register-wrapper .register-content .register-inner .pledge .content-inner span {
  display: block;
  font-family: "Miller-Display", sans-serif;
  font-size: 14px;
  text-transform: none;
  font-style: italic;
  letter-spacing: 1px;
}
body.mylittle.register section.register-wrapper .register-content .register-inner form #register_complete {
  font-family: "Miller-Display", sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  color: #454545;
  text-align: left;
}
body.mylittle.register section.register-wrapper .register-content .register-inner form #register_complete .row_register_complete_codepostal {
  display: inline-block;
  width: 34%;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  body.mylittle.register section.register-wrapper .register-content .register-inner form #register_complete .row_register_complete_codepostal {
    width: 100%;
  }
}
body.mylittle.register section.register-wrapper .register-content .register-inner form #register_complete .row_register_complete_naissance {
  display: inline-block;
  width: 66%;
  text-align: right;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  body.mylittle.register section.register-wrapper .register-content .register-inner form #register_complete .row_register_complete_naissance {
    width: 100%;
    text-align: left;
  }
}
body.mylittle.register section.register-wrapper .register-content .register-inner form #register_complete .row_register_complete_naissance #register_complete_naissance {
  display: inline-block;
  width: 30%;
  margin-left: 20px;
  padding: 0px 0 0 30px;
}
@media only screen and (max-width: 767px) {
  body.mylittle.register section.register-wrapper .register-content .register-inner form #register_complete .row_register_complete_naissance #register_complete_naissance {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
body.mylittle.register section.register-wrapper .register-content .register-inner form #register_complete .row_register_complete_sexe {
  display: block;
  line-height: 16px;
  margin: 16px 0;
}
body.mylittle.register section.register-wrapper .register-content .register-inner form #register_complete .row_register_complete_sexe label {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  body.mylittle.register section.register-wrapper .register-content .register-inner form #register_complete .row_register_complete_sexe #register_complete_sexe {
    margin-top: 20px;
  }
}
body.mylittle.register section.register-wrapper .register-content .register-inner form #register_complete .row_register_complete_datewedding {
  margin-top: 30px;
}
body.mylittle.register section.register-wrapper .register-content .register-inner form #register_complete .row_register_complete_datewedding #register_complete_datewedding {
  display: inline-block;
  width: 40%;
  margin-left: 20px;
}
body.mylittle.register section.register-wrapper .register-content .register-inner form #register_complete .row_register_complete_editions #register_complete_editions {
  margin-top: 20px;
}
body.mylittle.register section.register-wrapper .register-content .register-inner form #register_complete .row_register_complete_editions #register_complete_editions label {
  width: 40%;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body.mylittle.register section.register-wrapper .register-content .register-inner form #register_complete .row_register_complete_editions #register_complete_editions label {
    width: 90%;
  }
}
body.mylittle.register section.register-wrapper .register-content .register-inner form #register_complete .row_register_complete_editions #register_complete_editions label span {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  color: #454545;
  font-size: 12px;
  padding: 5px 6px 3px;
  top: 140%;
  left: 26px;
  z-index: 1;
  border-radius: 4px;
  width: 80%;
  font-family: "NeutraText-Light", Arial, sans-serif;
  border: 1px solid #bbdad4;
  line-height: 1em;
}
body.mylittle.register section.register-wrapper .register-content .register-inner form #register_complete .row_register_complete_editions #register_complete_editions label:hover {
  color: #bbdad4;
}
body.mylittle.register section.register-wrapper .register-content .register-inner form #register_complete .row_register_complete_editions #register_complete_editions label:hover span {
  display: block;
}
body.mylittle.register section.register-wrapper .register-content .register-inner form #register_complete .row_register_complete_submit {
  text-align: center;
}
body.mylittle.register section.register-wrapper .register-content .register-inner form .custom-button.full.project-color {
  margin-top: 30px;
}
body.mylittle.register section.unregister-wrapper #unregister_editions {
  margin: 30px 0;
}
body.my-little-paris.register-success .content-inner {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  body.my-little-paris.register-success .content-inner {
    width: 90%;
  }
}
body.my-little-paris.register-success .content-inner .wallpaper-preview {
  display: block;
  width: 100%;
  margin: 30px auto 0;
}
body.my-little-paris.register-success .content-inner .wallpaper-desktop {
  display: inline-block;
}
body.my-little-paris.register-success .content-inner .wallpaper-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  body.my-little-paris.register-success .content-inner .wallpaper-desktop {
    display: none;
  }
  body.my-little-paris.register-success .content-inner .wallpaper-mobile {
    display: inline-block;
  }
}
body.mylittle.legal-notice section.legal-notice-wrapper .legal-notice-content {
  width: 1000px;
  margin: 20px auto 80px;
  font-family: "Miller-Display", sans-serif;
  font-size: 14px;
  color: #454545;
  text-align: left;
  line-height: 1.4em;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  body.mylittle.legal-notice section.legal-notice-wrapper .legal-notice-content {
    width: 90%;
  }
}
body.mylittle.contact .custom-description {
  position: relative;
  display: inline-block;
  width: auto;
}
@media only screen and (max-width: 767px) {
  body.mylittle.contact .custom-description {
    max-width: 90%;
  }
}
body.mylittle.contact .custom-description .illustration {
  position: absolute;
  top: 0%;
  right: 120%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 959px) {
  body.mylittle.contact .custom-description .illustration {
    position: static;
    display: block;
    margin: 0 auto 20px;
  }
}
body.mylittle.illustratrice .video-wrapper {
  display: block;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
body.mylittle.illustratrice .video-wrapper .video-player-container {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.2%;
}
body.mylittle.illustratrice .video-wrapper .video-player-container object {
  position: absolute;
  top: 0;
  left: 0;
}
body.mylittle.illustratrice .illustratrice-wrapper .video-wrapper {
  margin-bottom: 40px;
}
body.mylittle.editorial-charter .editorial-charter-content,
body.mylittle.partner-article .editorial-charter-content,
body.mylittle.partners .editorial-charter-content,
body.mylittle.editorial-charter .partners-content,
body.mylittle.partner-article .partners-content,
body.mylittle.partners .partners-content {
  background-image: url('/images/generic/editorial-charter-background.jpg');
}
body.mylittle.editorial-charter .partner-article-content,
body.mylittle.partner-article .partner-article-content,
body.mylittle.partners .partner-article-content {
  background-image: url('/images/generic/partner-article-background.jpg');
}
body.mylittle.editorial-charter .editorial-charter-content,
body.mylittle.partner-article .editorial-charter-content,
body.mylittle.partners .editorial-charter-content,
body.mylittle.editorial-charter .partner-article-content,
body.mylittle.partner-article .partner-article-content,
body.mylittle.partners .partner-article-content,
body.mylittle.editorial-charter .partners-content,
body.mylittle.partner-article .partners-content,
body.mylittle.partners .partners-content {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  body.mylittle.editorial-charter .editorial-charter-content,
  body.mylittle.partner-article .editorial-charter-content,
  body.mylittle.partners .editorial-charter-content,
  body.mylittle.editorial-charter .partner-article-content,
  body.mylittle.partner-article .partner-article-content,
  body.mylittle.partners .partner-article-content,
  body.mylittle.editorial-charter .partners-content,
  body.mylittle.partner-article .partners-content,
  body.mylittle.partners .partners-content {
    padding: 80px 0;
  }
}
body.mylittle.editorial-charter .editorial-charter-content .content-inner,
body.mylittle.partner-article .editorial-charter-content .content-inner,
body.mylittle.partners .editorial-charter-content .content-inner,
body.mylittle.editorial-charter .partner-article-content .content-inner,
body.mylittle.partner-article .partner-article-content .content-inner,
body.mylittle.partners .partner-article-content .content-inner,
body.mylittle.editorial-charter .partners-content .content-inner,
body.mylittle.partner-article .partners-content .content-inner,
body.mylittle.partners .partners-content .content-inner {
  width: 1000px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  body.mylittle.editorial-charter .editorial-charter-content .content-inner,
  body.mylittle.partner-article .editorial-charter-content .content-inner,
  body.mylittle.partners .editorial-charter-content .content-inner,
  body.mylittle.editorial-charter .partner-article-content .content-inner,
  body.mylittle.partner-article .partner-article-content .content-inner,
  body.mylittle.partners .partner-article-content .content-inner,
  body.mylittle.editorial-charter .partners-content .content-inner,
  body.mylittle.partner-article .partners-content .content-inner,
  body.mylittle.partners .partners-content .content-inner {
    width: 90%;
  }
}
body.mylittle.editorial-charter .editorial-charter-content .content-inner .custom-description,
body.mylittle.partner-article .editorial-charter-content .content-inner .custom-description,
body.mylittle.partners .editorial-charter-content .content-inner .custom-description,
body.mylittle.editorial-charter .partner-article-content .content-inner .custom-description,
body.mylittle.partner-article .partner-article-content .content-inner .custom-description,
body.mylittle.partners .partner-article-content .content-inner .custom-description,
body.mylittle.editorial-charter .partners-content .content-inner .custom-description,
body.mylittle.partner-article .partners-content .content-inner .custom-description,
body.mylittle.partners .partners-content .content-inner .custom-description {
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
body.mylittle.editorial-charter .editorial-charter-content .content-inner .custom-description img,
body.mylittle.partner-article .editorial-charter-content .content-inner .custom-description img,
body.mylittle.partners .editorial-charter-content .content-inner .custom-description img,
body.mylittle.editorial-charter .partner-article-content .content-inner .custom-description img,
body.mylittle.partner-article .partner-article-content .content-inner .custom-description img,
body.mylittle.partners .partner-article-content .content-inner .custom-description img,
body.mylittle.editorial-charter .partners-content .content-inner .custom-description img,
body.mylittle.partner-article .partners-content .content-inner .custom-description img,
body.mylittle.partners .partners-content .content-inner .custom-description img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
body.mylittle.all-editions .editions-wrapper .mosaic-wrapper .mosaic-list {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
body.mylittle.all-editions .editions-wrapper .mosaic-wrapper .mosaic-list .item {
  position: relative;
  display: inline-block;
  width: 32%;
  font-size: 14px;
  vertical-align: top;
  margin-bottom: 14px;
  margin-right: 2%;
}
body.mylittle.all-editions .editions-wrapper .mosaic-wrapper .mosaic-list .item:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  body.mylittle.all-editions .editions-wrapper .mosaic-wrapper .mosaic-list .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  body.mylittle.all-editions .editions-wrapper .mosaic-wrapper .mosaic-list .item:nth-child(3n) {
    margin-right: 4%;
  }
  body.mylittle.all-editions .editions-wrapper .mosaic-wrapper .mosaic-list .item:nth-child(2n) {
    margin-right: 0;
  }
}
body.mylittle.all-editions .editions-wrapper .mosaic-wrapper .mosaic-list .item .mosaic-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
}
body.mylittle.all-editions .editions-wrapper .mosaic-wrapper .mosaic-list .item .mosaic-link img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all all 0.4s ease ease;
  -moz-transition: all all 0.4s ease ease;
  -ms-transition: all all 0.4s ease ease;
  -o-transition: all all 0.4s ease ease;
  transition: all all 0.4s ease ease;
}
body.mylittle.all-editions .editions-wrapper .mosaic-wrapper .mosaic-list .item .mosaic-link:hover img,
body.mylittle.all-editions .editions-wrapper .mosaic-wrapper .mosaic-list .item .mosaic-link:hover .image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
@media only screen and (max-width: 767px) {
  body.mylittle.all-editions .editions-wrapper .mosaic-wrapper .mosaic-list .item .mosaic-link:hover img,
  body.mylittle.all-editions .editions-wrapper .mosaic-wrapper .mosaic-list .item .mosaic-link:hover .image {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
body.mylittle.all-editions .editions-wrapper .mosaic-wrapper .mosaic-list .item .mosaic-link .content-inner {
  display: inline-block;
  position: absolute;
  bottom: 8%;
  right: 8%;
  left: 8%;
  width: 84%;
  height: 80px;
  line-height: 80px;
  background-color: #FFFFFF;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  body.mylittle.all-editions .editions-wrapper .mosaic-wrapper .mosaic-list .item .mosaic-link .content-inner {
    position: static;
    width: 100%;
    height: auto;
    line-height: 0 !important;
    padding: 10px 0;
  }
}
body.mylittle.all-editions .editions-wrapper .mosaic-wrapper .mosaic-list .item .mosaic-link .content-inner .multiple {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  text-align: center;
}
body.mylittle.all-editions .editions-wrapper .mosaic-wrapper .mosaic-list .item .mosaic-link .content-inner .multiple h3 {
  font-family: "NeutraText-Light", Arial, sans-serif;
  font-size: 18px;
  color: #454545;
  text-transform: uppercase;
  line-height: 1.4em;
  margin-bottom: 4px;
}
@media only screen and (max-width: 767px) {
  body.mylittle.all-editions .editions-wrapper .mosaic-wrapper .mosaic-list .item .mosaic-link .content-inner .multiple h3 {
    text-transform: none;
    margin-bottom: 0;
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  body.mylittle.all-editions .editions-wrapper .mosaic-wrapper .mosaic-list .item .mosaic-link .content-inner .multiple h3 {
    font-size: 16px;
  }
}
body.page-error section.page-error-wrapper .page-error-content {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  body.page-error section.page-error-wrapper .page-error-content {
    width: 90%;
  }
}
body.page-error section.page-error-wrapper .page-error-content .illustration {
  position: absolute;
  bottom: 0;
  right: 80%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 959px) {
  body.page-error section.page-error-wrapper .page-error-content .illustration {
    position: static;
    display: block;
    margin: 0 auto 20px;
  }
}
body.mylittle.video section.video-wrapper .video-player-container {
  display: block;
  max-width: 1000px;
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 959px) {
  body.mylittle.video section.video-wrapper .video-player-container {
    width: 90%;
  }
}
body.mylittle.video section.video-wrapper .article {
  text-align: center;
}
body.mylittle.video section.video-wrapper .custom-sharing {
  margin-right: 0 !important;
}
body.mylittle.video section.video-mosaic-wrapper {
  margin-top: 80px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body.mylittle.video section.video-mosaic-wrapper {
    margin-top: 80px;
  }
}
body.mylittle.video section.video-banner img {
  max-width: 1000px;
  width: 100%;
}
body.mylittle header.header .header-desktop {
  display: block;
}
@media only screen and (max-width: 767px) {
  body.mylittle header.header .header-desktop {
    display: none;
  }
}
body.mylittle header.header .header-desktop .nav-secondary-wrapper {
  display: block;
  text-align: center;
  vertical-align: middle;
  background-color: #F7F7F9;
}
body.mylittle header.header .header-desktop .nav-secondary-wrapper .editions-wrapper {
  display: inline-block;
  font-size: 0;
  margin-right: 10px;
  height: 24px;
  line-height: 24px;
}
body.mylittle header.header .header-desktop .nav-secondary-wrapper .editions-wrapper li.edition-items {
  display: inline-block;
}
body.mylittle header.header .header-desktop .nav-secondary-wrapper .editions-wrapper li.edition-items a {
  font-family: "NeutraText-Light", Arial, sans-serif;
  font-size: 10px;
  color: #454545;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 12px;
  box-sizing: border-box;
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  body.mylittle header.header .header-desktop .nav-secondary-wrapper .editions-wrapper li.edition-items a {
    font-size: 11px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  body.mylittle header.header .header-desktop .nav-secondary-wrapper .editions-wrapper li.edition-items a {
    padding: 0 9px;
  }
}
body.mylittle header.header .header-desktop .nav-secondary-wrapper .editions-wrapper li.edition-items a:hover {
  text-decoration: underline;
}
body.mylittle header.header .header-desktop .nav-secondary-wrapper .custom-sharing-header {
  display: inline-block;
  white-space: nowrap;
  font-size: 0;
  height: 24px;
  line-height: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  body.mylittle header.header .header-desktop .nav-secondary-wrapper .custom-sharing-header {
    display: none;
  }
}
body.mylittle header.header .header-desktop .nav-secondary-wrapper .custom-sharing-header .custom-sharing-button {
  display: inline-block;
  font-size: 13px;
}
body.mylittle header.header .header-desktop .nav-secondary-wrapper .custom-sharing-header .custom-sharing-button .sharing-link {
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  color: #9AC8BF;
  border: none;
  background-color: transparent;
  text-decoration: none;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  -webkit-transition: color 0.224s ease-in-out;
  -moz-transition: color 0.224s ease-in-out;
  -ms-transition: color 0.224s ease-in-out;
  -o-transition: color 0.224s ease-in-out;
  transition: color 0.224s ease-in-out;
  -webkit-transition: all color 0.224s ease-in-out ease;
  -moz-transition: all color 0.224s ease-in-out ease;
  -ms-transition: all color 0.224s ease-in-out ease;
  -o-transition: all color 0.224s ease-in-out ease;
  transition: all color 0.224s ease-in-out ease;
}
body.mylittle header.header .header-desktop .nav-secondary-wrapper .custom-sharing-header .custom-sharing-button .sharing-link:hover {
  color: #79b6aa;
}
body.mylittle header.header .header-desktop .nav-secondary-wrapper .custom-sharing-header .custom-sharing-button .sharing-link .fa {
  vertical-align: middle;
}
body.mylittle header.header .header-desktop .logo-wrapper {
  text-align: center;
  margin: 10px auto;
}
body.mylittle header.header .header-desktop .logo-wrapper .logo {
  display: inline-block;
  width: auto;
  height: 98px;
}
body.mylittle header.header .header-desktop .logo-wrapper .logo img {
  display: block;
  width: auto;
  height: 100%;
}
body.mylittle header.header .header-desktop .nav-wrapper {
  display: block;
  text-align: center;
  margin-bottom: 6px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
body.mylittle header.header .header-desktop .nav-wrapper .nav-content {
  font-size: 0;
}
body.mylittle header.header .header-desktop .nav-wrapper .nav-content .nav-item {
  position: relative;
  display: inline-block;
  font-family: "NeutraText-Light", Arial, sans-serif;
  font-size: 14px;
  color: #454545;
  letter-spacing: .05em;
  line-height: 2em;
  text-transform: uppercase;
  padding: 0 12px;
  box-sizing: border-box;
}
body.mylittle header.header .header-desktop .nav-wrapper .nav-content .nav-item .nav-link {
  position: relative;
  text-decoration: none;
  color: #454545;
  padding-bottom: 2px;
  box-sizing: border-box;
}
body.mylittle header.header .header-desktop .nav-wrapper .nav-content .nav-item .nav-link:hover:after {
  border-top-color: #454545;
  bottom: 0;
}
body.mylittle header.header .header-desktop .nav-wrapper .nav-content .nav-item .nav-link:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 4px;
  border-top: 1px solid transparent;
  -webkit-transition: border-color 0.224s ease-in-out, bottom 0.224s ease-in-out;
  -moz-transition: border-color 0.224s ease-in-out, bottom 0.224s ease-in-out;
  -ms-transition: border-color 0.224s ease-in-out, bottom 0.224s ease-in-out;
  -o-transition: border-color 0.224s ease-in-out, bottom 0.224s ease-in-out;
  transition: border-color 0.224s ease-in-out, bottom 0.224s ease-in-out;
  -webkit-transition: all border-color 0.224s ease-in-out, bottom 0.224s ease-in-out ease;
  -moz-transition: all border-color 0.224s ease-in-out, bottom 0.224s ease-in-out ease;
  -ms-transition: all border-color 0.224s ease-in-out, bottom 0.224s ease-in-out ease;
  -o-transition: all border-color 0.224s ease-in-out, bottom 0.224s ease-in-out ease;
  transition: all border-color 0.224s ease-in-out, bottom 0.224s ease-in-out ease;
}
body.mylittle header.header .header-desktop .nav-wrapper .nav-content .nav-item .nav-link.color-project-dark {
  color: #9AC8BF;
}
body.mylittle header.header .header-desktop .nav-wrapper .nav-content .nav-item .nav-link.color-project-dark:hover:after {
  border-top-color: #9AC8BF;
}
body.mylittle header.header .header-mobile {
  position: relative;
  display: none;
}
@media only screen and (max-width: 767px) {
  body.mylittle header.header .header-mobile {
    display: block;
  }
}
body.mylittle header.header .header-mobile .nav-button {
  position: absolute;
  top: 10px;
  left: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #000000;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
body.mylittle header.header .header-mobile .logo {
  display: block;
  max-width: 90%;
  height: 55px;
  margin: 0 auto;
  padding: 10px 0;
}
body.mylittle header.header .header-mobile .logo img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
body.mylittle #my-content #my-menu {
  display: none;
}
body.mylittle #my-menu:not( .mm-menu ) {
  display: none;
}
body.mylittle .mm-page {
  background-color: white !important;
}
body.mylittle .first-flap .mm-navbar {
  display: none;
  padding: 0;
}
body.mylittle .nav-bar {
  padding: 0;
}
body.mylittle .mm-panel:before,
body.mylittle .mm-panel:after {
  display: none;
  height: 0;
}
body.mylittle .mm-panel {
  padding: 0px !important;
}
body.mylittle .mm-listview,
body.mylittle .mm-listview li,
body.mylittle .mm-listview li a,
body.mylittle .mm-listview li span {
  margin: 0;
  padding: 0;
}
body.mylittle .menu-mobile-wrapper {
  background-color: #FFFFFF;
}
body.mylittle .menu-mobile-wrapper .nav-bar {
  position: relative;
}
body.mylittle .menu-mobile-wrapper .nav-bar .nav-button {
  position: absolute;
  top: 10px;
  left: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #000000;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
body.mylittle .menu-mobile-wrapper .nav-bar .nav-button .close-icon {
  font-size: 34px;
}
body.mylittle .menu-mobile-wrapper .nav-bar .nav-button .fa-angle-left {
  margin-left: -10px;
}
body.mylittle .menu-mobile-wrapper .nav-bar .logo {
  display: block;
  max-width: 90%;
  height: 55px;
  margin: 0 auto;
  padding: 10px 0;
}
body.mylittle .menu-mobile-wrapper .nav-bar .logo img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
body.mylittle .menu-mobile-wrapper .nav-grid-wrapper {
  display: block;
  text-align: center;
}
body.mylittle .menu-mobile-wrapper .nav-grid-wrapper .nav-content {
  width: 100%;
  font-size: 0;
}
body.mylittle .menu-mobile-wrapper .nav-grid-wrapper .nav-content .nav-item {
  display: inline-block;
  width: 50%;
  height: auto;
  font-size: 14px;
  padding: 2px 0;
  border-right: 1px solid #D2D2D3;
  border-top: 1px solid #D2D2D3;
  box-sizing: border-box;
}
body.mylittle .menu-mobile-wrapper .nav-grid-wrapper .nav-content .nav-item.last {
  border-right: none;
}
body.mylittle .menu-mobile-wrapper .nav-grid-wrapper .nav-content .nav-item .nav-link {
  display: inline-block;
  text-align: center;
  width: 100%;
}
body.mylittle .menu-mobile-wrapper .nav-grid-wrapper .nav-content .nav-item .nav-link img {
  display: block;
  width: auto;
  max-width: 100%;
}
body.mylittle .menu-mobile-wrapper .editions-wrapper {
  width: 100%;
  height: auto;
}
body.mylittle .menu-mobile-wrapper .editions-wrapper li.edition-items {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 54px;
  font-family: "NeutraText-Light", Arial, sans-serif;
  font-size: 16px;
  color: #bbdad4;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #D2D2D3;
  box-sizing: border-box;
}
body.mylittle .menu-mobile-wrapper .editions-wrapper li.edition-items a {
  display: block;
  text-decoration: none;
  color: #000000;
  padding: 0 20px;
  box-sizing: border-box;
}
body.mylittle .menu-mobile-wrapper .link-action-wrapper {
  width: 100%;
  height: auto;
}
body.mylittle .menu-mobile-wrapper .link-action-wrapper .link-action {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 54px;
  font-family: "NeutraText-Light", Arial, sans-serif;
  font-size: 16px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 20px;
  box-sizing: border-box;
  zoom: 1;
}
body.mylittle .menu-mobile-wrapper .link-action-wrapper .link-action:before,
body.mylittle .menu-mobile-wrapper .link-action-wrapper .link-action:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
body.mylittle .menu-mobile-wrapper .link-action-wrapper .link-action:after {
  clear: both;
}
body.mylittle .menu-mobile-wrapper .link-action-wrapper .link-action.gray-bleu {
  color: #FFFFFF;
  background-color: #9AC8BF;
}
body.mylittle .menu-mobile-wrapper .link-action-wrapper .link-action.gray-cold {
  color: #000000;
  background-color: #F7F7F9;
}
body.mylittle .menu-mobile-wrapper .link-action-wrapper .link-action .icon-arrow {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 28px;
}
body.mylittle .menu-mobile-wrapper .link-action-wrapper .link-action.menu-link {
  padding-left: 40px;
}
body.mylittle .menu-mobile-wrapper .link-action-wrapper .link-action.menu-link .icon-arrow {
  left: 14px;
  font-size: 28px;
}
body.mylittle .menu-mobile-wrapper .custom-sharing-header-mobile {
  display: inline-block;
  white-space: nowrap;
  font-size: 0;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
body.mylittle .menu-mobile-wrapper .custom-sharing-header-mobile .custom-sharing-button {
  display: inline-block;
  font-size: 34px;
}
body.mylittle .menu-mobile-wrapper .custom-sharing-header-mobile .custom-sharing-button .sharing-link {
  display: block;
  width: 1.5em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  color: #D2D2D3;
  border: none;
  background-color: transparent;
  text-decoration: none;
  border-radius: 2em;
  -webkit-transition: color 0.224s ease-in-out;
  -moz-transition: color 0.224s ease-in-out;
  -ms-transition: color 0.224s ease-in-out;
  -o-transition: color 0.224s ease-in-out;
  transition: color 0.224s ease-in-out;
  -webkit-transition: all color 0.224s ease-in-out ease;
  -moz-transition: all color 0.224s ease-in-out ease;
  -ms-transition: all color 0.224s ease-in-out ease;
  -o-transition: all color 0.224s ease-in-out ease;
  transition: all color 0.224s ease-in-out ease;
}
body.mylittle .menu-mobile-wrapper .custom-sharing-header-mobile .custom-sharing-button .sharing-link:hover {
  color: #858587;
}
body.mylittle .menu-mobile-wrapper .custom-sharing-header-mobile .custom-sharing-button .sharing-link .fa {
  vertical-align: middle;
}
body.mylittle footer.footer {
  width: 100%;
  margin: 40px auto 0;
  padding: 70px 0;
  background-color: #9AC8BF;
}
body.mylittle footer.footer .content-inner {
  display: block;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  body.mylittle footer.footer .content-inner {
    width: 90%;
    margin: 0 auto;
  }
}
body.mylittle footer.footer .content-inner .custom-button-footer {
  display: block;
  width: 530px;
  height: 60px;
  line-height: 60px;
  font-family: "NeutraText-Book", Arial, sans-serif;
  font-size: 22px;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: lighter;
  border: 2px solid #FFFFFF;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0 auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 479px) {
  body.mylittle footer.footer .content-inner .custom-button-footer {
    width: 100%;
    font-size: 16px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body.mylittle footer.footer .content-inner .custom-button-footer {
    width: 100%;
    font-size: 20px;
  }
}
body.mylittle footer.footer .content-inner .custom-button-footer.full {
  color: #9AC8BF;
  background-color: #FFFFFF;
  -webkit-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -moz-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -ms-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -o-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -webkit-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  -moz-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  -ms-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  -o-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
}
body.mylittle footer.footer .content-inner .custom-button-footer.full:hover {
  color: #FFFFFF;
  background-color: #9AC8BF;
}
body.mylittle footer.footer .content-inner .custom-button-footer.border {
  margin-top: 20px;
  color: #FFFFFF;
  background-color: transparent;
  -webkit-transition: background-color 0.224s ease-in-out, color 0.224s ease-in-out;
  -moz-transition: background-color 0.224s ease-in-out, color 0.224s ease-in-out;
  -ms-transition: background-color 0.224s ease-in-out, color 0.224s ease-in-out;
  -o-transition: background-color 0.224s ease-in-out, color 0.224s ease-in-out;
  transition: background-color 0.224s ease-in-out, color 0.224s ease-in-out;
  -webkit-transition: all background-color 0.224s ease-in-out, color 0.224s ease-in-out ease;
  -moz-transition: all background-color 0.224s ease-in-out, color 0.224s ease-in-out ease;
  -ms-transition: all background-color 0.224s ease-in-out, color 0.224s ease-in-out ease;
  -o-transition: all background-color 0.224s ease-in-out, color 0.224s ease-in-out ease;
  transition: all background-color 0.224s ease-in-out, color 0.224s ease-in-out ease;
}
body.mylittle footer.footer .content-inner .custom-button-footer.border:hover {
  background-color: #FFFFFF;
  color: #9AC8BF;
}
body.mylittle footer.footer .content-inner .custom-sharing {
  display: block;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  margin: 50px auto 40px;
  max-width: 100%;
  overflow-x: auto;
}
body.mylittle footer.footer .content-inner .custom-sharing .custom-sharing-button {
  display: inline-block;
  font-size: 32px;
  margin-right: 18px;
}
body.mylittle footer.footer .content-inner .custom-sharing .custom-sharing-button.last {
  margin-right: 0;
}
@media only screen and (max-width: 479px) {
  body.mylittle footer.footer .content-inner .custom-sharing .custom-sharing-button {
    font-size: 19px;
    margin-right: 6px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body.mylittle footer.footer .content-inner .custom-sharing .custom-sharing-button {
    font-size: 24px;
  }
}
body.mylittle footer.footer .content-inner .custom-sharing .custom-sharing-button .sharing-link {
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  color: #9AC8BF;
  border: 2px solid #FFFFFF;
  background-color: #FFFFFF;
  text-decoration: none;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  -webkit-transition: background-color 0.224s ease-in-out, color 0.224s ease-in-out;
  -moz-transition: background-color 0.224s ease-in-out, color 0.224s ease-in-out;
  -ms-transition: background-color 0.224s ease-in-out, color 0.224s ease-in-out;
  -o-transition: background-color 0.224s ease-in-out, color 0.224s ease-in-out;
  transition: background-color 0.224s ease-in-out, color 0.224s ease-in-out;
  -webkit-transition: all background-color 0.224s ease-in-out, color 0.224s ease-in-out ease;
  -moz-transition: all background-color 0.224s ease-in-out, color 0.224s ease-in-out ease;
  -ms-transition: all background-color 0.224s ease-in-out, color 0.224s ease-in-out ease;
  -o-transition: all background-color 0.224s ease-in-out, color 0.224s ease-in-out ease;
  transition: all background-color 0.224s ease-in-out, color 0.224s ease-in-out ease;
}
body.mylittle footer.footer .content-inner .custom-sharing .custom-sharing-button .sharing-link:hover {
  background-color: transparent;
  color: #FFFFFF;
}
body.mylittle footer.footer .content-inner .custom-sharing .custom-sharing-button .sharing-link:before {
  vertical-align: middle;
}
body.mylittle footer.footer .content-inner .footer-link {
  width: 90%;
  margin: 0 auto;
  font-size: 0;
  line-height: 16px;
}
@media only screen and (max-width: 767px) {
  body.mylittle footer.footer .content-inner .footer-link {
    width: 100%;
  }
}
body.mylittle footer.footer .content-inner .footer-link li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
}
body.mylittle footer.footer .content-inner .footer-link li:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  height: 12px;
  margin-top: -6px;
  width: 1px;
  background-color: #FFFFFF;
  vertical-align: middle;
}
body.mylittle footer.footer .content-inner .footer-link li:first-child:before {
  width: 0;
}
body.mylittle footer.footer .content-inner .footer-link li.first-of-line:before {
  width: 0;
}
body.mylittle footer.footer .content-inner .footer-link li.br {
  display: block;
}
body.mylittle footer.footer .content-inner .footer-link li.br:before {
  width: 0;
}
body.mylittle footer.footer .content-inner .footer-link li a {
  text-decoration: none;
  padding: 0 10px;
  box-sizing: border-box;
  color: #FFFFFF;
}
body.mylittle footer.footer .content-inner .footer-link li a:hover {
  text-decoration: underline;
}
body.mylittle .aside-tools-wrapper {
  display: block;
  text-align: center;
  font-size: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  body.mylittle .aside-tools-wrapper {
    width: 90%;
  }
}
body.mylittle .aside-tools-wrapper .backboard-regie {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.mylittle .aside-tools-wrapper .backboard-regie {
    width: 25%;
    margin-right: 2.5%;
  }
}
@media only screen and (max-width: 767px) {
  body.mylittle .aside-tools-wrapper .backboard-regie {
    width: 48%;
    max-width: 250px;
  }
  body.mylittle .aside-tools-wrapper .backboard-regie:first-of-type {
    margin-right: 4%;
  }
}
body.mylittle .aside-tools-wrapper .backboard-regie a {
  display: block;
  margin-bottom: 20px;
}
body.mylittle .aside-tools-wrapper .backboard-regie a img {
  display: block;
}
body.mylittle .aside-tools-wrapper .top5-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  font-size: 14px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.mylittle .aside-tools-wrapper .top5-wrapper {
    width: 45%;
    margin-top: -18px;
  }
}
@media only screen and (max-width: 767px) {
  body.mylittle .aside-tools-wrapper .top5-wrapper {
    width: 100%;
    max-width: 350px;
  }
}
body.mylittle .aside-tools-wrapper .top5-wrapper .custom-title-line {
  margin-bottom: 0px;
  position: relative;
}
body.mylittle .aside-tools-wrapper .top5-wrapper .custom-title-line:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  top: 42%;
  left: 0;
  border-left: 1px solid #454545;
  height: 58%;
}
body.mylittle .aside-tools-wrapper .top5-wrapper .custom-title-line:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  top: 42%;
  right: 0;
  border-right: 1px solid #454545;
  height: 58%;
}
body.mylittle .aside-tools-wrapper .top5-wrapper .top5-articles-container {
  border-left: 1px solid #454545;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
  padding: 10px 10px 20px;
}
body.mylittle .aside-tools-wrapper .top5-wrapper .top5-articles-container li {
  padding: 8px 0;
  line-height: 1.2em;
  border-bottom: 1px dashed #D2D2D3;
}
body.mylittle .aside-tools-wrapper .top5-wrapper .top5-articles-container li a {
  font-weight: bold;
  text-decoration: none;
}
body.mylittle .aside-tools-wrapper .top5-wrapper .top5-articles-container li a:hover {
  color: #9AC8BF;
}
body.mylittle .content-splitter {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 0;
}
body.mylittle .content-splitter .content-split-left {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  font-size: 14px;
}
body.mylittle .content-splitter .content-split-center {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
}
body.mylittle .content-splitter .content-split-right {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  font-size: 14px;
  padding-top: 47px;
}
@media only screen and (max-width: 767px) {
  body.mylittle .content-splitter .content-split-right {
    padding-top: 0;
  }
}
body.mylittle .content-splitter .content-split-30 {
  width: 25%;
  box-sizing: border-box;
}
body.mylittle .content-splitter .content-split-70 {
  width: 75%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  body.mylittle .content-splitter .content-split-mobile-100 {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  body.mylittle .content-splitter .content-split-mobile-none {
    display: none;
  }
}
section.slider-leading {
  width: 100%;
  height: auto;
  line-height: 0;
}
section.slider-leading a {
  display: block;
}
section.slider-leading .slider-desktop {
  display: block;
}
section.slider-leading .slider-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  section.slider-leading .slider-desktop {
    display: none;
  }
  section.slider-leading .slider-mobile {
    display: block;
  }
}
section.banner-register-wrapper {
  display: block;
  width: auto;
  height: auto;
  background-color: #F7F7F9;
  margin-top: 60px;
  padding: 10px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  section.banner-register-wrapper {
    padding: 30px 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  section.banner-register-wrapper {
    padding: 30px 0;
  }
}
section.banner-register-wrapper .register-content {
  position: relative;
  width: 1000px;
  background-color: #FFFFFF;
  margin: 0 auto;
  padding: 30px 20px 0;
  box-sizing: border-box;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  section.banner-register-wrapper .register-content {
    width: 90%;
    min-height: 266px;
    padding: 30px 0 0 0;
  }
}
@media only screen and (max-width: 479px) {
  section.banner-register-wrapper .register-content {
    background-size: 250% auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.banner-register-wrapper .register-content {
    width: 90%;
  }
}
section.banner-register-wrapper .register-content .custom-title-line {
  margin-bottom: 10px;
  font-size: 22px;
  padding: 0;
}
section.banner-register-wrapper .register-content .custom-title-line span:after,
section.banner-register-wrapper .register-content .custom-title-line span:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  section.banner-register-wrapper .register-content .custom-title-line {
    font-size: 18px;
  }
}
section.banner-register-wrapper .register-content form {
  margin: 0 auto;
  max-width: 500px;
}
section.banner-register-wrapper .register-content form .gather {
  font-size: 0;
}
section.banner-register-wrapper .register-content form .custom-field {
  display: inline-block;
  height: 46px;
  vertical-align: top;
  width: 280px;
  background-color: #FFFFFF;
  border-right-width: 0;
}
@media only screen and (max-width: 767px) {
  section.banner-register-wrapper .register-content form .custom-field {
    border-right-width: 1px;
  }
}
@media only screen and (max-width: 767px) {
  section.banner-register-wrapper .register-content form .custom-field {
    background-color: #FFFFFF;
    width: 90%;
  }
}
section.banner-register-wrapper .register-content form .errors {
  margin-top: 0;
  min-height: 30px;
}
body.mylittle.list-articles .list-articles-wrapper .list-articles-list-wrapper .list-articles-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  body.mylittle.list-articles .list-articles-wrapper .list-articles-list-wrapper .list-articles-list {
    width: 90%;
  }
}
body.mylittle.list-articles .list-articles-wrapper .list-articles-list-wrapper .list-articles-list .item {
  display: block;
  position: relative;
  width: 48%;
  margin-bottom: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 479px) {
  body.mylittle.list-articles .list-articles-wrapper .list-articles-list-wrapper .list-articles-list .item {
    width: 100%;
  }
}
body.mylittle.list-articles .list-articles-wrapper .list-articles-list-wrapper .list-articles-list .item .item-link-btn .item-image {
  display: block;
  width: 100%;
}
body.mylittle.list-articles .list-articles-wrapper .list-articles-list-wrapper .list-articles-list .item .item-link-btn .item-title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-family: "Miller-Display", sans-serif;
  font-weight: bold;
  color: #454545;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -ms-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  -webkit-transition: all background-color 0.2s ease-in ease;
  -moz-transition: all background-color 0.2s ease-in ease;
  -ms-transition: all background-color 0.2s ease-in ease;
  -o-transition: all background-color 0.2s ease-in ease;
  transition: all background-color 0.2s ease-in ease;
}
body.mylittle.list-articles .list-articles-wrapper .list-articles-list-wrapper .list-articles-list .item .item-link-btn:hover .item-title {
  background-color: #bbdad4;
}
body.mylittle.list-articles .list-articles-wrapper .list-articles-more-wrapper {
  display: block;
  font-family: "NeutraText-Light", Arial, sans-serif;
  font-size: 16px;
  color: #454545;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  body.mylittle.list-articles .list-articles-wrapper .list-articles-more-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
body.mylittle.list-articles .list-articles-wrapper .list-articles-more-wrapper .list-articles-more {
  color: #454545;
  text-decoration: none;
  font-weight: lighter;
  letter-spacing: .1em;
}
body.mylittle.list-articles .list-articles-wrapper .list-articles-more-wrapper .list-articles-more:hover {
  color: #454545;
}
body.mylittle.list-articles .list-articles-wrapper .list-articles-more-wrapper .list-articles-more .icon {
  font-size: 34px;
  margin-top: 4px;
}
.mosaic-wrapper .mosaic-list {
  display: inline-block;
  width: 1000px;
  margin: 0 auto;
  font-size: 0;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mosaic-wrapper .mosaic-list {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .mosaic-wrapper .mosaic-list {
    width: 90%;
    text-align: center;
  }
}
.mosaic-wrapper .mosaic-list .item {
  position: relative;
  display: inline-block;
  width: 32%;
  font-size: 14px;
  vertical-align: top;
  margin-bottom: 14px;
  margin-right: 2%;
}
.mosaic-wrapper .mosaic-list .item.last {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .mosaic-wrapper .mosaic-list .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .mosaic-wrapper .mosaic-list .item.last {
    margin-right: 4%;
  }
  .mosaic-wrapper .mosaic-list .item.last-mobile {
    margin-right: 0;
  }
}
.mosaic-wrapper .mosaic-list .item .mosaic-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
}
.mosaic-wrapper .mosaic-list .item .mosaic-link img,
.mosaic-wrapper .mosaic-list .item .mosaic-link .image {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all all 0.4s ease ease;
  -moz-transition: all all 0.4s ease ease;
  -ms-transition: all all 0.4s ease ease;
  -o-transition: all all 0.4s ease ease;
  transition: all all 0.4s ease ease;
}
.mosaic-wrapper .mosaic-list .item .mosaic-link img {
  height: auto;
}
.mosaic-wrapper .mosaic-list .item .mosaic-link span.image {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -ms-behavior: url('/js/backgroundsize/backgroundsize.min.htc');
}
.mosaic-wrapper .mosaic-list .item .mosaic-link:hover img,
.mosaic-wrapper .mosaic-list .item .mosaic-link:hover .image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
@media only screen and (max-width: 767px) {
  .mosaic-wrapper .mosaic-list .item .mosaic-link:hover img,
  .mosaic-wrapper .mosaic-list .item .mosaic-link:hover .image {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.mosaic-wrapper .mosaic-list .item .mosaic-link .content-inner {
  display: inline-block;
  position: absolute;
  bottom: 8%;
  right: 8%;
  left: 8%;
  width: 84%;
  height: 140px;
  line-height: 140px;
  background-color: #FFFFFF;
  text-align: center;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .mosaic-wrapper .mosaic-list .item .mosaic-link .content-inner {
    position: static;
    width: 100%;
    height: auto;
    line-height: 0 !important;
    padding: 10px;
  }
}
.mosaic-wrapper .mosaic-list .item .mosaic-link .content-inner .multiple {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  text-align: center;
}
.mosaic-wrapper .mosaic-list .item .mosaic-link .content-inner .multiple h3 {
  font-family: "NeutraText-Light", Arial, sans-serif;
  font-size: 18px;
  color: #454545;
  text-transform: uppercase;
  line-height: 1.4em;
  margin-bottom: 4px;
}
@media only screen and (max-width: 767px) {
  .mosaic-wrapper .mosaic-list .item .mosaic-link .content-inner .multiple h3 {
    text-transform: none;
    margin-bottom: 0;
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .mosaic-wrapper .mosaic-list .item .mosaic-link .content-inner .multiple h3 {
    font-size: 16px;
  }
}
.mosaic-wrapper .mosaic-list .item .mosaic-link .content-inner .multiple p {
  font-family: "Miller-Display", Arial, sans-serif;
  font-size: 14px;
  color: #454545;
  line-height: 1.4em;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .mosaic-wrapper .mosaic-list .item .mosaic-link .content-inner .multiple p {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .mosaic-wrapper .mosaic-list .item .mosaic-link .content-inner .multiple p {
    font-size: 12px;
  }
}
.mosaic-wrapper .mosaic-more-wrapper {
  display: block;
  font-family: "NeutraText-Light", Arial, sans-serif;
  font-size: 20px;
  color: #454545;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  padding: 1px 0;
}
@media only screen and (max-width: 767px) {
  .mosaic-wrapper .mosaic-more-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.mosaic-wrapper .mosaic-more-wrapper .mosaic-more {
  color: #454545;
  text-decoration: none;
}
.mosaic-wrapper .mosaic-more-wrapper .mosaic-more:hover {
  color: rgba(69, 69, 69, 0.5);
}
.mosaic-wrapper .mosaic-more-wrapper .mosaic-more .icon {
  font-size: 34px;
  margin-top: 4px;
}
.mylittleformatbingo-wrapper .bingo-wrapper {
  width: 1000px;
  height: auto;
  font-family: "Miller-Display", sans-serif;
  font-size: 14px;
  line-height: 1.8em;
  color: #454545;
  text-align: center;
  letter-spacing: 1px;
  margin: 50px auto;
}
@media only screen and (max-width: 767px) {
  .mylittleformatbingo-wrapper .bingo-wrapper {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mylittleformatbingo-wrapper .bingo-wrapper {
    width: 80%;
  }
}
.mylittleformatbingo-wrapper .bingo-wrapper .tiles {
  text-align: center;
}
.mylittleformatbingo-wrapper .bingo-wrapper .tiles li {
  display: inline-block;
  vertical-align: middle;
  width: 32%;
  margin: 0 2% 20px 0;
}
.mylittleformatbingo-wrapper .bingo-wrapper .tiles li:nth-child(3n) {
  margin-right: 0;
}
.mylittleformatbingo-wrapper .bingo-wrapper .tiles li label {
  display: block;
  position: relative;
  border: 1px solid #9AC8BF;
}
.mylittleformatbingo-wrapper .bingo-wrapper .tiles li label .tile-image {
  width: 100%;
}
.mylittleformatbingo-wrapper .bingo-wrapper .tiles li label .custom-radio {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 1px solid #9AC8BF;
  color: #9AC8BF;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
}
.mylittleformatbingo-wrapper .bingo-wrapper .tiles li input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  display: none;
  opacity: 0;
  z-index: -999999;
}
.mylittleformatbingo-wrapper .bingo-wrapper .tiles li input[type=checkbox]:checked + label .custom-radio:after {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  position: relative;
  font-size: 24px;
  left: -4px;
  top: -8px;
}
.mylittleformatbingo-wrapper .bingo-wrapper .start-description {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.mylittleformatbingo-wrapper.mylittleformatbingo-result .result-block {
  margin: 50px auto;
  padding: 0 10px;
  max-width: 800px;
}
.mylittleformatbingo-wrapper.mylittleformatbingo-result .result-block .result-image {
  vertical-align: middle;
  margin-left: 25px;
  margin-bottom: 15px;
  float: right;
  max-width: 250px;
  max-height: 250px;
}
@media only screen and (max-width: 767px) {
  .mylittleformatbingo-wrapper.mylittleformatbingo-result .result-block .result-image {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
  }
}
.mylittleformatbingo-wrapper.mylittleformatbingo-result .result-block .result-title-wrapper {
  display: inline-block;
  vertical-align: middle;
  font-family: "NeutraText-Book", Arial, sans-serif;
  font-size: 16px;
}
.mylittleformatbingo-wrapper.mylittleformatbingo-result .result-block .result-title-wrapper .result-title {
  font-family: "Miller-Text-Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
.mylittleformatbingo-wrapper.mylittleformatbingo-result .result-block .result-title-wrapper .result-title span {
  display: block;
  font-size: 16px;
}
.mylittleformatbingo-wrapper.mylittleformatbingo-result .result-block .result-title-wrapper .divider {
  width: 100px;
  height: 1px;
  background: #9AC8BF;
  margin: 20px auto;
}
.mylittleformatbingo-wrapper.mylittleformatbingo-result .result-block .result-description {
  margin-bottom: 15px;
}
.mylittleformatbingo-wrapper.mylittleformatbingo-result .result-block .result-sharing {
  font-family: "Miller-Text-Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 15px 0;
}
.mylittleformatbingo-wrapper.mylittleformatbingo-result .result-block .result-sharing .custom-sharing {
  display: inline-block;
  margin-left: 15px;
}
.mylittleformatbingo-wrapper.mylittleformatbingo-result .result-block .result-sharing .custom-sharing .custom-sharing-button {
  display: inline-block;
  margin: 0 5px;
}
.mylittleformatbingo-wrapper.mylittleformatbingo-result .restart-button {
  margin-top: 70px;
  margin-bottom: 70px;
}
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper {
  margin: 0 0 100px;
  background-size: cover;
}
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner {
  width: 1000px;
  margin: 0 auto;
  background: #FFFFFF;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner {
    width: 90%;
  }
}
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner .contest-video-wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto 70px;
}
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner .contest-video-wrapper iframe {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner .contest-video-wrapper iframe {
    height: 220px;
  }
}
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner .contest-form-wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border: 16px solid #bbdad4;
  padding: 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner .contest-form-wrapper {
    border: 6px solid #bbdad4;
    padding: 40px 16px;
  }
}
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner .contest-form-wrapper .side-info {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  text-align: center;
  margin-right: 10%;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner .contest-form-wrapper .side-info {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner .contest-form-wrapper .side-info .logo-partner {
  display: inline-block;
  width: auto;
  height: auto;
}
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner .contest-form-wrapper .side-info .logo-partner-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner .contest-form-wrapper .side-info .contest-illu {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner .contest-form-wrapper .side-info .contest-illu {
    display: none;
  }
}
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner .contest-form-wrapper .side-form {
  display: inline-block;
  width: 60%;
  vertical-align: top;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner .contest-form-wrapper .side-form {
    display: block;
    width: 100%;
  }
}
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner .contest-form-wrapper .side-form.no-illu {
  display: block;
  width: 80%;
}
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner .contest-form-wrapper .side-rules {
  margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner .contest-form-wrapper .side-rules {
    width: 90%;
  }
}
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner .contest-form-wrapper .side-rules #rules-wrapper {
  display: block;
  text-align: center;
}
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner .contest-form-wrapper .side-rules #rules-wrapper .rules-action {
  cursor: pointer;
}
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner .contest-form-wrapper .side-rules #rules-wrapper .rules-action,
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner .contest-form-wrapper .side-rules #rules-wrapper .rules {
  font-family: "Miller-Display", sans-serif;
  font-size: 12px;
  line-height: 1.6em;
  color: #454545;
  font-style: italic;
}
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner .contest-form-wrapper .side-rules #rules-wrapper .rules {
  padding-top: 20px;
  box-sizing: border-box;
}
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner .message-status {
  width: 100%;
}
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner .message-status .message-status-strong {
  display: inline-block;
  font-family: "NeutraText-Light", Arial, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner .errors {
  margin: 0 auto 40px;
}
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner #contest-fields {
  text-align: center;
}
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner #contest-fields label {
  display: block;
  font-family: "Miller-Display", sans-serif;
  margin-bottom: 10px;
  text-align: left;
}
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner #contest-fields .field_title.custom-radio {
  display: block;
  margin-bottom: 20px;
}
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner #contest-fields .field_title.custom-radio label {
  display: inline-block;
  text-align: center;
}
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner #contest-fields .field_radio.custom-radio {
  display: block;
  margin-bottom: 20px;
}
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner #contest-fields .field_radio.custom-radio label {
  display: inline-block;
  text-align: center;
}
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner #contest-fields .custom-checkbox {
  display: block;
  margin-bottom: 26px;
  margin-left: -22px;
}
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner #contest-fields .form_sharingEmail-wording {
  display: block;
  font-family: "Miller-Display", sans-serif;
  font-size: 15px;
  margin-top: 60px;
  margin-bottom: 14px;
  text-align: left;
  line-height: 1.4em;
}
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner #contest-fields #form_sharingEmail .row_custom-field {
  display: inline-block;
  width: 46%;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner #contest-fields #form_sharingEmail .row_custom-field {
    width: 48%;
  }
}
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner #contest-fields #form_sharingEmail .row_form_sharingEmail_prenom1,
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner #contest-fields #form_sharingEmail .row_form_sharingEmail_email1 {
  margin-right: 7%;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner #contest-fields #form_sharingEmail .row_form_sharingEmail_prenom1,
  body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner #contest-fields #form_sharingEmail .row_form_sharingEmail_email1 {
    margin-right: 2%;
  }
}
body.mylittleformatcontest section.mylittleformatcontest-wrapper .contest-wrapper .content-inner #contest-fields .custom-button {
  margin-top: 30px;
}
body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .content-inner-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0;
  padding: 20px 20px 40px;
  z-index: 1;
  box-sizing: border-box;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}
@media only screen and (max-width: 767px) {
  body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .content-inner-logo {
    position: static;
    padding: 20px;
  }
}
body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .content-inner-logo .logo-mylittle {
  display: inline-block;
  width: 50%;
  text-align: left;
  vertical-align: middle;
}
body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .content-inner-logo .logo-mylittle a {
  display: inline-block;
  height: 50px;
}
body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .content-inner-logo .logo-mylittle a img {
  display: inline-block;
  height: 100%;
  width: auto;
  max-width: none;
}
body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .content-inner-logo .logo-partner {
  display: inline-block;
  width: 50%;
  text-align: right;
  vertical-align: middle;
}
body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .content-inner-logo .logo-partner a {
  display: inline-block;
}
body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .content-inner-logo .logo-partner a img {
  display: block;
  max-height: 120px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .content-inner-logo .logo-partner a img {
    max-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item {
    overflow: scroll;
  }
}
body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .twenty-wrapper {
  width: 60%;
}
body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .twenty-wrapper.mobile {
  width: 100%;
}
body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .background-picture {
  float: right;
  width: 60%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
@media only screen and (max-width: 479px) {
  body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .background-picture {
    width: 100%;
    height: 35%;
    background-attachment: initial;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .background-picture {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .background-picture {
    width: 100%;
    height: 45%;
    background-attachment: initial;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .background-picture {
    width: 55%;
  }
}
body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .side-wrapper {
  position: relative;
  width: 40%;
  height: 100%;
  text-align: left;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 479px) {
  body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .side-wrapper {
    display: inline-block;
    width: 100%;
    height: 65%;
    overflow: scroll;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .side-wrapper {
    width: 60%;
    overflow: scroll;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .side-wrapper {
    display: inline-block;
    width: 100%;
    height: 55%;
    overflow: scroll;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .side-wrapper {
    width: 45%;
  }
}
body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .side-wrapper .content-inner-logo .logo-partner a img,
body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .side-wrapper .content-inner-logo .logo-partner img {
  max-height: 70px;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .side-wrapper .content-inner-logo .logo-partner a img,
  body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .side-wrapper .content-inner-logo .logo-partner img {
    max-height: 30px;
  }
}
body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .side-wrapper .content-scroll {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .side-wrapper .content-scroll {
    height: auto;
    overflow-y: unset;
  }
}
body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .side-wrapper .content-inner {
  width: 70%;
  margin: 95px auto 88px;
  padding: 30px 0 50px;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .side-wrapper .content-inner {
    width: 90%;
    margin: 0 auto;
  }
}
body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .side-wrapper .content-inner h2 {
  font-family: "NeutraText-Light", Arial, sans-serif;
  font-size: 30px;
  color: #000000;
  line-height: 1.4em;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .side-wrapper .content-inner h2 {
    font-size: 24px;
    line-height: 1.2em;
  }
}
body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .side-wrapper .content-inner h2 strong {
  display: block;
  font-family: "NeutraText-Book", Arial, sans-serif;
  font-size: 40px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .side-wrapper .content-inner h2 strong {
    font-size: 32px;
  }
}
body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .side-wrapper .content-inner .custom-border {
  width: 50%;
  height: 5px;
  background-color: #000000;
  margin: 16px 0 26px;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .side-wrapper .content-inner .custom-border {
    margin: 10px 0 20px;
  }
}
body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .side-wrapper .content-inner .custom-description {
  width: 100%;
}
body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .side-wrapper .custom-sharing {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 36px 0 16px;
  margin: 0 auto;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 25%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 25%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 25%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
@media only screen and (max-width: 767px) {
  body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .side-wrapper .custom-sharing {
    position: static;
    right: 5%;
    left: 5%;
    width: 90%;
    padding: 16px 0;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item .side-wrapper .custom-sharing .custom-sharing-button {
    width: 38%;
  }
}
body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item.slide-register .banner-register-wrapper {
  background-color: transparent;
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}
body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item.slide-register .banner-register-wrapper .register-content {
  background: none !important;
  margin: 0;
  padding: 0;
  position: static;
  width: auto;
}
body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item.slide-register .banner-register-wrapper .register-content .custom-title-line {
  display: none;
}
body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item.slide-register .banner-register-wrapper .register-content form .custom-field {
  border-width: 1px;
  width: 100%;
}
body.mylittleformatdiaporama section.mylittleformatdiaporama-wrapper div#slides ul.slides-container li.slide-item.slide-contest .contest-form-wrapper .rules-wrapper {
  margin-top: 15px;
}
body.mylittleformatdiaporama .slides-navigation .prev,
body.mylittleformatdiaporama .slides-navigation .next {
  position: absolute;
  display: block;
  top: 50%;
  width: 50px;
  height: 70px;
  line-height: 60px;
  margin-top: -35px;
  font-size: 50px;
  background-color: #FFFFFF;
  text-align: center !important;
  z-index: 10000;
  text-decoration: none;
  cursor: pointer;
}
body.mylittleformatdiaporama .slides-navigation .prev:before,
body.mylittleformatdiaporama .slides-navigation .next:before {
  vertical-align: middle;
}
@media only screen and (max-width: 479px) {
  body.mylittleformatdiaporama .slides-navigation .prev,
  body.mylittleformatdiaporama .slides-navigation .next {
    top: 18%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  body.mylittleformatdiaporama .slides-navigation .prev,
  body.mylittleformatdiaporama .slides-navigation .next {
    top: 23%;
  }
}
@media only screen and (max-width: 767px) {
  body.mylittleformatdiaporama .slides-navigation .prev,
  body.mylittleformatdiaporama .slides-navigation .next {
    width: 30px;
    font-size: 30px;
  }
}
body.mylittleformatdiaporama .slides-navigation .next {
  right: 0px;
}
body.mylittleformatdiaporama .slides-navigation .prev {
  left: 0px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body.mylittleformatdiaporama .slides-navigation .prev {
    display: none;
  }
}
.diaporamaitem-menu {
  width: 85%;
  height: 100%;
  max-width: 440px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 80;
  background-color: white;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 767px) {
  .diaporamaitem-menu {
    width: 100%;
  }
}
.diaporamaitem-menu .menu-list {
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  overflow: auto;
}
.diaporamaitem-menu .menu-item {
  position: relative;
  line-height: 0;
}
.diaporamaitem-menu .menu-item .hover-image {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.diaporamaitem-menu .menu-item:hover .hover-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
}
.diaporamaitem-menu .menu-item:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition: all all 0.2s ease-out ease;
  -moz-transition: all all 0.2s ease-out ease;
  -ms-transition: all all 0.2s ease-out ease;
  -o-transition: all all 0.2s ease-out ease;
  transition: all all 0.2s ease-out ease;
}
@media (min-width: 768px) {
  .diaporamaitem-menu .menu-item:before {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 768px) {
  .diaporamaitem-menu .menu-item:hover:before {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .diaporamaitem-menu .menu-item:hover .item-text-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.diaporamaitem-menu .menu-item img {
  width: 100%;
}
.diaporamaitem-menu .menu-item .item-text-content {
  text-align: left;
  line-height: 1.3;
  position: absolute;
  z-index: 20;
  bottom: 30px;
  left: 30px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all all 0.3s ease-out ease;
  -moz-transition: all all 0.3s ease-out ease;
  -ms-transition: all all 0.3s ease-out ease;
  -o-transition: all all 0.3s ease-out ease;
  transition: all all 0.3s ease-out ease;
}
@media (min-width: 768px) {
  .diaporamaitem-menu .menu-item .item-text-content {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.diaporamaitem-menu .menu-item .item-title {
  font-size: 18px;
  font-family: 'domain-disp', serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 10px;
}
.diaporamaitem-menu .menu-item .item-subtitle {
  font-size: 14px;
  font-family: 'effra', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.diaporamaitem-menu .menu-item .item-link {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}
.mylittleformatdiaporama .menu-cta-container {
  font-size: 10px;
  font-family: 'effra', sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.18em;
  color: #000000;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 600;
}
@media (max-width: 767px) {
  .mylittleformatdiaporama .menu-cta-container {
    right: 20px;
    top: 5px;
  }
}
.mylittleformatdiaporama .menu-cta-container .menu-cta-content {
  cursor: pointer;
  padding: 10px;
  background-color: #fff;
}
.mylittleformatdiaporama .menu-cta-container .menu-cta-content.open .menu-wording.open {
  display: none;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.mylittleformatdiaporama .menu-cta-container .menu-cta-content.open .menu-wording.close {
  display: block;
  opacity: 1;
  -webkit-transform: rotate(180deg) translateY(0);
  -moz-transform: rotate(180deg) translateY(0);
  -ms-transform: rotate(180deg) translateY(0);
  -o-transform: rotate(180deg) translateY(0);
  transform: rotate(180deg) translateY(0);
}
.mylittleformatdiaporama .menu-cta-container span {
  display: block;
}
.mylittleformatdiaporama .menu-cta-container .menu-line {
  max-width: 35px;
  width: 100%;
  height: 2px;
  background-color: #000000;
  margin: 2px auto;
}
.mylittleformatdiaporama .menu-cta-container .menu-wording {
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all all 0.3s ease-out ease;
  -moz-transition: all all 0.3s ease-out ease;
  -ms-transition: all all 0.3s ease-out ease;
  -o-transition: all all 0.3s ease-out ease;
  transition: all all 0.3s ease-out ease;
}
.mylittleformatdiaporama .menu-cta-container .menu-wording.close {
  display: none;
  opacity: 0;
  -webkit-transform: rotate(180deg) translateY(100%);
  -moz-transform: rotate(180deg) translateY(100%);
  -ms-transform: rotate(180deg) translateY(100%);
  -o-transform: rotate(180deg) translateY(100%);
  transform: rotate(180deg) translateY(100%);
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: #181818;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.25);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.25);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.25);
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.twentytwenty-before-label,
.twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}
.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}
.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.twentytwenty-before-label {
  opacity: 0;
}
.twentytwenty-before-label:before {
  content: "Before";
}
.twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-after-label:before {
  content: "After";
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}
.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}
.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}
.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}
.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}
.twentytwenty-before {
  z-index: 20;
}
.twentytwenty-after {
  z-index: 10;
}
.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #181818;
  background: #181818;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.35);
  -moz-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.35);
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.35);
  z-index: 40;
  cursor: pointer;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 #181818, 0px 0px 10px rgba(51, 51, 51, 0.35);
  -moz-box-shadow: 0 3px 0 #181818, 0px 0px 10px rgba(51, 51, 51, 0.35);
  box-shadow: 0 3px 0 #181818, 0px 0px 10px rgba(51, 51, 51, 0.35);
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 #181818, 0px 0px 10px rgba(51, 51, 51, 0.35);
  -moz-box-shadow: 0 -3px 0 #181818, 0px 0px 10px rgba(51, 51, 51, 0.35);
  box-shadow: 0 -3px 0 #181818, 0px 0px 10px rgba(51, 51, 51, 0.35);
}
.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 #181818, 0px 0px 10px rgba(51, 51, 51, 0.35);
  -moz-box-shadow: 3px 0 0 #181818, 0px 0px 10px rgba(51, 51, 51, 0.35);
  box-shadow: 3px 0 0 #181818, 0px 0px 10px rgba(51, 51, 51, 0.35);
}
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 #181818, 0px 0px 10px rgba(51, 51, 51, 0.35);
  -moz-box-shadow: -3px 0 0 #181818, 0px 0px 10px rgba(51, 51, 51, 0.35);
  box-shadow: -3px 0 0 #181818, 0px 0px 10px rgba(51, 51, 51, 0.35);
}
.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}
.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}
.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}
.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}
.slide-item {
  font-size: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .slide-item {
    overflow: scroll;
  }
}
.slide-item .side-wrapper {
  display: inline-block;
}
.slide-item .twenty-wrapper {
  width: 70%;
  height: 100%;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .slide-item .twenty-wrapper {
    display: none;
  }
}
.slide-item .twenty-wrapper.mobile {
  display: none;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .slide-item .twenty-wrapper.mobile {
    display: block;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  .slide-item .twenty-wrapper {
    width: 100%;
    height: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .slide-item .twenty-wrapper {
    height: 42%;
  }
}
.slide-item .twentytwenty-wrapper {
  display: block;
  height: 100%;
  width: 100%;
}
.slide-item .twentytwenty-wrapper .twentytwenty-container {
  height: 100% !important;
  width: 100% !important;
}
.slide-item .twentytwenty-wrapper .twentytwenty-container .before {
  z-index: 20 ! important;
}
.slide-item .twentytwenty-wrapper .twentytwenty-container img {
  top: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  left: 0 !important;
}
.slide-item .twentytwenty-wrapper .twentytwenty-container .twentytwenty-handle {
  top: 60%;
  touch-action: none;
}
.slide-item .twentytwenty-wrapper .twentytwenty-container.mobile .twentytwenty-handle {
  top: 80%;
}
body.mylittleformatmap .map-splashscreen {
  height: 100%;
  width: 100%;
  font-size: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  overflow: hidden;
  z-index: 99;
}
body.mylittleformatmap .map-splashscreen:before {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
body.mylittleformatmap .map-splashscreen .map-splashscreen-content {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
body.mylittleformatmap .map-splashscreen .map-splashscreen-image-container {
  max-width: 600px;
  width: 80%;
  margin: 0 auto 20px;
}
body.mylittleformatmap .map-splashscreen .map-splashscreen-image-container img {
  width: 100%;
}
body.mylittleformatmap .map-splashscreen .go-to-map {
  font-size: 14px;
  font-family: "NeutraText-Light", Arial, sans-serif;
  letter-spacing: 0.05em;
  background: none;
  padding-top: 6px;
  color: #454545;
  border: 1px solid #454545;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition: all all 0.2s ease-out ease;
  -moz-transition: all all 0.2s ease-out ease;
  -ms-transition: all all 0.2s ease-out ease;
  -o-transition: all all 0.2s ease-out ease;
  transition: all all 0.2s ease-out ease;
}
body.mylittleformatmap .map-splashscreen .go-to-map:before {
  content: '';
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: auto;
  right: 0;
  background-color: #454545;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transition: all all 0.25s ease-out ease;
  -moz-transition: all all 0.25s ease-out ease;
  -ms-transition: all all 0.25s ease-out ease;
  -o-transition: all all 0.25s ease-out ease;
  transition: all all 0.25s ease-out ease;
}
body.mylittleformatmap .map-splashscreen .go-to-map:hover {
  color: #FFFFFF;
}
body.mylittleformatmap .map-splashscreen .go-to-map:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}
body.mylittleformatmap section.mylittleformatmap-wrapper .map-partner {
  display: inline-block;
  width: auto;
  margin-bottom: 30px;
}
body.mylittleformatmap section.mylittleformatmap-wrapper .map-partner .map-partner-link {
  display: inline-block;
}
body.mylittleformatmap section.mylittleformatmap-wrapper .map-partner .map-partner-img {
  max-width: 100%;
}
body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper {
  position: relative;
  width: 100%;
}
body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-position {
  position: relative;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  font-size: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-position {
    width: 90%;
  }
}
body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-position .basemap {
  width: 100%;
}
body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-position .place {
  position: absolute;
  width: 0;
  height: 0;
  text-decoration: none;
  cursor: pointer;
}
body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-position .place img {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
}
@media only screen and (max-width: 479px) {
  body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-position .place img {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-position .place img {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
  }
}
body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-position .place .place-title {
  width: 120px;
  margin-left: -60px;
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-position .place .place-title {
    display: none;
  }
}
body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-position .place:hover img {
  transform: scale(1.2, 1.2);
}
body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-information {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: "Miller-Display", sans-serif;
  font-size: 14px;
  line-height: 1.8em;
  color: #454545;
  text-align: left;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-information {
    position: static;
    width: 100%;
    height: auto !important;
  }
}
body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-information .info-place {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  font-size: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-information .info-place {
    position: static;
    display: block !important;
    margin-top: 0;
  }
}
body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-information .info-place-content-wrapper {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 959px), only screen and (max-width: 767px) {
  body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-information .info-place-content-wrapper {
    width: 90%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-information .info-place-content-wrapper {
    width: 96%;
  }
}
body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-information .info-place-content-wrapper .info-place-content {
  display: inline-block;
  width: 66%;
  vertical-align: top;
  font-size: 14px;
  padding-right: 30px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-information .info-place-content-wrapper .info-place-content {
    width: 100%;
    padding-right: 0;
  }
}
body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-information .info-place-content-wrapper .info-place-content .subtitle {
  display: inline-block;
  font-family: "NeutraText-Light", Arial, sans-serif;
  font-size: 22px;
  color: #454545;
  text-transform: uppercase;
  line-height: 1.4em;
  margin-top: 14px;
  margin-bottom: 8px;
}
body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-information .info-place-content-wrapper .info-place-content .subtitle span.mobile {
  display: none;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-information .info-place-content-wrapper .info-place-content .subtitle span.mobile img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-information .info-place-content-wrapper .info-place-content .subtitle span.mobile {
    display: inline-block;
  }
}
body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-information .info-place-content-wrapper .info-place-content .custom-description {
  width: 100%;
  margin-bottom: 24px;
}
body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-information .info-place-content-wrapper .info-place-content .details {
  font-style: italic;
  margin-bottom: 30px;
}
body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-information .info-place-content-wrapper .info-place-content .details span {
  font-family: "Miller-Text-Bold", sans-serif;
}
body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-information .info-place-content-wrapper .info-place-content .custom-sharing .custom-sharing-button {
  font-size: 18px;
  margin-right: 10px;
}
body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-information .info-place-content-wrapper .info-place-image {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-information .info-place-content-wrapper .info-place-image {
    width: 100%;
  }
}
body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-information .info-place-content-wrapper .info-place-image .info-image {
  display: inline-block;
  width: 100%;
}
body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-information .info-place-content-wrapper .info-place-image .custom-button {
  width: 100%;
  margin-top: 30px;
  font-size: 19px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-information .info-place-content-wrapper .info-place-image .custom-button {
    height: auto;
    line-height: 1.4em;
    padding: 10px !important;
  }
}
body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-information .map-lookbook {
  position: relative;
  display: none;
  width: 100%;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-information .map-lookbook {
    margin-top: 30px;
  }
}
body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-information .map-lookbook .lookbook-image {
  width: 100%;
}
body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-information .map-lookbook .custom-button {
  position: absolute;
  bottom: 30px;
  right: 14%;
  border: none;
  background-color: #FFFFFF;
  padding: 0 40px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatmap section.mylittleformatmap-wrapper .map-wrapper .map-information .map-lookbook .custom-button {
    display: none;
  }
}
body.mylittleformatmap section.mylittleformatmap-wrapper .more-map {
  display: block;
  font-family: "NeutraText-Light", Arial, sans-serif;
  font-size: 20px;
  color: #454545;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #F7F7F9;
  margin: 20px 0 40px;
  padding: 30px;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: all background-color 0.2s ease-in-out ease;
  -moz-transition: all background-color 0.2s ease-in-out ease;
  -ms-transition: all background-color 0.2s ease-in-out ease;
  -o-transition: all background-color 0.2s ease-in-out ease;
  transition: all background-color 0.2s ease-in-out ease;
}
body.mylittleformatmap section.mylittleformatmap-wrapper .more-map .icon {
  font-size: 28px;
  margin-left: 10px;
}
body.mylittleformatmap section.mylittleformatmap-wrapper .more-map:hover {
  background-color: #dadae3;
}
body.mylittleformatmap-list section.mylittleformatmap-list-wrapper .mosaic-wrapper {
  margin-top: 40px;
}
body.mylittleformatmap-list section.mylittleformatmap-list-wrapper .mosaic-wrapper .mosaic-list {
  text-align: left;
}
body.mylittleformatmap-list section.mylittleformatmap-list-wrapper .mosaic-wrapper .mosaic-list .content-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 50%;
  height: 160px;
  line-height: 160px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatmap-list section.mylittleformatmap-list-wrapper .mosaic-wrapper .mosaic-list .content-inner {
    position: static;
    width: 100%;
    height: auto;
    line-height: 0 !important;
    padding: 10px;
  }
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .mosaic-partner {
  display: inline-block;
  width: auto;
  margin-bottom: 50px;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .mosaic-partner .map-partner-link {
  display: inline-block;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .mosaic-partner .map-partner-img {
  max-width: 100%;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .custom-description strong {
  font-family: "Miller-Text-Bold", sans-serif;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery {
  width: 1000px;
  margin: 0 auto 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery {
    width: 90%;
    text-align: center;
    margin-bottom: 40px;
  }
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-row {
  font-size: 14px;
  zoom: 1;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-row:before,
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-row:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-row:after {
  clear: both;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-item {
  float: left;
  cursor: pointer;
  margin-bottom: 20px;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-item .mosaic-content {
  position: relative;
  background: teal;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-item .mosaic-content .img,
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-item .mosaic-content .image {
  display: block;
  width: 100%;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-item .mosaic-content .content-inner {
  display: inline-block;
  position: absolute;
  bottom: 8%;
  right: 8%;
  left: 8%;
  width: 84%;
  height: 60px;
  line-height: 60px;
  background-color: #FFFFFF;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-item .mosaic-content .content-inner .multiple {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  text-align: center;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-item .mosaic-content .content-inner .multiple h3 {
  font-family: "NeutraText-Light", Arial, sans-serif;
  font-size: 18px;
  color: #454545;
  text-transform: uppercase;
  line-height: 1.4em;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-item .mosaic-content .content-inner .multiple h3 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-item .mosaic-content .content-inner .multiple h3 {
    font-size: 16px;
  }
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery.items-per-line-3 .expanded-gallery-item {
  width: 32%;
  margin-left: 2%;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery.items-per-line-3 .expanded-gallery-item:first-of-type {
  margin-left: 0;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery.items-per-line-2 .expanded-gallery-item {
  width: 48%;
  margin-left: 4%;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery.items-per-line-2 .expanded-gallery-item:first-of-type {
  margin-left: 0;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery.items-per-line-1 .expanded-gallery-item {
  width: 100%;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-pane {
  position: relative;
  font-size: 14px;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-pane .expanded-gallery-pane-pointer .expanded-gallery-pane-pointer-element:before,
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-pane .expanded-gallery-pane-pointer .expanded-gallery-pane-pointer-element:after {
  border-color: transparent;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-pane .expanded-gallery-pane-pointer .expanded-gallery-pane-pointer-element:before {
  border-bottom-color: #FFFFFF;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-pane .expanded-gallery-pane-pointer .expanded-gallery-pane-pointer-element:after {
  border-bottom-color: #FFFFFF;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-pane .expanded-gallery-pane-wrapper {
  position: relative;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  background: #FFFFFF;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-pane .expanded-gallery-pane-wrapper.animate {
  -webkit-transition: height 0.35s ease-in-out;
  -moz-transition: height 0.35s ease-in-out;
  -ms-transition: height 0.35s ease-in-out;
  -o-transition: height 0.35s ease-in-out;
  transition: height 0.35s ease-in-out;
  -webkit-transition: all height 0.35s ease-in-out ease;
  -moz-transition: all height 0.35s ease-in-out ease;
  -ms-transition: all height 0.35s ease-in-out ease;
  -o-transition: all height 0.35s ease-in-out ease;
  transition: all height 0.35s ease-in-out ease;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-pane .expanded-gallery-pane-wrapper .expanded-gallery-pane-content {
  -webkit-transition: opacity 0.224s ease-in-out;
  -moz-transition: opacity 0.224s ease-in-out;
  -ms-transition: opacity 0.224s ease-in-out;
  -o-transition: opacity 0.224s ease-in-out;
  transition: opacity 0.224s ease-in-out;
  -webkit-transition: all opacity 0.224s ease-in-out ease;
  -moz-transition: all opacity 0.224s ease-in-out ease;
  -ms-transition: all opacity 0.224s ease-in-out ease;
  -o-transition: all opacity 0.224s ease-in-out ease;
  transition: all opacity 0.224s ease-in-out ease;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-pane .expanded-gallery-pane-wrapper.hide .expanded-gallery-pane-content {
  opacity: 0;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-pane .pane-content-wrapper {
  font-family: "Miller-Display", sans-serif;
  font-size: 14px;
  line-height: 1.8em;
  color: #454545;
  text-align: left;
  letter-spacing: 1px;
  padding: 20px 0 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 479px) {
  body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-pane .pane-content-wrapper {
    padding: 10px 0 40px 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-pane .pane-content-wrapper {
    padding: 10px 0 40px 0;
  }
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-pane .pane-content-wrapper .subtitle {
  display: inline-block;
  font-family: "NeutraText-Light", Arial, sans-serif;
  font-size: 22px;
  color: #454545;
  text-transform: uppercase;
  line-height: 1.4em;
  margin-bottom: 8px;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-pane .pane-content-wrapper .custom-description {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-bottom: 24px;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-pane .pane-content-wrapper .details {
  font-style: italic;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-pane .pane-content-wrapper .details span {
  font-family: "Miller-Text-Bold", sans-serif;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-pane .pane-content-wrapper .custom-sharing {
  margin-bottom: 0 !important;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-pane .pane-content-wrapper .custom-sharing .custom-sharing-button {
  font-size: 18px;
  margin-right: 10px;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-pane .expanded-gallery-pointer {
  position: absolute;
  bottom: 104%;
  left: 0;
  width: 100%;
  height: 24px;
  overflow: hidden;
  margin-bottom: -1px;
}
@media only screen and (max-width: 479px) {
  body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-pane .expanded-gallery-pointer {
    bottom: 103%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-pane .expanded-gallery-pointer {
    bottom: 104%;
  }
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-pane .expanded-gallery-pointer .expanded-gallery-pointer-element {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 46px;
  height: 23px;
  margin-bottom: -23px;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-pane .expanded-gallery-pointer .expanded-gallery-pointer-element.animate {
  -webkit-transition: margin-bottom 0.224s ease-in-out;
  -moz-transition: margin-bottom 0.224s ease-in-out;
  -ms-transition: margin-bottom 0.224s ease-in-out;
  -o-transition: margin-bottom 0.224s ease-in-out;
  transition: margin-bottom 0.224s ease-in-out;
  -webkit-transition: all margin-bottom 0.224s ease-in-out ease;
  -moz-transition: all margin-bottom 0.224s ease-in-out ease;
  -ms-transition: all margin-bottom 0.224s ease-in-out ease;
  -o-transition: all margin-bottom 0.224s ease-in-out ease;
  transition: all margin-bottom 0.224s ease-in-out ease;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-pane .expanded-gallery-pointer .expanded-gallery-pointer-element.show {
  margin-bottom: 0;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-pane .expanded-gallery-pointer .expanded-gallery-pointer-element:before,
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-pane .expanded-gallery-pointer .expanded-gallery-pointer-element:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -23px;
  border-width: 23px;
  border-style: solid;
  border-color: transparent;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-pane .expanded-gallery-pointer .expanded-gallery-pointer-element:before {
  bottom: 1px;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-pane .expanded-gallery-pointer .expanded-gallery-pointer-element:before {
  border-bottom-color: #FFFFFF;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .expanded-gallery .expanded-gallery-pane .expanded-gallery-pointer .expanded-gallery-pointer-element:after {
  border-bottom-color: #FFFFFF;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .more-mosaic {
  display: block;
  font-family: "NeutraText-Light", Arial, sans-serif;
  font-size: 20px;
  color: #454545;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #F7F7F9;
  margin: 20px 0 40px;
  padding: 30px;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: all background-color 0.2s ease-in-out ease;
  -moz-transition: all background-color 0.2s ease-in-out ease;
  -ms-transition: all background-color 0.2s ease-in-out ease;
  -o-transition: all background-color 0.2s ease-in-out ease;
  transition: all background-color 0.2s ease-in-out ease;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .more-mosaic .icon {
  font-size: 28px;
  margin-left: 10px;
}
body.mylittleformatmosaic section.mylittleformatmosaic-wrapper .more-mosaic:hover {
  background-color: #dadae3;
}
body.mylittleformatmosaic-list section.mylittleformatmosaic-list-wrapper .mosaic-wrapper {
  margin-top: 40px;
}
body.mylittleformatmosaic-list section.mylittleformatmosaic-list-wrapper .mosaic-wrapper .mosaic-list {
  text-align: left;
}
body.mylittleformatmosaic-list section.mylittleformatmosaic-list-wrapper .mosaic-wrapper .mosaic-list .content-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 50%;
  height: 160px;
  line-height: 160px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatmosaic-list section.mylittleformatmosaic-list-wrapper .mosaic-wrapper .mosaic-list .content-inner {
    position: static;
    width: 100%;
    height: auto;
    line-height: 0 !important;
    padding: 10px;
  }
}
@font-face {
  font-family: 'effra';
  src: url('/fonts/effra/effra-regular.eot?') format('eot'), url('/fonts/effra/effra-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'effra';
  src: url('/fonts/effra/effra-bold.eot?') format('eot'), url('/fonts/effra/effra-bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'domain-disp';
  src: url('/fonts/domaine-disp/domaine-disp-semibold.eot?') format('eot'), url('/fonts/domaine-disp/domaine-disp-semibold.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'domain-disp';
  src: url('/fonts/domaine-disp/domaine-disp-regular.eot?') format('eot'), url('/fonts/domaine-disp/domaine-disp-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
body.mylittleformatprofile.index-fullscreen {
  height: 100%;
}
body.mylittleformatprofile.index-fullscreen .page-wrapper {
  height: 100%;
}
body.mylittleformatprofile.index-fullscreen .index-fullscreen-wapper {
  height: 100%;
}
body.mylittleformatprofile.index-fullscreen .index-fullscreen-header {
  width: 100%;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 15px 20px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
body.mylittleformatprofile.index-fullscreen .index-fullscreen-header > div {
  width: 33.33%;
  display: inline-block;
  vertical-align: middle;
}
body.mylittleformatprofile.index-fullscreen .index-fullscreen-header img {
  width: 100%;
}
body.mylittleformatprofile.index-fullscreen .index-fullscreen-header .logo-wrapper {
  text-align: left;
}
body.mylittleformatprofile.index-fullscreen .index-fullscreen-header .logo-wrapper .logo-mylittle-container {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
body.mylittleformatprofile.index-fullscreen .index-fullscreen-header .logo-wrapper .logo-partner-container {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
}
body.mylittleformatprofile.index-fullscreen .index-fullscreen-header .main-title-container {
  text-align: center;
}
body.mylittleformatprofile.index-fullscreen .index-fullscreen-header .profil-title {
  font-size: 16px;
  text-transform: uppercase;
}
body.mylittleformatprofile.index-fullscreen .index-fullscreen-header .sharing-container {
  text-align: right;
}
body.mylittleformatprofile.index-fullscreen .index-fullscreen-header .sharing-container .custom-sharing {
  margin: 0;
}
body.mylittleformatprofile.index-fullscreen .index-fullscreen-header .sharing-container .custom-sharing-button {
  font-size: 12px;
  display: inline-block;
}
body.mylittleformatprofile.index-fullscreen .index-fullscreen-header .sharing-container .custom-sharing-button:first-child {
  margin-right: 10px;
}
body.mylittleformatprofile.index-fullscreen .index-fullscreen-profil-description-wrapper {
  width: 100%;
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 90;
  box-sizing: border-box;
}
body.mylittleformatprofile.index-fullscreen .index-fullscreen-profil-description-wrapper .index-fullscreen-profil-description-container {
  width: 100%;
  max-width: 900px;
  font-size: 16px;
  line-height: 1.4;
  background-color: #FFFFFF;
  padding: 50px;
  margin: 0 auto;
  box-sizing: border-box;
}
body.mylittleformatprofile.index-fullscreen .index-profil-list {
  height: 100%;
  font-size: 0;
}
body.mylittleformatprofile.index-fullscreen .index-profil-item {
  height: 100%;
  padding: 0 3px;
  box-sizing: border-box;
}
body.mylittleformatprofile.index-fullscreen .index-profil-item:first-child {
  padding-left: 0;
}
body.mylittleformatprofile.index-fullscreen .index-profil-item:last-child {
  padding-right: 0;
}
body.mylittleformatprofile.index-fullscreen .index-profil-item .index-profil-link {
  height: 100%;
  display: block;
}
body.mylittleformatprofile.index-fullscreen .index-profil-item .index-item-content {
  height: 100%;
  position: relative;
}
body.mylittleformatprofile.index-fullscreen .index-profil-item .item-bg-container {
  height: 100%;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
body.mylittleformatprofile.index-fullscreen .index-profil-item .item-text-container {
  width: 100%;
  max-width: 360px;
  padding: 0 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 50;
  overflow: hidden;
  box-sizing: border-box;
}
body.mylittleformatprofile.index-fullscreen .index-profil-item .item-text-container .item-text-content {
  height: 220px;
  font-size: 14px;
  text-align: left;
  padding: 40px 15px 0;
  background-color: #FFFFFF;
  position: relative;
  box-sizing: border-box;
}
body.mylittleformatprofile.index-fullscreen .index-profil-item .item-text-container .item-text-content.item-text-content-js {
  opacity: 0;
}
body.mylittleformatprofile.index-fullscreen .index-profil-item .item-text-container .item-text-content .item-title {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 30px;
}
body.mylittleformatprofile.index-fullscreen .index-profil-item .item-text-container .item-text-content .item-action-text {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  position: absolute;
  left: 15px;
  bottom: 45px;
}
body.mylittleformatprofile.index-scroll {
  height: 100%;
  text-align: left;
  background-color: #000;
}
body.mylittleformatprofile.index-scroll .page-wrapper {
  height: 100%;
}
body.mylittleformatprofile.index-scroll .index-scroll-wapper {
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile.index-scroll .index-scroll-wapper {
    height: auto;
    overflow: auto;
  }
}
body.mylittleformatprofile.index-scroll .preview-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  background-position: 50% 50%;
  background-size: cover;
  z-index: -1;
}
body.mylittleformatprofile.index-scroll .preview-wrapper.preview-wrapper-js {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile.index-scroll .preview-wrapper.preview-wrapper-js {
    display: none;
  }
}
body.mylittleformatprofile.index-scroll .preview-wrapper video {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #000000;
  visibility: hidden;
}
body.mylittleformatprofile.index-scroll .preview-wrapper video.visible {
  visibility: visible;
}
body.mylittleformatprofile.index-scroll .preview-wrapper .preview-gradient {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
body.mylittleformatprofile.index-scroll .index-scroll-header {
  height: 30%;
  width: 100%;
  font-size: 0;
  text-align: center;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile.index-scroll .index-scroll-header {
    height: auto;
    padding: 70px 15px;
  }
}
body.mylittleformatprofile.index-scroll .index-scroll-header:before {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
body.mylittleformatprofile.index-scroll .index-scroll-header .main-title-container {
  width: 100%;
  max-width: 1100px;
  font-family: 'effra', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: left;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 1440px) {
  body.mylittleformatprofile.index-scroll .index-scroll-header .main-title-container {
    max-width: 1400px;
  }
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile.index-scroll .index-scroll-header .main-title-container {
    text-align: center;
  }
}
body.mylittleformatprofile.index-scroll .index-scroll-header .profil-title {
  font-size: 50px;
  display: inline-block;
}
body.mylittleformatprofile.index-scroll .index-scroll-header .profil-title strong {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile.index-scroll .index-scroll-header .profil-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
body.mylittleformatprofile.index-scroll .index-scroll-header .profil-baseline {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile.index-scroll .index-scroll-header .profil-baseline {
    font-size: 12px;
    line-height: 1.3;
  }
}
body.mylittleformatprofile.index-scroll .index-scroll-header .sharing-container {
  width: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #FFFFFF;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
body.mylittleformatprofile.index-scroll .index-scroll-header .sharing-container.sharing-container-js {
  display: none;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile.index-scroll .index-scroll-header .sharing-container.sharing-container-js {
    display: block;
    right: 0;
    margin: auto;
    border: none;
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
body.mylittleformatprofile.index-scroll .index-scroll-header .sharing-container .profil-sharing-list {
  font-size: 0;
  margin-top: 15px;
  white-space: nowrap;
}
body.mylittleformatprofile.index-scroll .index-scroll-header .sharing-container .profil-sharing-item {
  font-size: 14px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
body.mylittleformatprofile.index-scroll .index-scroll-header .sharing-container .profil-sharing-item:last-child {
  margin-right: 0;
}
body.mylittleformatprofile.index-scroll .index-scroll-header .sharing-container a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 4px;
}
body.mylittleformatprofile.index-scroll .index-profil-list-description-container {
  height: 70%;
  width: 100%;
  font-size: 0;
  text-align: center;
}
body.mylittleformatprofile.index-scroll .index-profil-list-description-container .profil-description-container {
  max-width: 1140px;
  padding: 0 20px;
  margin: 50px auto 0;
  box-sizing: border-box;
}
body.mylittleformatprofile.index-scroll .index-profil-list-description-container .profil-description-container.profil-description-container-js {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile.index-scroll .index-profil-list-description-container .profil-description-container.profil-description-container-js {
    opacity: 1;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1440px) {
  body.mylittleformatprofile.index-scroll .index-profil-list-description-container .profil-description-container {
    max-width: 1440px;
  }
}
body.mylittleformatprofile.index-scroll .index-profil-list-description-container .profil-description-container .profil-description {
  max-width: 400px;
  font-size: 15px;
  font-family: 'effra', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.025em;
  line-height: 1.3;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile.index-scroll .index-profil-list-description-container .profil-description-container .profil-description {
    font-size: 13px;
  }
}
body.mylittleformatprofile.index-scroll .index-profil-list-description-container .profil-list {
  max-width: 1100px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile.index-scroll .index-profil-list-description-container .profil-list {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1440px) {
  body.mylittleformatprofile.index-scroll .index-profil-list-description-container .profil-list {
    max-width: 1400px;
  }
}
body.mylittleformatprofile.index-scroll .index-profil-list-description-container .profil-list.profil-list-js {
  display: none;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile.index-scroll .index-profil-list-description-container .profil-list.profil-list-js {
    display: block;
  }
}
body.mylittleformatprofile.index-scroll .index-profil-list-description-container .profil-list .profil-item {
  width: 25%;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  vertical-align: top;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all all 0.3s ease-out ease;
  -moz-transition: all all 0.3s ease-out ease;
  -ms-transition: all all 0.3s ease-out ease;
  -o-transition: all all 0.3s ease-out ease;
  transition: all all 0.3s ease-out ease;
}
body.mylittleformatprofile.index-scroll .index-profil-list-description-container .profil-list .profil-item.visible {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile.index-scroll .index-profil-list-description-container .profil-list .profil-item {
    width: 100%;
    height: 300px;
    opacity: 1;
    display: block;
    background-color: #000000;
  }
  body.mylittleformatprofile.index-scroll .index-profil-list-description-container .profil-list .profil-item:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  body.mylittleformatprofile.index-scroll .index-profil-list-description-container .profil-list .profil-item .profil-item-mobile-bg {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  body.mylittleformatprofile.index-scroll .index-profil-list-description-container .profil-list.profils-4,
  body.mylittleformatprofile.index-scroll .index-profil-list-description-container .profil-list.profils-5 {
    max-width: 550px;
  }
  body.mylittleformatprofile.index-scroll .index-profil-list-description-container .profil-list.profils-4 .profil-item,
  body.mylittleformatprofile.index-scroll .index-profil-list-description-container .profil-list.profils-5 .profil-item {
    width: 50%;
  }
}
body.mylittleformatprofile.index-scroll .index-profil-list-description-container .profil-item-mobile-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 20;
  opacity: 0.7;
}
body.mylittleformatprofile.index-scroll .index-profil-list-description-container .item-link {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40;
}
body.mylittleformatprofile.index-scroll .index-profil-list-description-container .item-text-content {
  padding: 20px 0;
  position: relative;
  z-index: 30;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile.index-scroll .index-profil-list-description-container .item-text-content {
    padding: 10px 0;
    display: inline-block;
    vertical-align: middle;
  }
}
body.mylittleformatprofile.index-scroll .index-profil-list-description-container .item-title {
  font-size: 24px;
  font-family: 'domain-disp', serif;
  font-weight: 500;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile.index-scroll .index-profil-list-description-container .item-title {
    font-size: 30px;
    margin-bottom: 5px;
  }
}
body.mylittleformatprofile.index-scroll .index-profil-list-description-container .item-subtitle {
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: 'effra', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile.index-scroll .index-profil-list-description-container .item-subtitle {
    font-size: 16px;
    text-transform: none;
  }
}
body.mylittleformatprofile.index-scroll .index-scroll-footer {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 30px;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile.index-scroll .index-scroll-footer {
    position: relative;
    bottom: 0;
    padding: 20px 0;
  }
}
body.mylittleformatprofile.index-scroll .index-scroll-footer .scroll-cta-container {
  opacity: 0;
  display: none;
}
body.mylittleformatprofile.index-scroll .index-scroll-footer .scroll-wording {
  display: block;
  text-align: center;
  color: #FFFFFF;
}
body.mylittleformatprofile.index-scroll .index-scroll-footer .scroll-cta {
  height: 0;
  width: 1px;
  background-color: #FFFFFF;
  display: block;
  margin: 0 auto;
  opacity: 0;
  -webkit-animation: scroll 2.5s infinite;
  animation: scroll 2.5s infinite;
}
body.mylittleformatprofile.index-scroll .index-scroll-footer .logo-wrapper {
  display: inline-block;
}
body.mylittleformatprofile.index-scroll .index-scroll-footer .logo-mylittle-container {
  width: 70px;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 30px;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile.index-scroll .index-scroll-footer .logo-mylittle-container {
    width: 60px;
    margin: 0 20px;
  }
}
body.mylittleformatprofile.index-scroll .index-scroll-footer .logo-mylittle-container img {
  width: 100%;
}
body.mylittleformatprofile.index-scroll .index-scroll-footer .logo-partner-container {
  width: 145px;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile.index-scroll .index-scroll-footer .logo-partner-container {
    width: 100px;
    margin-left: 20px;
  }
}
body.mylittleformatprofile.index-scroll .index-scroll-footer .logo-partner-container img {
  width: 100%;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate(0, -60px);
    opacity: 0;
    height: 0;
  }
  50% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    height: 60px;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
    height: 0;
  }
}
@keyframes scroll {
  0% {
    transform: translate(0, -70px);
    opacity: 1;
    height: 0;
  }
  50% {
    transform: translate(0, 0);
    opacity: 1;
    height: 60px;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
    height: 0;
  }
}
@media only screen and (max-width: 767px) {
  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translate(0, -20px);
      opacity: 0;
      height: 0;
    }
    50% {
      -webkit-transform: translate(0, 0);
      opacity: 1;
      height: 20px;
    }
    100% {
      -webkit-transform: translate(0, 15px);
      opacity: 0;
      height: 0;
    }
  }
  @keyframes scroll {
    0% {
      transform: translate(0, -20px);
      opacity: 1;
      height: 0;
    }
    50% {
      transform: translate(0, 0);
      opacity: 1;
      height: 20px;
    }
    100% {
      transform: translate(0, 15px);
      opacity: 0;
      height: 0;
    }
  }
}
body.mylittleformatprofile .profiliitem-top-container {
  position: relative;
}
body.mylittleformatprofile .profileitem-menu {
  width: 85%;
  height: 100%;
  max-width: 440px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: white;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
body.mylittleformatprofile .profileitem-menu .menu-list {
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  overflow: auto;
}
body.mylittleformatprofile .profileitem-menu .menu-item {
  position: relative;
  line-height: 0;
}
body.mylittleformatprofile .profileitem-menu .menu-item:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition: all all 0.2s ease-out ease;
  -moz-transition: all all 0.2s ease-out ease;
  -ms-transition: all all 0.2s ease-out ease;
  -o-transition: all all 0.2s ease-out ease;
  transition: all all 0.2s ease-out ease;
}
@media (min-width: 768px) {
  body.mylittleformatprofile .profileitem-menu .menu-item:before {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 768px) {
  body.mylittleformatprofile .profileitem-menu .menu-item:hover:before {
    background-color: rgba(0, 0, 0, 0.4);
  }
  body.mylittleformatprofile .profileitem-menu .menu-item:hover .item-text-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
body.mylittleformatprofile .profileitem-menu .menu-item img {
  width: 100%;
}
body.mylittleformatprofile .profileitem-menu .menu-item .item-text-content {
  text-align: left;
  line-height: 1.3;
  position: absolute;
  z-index: 20;
  bottom: 30px;
  left: 30px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all all 0.3s ease-out ease;
  -moz-transition: all all 0.3s ease-out ease;
  -ms-transition: all all 0.3s ease-out ease;
  -o-transition: all all 0.3s ease-out ease;
  transition: all all 0.3s ease-out ease;
}
@media (min-width: 768px) {
  body.mylittleformatprofile .profileitem-menu .menu-item .item-text-content {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
body.mylittleformatprofile .profileitem-menu .menu-item .item-title {
  font-size: 18px;
  font-family: 'domain-disp', serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 10px;
}
body.mylittleformatprofile .profileitem-menu .menu-item .item-subtitle {
  font-size: 14px;
  font-family: 'effra', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.mylittleformatprofile .profileitem-menu .menu-item .item-link {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}
body.mylittleformatprofile .menu-cta-container {
  font-size: 10px;
  font-family: 'effra', sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.18em;
  color: #000000;
  position: fixed;
  top: 50%;
  left: 20px;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile .menu-cta-container {
    left: 0;
  }
}
body.mylittleformatprofile .menu-cta-container .menu-cta-content {
  cursor: pointer;
  -webkit-transform: rotate(-90deg) translateX(50%);
  -moz-transform: rotate(-90deg) translateX(50%);
  -ms-transform: rotate(-90deg) translateX(50%);
  -o-transform: rotate(-90deg) translateX(50%);
  transform: rotate(-90deg) translateX(50%);
}
body.mylittleformatprofile .menu-cta-container .menu-cta-content.open .menu-wording.open {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
body.mylittleformatprofile .menu-cta-container .menu-cta-content.open .menu-wording.close {
  opacity: 1;
  -webkit-transform: rotate(180deg) translateY(0);
  -moz-transform: rotate(180deg) translateY(0);
  -ms-transform: rotate(180deg) translateY(0);
  -o-transform: rotate(180deg) translateY(0);
  transform: rotate(180deg) translateY(0);
}
body.mylittleformatprofile .menu-cta-container span {
  display: block;
}
body.mylittleformatprofile .menu-cta-container .menu-line {
  max-width: 35px;
  width: 100%;
  height: 2px;
  background-color: #000000;
  margin: 2px auto;
}
body.mylittleformatprofile .menu-cta-container .menu-wording {
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all all 0.3s ease-out ease;
  -moz-transition: all all 0.3s ease-out ease;
  -ms-transition: all all 0.3s ease-out ease;
  -o-transition: all all 0.3s ease-out ease;
  transition: all all 0.3s ease-out ease;
}
body.mylittleformatprofile .menu-cta-container .menu-wording.close {
  opacity: 0;
  -webkit-transform: rotate(180deg) translateY(100%);
  -moz-transform: rotate(180deg) translateY(100%);
  -ms-transform: rotate(180deg) translateY(100%);
  -o-transform: rotate(180deg) translateY(100%);
  transform: rotate(180deg) translateY(100%);
}
body.mylittleformatprofile .profileitem-sharing-container {
  font-size: 10px;
  font-family: 'effra', sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.18em;
  color: #000000;
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile .profileitem-sharing-container {
    right: 0;
  }
}
body.mylittleformatprofile .profileitem-sharing-container .sharing-content {
  -webkit-transform: rotate(90deg) translateX(-50%);
  -moz-transform: rotate(90deg) translateX(-50%);
  -ms-transform: rotate(90deg) translateX(-50%);
  -o-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
}
body.mylittleformatprofile .profileitem-sharing-container .sharing-content:hover .sharing-item {
  opacity: 1;
  -webkit-transform: rotate(-90deg) translateX(0);
  -moz-transform: rotate(-90deg) translateX(0);
  -ms-transform: rotate(-90deg) translateX(0);
  -o-transform: rotate(-90deg) translateX(0);
  transform: rotate(-90deg) translateX(0);
}
body.mylittleformatprofile .profileitem-sharing-container span {
  display: block;
}
body.mylittleformatprofile .profileitem-sharing-container .menu-line {
  width: 100%;
  height: 2px;
  background-color: #000000;
  margin: 2px auto;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile .profileitem-sharing-container .menu-line {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile .profileitem-sharing-container .menu-wording {
    display: none;
  }
}
body.mylittleformatprofile .profileitem-sharing-container .sharing-list {
  font-size: 0;
  margin-top: 5px;
}
body.mylittleformatprofile .profileitem-sharing-container .sharing-list .sharing-item {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all all 0.3s ease-out ease;
  -moz-transition: all all 0.3s ease-out ease;
  -ms-transition: all all 0.3s ease-out ease;
  -o-transition: all all 0.3s ease-out ease;
  transition: all all 0.3s ease-out ease;
  -webkit-transform: rotate(-90deg) translateX(100%);
  -moz-transform: rotate(-90deg) translateX(100%);
  -ms-transform: rotate(-90deg) translateX(100%);
  -o-transform: rotate(-90deg) translateX(100%);
  transform: rotate(-90deg) translateX(100%);
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile .profileitem-sharing-container .sharing-list .sharing-item {
    opacity: 1;
    margin-right: 4px;
    -webkit-transform: rotate(-90deg) translateX(0);
    -moz-transform: rotate(-90deg) translateX(0);
    -ms-transform: rotate(-90deg) translateX(0);
    -o-transform: rotate(-90deg) translateX(0);
    transform: rotate(-90deg) translateX(0);
  }
}
body.mylittleformatprofile .profileitem-sharing-container .sharing-list .sharing-item:last-child {
  margin-right: 0;
}
body.mylittleformatprofile .profileitem-sharing-container .sharing-list .sharing-item a {
  text-decoration: none;
  color: #000000;
  padding: 4px;
}
body.mylittleformatprofile .vertical-container-js {
  opacity: 0;
}
body.mylittleformatprofile .profileitem-header {
  width: 100%;
  font-size: 0;
  text-align: left;
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px 20px;
  z-index: 99;
  overflow: hidden;
  box-sizing: border-box;
}
body.mylittleformatprofile .profileitem-header .profileitem-header-part-container {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
body.mylittleformatprofile .profileitem-header .profileitem-header-part-container a {
  text-decoration: none;
}
body.mylittleformatprofile .profileitem-header .profil-title {
  font-size: 22px;
  font-family: 'effra', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  color: #000000;
}
body.mylittleformatprofile .profileitem-header .profil-title.profil-title-js {
  opacity: 0;
}
body.mylittleformatprofile .profileitem-header .profil-title strong {
  font-weight: 600;
}
body.mylittleformatprofile .profileitem-header .logo-mylittle-container {
  width: 70px;
  display: inline-block;
  vertical-align: baseline;
}
body.mylittleformatprofile .profileitem-header .logo-mylittle-container.logo-mylittle-container-js {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile .profileitem-header .logo-mylittle-container {
    width: 55px;
  }
}
body.mylittleformatprofile .profileitem-header .logo-mylittle-container img {
  width: 100%;
}
body.mylittleformatprofile .profileitem-header .logo-partner-container {
  width: 80px;
  display: inline-block;
  vertical-align: baseline;
}
body.mylittleformatprofile .profileitem-header .logo-partner-container.logo-partner-container-js {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile .profileitem-header .logo-partner-container {
    width: 65px;
  }
}
body.mylittleformatprofile .profileitem-header .logo-partner-container img {
  width: 100%;
}
body.mylittleformatprofile .mylittleformatprofile-profileitem {
  overflow: hidden;
}
body.mylittleformatprofile .mylittleformatprofile-profileitem .mylittleformatprofile-profileitem-content {
  position: relative;
  z-index: 90;
}
body.mylittleformatprofile .profileitem-top-container {
  overflow: hidden;
  position: relative;
}
body.mylittleformatprofile .profileitem-top-container .profil-item-image-full-container {
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile .profileitem-top-container .profil-item-image-full-container {
    height: 0;
    padding-bottom: 150%;
    background-attachment: scroll;
  }
}
body.mylittleformatprofile .profileitem-top-container .profil-item-image-full-container img {
  visibility: hidden;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile .profileitem-top-container .profil-item-image-full-container img {
    display: none;
  }
}
body.mylittleformatprofile .profileitem-top-container .profileitem-baseline-container {
  height: 100%;
  width: 100%;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
}
body.mylittleformatprofile .profileitem-top-container .profileitem-baseline-container.profileitem-baseline-container-js {
  opacity: 0;
}
body.mylittleformatprofile .profileitem-top-container .profileitem-baseline-container:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
body.mylittleformatprofile .profileitem-top-container .profileitem-baseline-container .profileitem-baseline {
  max-width: 1010px;
  font-size: 60px;
  font-family: 'domain-disp', serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.025em;
  line-height: 1.3;
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  padding: 0 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile .profileitem-top-container .profileitem-baseline-container .profileitem-baseline {
    font-size: 30px;
  }
}
body.mylittleformatprofile .profileitem-content-wrapper {
  width: 100%;
  padding: 0 10px;
  background-color: #f6f6f6;
  -moz-box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: '' 0 -4px 10px 0 rgba(0, 0, 0, 0.1) 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 -4px 10px 0 rgba(0, 0, 0, 0.1) 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 -4px 10px 0 rgba(0, 0, 0, 0.1) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 -4px 10px 0 rgba(0, 0, 0, 0.1) 1px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
body.mylittleformatprofile .profileitem-content-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 40px 15px;
  position: relative;
  box-sizing: border-box;
}
body.mylittleformatprofile .profileitem-intro-container {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  box-sizing: border-box;
}
body.mylittleformatprofile .profileitem-intro-container .profileitem-title {
  font-size: 28px;
  font-family: 'domain-disp', serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile .profileitem-intro-container .profileitem-title {
    font-size: 24px;
  }
}
body.mylittleformatprofile .profileitem-intro-container .profileitem-title span {
  font-weight: 400;
}
body.mylittleformatprofile .profileitem-description-container {
  font-family: 'effra', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  font-size: 15px;
}
body.mylittleformatprofile .profileitem-description-container strong {
  font-weight: bold;
}
body.mylittleformatprofile .profileitem-description-container em {
  font-style: italic;
}
body.mylittleformatprofile .profileitem-description {
  max-width: 540px;
  font-size: 14px;
  font-family: 'effra', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  margin: 30px auto 0;
}
body.mylittleformatprofile .profileitem-inner-container {
  width: 100%;
  max-width: 780px;
  margin: 60px auto 0;
  padding: 0 30px;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile .profileitem-inner-container {
    margin-top: 30px;
    padding: 0 10px;
  }
}
body.mylittleformatprofile .profileitem-inner-container .inner-name-container {
  height: 100%;
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile .profileitem-inner-container .inner-name-container {
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    text-align: left;
  }
}
body.mylittleformatprofile .profileitem-inner-container .inner-name-container .inner-name {
  height: 30px;
  font-size: 10px;
  font-family: 'effra', sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.18em;
  line-height: 30px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #FFFFFF;
  display: block;
  padding: 0 0 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  transform-origin: 0 0;
  -webkit-transform: rotate(-90deg) translateX(-100%);
  -moz-transform: rotate(-90deg) translateX(-100%);
  -ms-transform: rotate(-90deg) translateX(-100%);
  -o-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile .profileitem-inner-container .inner-name-container .inner-name {
    height: auto;
    position: relative;
    padding: 0;
    -webkit-transform: rotate(0) translateX(0);
    -moz-transform: rotate(0) translateX(0);
    -ms-transform: rotate(0) translateX(0);
    -o-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }
}
body.mylittleformatprofile .profileitem-inner-container .inner-name-container .inner-line {
  width: 1px;
  height: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile .profileitem-inner-container .inner-name-container .inner-line {
    width: 100%;
    height: 1px;
  }
}
body.mylittleformatprofile .profileitem-inner-container .inner-content {
  width: 100%;
  position: relative;
}
body.mylittleformatprofile .profileitem-inner-container .inner-content .inner-video-podcast-container {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
body.mylittleformatprofile .profileitem-inner-container .inner-content .inner-video-podcast-container iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.mylittleformatprofile .profileitem-inner-container .inner-content .inner-fact-container {
  max-width: 640px;
  font-size: 24px;
  font-family: 'domain-disp', serif;
  line-height: 1.5;
  text-align: left;
  padding: 0 10px;
  margin: 0 auto;
  color: #000000;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile .profileitem-inner-container .inner-content .inner-fact-container {
    font-size: 16px;
    padding: 0;
  }
}
body.mylittleformatprofile .profileitem-inner-container .inner-content .inner-fact-container i {
  font-style: normal;
  color: #ff8d80;
}
body.mylittleformatprofile .profileitem-inner-container .inner-content .inner-fact-container strong {
  font-weight: 500;
}
body.mylittleformatprofile .profileitem-inner-container .inner-content .inner-long-read-container {
  font-size: 0;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile .profileitem-inner-container .inner-content .inner-long-read-container {
    padding: 0;
  }
}
body.mylittleformatprofile .profileitem-inner-container .inner-content .inner-long-read-container .long-read-left-part {
  width: 50%;
  display: inline-block;
  padding-right: 15px;
  vertical-align: top;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile .profileitem-inner-container .inner-content .inner-long-read-container .long-read-left-part {
    width: 100%;
    padding: 0;
  }
}
body.mylittleformatprofile .profileitem-inner-container .inner-content .inner-long-read-container .long-read-right-part {
  width: 50%;
  display: inline-block;
  padding-left: 15px;
  vertical-align: top;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile .profileitem-inner-container .inner-content .inner-long-read-container .long-read-right-part {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
body.mylittleformatprofile .profileitem-inner-container .inner-content .inner-long-read-container .long-read-image-container.long-read-image-container-full {
  width: 90%;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile .profileitem-inner-container .inner-content .inner-long-read-container .long-read-image-container.long-read-image-container-full {
    width: 100%;
  }
}
body.mylittleformatprofile .profileitem-inner-container .inner-content .inner-long-read-container .long-read-image-container img {
  width: 100%;
}
body.mylittleformatprofile .profileitem-inner-container .inner-content .inner-long-read-container .long-read-image-container .long-read-image-2 {
  margin-top: -120px;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile .profileitem-inner-container .inner-content .inner-long-read-container .long-read-image-container .long-read-image-2 {
    margin-top: 0;
  }
}
body.mylittleformatprofile .profileitem-inner-container .inner-content .inner-long-read-container .long-read-text {
  font-size: 15px;
  font-family: 'effra', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.025em;
  line-height: 1.4;
  text-align: left;
}
body.mylittleformatprofile .profileitem-inner-container .inner-content .inner-long-read-container .long-read-text.two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 30px;
  /* Firefox */
  column-gap: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile .profileitem-inner-container .inner-content .inner-long-read-container .long-read-text.two-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
body.mylittleformatprofile .profileitem-inner-container .inner-content .inner-long-read-container .long-read-text strong {
  font-weight: 600;
}
body.mylittleformatprofile .profileitem-inner-container .inner-content .inner-long-read-container .long-read-quote-container {
  max-width: 640px;
  font-size: 24px;
  font-family: 'domain-disp', serif;
  letter-spacing: 0.025em;
  line-height: 1.5;
  text-align: center;
  margin: 50px auto;
  color: #000000;
  box-sizing: border-box;
}
body.mylittleformatprofile .profileitem-inner-container .inner-content .inner-long-read-container .long-read-quote-container.left-quote {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile .profileitem-inner-container .inner-content .inner-long-read-container .long-read-quote-container {
    font-size: 18px;
    margin: 30px auto;
  }
  body.mylittleformatprofile .profileitem-inner-container .inner-content .inner-long-read-container .long-read-quote-container.left-quote {
    text-align: center;
  }
}
body.mylittleformatprofile .profileitem-inner-container .inner-content .inner-long-read-container .long-read-quote-container i {
  font-style: normal;
  color: #ff8d80;
}
body.mylittleformatprofile .profileitem-inner-container .inner-content .inner-long-read-container .long-read-quote-container strong {
  font-weight: 500;
}
body.mylittleformatprofile .contest-content-wrapper {
  width: 100%;
  max-width: 620px;
  margin: 70px auto 0;
  font-family: 'effra', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  font-size: 15px;
}
body.mylittleformatprofile .contest-content-wrapper .contest-description {
  margin-top: 30px;
}
body.mylittleformatprofile .contest-content-wrapper .contest-content #contest-fields {
  font-size: 0;
}
body.mylittleformatprofile .contest-content-wrapper .contest-content #contest-fields > div {
  display: inline-block;
  width: 50%;
  padding: 0 2%;
  font-size: 15px;
  box-sizing: border-box;
  text-align: left;
}
body.mylittleformatprofile .contest-content-wrapper .contest-content #contest-fields > div select,
body.mylittleformatprofile .contest-content-wrapper .contest-content #contest-fields > div input {
  font-family: 'effra', sans-serif !important;
  font-size: 14px !important;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile .contest-content-wrapper .contest-content #contest-fields > div {
    width: 100%;
    padding: 0;
  }
}
body.mylittleformatprofile .contest-content-wrapper .contest-content #contest-fields .custom-button[type=submit] {
  margin-top: 25px;
  font-size: 16px;
  font-family: 'effra', sans-serif;
  font-weight: 600;
}
body.mylittleformatprofile .contest-content-wrapper .rules-wrapper {
  margin-top: 10px;
}
body.mylittleformatprofile .contest-content-wrapper .rules-wrapper .rules-action {
  font-size: 12px;
}
body.mylittleformatprofile .contest-content-wrapper .rules-wrapper .rules {
  font-size: 11px;
}
body.mylittleformatprofile .profileitem-discover-wrapper {
  height: 160px;
  width: 100%;
  font-size: 0;
  margin-top: -100px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile .profileitem-discover-wrapper {
    height: 130px;
  }
}
body.mylittleformatprofile .profileitem-discover-wrapper:before {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
body.mylittleformatprofile .profileitem-discover-wrapper .profileitem-discover-container {
  font-family: 'effra', sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
body.mylittleformatprofile .profileitem-discover-wrapper .discover-wording {
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  display: block;
  margin: 0 auto 30px;
  padding: 0 20px;
  color: #FFFFFF;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile .profileitem-discover-wrapper .discover-wording {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
body.mylittleformatprofile .profileitem-discover-wrapper .discover-cta {
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  background-color: #FFFFFF;
  padding: 8px 40px;
  border: 1px solid #000000;
  box-sizing: border-box;
}
body.mylittleformatprofile .subscription-tool-light-wrapper {
  margin-top: 0;
  background-color: #FFFFFF;
  display: none;
}
body.mylittleformatprofile .subscription-tool-light-wrapper .subscription-content {
  background-image: none !important;
}
body.mylittleformatprofile .single-profil-footer {
  font-size: 0;
  padding: 20px 0;
  text-align: center;
}
body.mylittleformatprofile .single-profil-footer .footer-logo-container {
  display: inline-block;
  vertical-align: baseline;
}
body.mylittleformatprofile .single-profil-footer .footer-logo-mylittle-container {
  width: 90px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile .single-profil-footer .footer-logo-mylittle-container {
    width: 65px;
  }
}
body.mylittleformatprofile .single-profil-footer .footer-logo-mylittle-container img {
  width: 100%;
}
body.mylittleformatprofile .single-profil-footer .footer-logo-partner-container {
  width: 145px;
}
@media only screen and (max-width: 767px) {
  body.mylittleformatprofile .single-profil-footer .footer-logo-partner-container {
    width: 100px;
  }
}
body.mylittleformatprofile .single-profil-footer .footer-logo-partner-container img {
  width: 100%;
}
.mylittleformatquizz-header {
  height: 65px;
}
.mylittleformatquizz-header a {
  max-width: 275px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.mylittleformatquizz-header a img {
  max-height: 45px;
  max-width: 100%;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .mylittleformatquizz-header a {
    max-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .mylittleformatquizz-header.questions {
    display: none;
    height: 0;
  }
}
.mylittleformatquizz-wrapper {
  background-color: #fafafa;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.4s ease-in-out;
  -moz-transition: background-image 0.4s ease-in-out;
  -ms-transition: background-image 0.4s ease-in-out;
  -o-transition: background-image 0.4s ease-in-out;
  transition: background-image 0.4s ease-in-out;
  -webkit-transition: all background-image 0.4s ease-in-out ease;
  -moz-transition: all background-image 0.4s ease-in-out ease;
  -ms-transition: all background-image 0.4s ease-in-out ease;
  -o-transition: all background-image 0.4s ease-in-out ease;
  transition: all background-image 0.4s ease-in-out ease;
  overflow-x: hidden;
  box-sizing: border-box;
}
.mylittleformatquizz-wrapper .quizz-btn {
  padding: 15px 30px;
  background-color: transparent;
  border: 2px solid black;
  text-transform: uppercase;
  font-family: "NeutraText-Bold", Arial, sans-serif;
  letter-spacing: 5px;
  cursor: pointer;
  color: black;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all all 0.4s ease-in-out ease;
  -moz-transition: all all 0.4s ease-in-out ease;
  -ms-transition: all all 0.4s ease-in-out ease;
  -o-transition: all all 0.4s ease-in-out ease;
  transition: all all 0.4s ease-in-out ease;
}
.mylittleformatquizz-wrapper .quizz-btn:hover {
  color: white;
  background-color: black;
}
.mylittleformatquizz-wrapper .page-quizz.homepage {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .mylittleformatquizz-wrapper .page-quizz.homepage {
    padding-top: 40px;
  }
}
.mylittleformatquizz-wrapper .page-quizz.homepage .quizz-title {
  font-family: "NeutraText-Bold", Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 13px;
  font-size: 55px;
  line-height: 60px;
  margin-bottom: 50px;
  padding: 0 20px;
  color: black;
}
.mylittleformatquizz-wrapper .page-quizz.homepage .quizz-title span {
  display: block;
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .mylittleformatquizz-wrapper .page-quizz.homepage .quizz-title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px;
  }
  .mylittleformatquizz-wrapper .page-quizz.homepage .quizz-title span {
    font-size: 20px;
  }
}
.mylittleformatquizz-wrapper .page-quizz.homepage .quizz-title-divider {
  width: 70px;
  height: 7px;
  background: black;
  margin: 0 auto;
}
.mylittleformatquizz-wrapper .page-quizz.homepage .quizz-description {
  margin: 30px 0 50px 0;
  font-size: 15px;
  line-height: 20px;
}
.mylittleformatquizz-wrapper .page-quizz.homepage .quizz-btn.quizz-launch {
  padding: 17px 30px 15px 30px;
  font-size: 20px;
}
.mylittleformatquizz-wrapper .page-quizz.page-questions {
  display: none;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .mylittleformatquizz-wrapper .page-quizz.page-questions {
    padding-top: 0;
  }
}
.mylittleformatquizz-wrapper .page-quizz.page-questions .control {
  margin-bottom: 25px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .mylittleformatquizz-wrapper .page-quizz.page-questions .control {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.mylittleformatquizz-wrapper .page-quizz.page-questions .control .link {
  color: white;
  margin: 0 5px;
  text-decoration: none;
}
.mylittleformatquizz-wrapper .page-quizz.page-questions .control .link.go-back-link {
  display: none;
  float: left;
  font-size: 16px;
}
.mylittleformatquizz-wrapper .page-quizz.page-questions .control .link.go-back-link i {
  opacity: 0.7;
}
.mylittleformatquizz-wrapper .page-quizz.page-questions .control .link.restart-btn-link {
  padding-bottom: 1px;
  border-bottom: 1px solid white;
  float: right;
  font-size: 16px;
}
.mylittleformatquizz-wrapper .page-quizz.page-questions .control .clear {
  clear: both;
}
.mylittleformatquizz-wrapper .page-quizz.page-questions .progression-bar {
  width: 300px;
  height: 2px;
  background: black;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mylittleformatquizz-wrapper .page-quizz.page-questions .progression-bar {
    display: none;
  }
}
.mylittleformatquizz-wrapper .page-quizz.page-questions .progression-bar .progression-step {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: black;
  position: absolute;
  top: -3px;
}
.mylittleformatquizz-wrapper .page-quizz.page-questions .progression-bar .progression-active {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: transparent;
  border: 1px solid black;
  position: absolute;
  top: -8px;
  left: -8px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition: all all 1s ease-in-out ease;
  -moz-transition: all all 1s ease-in-out ease;
  -ms-transition: all all 1s ease-in-out ease;
  -o-transition: all all 1s ease-in-out ease;
  transition: all all 1s ease-in-out ease;
}
.mylittleformatquizz-wrapper .page-quizz.page-questions .quizz-question-content {
  display: none;
}
.mylittleformatquizz-wrapper .page-quizz.page-questions .quizz-question-content.active-question {
  display: block;
}
.mylittleformatquizz-wrapper .page-quizz.page-questions .quizz-question-content .quizz-question-title {
  margin: 70px auto 0;
  max-width: 700px;
  font-family: "NeutraText-Bold", Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 25px;
  line-height: 35px;
  color: black;
}
.mylittleformatquizz-wrapper .page-quizz.page-questions .quizz-question-content .quizz-question-title span {
  display: block;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .mylittleformatquizz-wrapper .page-quizz.page-questions .quizz-question-content .quizz-question-title {
    margin: 15px auto 0;
    padding: 0 5px;
    font-size: 22px;
    line-height: 25px;
  }
}
.mylittleformatquizz-wrapper .page-quizz.page-questions .quizz-question-content .quizz-answers-list {
  margin: 20px auto;
  padding: 0 20px;
}
.mylittleformatquizz-wrapper .page-quizz.page-questions .quizz-question-content .quizz-answers-list-4 {
  max-width: 790px;
}
.mylittleformatquizz-wrapper .page-quizz.page-questions .quizz-question-content .quizz-answers-list-6 {
  max-width: 1175px;
}
.mylittleformatquizz-wrapper .page-quizz.page-questions .quizz-question-content .quizz-answers-list .quizz-answers-item {
  font-family: "NeutraText-Bold", Arial, sans-serif;
  position: relative;
  display: inline-block;
  max-width: 390px;
  width: 100%;
  border: 1px solid black;
  text-transform: uppercase;
  padding: 0 5px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  margin-left: -1px;
  margin-bottom: -1px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease;
  -moz-transition: all all 0.2s ease-in-out ease;
  -ms-transition: all all 0.2s ease-in-out ease;
  -o-transition: all all 0.2s ease-in-out ease;
  transition: all all 0.2s ease-in-out ease;
}
.mylittleformatquizz-wrapper .page-quizz.page-questions .quizz-question-content .quizz-answers-list .quizz-answers-item.active-input,
.mylittleformatquizz-wrapper .page-quizz.page-questions .quizz-question-content .quizz-answers-list .quizz-answers-item:hover {
  background: white;
  color: black;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .mylittleformatquizz-wrapper .page-quizz.page-questions .quizz-question-content .quizz-answers-list .quizz-answers-item:hover {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: none;
  }
}
.mylittleformatquizz-wrapper .page-quizz.page-questions .quizz-question-content .quizz-answers-list .quizz-answers-item .line_one {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
}
.mylittleformatquizz-wrapper .page-quizz.page-questions .quizz-question-content .quizz-answers-list .quizz-answers-item .question_divider {
  display: block;
  width: 6px;
  height: 6px;
  background: black;
  border-radius: 100%;
  margin: 10px auto;
}
.mylittleformatquizz-wrapper .page-quizz.page-questions .quizz-question-content .quizz-answers-list .quizz-answers-item .line_two {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 14px;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  max-width: 70%;
}
.mylittleformatquizz-wrapper .page-quizz.page-questions .quizz-question-content .quizz-answers-list .quizz-answers-item.text-black {
  color: black;
}
.mylittleformatquizz-wrapper .page-quizz.page-questions .quizz-question-content .quizz-answers-list .quizz-answers-item.text-white {
  color: white;
}
.mylittleformatquizz-wrapper .page-quizz.page-questions .quizz-question-content .quizz-answers-list .quizz-answers-item.text-white .question_divider {
  background: white;
}
.mylittleformatquizz-wrapper .page-quizz.page-questions .quizz-question-content .quizz-answers-list .quizz-answers-item.answer-picture {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all all 0.4s ease-in-out ease;
  -moz-transition: all all 0.4s ease-in-out ease;
  -ms-transition: all all 0.4s ease-in-out ease;
  -o-transition: all all 0.4s ease-in-out ease;
  transition: all all 0.4s ease-in-out ease;
  color: white;
  background-size: cover;
}
.mylittleformatquizz-wrapper .page-quizz.page-questions .quizz-question-content .quizz-answers-list .quizz-answers-item.answer-picture.active-input,
.mylittleformatquizz-wrapper .page-quizz.page-questions .quizz-question-content .quizz-answers-list .quizz-answers-item.answer-picture:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.mylittleformatquizz-wrapper .page-quizz.page-questions .quizz-question-content .quizz-answers-list .quizz-answers-item label {
  height: 165px;
  line-height: 165px;
  display: block;
  cursor: pointer;
}
.mylittleformatquizz-wrapper .page-quizz.page-questions .quizz-question-content .quizz-answers-list .quizz-answers-item label .v-align {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .mylittleformatquizz-wrapper .page-quizz.page-questions .quizz-question-content .quizz-answers-list .quizz-answers-item label {
    height: 125px;
    line-height: 125px;
  }
}
.mylittleformatquizz-wrapper .page-quizz.page-questions .quizz-question-content .quizz-answers-list .quizz-answers-item input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  display: none;
  opacity: 0;
  z-index: -999999;
}
.mylittleformatquizz-wrapper.mylittleformatquizz-result .result-block {
  margin: 25px auto 10px auto;
  padding: 0 10px;
  max-width: 960px;
}
.mylittleformatquizz-wrapper.mylittleformatquizz-result .result-block .clear {
  clear: both;
}
.mylittleformatquizz-wrapper.mylittleformatquizz-result .result-block .result-title-wrapper {
  display: inline-block;
  vertical-align: middle;
  color: black;
  max-width: 680px;
}
.mylittleformatquizz-wrapper.mylittleformatquizz-result .result-block .result-title-wrapper .result-title {
  font-family: "NeutraText-Bold", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 27px;
  line-height: 30px;
  margin-bottom: 20px;
}
.mylittleformatquizz-wrapper.mylittleformatquizz-result .result-block .result-title-wrapper .result-title span {
  display: block;
  font-size: 16px;
}
.mylittleformatquizz-wrapper.mylittleformatquizz-result .result-block .result-title-wrapper .divider {
  width: 100px;
  height: 1px;
  background: black;
  margin: 20px auto;
}
.mylittleformatquizz-wrapper.mylittleformatquizz-result .result-block .result-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 250px;
  width: 100%;
  margin: 0 20px 20px auto;
}
@media (max-width: 950px) {
  .mylittleformatquizz-wrapper.mylittleformatquizz-result .result-block .result-image {
    display: block;
    float: none;
    margin: 0 auto 10px auto;
  }
}
.mylittleformatquizz-wrapper.mylittleformatquizz-result .result-block .result-description {
  margin: 15px auto;
  max-width: 700px;
  line-height: 20px;
}
.mylittleformatquizz-wrapper.mylittleformatquizz-result .result-block .result-description strong {
  font-family: "NeutraText-Bold", Arial, sans-serif;
}
.mylittleformatquizz-wrapper.mylittleformatquizz-result .restart-btn {
  font-family: "NeutraText-Bold", Arial, sans-serif;
  font-size: 16px;
  padding: 10px 10px;
  margin: 20px auto;
  display: inline-block;
  max-width: 300px;
  vertical-align: middle;
}
.mylittleformatquizz-wrapper.mylittleformatquizz-result .custom-sharing {
  display: inline-block;
  margin: 0 0 0 15px;
  text-align: center;
  vertical-align: middle;
}
.mylittleformatquizz-wrapper.mylittleformatquizz-result .custom-sharing .custom-sharing-button {
  font-size: 20px;
}
.mylittleformatquizz-wrapper.mylittleformatquizz-result .result-subscribe-wrapper {
  background: url('/images/mylittle/formatquizz/background_subscribe.jpg') no-repeat;
  background-size: cover;
  padding: 40px 0;
  width: 100%;
}
.mylittleformatquizz-wrapper.mylittleformatquizz-result .result-subscribe-wrapper .result-subscribe {
  background: white;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
}
.mylittleformatquizz-wrapper.mylittleformatquizz-result .result-subscribe-wrapper .result-subscribe-title {
  font-family: "NeutraText-Bold", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
.mylittleformatquizz-wrapper.mylittleformatquizz-result .result-subscribe-wrapper .result-subscribe-input-email,
.mylittleformatquizz-wrapper.mylittleformatquizz-result .result-subscribe-wrapper .result-subscribe-input-country {
  border: 1px solid #bababa;
  padding: 10px 15px;
  font-family: "NeutraText-Bold", Arial, sans-serif;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.mylittleformatquizz-wrapper.mylittleformatquizz-result .result-subscribe-wrapper .result-subscribe-input-country {
  line-height: 33px;
  height: 33px;
}
.mylittleformatquizz-wrapper.mylittleformatquizz-result .result-subscribe-wrapper .result-subscribe-input-submit {
  background: black;
  color: white;
  font-family: "NeutraText-Bold", Arial, sans-serif;
  letter-spacing: 3px;
  padding: 10px 15px;
  border: 1px solid black;
  cursor: pointer;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .mylittleformatquizz-wrapper.mylittleformatquizz-result .result-subscribe-wrapper .result-subscribe .result-subscribe-input-email,
  .mylittleformatquizz-wrapper.mylittleformatquizz-result .result-subscribe-wrapper .result-subscribe .result-subscribe-input-country,
  .mylittleformatquizz-wrapper.mylittleformatquizz-result .result-subscribe-wrapper .result-subscribe .result-subscribe-input-submit {
    display: block;
    margin: 10px auto;
  }
}
.mylittleformatquizz-wrapper.mylittleformatquizz-result .contest-content {
  background-size: cover;
  background-position: center center;
  padding: 50px 0;
}
.mylittleformatquizz-wrapper.mylittleformatquizz-result .contest-content .mylittleformatcontest-wrapper {
  background: white;
  margin: 0 auto;
  max-width: 700px;
  padding: 30px 0;
}
.mylittleformatquizz-wrapper.mylittleformatquizz-result .contest-content .mylittleformatcontest-wrapper .article-title {
  font-family: "NeutraText-Bold", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 27px;
  line-height: 30px;
  margin-bottom: 20px;
  color: black;
}
.mylittleformatquizz-wrapper.mylittleformatquizz-result .contest-content .mylittleformatcontest-wrapper .custom-description {
  width: 90%;
}
.mylittleformatquizz-wrapper.mylittleformatquizz-result .contest-content .mylittleformatcontest-wrapper .side-info {
  display: inline-block;
  vertical-align: middle;
}
.mylittleformatquizz-wrapper.mylittleformatquizz-result .contest-content .mylittleformatcontest-wrapper .article-content {
  display: inline-block;
  vertical-align: middle;
  width: 400px;
  margin: 0 20px;
}
.mylittleformatquizz-wrapper.mylittleformatquizz-result .contest-content .mylittleformatcontest-wrapper .article-content .contest-form-wrapper {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  font-family: "Miller-Display", sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (max-width: 767px) {
  .mylittleformatquizz-wrapper.mylittleformatquizz-result .contest-content .mylittleformatcontest-wrapper .article-content .contest-form-wrapper {
    width: 90%;
  }
}
.mylittleformatquizz-wrapper.mylittleformatquizz-result .contest-content .mylittleformatcontest-wrapper .article-content .contest-form-wrapper .errors {
  margin-top: 0 !important;
}
.mylittleformatquizz-wrapper.mylittleformatquizz-result .contest-content .mylittleformatcontest-wrapper .rules-wrapper {
  margin-top: 15px;
}
.mylittleformatquizz-wrapper.mylittleformatquizz-result .contest-content .mylittleformatcontest-wrapper .rules-wrapper .rules-action {
  cursor: pointer;
}
body .regie-popin-wrapper .regie-popin-color-dark .close-button {
  color: #FFFFFF;
}
body .regie-popin-wrapper .regie-popin-color-dark .close-button:hover {
  color: #F7F7F9;
}
body .regie-popin-wrapper .regie-popin-survey .content-inner .title,
body .regie-popin-wrapper .regie-popin-button .content-inner .title {
  font-family: "NeutraText-Light", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 23px;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  body .regie-popin-wrapper .regie-popin-survey .content-inner .title,
  body .regie-popin-wrapper .regie-popin-button .content-inner .title {
    margin-top: 0;
    font-size: 18px;
  }
}
body .regie-popin-wrapper .regie-popin-survey .content-inner .subtitle,
body .regie-popin-wrapper .regie-popin-button .content-inner .subtitle {
  font-family: "Miller-Display", Arial, sans-serif;
  font-style: italic;
  font-size: 29px;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  body .regie-popin-wrapper .regie-popin-survey .content-inner .subtitle,
  body .regie-popin-wrapper .regie-popin-button .content-inner .subtitle {
    margin-top: 2px;
    font-size: 18px;
  }
}
body .regie-popin-wrapper .regie-popin-survey .content-inner .description,
body .regie-popin-wrapper .regie-popin-button .content-inner .description {
  margin: 20px auto 40px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  body .regie-popin-wrapper .regie-popin-survey .content-inner .description,
  body .regie-popin-wrapper .regie-popin-button .content-inner .description {
    font-size: 16px;
    margin: 10px auto 20px;
  }
}
body .regie-popin-wrapper .regie-popin-survey .content-inner .regie-popin-thanks,
body .regie-popin-wrapper .regie-popin-button .content-inner .regie-popin-thanks {
  font-size: 24px;
}
body .regie-popin-wrapper .regie-popin-survey .content-inner .regie-popin-choices .choice,
body .regie-popin-wrapper .regie-popin-button .content-inner .regie-popin-choices .choice {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 5px 8px;
  margin: 5px 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "NeutraText-Book", Arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  body .regie-popin-wrapper .regie-popin-survey .content-inner .regie-popin-choices .choice,
  body .regie-popin-wrapper .regie-popin-button .content-inner .regie-popin-choices .choice {
    width: 100% !important;
    margin: 5px auto;
    font-size: 16px;
    line-height: 16px;
  }
}
body .regie-popin-wrapper .regie-popin-survey .content-inner .regie-popin-choices.regie-popin-choices-1 .choice,
body .regie-popin-wrapper .regie-popin-button .content-inner .regie-popin-choices.regie-popin-choices-1 .choice {
  width: auto;
}
body .regie-popin-wrapper .regie-popin-survey .content-inner .regie-popin-choices.regie-popin-choices-2 .choice,
body .regie-popin-wrapper .regie-popin-button .content-inner .regie-popin-choices.regie-popin-choices-2 .choice {
  width: 47%;
}
body .regie-popin-wrapper .regie-popin-survey .content-inner .regie-popin-choices.regie-popin-choices-3 .choice,
body .regie-popin-wrapper .regie-popin-button .content-inner .regie-popin-choices.regie-popin-choices-3 .choice {
  width: 47%;
}
body .regie-popin-wrapper .regie-popin-survey .content-inner .regie-popin-choices.regie-popin-choices-4 .choice,
body .regie-popin-wrapper .regie-popin-button .content-inner .regie-popin-choices.regie-popin-choices-4 .choice {
  width: 47%;
}
body .regie-popin-wrapper .regie-popin-survey.regie-popin-align-center .content-inner,
body .regie-popin-wrapper .regie-popin-button.regie-popin-align-center .content-inner {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body .regie-popin-wrapper .regie-popin-survey.regie-popin-align-center .content-inner,
  body .regie-popin-wrapper .regie-popin-button.regie-popin-align-center .content-inner {
    width: 90%;
  }
}
body .regie-popin-wrapper .regie-popin-survey.regie-popin-align-left .content-inner,
body .regie-popin-wrapper .regie-popin-button.regie-popin-align-left .content-inner {
  width: 55%;
  margin: 0 0 0 5%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body .regie-popin-wrapper .regie-popin-survey.regie-popin-align-left .content-inner,
  body .regie-popin-wrapper .regie-popin-button.regie-popin-align-left .content-inner {
    width: 90%;
    margin: 0 auto;
  }
}
body .regie-popin-wrapper .regie-popin-survey.regie-popin-align-right .content-inner,
body .regie-popin-wrapper .regie-popin-button.regie-popin-align-right .content-inner {
  width: 55%;
  margin: 0 0 0 40%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body .regie-popin-wrapper .regie-popin-survey.regie-popin-align-right .content-inner,
  body .regie-popin-wrapper .regie-popin-button.regie-popin-align-right .content-inner {
    width: 90%;
    margin: 0 auto;
  }
}
body .regie-popin-wrapper .regie-popin-survey.regie-popin-color-light .content-inner .title,
body .regie-popin-wrapper .regie-popin-button.regie-popin-color-light .content-inner .title,
body .regie-popin-wrapper .regie-popin-survey.regie-popin-color-light .content-inner .subtitle,
body .regie-popin-wrapper .regie-popin-button.regie-popin-color-light .content-inner .subtitle,
body .regie-popin-wrapper .regie-popin-survey.regie-popin-color-light .content-inner .description,
body .regie-popin-wrapper .regie-popin-button.regie-popin-color-light .content-inner .description,
body .regie-popin-wrapper .regie-popin-survey.regie-popin-color-light .content-inner .regie-popin-thanks,
body .regie-popin-wrapper .regie-popin-button.regie-popin-color-light .content-inner .regie-popin-thanks {
  color: #454545;
}
body .regie-popin-wrapper .regie-popin-survey.regie-popin-color-light .content-inner .regie-popin-choices .choice,
body .regie-popin-wrapper .regie-popin-button.regie-popin-color-light .content-inner .regie-popin-choices .choice {
  color: #FFFFFF;
  background-color: #9AC8BF;
  -webkit-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -moz-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -ms-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -o-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -webkit-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  -moz-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  -ms-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  -o-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
}
body .regie-popin-wrapper .regie-popin-survey.regie-popin-color-light .content-inner .regie-popin-choices .choice:hover,
body .regie-popin-wrapper .regie-popin-button.regie-popin-color-light .content-inner .regie-popin-choices .choice:hover {
  background-color: #79b6aa;
}
body .regie-popin-wrapper .regie-popin-survey.regie-popin-color-dark .content-inner .title,
body .regie-popin-wrapper .regie-popin-button.regie-popin-color-dark .content-inner .title,
body .regie-popin-wrapper .regie-popin-survey.regie-popin-color-dark .content-inner .subtitle,
body .regie-popin-wrapper .regie-popin-button.regie-popin-color-dark .content-inner .subtitle,
body .regie-popin-wrapper .regie-popin-survey.regie-popin-color-dark .content-inner .description,
body .regie-popin-wrapper .regie-popin-button.regie-popin-color-dark .content-inner .description,
body .regie-popin-wrapper .regie-popin-survey.regie-popin-color-dark .content-inner .regie-popin-thanks,
body .regie-popin-wrapper .regie-popin-button.regie-popin-color-dark .content-inner .regie-popin-thanks {
  color: #F7F7F9;
}
body .regie-popin-wrapper .regie-popin-survey.regie-popin-color-dark .content-inner .regie-popin-choices .choice,
body .regie-popin-wrapper .regie-popin-button.regie-popin-color-dark .content-inner .regie-popin-choices .choice {
  color: #9AC8BF;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  -webkit-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -moz-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -ms-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -o-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -webkit-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  -moz-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  -ms-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  -o-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
}
body .regie-popin-wrapper .regie-popin-survey.regie-popin-color-dark .content-inner .regie-popin-choices .choice:hover,
body .regie-popin-wrapper .regie-popin-button.regie-popin-color-dark .content-inner .regie-popin-choices .choice:hover {
  background-color: transparent;
  color: #FFFFFF;
}
body .regie-popin-wrapper .regie-popin-register_complete .content-inner .custom-title-line,
body .regie-popin-wrapper .regie-popin-register_light .content-inner .custom-title-line {
  margin-bottom: 10px;
}
body .regie-popin-wrapper .regie-popin-register_complete .content-inner .subtitle,
body .regie-popin-wrapper .regie-popin-register_light .content-inner .subtitle {
  font-family: "Miller-Display", Arial, sans-serif;
  font-size: 32px;
  font-style: italic;
  letter-spacing: 1px;
  margin-top: -10px;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  body .regie-popin-wrapper .regie-popin-register_complete .content-inner .subtitle,
  body .regie-popin-wrapper .regie-popin-register_light .content-inner .subtitle {
    font-size: 24px;
    margin-top: -14px;
    margin-bottom: 16px;
  }
}
body .regie-popin-wrapper .regie-popin-register_complete .content-inner .description,
body .regie-popin-wrapper .regie-popin-register_light .content-inner .description {
  font-family: "Miller-Display", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}
body .regie-popin-wrapper .regie-popin-register_complete .content-inner form .errors,
body .regie-popin-wrapper .regie-popin-register_light .content-inner form .errors {
  min-height: 30px;
  margin-top: 10px;
}
body .regie-popin-wrapper .regie-popin-register_complete .content-inner form input,
body .regie-popin-wrapper .regie-popin-register_light .content-inner form input,
body .regie-popin-wrapper .regie-popin-register_complete .content-inner form select,
body .regie-popin-wrapper .regie-popin-register_light .content-inner form select {
  background-color: #FFFFFF;
}
body .regie-popin-wrapper .regie-popin-register_complete .content-inner form #people_register,
body .regie-popin-wrapper .regie-popin-register_light .content-inner form #people_register,
body .regie-popin-wrapper .regie-popin-register_complete .content-inner form #people_registerlight,
body .regie-popin-wrapper .regie-popin-register_light .content-inner form #people_registerlight {
  font-family: "Miller-Display", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}
body .regie-popin-wrapper .regie-popin-register_complete .content-inner form #people_register ul,
body .regie-popin-wrapper .regie-popin-register_light .content-inner form #people_register ul,
body .regie-popin-wrapper .regie-popin-register_complete .content-inner form #people_registerlight ul,
body .regie-popin-wrapper .regie-popin-register_light .content-inner form #people_registerlight ul {
  display: none;
}
body .regie-popin-wrapper .regie-popin-register_complete .content-inner form #people_register .custom-button,
body .regie-popin-wrapper .regie-popin-register_light .content-inner form #people_register .custom-button,
body .regie-popin-wrapper .regie-popin-register_complete .content-inner form #people_registerlight .custom-button,
body .regie-popin-wrapper .regie-popin-register_light .content-inner form #people_registerlight .custom-button {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 15px 8px;
  margin: 20px auto 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "NeutraText-Book", Arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  body .regie-popin-wrapper .regie-popin-register_complete .content-inner form #people_register .custom-button,
  body .regie-popin-wrapper .regie-popin-register_light .content-inner form #people_register .custom-button,
  body .regie-popin-wrapper .regie-popin-register_complete .content-inner form #people_registerlight .custom-button,
  body .regie-popin-wrapper .regie-popin-register_light .content-inner form #people_registerlight .custom-button {
    width: 100% !important;
    margin: 5px auto;
    font-size: 16px;
    line-height: 16px;
  }
}
body .regie-popin-wrapper .regie-popin-register_complete .content-inner form #people_register .row_people_register_naissance,
body .regie-popin-wrapper .regie-popin-register_light .content-inner form #people_register .row_people_register_naissance,
body .regie-popin-wrapper .regie-popin-register_complete .content-inner form #people_registerlight .row_people_register_naissance,
body .regie-popin-wrapper .regie-popin-register_light .content-inner form #people_registerlight .row_people_register_naissance {
  display: inline-block;
  width: 56%;
  vertical-align: top;
  margin-right: 4%;
}
@media only screen and (max-width: 479px) {
  body .regie-popin-wrapper .regie-popin-register_complete .content-inner form #people_register .row_people_register_naissance,
  body .regie-popin-wrapper .regie-popin-register_light .content-inner form #people_register .row_people_register_naissance,
  body .regie-popin-wrapper .regie-popin-register_complete .content-inner form #people_registerlight .row_people_register_naissance,
  body .regie-popin-wrapper .regie-popin-register_light .content-inner form #people_registerlight .row_people_register_naissance {
    width: 100%;
    margin-right: 0;
  }
}
body .regie-popin-wrapper .regie-popin-register_complete .content-inner form #people_register .row_people_register_codepostal,
body .regie-popin-wrapper .regie-popin-register_light .content-inner form #people_register .row_people_register_codepostal,
body .regie-popin-wrapper .regie-popin-register_complete .content-inner form #people_registerlight .row_people_register_codepostal,
body .regie-popin-wrapper .regie-popin-register_light .content-inner form #people_registerlight .row_people_register_codepostal {
  display: inline-block;
  width: 40%;
  vertical-align: top;
}
@media only screen and (max-width: 479px) {
  body .regie-popin-wrapper .regie-popin-register_complete .content-inner form #people_register .row_people_register_codepostal,
  body .regie-popin-wrapper .regie-popin-register_light .content-inner form #people_register .row_people_register_codepostal,
  body .regie-popin-wrapper .regie-popin-register_complete .content-inner form #people_registerlight .row_people_register_codepostal,
  body .regie-popin-wrapper .regie-popin-register_light .content-inner form #people_registerlight .row_people_register_codepostal {
    width: 100%;
  }
}
body .regie-popin-wrapper .regie-popin-register_complete .content-inner form #people_register .row_people_register_sexe,
body .regie-popin-wrapper .regie-popin-register_light .content-inner form #people_register .row_people_register_sexe,
body .regie-popin-wrapper .regie-popin-register_complete .content-inner form #people_registerlight .row_people_register_sexe,
body .regie-popin-wrapper .regie-popin-register_light .content-inner form #people_registerlight .row_people_register_sexe {
  margin: 10px 0;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  body .regie-popin-wrapper .regie-popin-register_complete .content-inner form #people_register .row_people_register_sexe,
  body .regie-popin-wrapper .regie-popin-register_light .content-inner form #people_register .row_people_register_sexe,
  body .regie-popin-wrapper .regie-popin-register_complete .content-inner form #people_registerlight .row_people_register_sexe,
  body .regie-popin-wrapper .regie-popin-register_light .content-inner form #people_registerlight .row_people_register_sexe {
    margin: 0;
  }
}
body .regie-popin-wrapper .regie-popin-register_complete .content-inner form #people_register .row_people_register_sexe input[type="radio"] + label,
body .regie-popin-wrapper .regie-popin-register_light .content-inner form #people_register .row_people_register_sexe input[type="radio"] + label,
body .regie-popin-wrapper .regie-popin-register_complete .content-inner form #people_registerlight .row_people_register_sexe input[type="radio"] + label,
body .regie-popin-wrapper .regie-popin-register_light .content-inner form #people_registerlight .row_people_register_sexe input[type="radio"] + label {
  margin-left: 40px;
}
@media only screen and (max-width: 479px) {
  body .regie-popin-wrapper .regie-popin-register_complete .content-inner form #people_register .row_people_register_sexe input[type="radio"] + label,
  body .regie-popin-wrapper .regie-popin-register_light .content-inner form #people_register .row_people_register_sexe input[type="radio"] + label,
  body .regie-popin-wrapper .regie-popin-register_complete .content-inner form #people_registerlight .row_people_register_sexe input[type="radio"] + label,
  body .regie-popin-wrapper .regie-popin-register_light .content-inner form #people_registerlight .row_people_register_sexe input[type="radio"] + label {
    margin-left: 22px;
  }
}
body .regie-popin-wrapper .regie-popin-register_complete.regie-popin-color-light .content-inner .subtitle,
body .regie-popin-wrapper .regie-popin-register_light.regie-popin-color-light .content-inner .subtitle,
body .regie-popin-wrapper .regie-popin-register_complete.regie-popin-color-light .content-inner .description,
body .regie-popin-wrapper .regie-popin-register_light.regie-popin-color-light .content-inner .description {
  color: #454545;
}
body .regie-popin-wrapper .regie-popin-register_complete.regie-popin-color-light .content-inner form #people_register,
body .regie-popin-wrapper .regie-popin-register_light.regie-popin-color-light .content-inner form #people_register {
  color: #454545;
}
body .regie-popin-wrapper .regie-popin-register_complete.regie-popin-color-light .content-inner form #people_register .custom-button,
body .regie-popin-wrapper .regie-popin-register_light.regie-popin-color-light .content-inner form #people_register .custom-button {
  color: #FFFFFF;
  background-color: #9AC8BF;
  -webkit-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -moz-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -ms-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -o-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -webkit-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  -moz-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  -ms-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  -o-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
}
body .regie-popin-wrapper .regie-popin-register_complete.regie-popin-color-light .content-inner form #people_register .custom-button:hover,
body .regie-popin-wrapper .regie-popin-register_light.regie-popin-color-light .content-inner form #people_register .custom-button:hover {
  background-color: #79b6aa;
}
body .regie-popin-wrapper .regie-popin-register_complete.regie-popin-color-dark .content-inner .custom-title-line,
body .regie-popin-wrapper .regie-popin-register_light.regie-popin-color-dark .content-inner .custom-title-line {
  color: #FFFFFF;
}
body .regie-popin-wrapper .regie-popin-register_complete.regie-popin-color-dark .content-inner .custom-title-line span::before,
body .regie-popin-wrapper .regie-popin-register_light.regie-popin-color-dark .content-inner .custom-title-line span::before,
body .regie-popin-wrapper .regie-popin-register_complete.regie-popin-color-dark .content-inner .custom-title-line span::after,
body .regie-popin-wrapper .regie-popin-register_light.regie-popin-color-dark .content-inner .custom-title-line span::after {
  background-color: #FFFFFF;
}
body .regie-popin-wrapper .regie-popin-register_complete.regie-popin-color-dark .content-inner .subtitle,
body .regie-popin-wrapper .regie-popin-register_light.regie-popin-color-dark .content-inner .subtitle,
body .regie-popin-wrapper .regie-popin-register_complete.regie-popin-color-dark .content-inner .description,
body .regie-popin-wrapper .regie-popin-register_light.regie-popin-color-dark .content-inner .description {
  color: #FFFFFF;
}
body .regie-popin-wrapper .regie-popin-register_complete.regie-popin-color-dark .content-inner form #people_register,
body .regie-popin-wrapper .regie-popin-register_light.regie-popin-color-dark .content-inner form #people_register {
  color: #FFFFFF;
}
body .regie-popin-wrapper .regie-popin-register_complete.regie-popin-color-dark .content-inner form #people_register .custom-button,
body .regie-popin-wrapper .regie-popin-register_light.regie-popin-color-dark .content-inner form #people_register .custom-button {
  color: #9AC8BF;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  -webkit-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -moz-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -ms-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -o-transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  transition: color 0.224s ease-in-out, background-color 0.224s ease-in-out;
  -webkit-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  -moz-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  -ms-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  -o-transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
  transition: all color 0.224s ease-in-out, background-color 0.224s ease-in-out ease;
}
body .regie-popin-wrapper .regie-popin-register_complete.regie-popin-color-dark .content-inner form #people_register .custom-button:hover,
body .regie-popin-wrapper .regie-popin-register_light.regie-popin-color-dark .content-inner form #people_register .custom-button:hover {
  background-color: transparent;
  color: #FFFFFF;
}
body .regie-popin-wrapper .regie-popin-register_complete.regie-popin-color-dark .content-inner form #people_register .custom-radio input[type="radio"] + label::before,
body .regie-popin-wrapper .regie-popin-register_light.regie-popin-color-dark .content-inner form #people_register .custom-radio input[type="radio"] + label::before {
  border-color: #FFFFFF;
}
body .regie-popin-wrapper .regie-popin-register_complete.regie-popin-color-dark .content-inner form #people_register .custom-radio input[type="radio"]:checked + label,
body .regie-popin-wrapper .regie-popin-register_light.regie-popin-color-dark .content-inner form #people_register .custom-radio input[type="radio"]:checked + label {
  color: #F7F7F9;
}
body .regie-popin-wrapper .regie-popin-register_complete.regie-popin-align-center .content-inner .description,
body .regie-popin-wrapper .regie-popin-register_light.regie-popin-align-center .content-inner .description {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body .regie-popin-wrapper .regie-popin-register_complete.regie-popin-align-center .content-inner .description,
  body .regie-popin-wrapper .regie-popin-register_light.regie-popin-align-center .content-inner .description {
    width: 90%;
  }
}
body .regie-popin-wrapper .regie-popin-register_complete.regie-popin-align-center .content-inner form,
body .regie-popin-wrapper .regie-popin-register_light.regie-popin-align-center .content-inner form {
  width: 60%;
  margin: 10px auto 0;
}
@media only screen and (max-width: 767px) {
  body .regie-popin-wrapper .regie-popin-register_complete.regie-popin-align-center .content-inner form,
  body .regie-popin-wrapper .regie-popin-register_light.regie-popin-align-center .content-inner form {
    width: 80%;
    margin: 0 auto;
  }
}
body .regie-popin-wrapper .regie-popin-register_complete.regie-popin-align-left .content-inner .description,
body .regie-popin-wrapper .regie-popin-register_light.regie-popin-align-left .content-inner .description {
  width: 55%;
  margin: 0 0 0 5%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body .regie-popin-wrapper .regie-popin-register_complete.regie-popin-align-left .content-inner .description,
  body .regie-popin-wrapper .regie-popin-register_light.regie-popin-align-left .content-inner .description {
    width: 90%;
    margin: 0 auto;
  }
}
body .regie-popin-wrapper .regie-popin-register_complete.regie-popin-align-left .content-inner form,
body .regie-popin-wrapper .regie-popin-register_light.regie-popin-align-left .content-inner form {
  width: 55%;
  margin: 10px 0 0 5%;
}
@media only screen and (max-width: 767px) {
  body .regie-popin-wrapper .regie-popin-register_complete.regie-popin-align-left .content-inner form,
  body .regie-popin-wrapper .regie-popin-register_light.regie-popin-align-left .content-inner form {
    width: 80%;
    margin: 0 auto;
  }
}
body .regie-popin-wrapper .regie-popin-register_complete.regie-popin-align-right .content-inner .description,
body .regie-popin-wrapper .regie-popin-register_light.regie-popin-align-right .content-inner .description {
  width: 55%;
  margin: 0 0 0 40%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body .regie-popin-wrapper .regie-popin-register_complete.regie-popin-align-right .content-inner .description,
  body .regie-popin-wrapper .regie-popin-register_light.regie-popin-align-right .content-inner .description {
    width: 90%;
    margin: 0 auto;
  }
}
body .regie-popin-wrapper .regie-popin-register_complete.regie-popin-align-right .content-inner form,
body .regie-popin-wrapper .regie-popin-register_light.regie-popin-align-right .content-inner form {
  width: 55%;
  margin: 10px 0 0 40%;
}
@media only screen and (max-width: 767px) {
  body .regie-popin-wrapper .regie-popin-register_complete.regie-popin-align-right .content-inner form,
  body .regie-popin-wrapper .regie-popin-register_light.regie-popin-align-right .content-inner form {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  body .regie-popin-wrapper {
    display: none !important;
  }
}
body.mylittle.register section.register-wrapper .register-content {
  background-image: url('/images/register/background-mlk.jpg');
}
body.mylittle.editorial-charter .editorial-charter-content,
body.mylittle.partner-article .editorial-charter-content,
body.mylittle.partners .editorial-charter-content,
body.mylittle.editorial-charter .partners-content,
body.mylittle.partner-article .partners-content,
body.mylittle.partners .partners-content {
  background-image: url('/images/register/background-mlk.jpg');
}
section.banner-register-wrapper .register-content {
  background-image: url('/images/register/background-tool-mlk.jpg');
}
section.banner-register-wrapper .register-content form #register_email {
  width: 380px;
  margin-bottom: 0;
  border-bottom: none;
  border-right-width: 1px;
}
@media only screen and (max-width: 767px) {
  section.banner-register-wrapper .register-content form #register_email {
    width: 90%;
  }
}
section.banner-register-wrapper .register-content form #register_codepostal {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  section.banner-register-wrapper .register-content form #register_codepostal {
    width: 90%;
  }
}
section.banner-register-wrapper .register-content form #register_submit {
  width: 180px;
}
@media only screen and (max-width: 767px) {
  section.banner-register-wrapper .register-content form #register_submit {
    width: 90%;
  }
}
