/* Palette generated by Material Mixer - https://www.sankk.in/material-mixer/ */
.accent-button {
  background: #3949AB;
  box-shadow: 0px 1px 0px #FF8A33 inset, 0px -1px 0px #FA6700 inset, 0px 0px 5px rgba(0, 0, 0, 0.5); }

.breadcrumb {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
  border-left: 3px solid #00838A;
  padding-left: 1rem;
  font-size: 1rem;
  color: #fff; }
  .breadcrumb__link:hover {
    text-decoration: underline;
    cursor: pointer; }
  .breadcrumb--active {
    color: #54fdf8;
    font-weight: bold;
    text-shadow: 1px 1px 4px black; }
  .breadcrumb li {
    display: inline-block;
    margin-right: 1.2rem; }
    .breadcrumb li a {
      font-size: inherit;
      color: inherit; }
    .breadcrumb li:before {
      content: '>';
      color: white;
      position: absolute;
      margin-left: -13px; }
    .breadcrumb li:nth-of-type(1):before {
      content: ''; }

/* Palette generated by Material Mixer - https://www.sankk.in/material-mixer/ */
.accent-button {
  background: #3949AB;
  box-shadow: 0px 1px 0px #FF8A33 inset, 0px -1px 0px #FA6700 inset, 0px 0px 5px rgba(0, 0, 0, 0.5); }

.plane::after {
  content: " ";
  background-image: url("/static/img/plane.svg");
  transform: rotate(45deg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center; }

.heart::after {
  content: " ";
  background-image: url("/static/img/heart.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center; }

.megaphone::after {
  content: " ";
  background-image: url("/static/img/megaphone.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center; }

@media screen and (min-width: 481px) {
  .favorites .blocTitle {
    top: -100px !important; } }

.blocTitle {
  left: 1rem;
  position: absolute;
  font-size: 0.8rem;
  line-height: 1.1rem;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase; }
  .blocTitle span:nth-of-type(1) {
    margin-left: 3.7rem; }
  @media screen and (min-width: 1024px) {
    .blocTitle {
      font-size: 1.2rem;
      line-height: 1.5rem; } }
  @media screen and (min-width: 1600px) {
    .blocTitle {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .blocTitle span:nth-of-type(2) {
    color: #54fdf8;
    margin-left: 5rem; }
  .blocTitle::before {
    position: absolute;
    display: block;
    content: '';
    background-color: #00c7d4;
    width: 1px;
    height: 60px;
    left: 2.7rem; }
  .blocTitle::after {
    position: absolute;
    z-index: 3;
    display: block;
    font-size: 1.6rem;
    text-align: center;
    line-height: 50px;
    padding-top: 1px;
    background-color: #00c7d4;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    left: 1rem;
    margin-top: 10px; }
    @media screen and (min-width: 1600px) {
      .blocTitle::after {
        margin-top: -15px; } }
  @media screen and (min-width: 1600px) {
    .blocTitle.vertical span:nth-of-type(1) {
      margin-left: 3.7rem; } }
  .blocTitle.vertical span:nth-of-type(2) {
    color: #54fdf8;
    margin-left: 5rem; }
    @media screen and (min-width: 1600px) {
      .blocTitle.vertical span:nth-of-type(2) {
        margin-left: 5rem; } }
  @media screen and (min-width: 1600px) {
    .blocTitle.vertical::before {
      width: 1px;
      height: 60px;
      left: 2.7rem;
      bottom: 0; } }
  @media screen and (min-width: 1600px) {
    .blocTitle.vertical::after {
      left: 1rem;
      right: auto;
      margin-top: -4px; } }
  @media screen and (min-width: 1600px) {
    .blocTitle.vertical {
      left: 85px !important; } }

/* Palette generated by Material Mixer - https://www.sankk.in/material-mixer/ */
.accent-button {
  background: #3949AB;
  box-shadow: 0px 1px 0px #FF8A33 inset, 0px -1px 0px #FA6700 inset, 0px 0px 5px rgba(0, 0, 0, 0.5); }

.effect-lexi {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 0;
  height: 390px;
  background: #3085a3;
  cursor: pointer; }
  .effect-lexi figcaption {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1em;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: linear-gradient(-30deg, #00000099 50%, #ffffff00 100%);
    background: -webkit-linear-gradient(-30deg, #00000099 50%, #ffffff00 100%); }
    .effect-lexi figcaption::before {
      position: absolute;
      right: -90px;
      bottom: -90px;
      width: 320px;
      height: 320px;
      border: 2px solid #fff;
      border-radius: 50%;
      box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.25);
      content: ''; }
    .effect-lexi figcaption::after {
      pointer-events: none; }
  .effect-lexi img {
    margin: -10px 0 0 -10px;
    max-width: none;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    opacity: 0.9;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-height: calc(100% + 10px); }
  .effect-lexi div.content {
    margin: 0;
    font-size: 1rem;
    line-height: 1.2rem;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1em 1em 0;
    width: 55%; }
    .effect-lexi div.content p {
      text-align: right; }
      .effect-lexi div.content p:nth-of-type(1) {
        margin-top: 0; }
      .effect-lexi div.content p:nth-of-type(2) {
        margin-bottom: 0; }
  .effect-lexi h2, .effect-lexi h3, .effect-lexi h4, .effect-lexi h5, .effect-lexi h6 {
    text-transform: uppercase;
    margin: 1rem 0.5rem;
    font-size: 1.6rem;
    word-spacing: -2px;
    letter-spacing: -1px;
    font-weight: 300;
    text-align: left;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(5px, 5px, 0);
    transform: translate3d(5px, 5px, 0); }
    .effect-lexi h2 span, .effect-lexi h3 span, .effect-lexi h4 span, .effect-lexi h5 span, .effect-lexi h6 span {
      font-weight: 800; }

.annonce__debug {
  position: absolute !important;
  bottom: 0px !important;
  left: 0;
  right: 0 !important;
  text-align: left;
  line-height: 0.8rem !important;
  display: block;
  font-size: 0.8rem !important;
  padding: 0.5rem !important;
  background-color: rgba(1, 5, 26, 0.75);
  color: white;
  max-height: 130px;
  overflow-y: auto;
  word-break: break-word; }
  .annonce__debug ul li.pk {
    background: #CC0000;
    color: white;
    padding: 0.3rem;
    margin-bottom: 4px; }
  .annonce__debug ul li.sk {
    background: darkgreen;
    color: white;
    padding: 0.3rem;
    margin-bottom: 4px; }
  .annonce__debug p {
    text-align: inherit; }

@media screen and (min-width: 481px) {
  .effect-lexi div.content {
    padding: 0 1em 1em 0;
    width: 80%; }
  .effect-lexi figcaption::before {
    right: -45px;
    bottom: -114px;
    width: 109%;
    height: 90%; } }

@media screen and (min-width: 768px) {
  .effect-lexi div.content {
    padding: 0 1em 1em 0;
    width: 85%; } }

@media screen and (min-width: 1024px) {
  .effect-lexi div.content {
    padding: 0 1.5em 1.5em 0;
    width: 85%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(20px, 20px, 0);
    transform: translate3d(20px, 20px, 0); }
  .effect-lexi figcaption::before {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }
  .effect-lexi:hover img {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .effect-lexi:hover h2, .effect-lexi:hover figure.effect-lexi:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .effect-lexi:hover div.content {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .effect-lexi:hover figcaption::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

