@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,700;0,900;1,300;1,700;1,900&display=swap);
/**
 * Swiper 4.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.tlmq-media-banner {
  padding: 5px;
  font-size: 16px; }
  .tlmq-media-banner .swiper-wrapper {
    align-items: center; }
    .tlmq-media-banner .swiper-wrapper .slide-sms-hidden, .tlmq-media-banner .swiper-wrapper .slide-audiotel-hidden {
      visibility: hidden; }
    .tlmq-media-banner .swiper-wrapper .swiper-slide {
      text-align: center; }
      .tlmq-media-banner .swiper-wrapper .swiper-slide .audiotel-picture {
        max-width: 280px;
        margin: auto; }
        .tlmq-media-banner .swiper-wrapper .swiper-slide .audiotel-picture img {
          width: 100%; }
      .tlmq-media-banner .swiper-wrapper .swiper-slide a {
        position: relative;
        top: 1px;
        color: inherit;
        text-decoration: none; }
      .tlmq-media-banner .swiper-wrapper .swiper-slide .highlighted {
        font-size: 1.4em; }
      .tlmq-media-banner .swiper-wrapper .swiper-slide .small-mention {
        font-size: 10px; }
      .tlmq-media-banner .swiper-wrapper .swiper-slide .medium-mention {
        font-size: 13px; }
        .tlmq-media-banner .swiper-wrapper .swiper-slide .medium-mention img {
          position: relative;
          top: 3px; }
      .tlmq-media-banner .swiper-wrapper .swiper-slide .asterisk {
        width: 10px; }
  @media (min-width: 600px) {
    .tlmq-media-banner {
      padding: 10px;
      font-size: 18px; } }

body .App .Container.ana .tlmq-media-banner{line-height:1.2}body .App .Container.ana header{background-color:#d1aa55;background-size:cover;padding:0;box-shadow:none}body .App .Container.ana header .logo{background:url("/images/ana/logo-anabelle.png") no-repeat;background-size:100%;height:70px;width:235px;transform:scale(.7)}@media screen and (min-width: 768px){body .App .Container.ana header .logo{height:70px;transform:scale(.7)}}body .App .Container.ana .textContainer h1{color:#d1aa55;font-size:25px}body .App .Container.ana .textContainer .textPhotoContainer{line-height:1.2;margin-bottom:14px}body .App .Container.ana .textContainer .textPhotoContainer strong{color:#d1aa55;font-size:22px}body .App .Container.ana .textContainer .themeTextContainer .recallContainer{border:3px solid #d1aa55}body .App .Container.ana .telephoneContainer{background-color:#d1aa55;background-size:cover;background-position-y:84%;box-shadow:none}body .App .Container.ana .telephoneContainer h3{color:#fff}body .App .Container.ana .telephoneContainer button{background-color:#fff}body .App .Container.ana .photoContainer .photo{background:url("/images/ana/photo-anabelle.png") no-repeat;width:200px;height:200px;margin:25px 0px;border-radius:0;background-size:100%}body .App .Container.ana .photoContainer .logoPhoto{background:url("/images/ana/anabelle-tarologue-logo.png") no-repeat;width:200px;height:70px;background-size:100%;margin-top:0}body .App .Container .iWishToBeCalledLater{color:#fff}body .App .Container .consents-wrapper span,body .App .Container .consents-wrapper div,body .App .Container .consents-wrapper a{color:#fff}

body .App .Container.anam .tlmq-media-banner{line-height:1.2}body .App .Container.anam header{background-color:#d1aa55;background-size:cover;padding:0;box-shadow:none}body .App .Container.anam header .logo{background:url("/images/anam/logo-anabelle.png") no-repeat;background-size:100%;height:70px;width:235px;transform:scale(.7)}@media screen and (min-width: 768px){body .App .Container.anam header .logo{height:70px;transform:scale(.7)}}body .App .Container.anam .textContainer h1{color:#d1aa55;font-size:25px}body .App .Container.anam .textContainer .textPhotoContainer{line-height:1.2;margin-bottom:14px}body .App .Container.anam .textContainer .textPhotoContainer strong{color:#d1aa55;font-size:22px}body .App .Container.anam .textContainer .themeTextContainer .recallContainer{border:3px solid #d1aa55}body .App .Container.anam .telephoneContainer{background-color:#d1aa55;background-size:cover;background-position-y:84%;box-shadow:none}body .App .Container.anam .telephoneContainer h3{color:#fff}body .App .Container.anam .telephoneContainer button{background-color:#fff}body .App .Container.anam .photoContainer .photo{background:url("/images/anam/photo-anabelle.png") no-repeat;width:200px;height:200px;margin:25px 0px;border-radius:0;background-size:100%}body .App .Container.anam .photoContainer .logoPhoto{background:url("/images/anam/anabelle-tarologue-logo.png") no-repeat;width:200px;height:70px;background-size:100%;margin-top:0}body .App .Container .iWishToBeCalledLater{color:#fff}body .App .Container .consents-wrapper span,body .App .Container .consents-wrapper div,body .App .Container .consents-wrapper a{color:#fff}body .App .Container.anam .tlmq-media-banner{display:none}body .App .Container.anam .photoContainer .photo{margin:0}body .App .Container.anam .textContainer h1{font-size:16px;font-style:italic;text-transform:none}body .App .Container.anam .textContainer .recallImmediately{font-size:15px}body .App .Container.anam .telephoneContainer .infosContainer .indicateYourPhoneNumber{font-size:18px;margin-bottom:20px}

body{font-size:16px}body .App .Container.angelica .tlmq-media-banner{padding:0 5px 2px 5px;line-height:1.3}@media (min-width: 768px){body .App .Container.angelica .tlmq-media-banner{padding:10px;line-height:1.5}}body .App .Container.angelica header{background-color:#0869c7;padding:3px}@media (min-width: 768px){body .App .Container.angelica header{padding:6px}}body .App .Container.angelica header .logo{background:url("/images/angelica/logo.png") no-repeat;width:200px;height:39px;background-size:100%;background-position:center;transform:scale(1)}@media (min-width: 768px){body .App .Container.angelica header .logo{width:383px;height:75px}}body .App .Container.angelica .textContainer h1{color:#0869c7;font-size:1.2em;line-height:1.2;margin-bottom:5px}@media (min-width: 768px){body .App .Container.angelica .textContainer h1{font-size:1.6em;line-height:initial}}body .App .Container.angelica .textContainer .textPhotoContainer{margin-bottom:8px;padding:0 10px;line-height:1.2}body .App .Container.angelica .textContainer .textPhotoContainer p{font-size:1em}@media (min-width: 425px){body .App .Container.angelica .textContainer .textPhotoContainer p{font-size:1.2em}}body .App .Container.angelica .textContainer .textPhotoContainer strong{color:#0869c7;font-size:1.2em}@media (min-width: 425px){body .App .Container.angelica .textContainer .textPhotoContainer strong{font-size:1.3em}}body .App .Container.angelica .textContainer .themeTextContainer .recallContainer{border:3px solid #0869c7}@media (min-width: 425px){body .App .Container.angelica .textContainer.textContainerBlock{padding:0 10px}}@media (min-width: 768px){body .App .Container.angelica .textContainer.textContainerBlock{max-width:500px;margin:0 auto;padding:15px 10px}}@media (min-width: 1440px){body .App .Container.angelica .textContainer.textContainerBlock{max-width:700px;padding:25px 10px}}body .App .Container.angelica .telephoneContainer{background-color:#0869c7;color:#fff;padding:0 5px}body .App .Container.angelica .telephoneContainer .infosContainer h3{color:#fff;font-size:1.4em;line-height:1.2}body .App .Container.angelica .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.2em}body .App .Container.angelica .telephoneContainer .infosContainer h3.recallImmediately span{font-size:1em}@media (min-width: 768px){body .App .Container.angelica .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.4em}}@media (min-width: 768px){body .App .Container.angelica .telephoneContainer .infosContainer h3{font-size:1.8em}}body .App .Container.angelica .telephoneContainer .infosContainer .iWishToBeCalledLater{color:#fff}body .App .Container.angelica .telephoneContainer .consents-wrapper,body .App .Container.angelica .telephoneContainer .consents-wrapper span,body .App .Container.angelica .telephoneContainer .consents-wrapper div{color:#fff}body .App .Container.angelica .telephoneContainer .consents-wrapper a,body .App .Container.angelica .telephoneContainer .consents-wrapper span a,body .App .Container.angelica .telephoneContainer .consents-wrapper div a{color:#fff}body .App .Container.angelica .telephoneContainer .checkboxes .termsAndConditions label span{color:#fff}body .App .Container.angelica .telephoneContainer .checkboxes .termsAndConditions label span button{background-color:#0869c7;cursor:pointer;color:#fff}body .App .Container.angelica .telephoneContainer .checkboxes .contactByWebsite label span{color:#fff}body .App .Container.angelica .telephoneContainer button{background-color:#fff}body .App .Container.angelica .photoContainer .photo{background:url("/images/angelica/photo-angelica.png") no-repeat;margin:10px 0;background-size:100%;width:221px;height:124px}@media (min-width: 768px){body .App .Container.angelica .photoContainer .photo{width:286px;height:160px}}@media (min-width: 1440px){body .App .Container.angelica .photoContainer .photo{width:448px;height:251px}}

body .App .Container.ca .tlmq-media-banner{line-height:1.2}body .App .Container.ca header{background-color:#a35671;background-size:cover;padding:0;box-shadow:none}body .App .Container.ca header .logo{background:url("/images/ca/compatibilite-logo.PNG") no-repeat;background-size:100%;height:73px;width:300px;transform:scale(.6)}@media screen and (min-width: 768px){body .App .Container.ca header .logo{height:73px;transform:scale(.6)}}body .App .Container.ca .textContainer h1{color:#a35671;font-size:25px}body .App .Container.ca .textContainer .textPhotoContainer{line-height:1.2;margin-bottom:14px}body .App .Container.ca .textContainer .textPhotoContainer strong{color:#a35671;font-size:22px}body .App .Container.ca .textContainer .themeTextContainer .recallContainer{border:3px solid #a35671}body .App .Container.ca .telephoneContainer{background-color:#a35671;background-size:cover;background-position-y:84%;box-shadow:none}body .App .Container.ca .telephoneContainer h3{color:#fff}body .App .Container.ca .telephoneContainer button{background-color:#fff}body .App .Container.ca .photoContainer .photo{background:url("/images/ca/compatibilite-photo.gif") no-repeat;width:191px;height:195px;margin:25px 0px;border-radius:0;background-size:100%}body .App .Container.ca .photoContainer .logoPhoto{background:url("/images/ca/signature-compatibilite-amoureuse.png") no-repeat;width:145px;height:100px;background-size:100%;margin-top:-10px}body .App .Container .iWishToBeCalledLater{color:#fff}body .App .Container .consents-wrapper span,body .App .Container .consents-wrapper div,body .App .Container .consents-wrapper a{color:#fff}

body{font-size:16px}body .App .Container.cali-votre-voyant .tlmq-media-banner{padding:0 5px 2px 5px;line-height:1.3}@media (min-width: 768px){body .App .Container.cali-votre-voyant .tlmq-media-banner{padding:10px;line-height:1.5}}body .App .Container.cali-votre-voyant header{background-color:#900c3e;padding:3px}@media (min-width: 768px){body .App .Container.cali-votre-voyant header{padding:6px}}body .App .Container.cali-votre-voyant header .logo{background:url("/images/cali-votre-voyant/tarot-cali.png") no-repeat;width:200px;height:39px;background-size:100%;background-position:center;transform:scale(1)}@media (min-width: 768px){body .App .Container.cali-votre-voyant header .logo{width:383px;height:75px}}body .App .Container.cali-votre-voyant .textContainer h1{color:#900c3e;font-size:1.2em;line-height:1.2;margin-bottom:5px}@media (min-width: 768px){body .App .Container.cali-votre-voyant .textContainer h1{font-size:1.6em;line-height:initial}}body .App .Container.cali-votre-voyant .textContainer .textPhotoContainer{margin-bottom:8px;padding:0 10px;line-height:1.2}body .App .Container.cali-votre-voyant .textContainer .textPhotoContainer p{font-size:1em}@media (min-width: 425px){body .App .Container.cali-votre-voyant .textContainer .textPhotoContainer p{font-size:1.2em}}body .App .Container.cali-votre-voyant .textContainer .textPhotoContainer strong{color:#900c3e;font-size:1.2em}@media (min-width: 425px){body .App .Container.cali-votre-voyant .textContainer .textPhotoContainer strong{font-size:1.3em}}body .App .Container.cali-votre-voyant .textContainer .themeTextContainer .recallContainer{border:3px solid #900c3e}@media (min-width: 425px){body .App .Container.cali-votre-voyant .textContainer.textContainerBlock{padding:0 10px}}@media (min-width: 768px){body .App .Container.cali-votre-voyant .textContainer.textContainerBlock{max-width:500px;margin:0 auto;padding:15px 10px}}@media (min-width: 1440px){body .App .Container.cali-votre-voyant .textContainer.textContainerBlock{max-width:700px;padding:25px 10px}}body .App .Container.cali-votre-voyant .telephoneContainer{background-color:#900c3e;color:#fff;padding:0 5px}body .App .Container.cali-votre-voyant .telephoneContainer .infosContainer h3{color:#fff;font-size:1.4em;line-height:1.2}body .App .Container.cali-votre-voyant .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.2em}body .App .Container.cali-votre-voyant .telephoneContainer .infosContainer h3.recallImmediately span{font-size:1em}@media (min-width: 768px){body .App .Container.cali-votre-voyant .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.4em}}@media (min-width: 768px){body .App .Container.cali-votre-voyant .telephoneContainer .infosContainer h3{font-size:1.8em}}body .App .Container.cali-votre-voyant .telephoneContainer .infosContainer .iWishToBeCalledLater{color:#fff}body .App .Container.cali-votre-voyant .telephoneContainer .consents-wrapper,body .App .Container.cali-votre-voyant .telephoneContainer .consents-wrapper span,body .App .Container.cali-votre-voyant .telephoneContainer .consents-wrapper div{color:#fff}body .App .Container.cali-votre-voyant .telephoneContainer .consents-wrapper a,body .App .Container.cali-votre-voyant .telephoneContainer .consents-wrapper span a,body .App .Container.cali-votre-voyant .telephoneContainer .consents-wrapper div a{color:#fff}body .App .Container.cali-votre-voyant .telephoneContainer .checkboxes .termsAndConditions label span{color:#fff}body .App .Container.cali-votre-voyant .telephoneContainer .checkboxes .termsAndConditions label span button{background-color:#900c3e;cursor:pointer;color:#fff}body .App .Container.cali-votre-voyant .telephoneContainer .checkboxes .contactByWebsite label span{color:#fff}body .App .Container.cali-votre-voyant .telephoneContainer button{background-color:#fff}body .App .Container.cali-votre-voyant .photoContainer .photo{background:url("/images/cali-votre-voyant/photo-cali.png") no-repeat;margin:10px 0;background-size:100%;width:272px;height:124px}@media (min-width: 768px){body .App .Container.cali-votre-voyant .photoContainer .photo{width:351px;height:160px}}@media (min-width: 1440px){body .App .Container.cali-votre-voyant .photoContainer .photo{width:550px;height:251px}}

@media (min-width: 1024px){.App.daphnee{background:#fff}}@media (min-width: 1024px){.App .Container.daphnee{margin:0 auto}}.App .Container.daphnee .iWishToBeCalledLater{color:#575757 !important}.App .Container.daphnee .consents-wrapper,.App .Container.daphnee .consents-wrapper span,.App .Container.daphnee .consents-wrapper div{color:#575757 !important}.App .Container.daphnee .consents-wrapper a,.App .Container.daphnee .consents-wrapper span a,.App .Container.daphnee .consents-wrapper div a{color:#575757 !important}.App .Container.daphnee .tlmq-media-banner{background-color:#fff}.App .Container.daphnee header{display:none}.App .Container.daphnee .telephoneContainer .infosContainer .textContainer{font-size:21px;line-height:1em}.App .Container.daphnee .telephoneContainer .infosContainer .textContainer .indicateYourPhoneNumber,.App .Container.daphnee .telephoneContainer .infosContainer .textContainer .recallImmediately{font-size:1em;font-weight:900}.App .Container.daphnee .telephoneContainer .infosContainer .textContainer .indicateYourPhoneNumber{color:#002d7c;line-height:1.2;margin:0 auto;margin-top:15px}.App .Container.daphnee .telephoneContainer .infosContainer .textContainer .recallImmediately{margin:0 0 26px 0;color:#bf9b54}.App .Container.daphnee .telephoneContainer{background:#fff;background-size:cover;background-position-y:84%}@media (min-width: 1024px){.App .Container.daphnee .telephoneContainer{background:#fff}}.App .Container.daphnee .telephoneContainer .infosContainer{max-width:350px}.App .Container.daphnee .telephoneContainer .infosContainer form .submitButton{width:100%;background:linear-gradient(0deg, #b58f4a 0%, #f5d388 100%);border:0px;border-radius:10px;color:#fff;box-shadow:-5px 5px 8px 0px rgba(0,0,0,0.25);padding:10px;pointer-events:all;font-size:1em;font-family:'Lato', sans-serif;line-height:1.4}.App .Container.daphnee .telephoneContainer .infosContainer form .submitButton:disabled{background:linear-gradient(0deg, rgba(181,143,74,0.644695) 0%, rgba(245,211,136,0.658701) 100%)}.App .Container.daphnee .telephoneContainer .infosContainer form .submitButton:disabled:hover{cursor:not-allowed}.App .Container.daphnee .telephoneContainer .infosContainer form .submitButton:enabled:hover{transition:none;background:linear-gradient(0deg, rgba(181,143,74,0.8) 0%, #f5d388 100%)}.App .Container.daphnee .telephoneContainer h3{color:black}.App .Container.daphnee .telephoneContainer .checkboxes .termsAndConditions label span{color:black}.App .Container.daphnee .telephoneContainer .checkboxes .termsAndConditions label span button{cursor:pointer}.App .Container.daphnee .telephoneContainer .checkboxes .contactByWebsite label span{color:black}.App .Container.daphnee footer{margin-top:0;line-height:1.3;background-color:#000f29;color:#fff;font-size:9px}.App .Container.daphnee footer .linksBlock{margin-top:25px;padding:0 10px;text-align:center;max-width:410px}.App .Container.daphnee footer .linksBlock .links{line-height:1.8;align-items:initial;justify-content:flex-start}.App .Container.daphnee footer .linksBlock .links a{margin-right:4px;margin-left:4px;color:#fff;font-size:1em}.App .Container.daphnee footer .linksBlock .links a:nth-of-type(1){margin-left:0}.App .Container.daphnee footer .linksBlock .links .copyright{margin-top:15px;font-size:1em}.App .Container.daphnee footer .footer-content{max-width:410px}.App .Container.daphnee footer .footer-content a{color:#fff;text-decoration:underline}.App .Container.daphnee .photoContainer{background:#fff}.App .Container.daphnee .photoContainer .photo{background:url("/images/daphnee/signature.png") no-repeat;width:142px;height:113px;margin:0 0 25px 0px;background-size:100%}.App .Container.daphnee .textContainerBlock{height:448px;background:url("/images/daphnee/background.jpg");background-repeat:no-repeat;background-color:#000f29;background-position:center}.App .Container.daphnee .textContainerBlock .overlap{position:relative;height:100%;max-width:350px;margin:0 auto;font-weight:700;font-size:21px}.App .Container.daphnee .textContainerBlock .overlap .topHeaderTitle{font-size:1em;color:#fff}.App .Container.daphnee .textContainerBlock .overlap .topHeaderTitle .firstSentence{color:#aa8d43}.App .Container.daphnee .textContainerBlock .overlap .topHeaderTitle .secondSentence{text-transform:uppercase}.App .Container.daphnee .textContainerBlock .overlap .bottomHeaderTitle{position:absolute;width:100%;bottom:32px;line-height:1.15}.App .Container.daphnee .textContainerBlock .overlap .bottomHeaderTitle .firstSentence{font-size:1.1em;color:#fff}.App .Container.daphnee .textContainerBlock .overlap .bottomHeaderTitle .secondSentence{font-size:1.1em;font-weight:900;color:#d5b154;text-transform:uppercase}.App .Container.daphnee .textContainerBlock .overlap .logo{background:url("/images/daphnee/logo.png") no-repeat;position:absolute;width:183px;height:119px;top:108px;right:0}

body{font-size:16px}body .App .Container.debbie-onefutur .tlmq-media-banner{padding:0 5px 2px 5px;line-height:1.3}@media (min-width: 768px){body .App .Container.debbie-onefutur .tlmq-media-banner{padding:10px;line-height:1.5}}body .App .Container.debbie-onefutur header{background-color:#0869C7;padding:3px}@media (min-width: 768px){body .App .Container.debbie-onefutur header{padding:6px}}body .App .Container.debbie-onefutur header .logo{background:url("/images/debbie-onefutur/header-debbie.png") no-repeat;width:200px;height:55px;background-size:"auto";background-position:center;transform:scale(.8)}@media (min-width: 768px){body .App .Container.debbie-onefutur header .logo{width:383px;height:55px}}body .App .Container.debbie-onefutur .textContainer h1{color:#0869C7;font-size:1.2em;line-height:1.2;margin-bottom:5px}@media (min-width: 768px){body .App .Container.debbie-onefutur .textContainer h1{font-size:1.6em;line-height:initial}}body .App .Container.debbie-onefutur .textContainer .textPhotoContainer{margin-bottom:8px;padding:0 10px;line-height:1.2}body .App .Container.debbie-onefutur .textContainer .textPhotoContainer p{font-size:1em}@media (min-width: 425px){body .App .Container.debbie-onefutur .textContainer .textPhotoContainer p{font-size:1.2em}}body .App .Container.debbie-onefutur .textContainer .textPhotoContainer strong{color:#0869C7;font-size:1.2em}@media (min-width: 425px){body .App .Container.debbie-onefutur .textContainer .textPhotoContainer strong{font-size:1.3em}}body .App .Container.debbie-onefutur .textContainer .themeTextContainer .recallContainer{border:3px solid #0869C7}@media (min-width: 425px){body .App .Container.debbie-onefutur .textContainer.textContainerBlock{padding:0 10px}}@media (min-width: 768px){body .App .Container.debbie-onefutur .textContainer.textContainerBlock{max-width:500px;margin:0 auto;padding:15px 10px}}@media (min-width: 1440px){body .App .Container.debbie-onefutur .textContainer.textContainerBlock{max-width:700px;padding:25px 10px}}body .App .Container.debbie-onefutur .telephoneContainer{background-color:#0869C7;color:#fff;padding:0 5px}body .App .Container.debbie-onefutur .telephoneContainer .infosContainer h3{color:#fff;font-size:1.4em;line-height:1.2}body .App .Container.debbie-onefutur .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.2em}body .App .Container.debbie-onefutur .telephoneContainer .infosContainer h3.recallImmediately span{font-size:1em}@media (min-width: 768px){body .App .Container.debbie-onefutur .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.4em}}@media (min-width: 768px){body .App .Container.debbie-onefutur .telephoneContainer .infosContainer h3{font-size:1.8em}}body .App .Container.debbie-onefutur .telephoneContainer .infosContainer .iWishToBeCalledLater{color:#fff}body .App .Container.debbie-onefutur .telephoneContainer .consents-wrapper,body .App .Container.debbie-onefutur .telephoneContainer .consents-wrapper span,body .App .Container.debbie-onefutur .telephoneContainer .consents-wrapper div{color:#fff}body .App .Container.debbie-onefutur .telephoneContainer .consents-wrapper a,body .App .Container.debbie-onefutur .telephoneContainer .consents-wrapper span a,body .App .Container.debbie-onefutur .telephoneContainer .consents-wrapper div a{color:#fff}body .App .Container.debbie-onefutur .telephoneContainer .checkboxes .termsAndConditions label span{color:#fff}body .App .Container.debbie-onefutur .telephoneContainer .checkboxes .termsAndConditions label span button{background-color:#0869C7;cursor:pointer;color:#fff}body .App .Container.debbie-onefutur .telephoneContainer .checkboxes .contactByWebsite label span{color:#fff}body .App .Container.debbie-onefutur .telephoneContainer button{background-color:#fff}body .App .Container.debbie-onefutur .photoContainer .photo{background:url("/images/debbie-onefutur/debbie-logo.png") no-repeat;margin:10px 0;background-size:100%;width:272px;height:124px}@media (min-width: 768px){body .App .Container.debbie-onefutur .photoContainer .photo{width:351px;height:160px}}@media (min-width: 1440px){body .App .Container.debbie-onefutur .photoContainer .photo{width:550px;height:251px}}

body{font-size:16px}body .App .Container.diana-askastro .tlmq-media-banner{padding:0 5px 2px 5px;line-height:1.3}@media (min-width: 768px){body .App .Container.diana-askastro .tlmq-media-banner{padding:10px;line-height:1.5}}body .App .Container.diana-askastro header{background-color:#0869c7;padding:3px}@media (min-width: 768px){body .App .Container.diana-askastro header{padding:6px}}body .App .Container.diana-askastro header .logo{background:url("/images/diana-askastro/header-diana.png") no-repeat;width:200px;height:55px;background-size:"auto";background-position:center;transform:scale(.8)}@media (min-width: 768px){body .App .Container.diana-askastro header .logo{width:383px;height:55px}}body .App .Container.diana-askastro .textContainer h1{color:#0869c7;font-size:1.2em;line-height:1.2;margin-bottom:5px}@media (min-width: 768px){body .App .Container.diana-askastro .textContainer h1{font-size:1.6em;line-height:initial}}body .App .Container.diana-askastro .textContainer .textPhotoContainer{margin-bottom:8px;padding:0 10px;line-height:1.2}body .App .Container.diana-askastro .textContainer .textPhotoContainer p{font-size:1em}@media (min-width: 425px){body .App .Container.diana-askastro .textContainer .textPhotoContainer p{font-size:1.2em}}body .App .Container.diana-askastro .textContainer .textPhotoContainer strong{color:#0869c7;font-size:1.2em}@media (min-width: 425px){body .App .Container.diana-askastro .textContainer .textPhotoContainer strong{font-size:1.3em}}body .App .Container.diana-askastro .textContainer .themeTextContainer .recallContainer{border:3px solid #0869c7}@media (min-width: 425px){body .App .Container.diana-askastro .textContainer.textContainerBlock{padding:0 10px}}@media (min-width: 768px){body .App .Container.diana-askastro .textContainer.textContainerBlock{max-width:500px;margin:0 auto;padding:15px 10px}}@media (min-width: 1440px){body .App .Container.diana-askastro .textContainer.textContainerBlock{max-width:700px;padding:25px 10px}}body .App .Container.diana-askastro .telephoneContainer{background-color:#0869c7;color:#fff;padding:0 5px}body .App .Container.diana-askastro .telephoneContainer .infosContainer h3{color:#fff;font-size:1.4em;line-height:1.2}body .App .Container.diana-askastro .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.2em}body .App .Container.diana-askastro .telephoneContainer .infosContainer h3.recallImmediately span{font-size:1em}@media (min-width: 768px){body .App .Container.diana-askastro .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.4em}}@media (min-width: 768px){body .App .Container.diana-askastro .telephoneContainer .infosContainer h3{font-size:1.8em}}body .App .Container.diana-askastro .telephoneContainer .infosContainer .iWishToBeCalledLater{color:#fff}body .App .Container.diana-askastro .telephoneContainer .consents-wrapper,body .App .Container.diana-askastro .telephoneContainer .consents-wrapper span,body .App .Container.diana-askastro .telephoneContainer .consents-wrapper div{color:#fff}body .App .Container.diana-askastro .telephoneContainer .consents-wrapper a,body .App .Container.diana-askastro .telephoneContainer .consents-wrapper span a,body .App .Container.diana-askastro .telephoneContainer .consents-wrapper div a{color:#fff}body .App .Container.diana-askastro .telephoneContainer .checkboxes .termsAndConditions label span{color:#fff}body .App .Container.diana-askastro .telephoneContainer .checkboxes .termsAndConditions label span button{background-color:#0869c7;cursor:pointer;color:#fff}body .App .Container.diana-askastro .telephoneContainer .checkboxes .contactByWebsite label span{color:#fff}body .App .Container.diana-askastro .telephoneContainer button{background-color:#fff}body .App .Container.diana-askastro .photoContainer .photo{background:url("/images/diana-askastro/diana-logo.png") no-repeat;margin:10px 0;background-size:100%;width:272px;height:124px}@media (min-width: 768px){body .App .Container.diana-askastro .photoContainer .photo{width:351px;height:160px}}@media (min-width: 1440px){body .App .Container.diana-askastro .photoContainer .photo{width:430px;height:251px}}

body{font-size:16px}body .App .Container.diana-mz-onefutur .tlmq-media-banner{padding:0 5px 2px 5px;line-height:1.3}@media (min-width: 768px){body .App .Container.diana-mz-onefutur .tlmq-media-banner{padding:10px;line-height:1.5}}body .App .Container.diana-mz-onefutur header{background-color:#0869c7;padding:3px}@media (min-width: 768px){body .App .Container.diana-mz-onefutur header{padding:6px}}body .App .Container.diana-mz-onefutur header .logo{background:url("/images/diana-mz-onefutur/header-diana.png") no-repeat;width:200px;height:55px;background-size:"auto";background-position:center;transform:scale(.8)}@media (min-width: 768px){body .App .Container.diana-mz-onefutur header .logo{width:383px;height:55px}}body .App .Container.diana-mz-onefutur .textContainer h1{color:#0869c7;font-size:1.2em;line-height:1.2;margin-bottom:5px}@media (min-width: 768px){body .App .Container.diana-mz-onefutur .textContainer h1{font-size:1.6em;line-height:initial}}body .App .Container.diana-mz-onefutur .textContainer .textPhotoContainer{margin-bottom:8px;padding:0 10px;line-height:1.2}body .App .Container.diana-mz-onefutur .textContainer .textPhotoContainer p{font-size:1em}@media (min-width: 425px){body .App .Container.diana-mz-onefutur .textContainer .textPhotoContainer p{font-size:1.2em}}body .App .Container.diana-mz-onefutur .textContainer .textPhotoContainer strong{color:#0869c7;font-size:1.2em}@media (min-width: 425px){body .App .Container.diana-mz-onefutur .textContainer .textPhotoContainer strong{font-size:1.3em}}body .App .Container.diana-mz-onefutur .textContainer .themeTextContainer .recallContainer{border:3px solid #0869c7}@media (min-width: 425px){body .App .Container.diana-mz-onefutur .textContainer.textContainerBlock{padding:0 10px}}@media (min-width: 768px){body .App .Container.diana-mz-onefutur .textContainer.textContainerBlock{max-width:500px;margin:0 auto;padding:15px 10px}}@media (min-width: 1440px){body .App .Container.diana-mz-onefutur .textContainer.textContainerBlock{max-width:700px;padding:25px 10px}}body .App .Container.diana-mz-onefutur .telephoneContainer{background-color:#0869c7;color:#fff;padding:0 5px}body .App .Container.diana-mz-onefutur .telephoneContainer .infosContainer h3{color:#fff;font-size:1.4em;line-height:1.2}body .App .Container.diana-mz-onefutur .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.2em}body .App .Container.diana-mz-onefutur .telephoneContainer .infosContainer h3.recallImmediately span{font-size:1em}@media (min-width: 768px){body .App .Container.diana-mz-onefutur .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.4em}}@media (min-width: 768px){body .App .Container.diana-mz-onefutur .telephoneContainer .infosContainer h3{font-size:1.8em}}body .App .Container.diana-mz-onefutur .telephoneContainer .infosContainer .iWishToBeCalledLater{color:#fff}body .App .Container.diana-mz-onefutur .telephoneContainer .consents-wrapper,body .App .Container.diana-mz-onefutur .telephoneContainer .consents-wrapper span,body .App .Container.diana-mz-onefutur .telephoneContainer .consents-wrapper div{color:#fff}body .App .Container.diana-mz-onefutur .telephoneContainer .consents-wrapper a,body .App .Container.diana-mz-onefutur .telephoneContainer .consents-wrapper span a,body .App .Container.diana-mz-onefutur .telephoneContainer .consents-wrapper div a{color:#fff}body .App .Container.diana-mz-onefutur .telephoneContainer .checkboxes .termsAndConditions label span{color:#fff}body .App .Container.diana-mz-onefutur .telephoneContainer .checkboxes .termsAndConditions label span button{background-color:#0869c7;cursor:pointer;color:#fff}body .App .Container.diana-mz-onefutur .telephoneContainer .checkboxes .contactByWebsite label span{color:#fff}body .App .Container.diana-mz-onefutur .telephoneContainer button{background-color:#fff}body .App .Container.diana-mz-onefutur .photoContainer .photo{background:url("/images/diana-mz-onefutur/diana-logo.png") no-repeat;margin:10px 0;background-size:100%;width:272px;height:124px}@media (min-width: 768px){body .App .Container.diana-mz-onefutur .photoContainer .photo{width:351px;height:160px}}@media (min-width: 1440px){body .App .Container.diana-mz-onefutur .photoContainer .photo{width:430px;height:251px}}

body{font-size:16px}body .App .Container.diana-onefutur .tlmq-media-banner{padding:0 5px 2px 5px;line-height:1.3}@media (min-width: 768px){body .App .Container.diana-onefutur .tlmq-media-banner{padding:10px;line-height:1.5}}body .App .Container.diana-onefutur header{background-color:#0869c7;padding:3px}@media (min-width: 768px){body .App .Container.diana-onefutur header{padding:6px}}body .App .Container.diana-onefutur header .logo{background:url("/images/diana-onefutur/header-diana.png") no-repeat;width:200px;height:55px;background-size:"auto";background-position:center;transform:scale(.8)}@media (min-width: 768px){body .App .Container.diana-onefutur header .logo{width:383px;height:55px}}body .App .Container.diana-onefutur .textContainer h1{color:#0869c7;font-size:1.2em;line-height:1.2;margin-bottom:5px}@media (min-width: 768px){body .App .Container.diana-onefutur .textContainer h1{font-size:1.6em;line-height:initial}}body .App .Container.diana-onefutur .textContainer .textPhotoContainer{margin-bottom:8px;padding:0 10px;line-height:1.2}body .App .Container.diana-onefutur .textContainer .textPhotoContainer p{font-size:1em}@media (min-width: 425px){body .App .Container.diana-onefutur .textContainer .textPhotoContainer p{font-size:1.2em}}body .App .Container.diana-onefutur .textContainer .textPhotoContainer strong{color:#0869c7;font-size:1.2em}@media (min-width: 425px){body .App .Container.diana-onefutur .textContainer .textPhotoContainer strong{font-size:1.3em}}body .App .Container.diana-onefutur .textContainer .themeTextContainer .recallContainer{border:3px solid #0869c7}@media (min-width: 425px){body .App .Container.diana-onefutur .textContainer.textContainerBlock{padding:0 10px}}@media (min-width: 768px){body .App .Container.diana-onefutur .textContainer.textContainerBlock{max-width:500px;margin:0 auto;padding:15px 10px}}@media (min-width: 1440px){body .App .Container.diana-onefutur .textContainer.textContainerBlock{max-width:700px;padding:25px 10px}}body .App .Container.diana-onefutur .telephoneContainer{background-color:#0869c7;color:#fff;padding:0 5px}body .App .Container.diana-onefutur .telephoneContainer .infosContainer h3{color:#fff;font-size:1.4em;line-height:1.2}body .App .Container.diana-onefutur .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.2em}body .App .Container.diana-onefutur .telephoneContainer .infosContainer h3.recallImmediately span{font-size:1em}@media (min-width: 768px){body .App .Container.diana-onefutur .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.4em}}@media (min-width: 768px){body .App .Container.diana-onefutur .telephoneContainer .infosContainer h3{font-size:1.8em}}body .App .Container.diana-onefutur .telephoneContainer .infosContainer .iWishToBeCalledLater{color:#fff}body .App .Container.diana-onefutur .telephoneContainer .consents-wrapper,body .App .Container.diana-onefutur .telephoneContainer .consents-wrapper span,body .App .Container.diana-onefutur .telephoneContainer .consents-wrapper div{color:#fff}body .App .Container.diana-onefutur .telephoneContainer .consents-wrapper a,body .App .Container.diana-onefutur .telephoneContainer .consents-wrapper span a,body .App .Container.diana-onefutur .telephoneContainer .consents-wrapper div a{color:#fff}body .App .Container.diana-onefutur .telephoneContainer .checkboxes .termsAndConditions label span{color:#fff}body .App .Container.diana-onefutur .telephoneContainer .checkboxes .termsAndConditions label span button{background-color:#0869c7;cursor:pointer;color:#fff}body .App .Container.diana-onefutur .telephoneContainer .checkboxes .contactByWebsite label span{color:#fff}body .App .Container.diana-onefutur .telephoneContainer button{background-color:#fff}body .App .Container.diana-onefutur .photoContainer .photo{background:url("/images/diana-onefutur/diana-logo.png") no-repeat;margin:10px 0;background-size:100%;width:272px;height:124px}@media (min-width: 768px){body .App .Container.diana-onefutur .photoContainer .photo{width:351px;height:160px}}@media (min-width: 1440px){body .App .Container.diana-onefutur .photoContainer .photo{width:430px;height:251px}}

body{font-size:16px}body .App .Container.diana-psychic-onefutur .tlmq-media-banner{padding:0 5px 2px 5px;line-height:1.3}@media (min-width: 768px){body .App .Container.diana-psychic-onefutur .tlmq-media-banner{padding:10px;line-height:1.5}}body .App .Container.diana-psychic-onefutur header{background-color:#0869c7;padding:3px}@media (min-width: 768px){body .App .Container.diana-psychic-onefutur header{padding:6px}}body .App .Container.diana-psychic-onefutur header .logo{background:url("/images/diana-psychic-onefutur/header-diana.png") no-repeat;width:200px;height:55px;background-size:"auto";background-position:center;transform:scale(.8)}@media (min-width: 768px){body .App .Container.diana-psychic-onefutur header .logo{width:383px;height:55px}}body .App .Container.diana-psychic-onefutur .textContainer h1{color:#0869c7;font-size:1.2em;line-height:1.2;margin-bottom:5px}@media (min-width: 768px){body .App .Container.diana-psychic-onefutur .textContainer h1{font-size:1.6em;line-height:initial}}body .App .Container.diana-psychic-onefutur .textContainer .textPhotoContainer{margin-bottom:8px;padding:0 10px;line-height:1.2}body .App .Container.diana-psychic-onefutur .textContainer .textPhotoContainer p{font-size:1em}@media (min-width: 425px){body .App .Container.diana-psychic-onefutur .textContainer .textPhotoContainer p{font-size:1.2em}}body .App .Container.diana-psychic-onefutur .textContainer .textPhotoContainer strong{color:#0869c7;font-size:1.2em}@media (min-width: 425px){body .App .Container.diana-psychic-onefutur .textContainer .textPhotoContainer strong{font-size:1.3em}}body .App .Container.diana-psychic-onefutur .textContainer .themeTextContainer .recallContainer{border:3px solid #0869c7}@media (min-width: 425px){body .App .Container.diana-psychic-onefutur .textContainer.textContainerBlock{padding:0 10px}}@media (min-width: 768px){body .App .Container.diana-psychic-onefutur .textContainer.textContainerBlock{max-width:500px;margin:0 auto;padding:15px 10px}}@media (min-width: 1440px){body .App .Container.diana-psychic-onefutur .textContainer.textContainerBlock{max-width:700px;padding:25px 10px}}body .App .Container.diana-psychic-onefutur .telephoneContainer{background-color:#0869c7;color:#fff;padding:0 5px}body .App .Container.diana-psychic-onefutur .telephoneContainer .infosContainer h3{color:#fff;font-size:1.4em;line-height:1.2}body .App .Container.diana-psychic-onefutur .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.2em}body .App .Container.diana-psychic-onefutur .telephoneContainer .infosContainer h3.recallImmediately span{font-size:1em}@media (min-width: 768px){body .App .Container.diana-psychic-onefutur .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.4em}}@media (min-width: 768px){body .App .Container.diana-psychic-onefutur .telephoneContainer .infosContainer h3{font-size:1.8em}}body .App .Container.diana-psychic-onefutur .telephoneContainer .infosContainer .iWishToBeCalledLater{color:#fff}body .App .Container.diana-psychic-onefutur .telephoneContainer .consents-wrapper,body .App .Container.diana-psychic-onefutur .telephoneContainer .consents-wrapper span,body .App .Container.diana-psychic-onefutur .telephoneContainer .consents-wrapper div{color:#fff}body .App .Container.diana-psychic-onefutur .telephoneContainer .consents-wrapper a,body .App .Container.diana-psychic-onefutur .telephoneContainer .consents-wrapper span a,body .App .Container.diana-psychic-onefutur .telephoneContainer .consents-wrapper div a{color:#fff}body .App .Container.diana-psychic-onefutur .telephoneContainer .checkboxes .termsAndConditions label span{color:#fff}body .App .Container.diana-psychic-onefutur .telephoneContainer .checkboxes .termsAndConditions label span button{background-color:#0869c7;cursor:pointer;color:#fff}body .App .Container.diana-psychic-onefutur .telephoneContainer .checkboxes .contactByWebsite label span{color:#fff}body .App .Container.diana-psychic-onefutur .telephoneContainer button{background-color:#fff}body .App .Container.diana-psychic-onefutur .photoContainer .photo{background:url("/images/diana-psychic-onefutur/diana-logo.png") no-repeat;margin:10px 0;background-size:100%;width:272px;height:124px}@media (min-width: 768px){body .App .Container.diana-psychic-onefutur .photoContainer .photo{width:351px;height:160px}}@media (min-width: 1440px){body .App .Container.diana-psychic-onefutur .photoContainer .photo{width:430px;height:251px}}

body{font-size:16px}body .App .Container.dianna-mz .tlmq-media-banner{padding:0 5px 2px 5px;line-height:1.3}@media (min-width: 768px){body .App .Container.dianna-mz .tlmq-media-banner{padding:10px;line-height:1.5}}body .App .Container.dianna-mz header{background-color:#0869c7;padding:3px}@media (min-width: 768px){body .App .Container.dianna-mz header{padding:6px}}body .App .Container.dianna-mz header .logo{background:url("/images/dianna-mz/logo.png") no-repeat;width:200px;height:39px;background-size:100%;background-position:center;transform:scale(1)}@media (min-width: 768px){body .App .Container.dianna-mz header .logo{width:383px;height:75px}}body .App .Container.dianna-mz .textContainer h1{color:#0869c7;font-size:1.2em;line-height:1.2;margin-bottom:5px}@media (min-width: 768px){body .App .Container.dianna-mz .textContainer h1{font-size:1.6em;line-height:initial}}body .App .Container.dianna-mz .textContainer .textPhotoContainer{margin-bottom:8px;padding:0 10px;line-height:1.2}body .App .Container.dianna-mz .textContainer .textPhotoContainer p{font-size:1em}@media (min-width: 425px){body .App .Container.dianna-mz .textContainer .textPhotoContainer p{font-size:1.2em}}body .App .Container.dianna-mz .textContainer .textPhotoContainer strong{color:#0869c7;font-size:1.2em}@media (min-width: 425px){body .App .Container.dianna-mz .textContainer .textPhotoContainer strong{font-size:1.3em}}body .App .Container.dianna-mz .textContainer .themeTextContainer .recallContainer{border:3px solid #0869c7}@media (min-width: 425px){body .App .Container.dianna-mz .textContainer.textContainerBlock{padding:0 10px}}@media (min-width: 768px){body .App .Container.dianna-mz .textContainer.textContainerBlock{max-width:500px;margin:0 auto;padding:15px 10px}}@media (min-width: 1440px){body .App .Container.dianna-mz .textContainer.textContainerBlock{max-width:700px;padding:25px 10px}}body .App .Container.dianna-mz .telephoneContainer{background-color:#0869c7;color:#fff;padding:0 5px}body .App .Container.dianna-mz .telephoneContainer .infosContainer h3{color:#fff;font-size:1.4em;line-height:1.2}body .App .Container.dianna-mz .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.2em}body .App .Container.dianna-mz .telephoneContainer .infosContainer h3.recallImmediately span{font-size:1em}@media (min-width: 768px){body .App .Container.dianna-mz .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.4em}}@media (min-width: 768px){body .App .Container.dianna-mz .telephoneContainer .infosContainer h3{font-size:1.8em}}body .App .Container.dianna-mz .telephoneContainer .infosContainer .iWishToBeCalledLater{color:#fff}body .App .Container.dianna-mz .telephoneContainer .consents-wrapper,body .App .Container.dianna-mz .telephoneContainer .consents-wrapper span,body .App .Container.dianna-mz .telephoneContainer .consents-wrapper div{color:#fff}body .App .Container.dianna-mz .telephoneContainer .consents-wrapper a,body .App .Container.dianna-mz .telephoneContainer .consents-wrapper span a,body .App .Container.dianna-mz .telephoneContainer .consents-wrapper div a{color:#fff}body .App .Container.dianna-mz .telephoneContainer .checkboxes .termsAndConditions label span{color:#fff}body .App .Container.dianna-mz .telephoneContainer .checkboxes .termsAndConditions label span button{background-color:#0869c7;cursor:pointer;color:#fff}body .App .Container.dianna-mz .telephoneContainer .checkboxes .contactByWebsite label span{color:#fff}body .App .Container.dianna-mz .telephoneContainer button{background-color:#fff}body .App .Container.dianna-mz .photoContainer .photo{background:url("/images/dianna-mz/photo-dianna-mz.png") no-repeat;margin:10px 0;background-size:100%;width:221px;height:124px}@media (min-width: 768px){body .App .Container.dianna-mz .photoContainer .photo{width:286px;height:160px}}@media (min-width: 1440px){body .App .Container.dianna-mz .photoContainer .photo{width:448px;height:251px}}

body{font-size:16px}body .App .Container.dianna .tlmq-media-banner{padding:0 5px 2px 5px;line-height:1.3}@media (min-width: 768px){body .App .Container.dianna .tlmq-media-banner{padding:10px;line-height:1.5}}body .App .Container.dianna header{background-color:#0869c7;padding:3px}@media (min-width: 768px){body .App .Container.dianna header{padding:6px}}body .App .Container.dianna header .logo{background:url("/images/dianna/logo.png") no-repeat;width:200px;height:39px;background-size:100%;background-position:center;transform:scale(1)}@media (min-width: 768px){body .App .Container.dianna header .logo{width:383px;height:75px}}body .App .Container.dianna .textContainer h1{color:#0869c7;font-size:1.2em;line-height:1.2;margin-bottom:5px}@media (min-width: 768px){body .App .Container.dianna .textContainer h1{font-size:1.6em;line-height:initial}}body .App .Container.dianna .textContainer .textPhotoContainer{margin-bottom:8px;padding:0 10px;line-height:1.2}body .App .Container.dianna .textContainer .textPhotoContainer p{font-size:1em}@media (min-width: 425px){body .App .Container.dianna .textContainer .textPhotoContainer p{font-size:1.2em}}body .App .Container.dianna .textContainer .textPhotoContainer strong{color:#0869c7;font-size:1.2em}@media (min-width: 425px){body .App .Container.dianna .textContainer .textPhotoContainer strong{font-size:1.3em}}body .App .Container.dianna .textContainer .themeTextContainer .recallContainer{border:3px solid #0869c7}@media (min-width: 425px){body .App .Container.dianna .textContainer.textContainerBlock{padding:0 10px}}@media (min-width: 768px){body .App .Container.dianna .textContainer.textContainerBlock{max-width:500px;margin:0 auto;padding:15px 10px}}@media (min-width: 1440px){body .App .Container.dianna .textContainer.textContainerBlock{max-width:700px;padding:25px 10px}}body .App .Container.dianna .telephoneContainer{background-color:#0869c7;color:#fff;padding:0 5px}body .App .Container.dianna .telephoneContainer .infosContainer h3{color:#fff;font-size:1.4em;line-height:1.2}body .App .Container.dianna .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.2em}body .App .Container.dianna .telephoneContainer .infosContainer h3.recallImmediately span{font-size:1em}@media (min-width: 768px){body .App .Container.dianna .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.4em}}@media (min-width: 768px){body .App .Container.dianna .telephoneContainer .infosContainer h3{font-size:1.8em}}body .App .Container.dianna .telephoneContainer .infosContainer .iWishToBeCalledLater{color:#fff}body .App .Container.dianna .telephoneContainer .consents-wrapper,body .App .Container.dianna .telephoneContainer .consents-wrapper span,body .App .Container.dianna .telephoneContainer .consents-wrapper div{color:#fff}body .App .Container.dianna .telephoneContainer .consents-wrapper a,body .App .Container.dianna .telephoneContainer .consents-wrapper span a,body .App .Container.dianna .telephoneContainer .consents-wrapper div a{color:#fff}body .App .Container.dianna .telephoneContainer .checkboxes .termsAndConditions label span{color:#fff}body .App .Container.dianna .telephoneContainer .checkboxes .termsAndConditions label span button{background-color:#0869c7;cursor:pointer;color:#fff}body .App .Container.dianna .telephoneContainer .checkboxes .contactByWebsite label span{color:#fff}body .App .Container.dianna .telephoneContainer button{background-color:#fff}body .App .Container.dianna .photoContainer .photo{background:url("/images/dianna/photo-dianna.png") no-repeat;margin:10px 0;background-size:100%;width:221px;height:124px}@media (min-width: 768px){body .App .Container.dianna .photoContainer .photo{width:286px;height:160px}}@media (min-width: 1440px){body .App .Container.dianna .photoContainer .photo{width:448px;height:251px}}

body .App .Container.dt .tlmq-media-banner{line-height:1.2}body .App .Container.dt header{background-color:#d1aa55;background-size:cover;padding:0;box-shadow:none}body .App .Container.dt header .logo{background:url("/images/dt/psychic.png") no-repeat;background-size:100%;height:80px;width:126px;transform:scale(.8)}@media screen and (min-width: 768px){body .App .Container.dt header .logo{height:80px;transform:scale(.8)}}body .App .Container.dt .textContainer h1{color:#d1aa55;font-size:25px}body .App .Container.dt .textContainer .textPhotoContainer{line-height:1.2;margin-bottom:14px}body .App .Container.dt .textContainer .textPhotoContainer strong{color:#d1aa55;font-size:22px}body .App .Container.dt .textContainer .themeTextContainer .recallContainer{border:3px solid #d1aa55}body .App .Container.dt .telephoneContainer{background-color:#d1aa55;background-size:cover;background-position-y:84%;box-shadow:none}body .App .Container.dt .telephoneContainer h3{color:#fff}body .App .Container.dt .telephoneContainer button{background-color:#fff}body .App .Container.dt .photoContainer .photo{background:url("/images/dt/psychic-face.png") no-repeat;width:400px;height:170px;margin:25px 0px;border-radius:0;background-size:100%}body .App .Container.dt .photoContainer .logoPhoto{background:url("") no-repeat;width:150px;height:122px;background-size:100%;margin-top:-10px}body .App .Container .iWishToBeCalledLater{color:#fff}body .App .Container .consents-wrapper span,body .App .Container .consents-wrapper div,body .App .Container .consents-wrapper a{color:#fff}

@media (min-width: 1024px){.App.eduardo-super-psychics{background:#d5b154}}@media (min-width: 1024px){.App .Container.eduardo-super-psychics{max-width:1024px;margin:0 auto}}.App .Container.eduardo-super-psychics .consents-wrapper,.App .Container.eduardo-super-psychics .consents-wrapper span,.App .Container.eduardo-super-psychics .consents-wrapper div{color:#000}.App .Container.eduardo-super-psychics .consents-wrapper a,.App .Container.eduardo-super-psychics .consents-wrapper span a,.App .Container.eduardo-super-psychics .consents-wrapper div a{color:#000}.App .Container.eduardo-super-psychics .tlmq-media-banner{background-color:#fff}.App .Container.eduardo-super-psychics header{background:#d5b154;padding:6px}@media (min-width: 1024px){.App .Container.eduardo-super-psychics header{background:#d5b154}}.App .Container.eduardo-super-psychics header .logo{background:url("/images/eduardo-super-psychics/logo.png") no-repeat;background-position:center;height:110px;width:177px;align-self:contain;background-size:90%}.App .Container.eduardo-super-psychics .textContainer .indicateYourPhoneNumber{color:#d5b154;line-height:1.2;font-weight:600;font-size:23px;max-width:250px;margin:0 auto;margin-top:15px}@media (min-width: 768px){.App .Container.eduardo-super-psychics .textContainer .indicateYourPhoneNumber{font-size:20px}}.App .Container.eduardo-super-psychics .textContainer h1{color:#fff;font-size:19px;line-height:1.2}@media (min-width: 768px){.App .Container.eduardo-super-psychics .textContainer h1{font-size:25px}}.App .Container.eduardo-super-psychics .textContainer h1 span{text-transform:uppercase}.App .Container.eduardo-super-psychics .textContainer .textPhotoContainer p{color:#fff;line-height:1.2;margin-bottom:20px}.App .Container.eduardo-super-psychics .textContainer .textPhotoContainer p .secondSentence{font-size:15px}@media (min-width: 768px){.App .Container.eduardo-super-psychics .textContainer .textPhotoContainer p .secondSentence{font-size:18px}}.App .Container.eduardo-super-psychics .textContainer .textPhotoContainer .offer{display:block;max-width:190px;margin:0 auto}@media (min-width: 768px){.App .Container.eduardo-super-psychics .textContainer .textPhotoContainer .offer{max-width:260px}}.App .Container.eduardo-super-psychics .textContainer .textPhotoContainer strong{color:#fff;font-size:15px;max-width:50%;line-height:1.2}@media (min-width: 768px){.App .Container.eduardo-super-psychics .textContainer .textPhotoContainer strong{font-size:18px}}.App .Container.eduardo-super-psychics .textContainer .themeTextContainer .recallContainer{border:3px solid #d5b154}.App .Container.eduardo-super-psychics .telephoneContainer{background:#fff;background-size:cover;background-position-y:84%}@media (min-width: 1024px){.App .Container.eduardo-super-psychics .telephoneContainer{background:#fff}}.App .Container.eduardo-super-psychics .telephoneContainer .infosContainer .recallImmediately{font-size:14px;margin-top:7px;margin-bottom:0px}.App .Container.eduardo-super-psychics .telephoneContainer h3{color:black}.App .Container.eduardo-super-psychics .telephoneContainer .checkboxes .termsAndConditions label span{color:black}.App .Container.eduardo-super-psychics .telephoneContainer .checkboxes .termsAndConditions label span button{cursor:pointer}.App .Container.eduardo-super-psychics .telephoneContainer .checkboxes .contactByWebsite label span{color:black}.App .Container.eduardo-super-psychics .telephoneContainer button{background-color:#fff;border:2px solid #cecece}.App .Container.eduardo-super-psychics footer{margin-top:0;line-height:1.3;background-color:#fff}.App .Container.eduardo-super-psychics footer .linksBlock{margin-top:25px;padding:0 10px;text-align:center}.App .Container.eduardo-super-psychics footer .linksBlock .links{line-height:1.8;align-items:initial;justify-content:flex-start}.App .Container.eduardo-super-psychics footer .linksBlock .links a{margin-right:4px;margin-left:4px}.App .Container.eduardo-super-psychics footer .linksBlock .links a:nth-of-type(1){margin-left:0}.App .Container.eduardo-super-psychics footer .copyright{margin-top:15px}.App .Container.eduardo-super-psychics .photoContainer{background:#fff}.App .Container.eduardo-super-psychics .photoContainer .photo{background:url("/images/eduardo-super-psychics/signature.png") no-repeat;width:380px;height:151px;margin:25px 0px;background-size:100%}.App .Container.eduardo-super-psychics .textContainerBlock{background:url("/images/super-psychics/background-mobile.jpg");background-size:cover;background-repeat:no-repeat;height:300px;display:flex;flex-direction:column;justify-content:center;align-items:center}@media (min-width: 768px){.App .Container.eduardo-super-psychics .textContainerBlock{background-image:url("/images/super-psychics/background.jpg");height:380px;background-position:center}}.App .Container.eduardo-super-psychics .textContainerBlock .firstSentence{color:#d5b154}.App .Container.eduardo-super-psychics .textContainerBlock .overlap{border:2px solid #d5b154;background-color:rgba(0,0,0,0.71);width:280px;height:280px;border-radius:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}@media (max-width: 320px){.App .Container.eduardo-super-psychics .textContainerBlock .overlap{width:280px;height:280px}}@media (min-width: 768px){.App .Container.eduardo-super-psychics .textContainerBlock .overlap{width:320px;height:320px}}

body{font-size:16px}body .App .Container.elisabeth .tlmq-media-banner{padding:0 5px 2px 5px;line-height:1.3}@media (min-width: 768px){body .App .Container.elisabeth .tlmq-media-banner{padding:10px;line-height:1.5}}body .App .Container.elisabeth header{background-color:#aa24b6;padding:3px}@media (min-width: 768px){body .App .Container.elisabeth header{padding:6px}}body .App .Container.elisabeth header .logo{background:url("/images/elisabeth/logo-elisabeth.png") no-repeat;width:200px;height:39px;background-size:100%;background-position:center;transform:scale(1)}@media (min-width: 768px){body .App .Container.elisabeth header .logo{width:383px;height:75px}}body .App .Container.elisabeth .textContainer h1{color:#aa24b6;font-size:1.2em;line-height:1.2;margin-bottom:5px}@media (min-width: 768px){body .App .Container.elisabeth .textContainer h1{font-size:1.6em;line-height:initial}}body .App .Container.elisabeth .textContainer .textPhotoContainer{margin-bottom:8px;padding:0 10px;line-height:1.2}body .App .Container.elisabeth .textContainer .textPhotoContainer p{font-size:1em}@media (min-width: 425px){body .App .Container.elisabeth .textContainer .textPhotoContainer p{font-size:1.2em}}body .App .Container.elisabeth .textContainer .textPhotoContainer strong{color:#aa24b6;font-size:1.2em}@media (min-width: 425px){body .App .Container.elisabeth .textContainer .textPhotoContainer strong{font-size:1.3em}}body .App .Container.elisabeth .textContainer .themeTextContainer .recallContainer{border:3px solid #aa24b6}@media (min-width: 425px){body .App .Container.elisabeth .textContainer.textContainerBlock{padding:0 10px}}@media (min-width: 768px){body .App .Container.elisabeth .textContainer.textContainerBlock{max-width:500px;margin:0 auto;padding:15px 10px}}@media (min-width: 1440px){body .App .Container.elisabeth .textContainer.textContainerBlock{max-width:700px;padding:25px 10px}}body .App .Container.elisabeth .telephoneContainer{background-color:#aa24b6;color:#fff;padding:0 5px}body .App .Container.elisabeth .telephoneContainer .infosContainer h3{color:#fff;font-size:1.4em;line-height:1.2}body .App .Container.elisabeth .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.2em}body .App .Container.elisabeth .telephoneContainer .infosContainer h3.recallImmediately span{font-size:1em}@media (min-width: 768px){body .App .Container.elisabeth .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.4em}}@media (min-width: 768px){body .App .Container.elisabeth .telephoneContainer .infosContainer h3{font-size:1.8em}}body .App .Container.elisabeth .telephoneContainer .infosContainer .iWishToBeCalledLater{color:#fff}body .App .Container.elisabeth .telephoneContainer .consents-wrapper,body .App .Container.elisabeth .telephoneContainer .consents-wrapper span,body .App .Container.elisabeth .telephoneContainer .consents-wrapper div{color:#fff}body .App .Container.elisabeth .telephoneContainer .consents-wrapper a,body .App .Container.elisabeth .telephoneContainer .consents-wrapper span a,body .App .Container.elisabeth .telephoneContainer .consents-wrapper div a{color:#fff}body .App .Container.elisabeth .telephoneContainer .checkboxes .termsAndConditions label span{color:#fff}body .App .Container.elisabeth .telephoneContainer .checkboxes .termsAndConditions label span button{background-color:#aa24b6;cursor:pointer;color:#fff}body .App .Container.elisabeth .telephoneContainer .checkboxes .contactByWebsite label span{color:#fff}body .App .Container.elisabeth .telephoneContainer button{background-color:#fff}body .App .Container.elisabeth .photoContainer .photo{background:url("/images/elisabeth/photo-elisabeth.png") no-repeat;margin:10px 0;background-size:100%;width:221px;height:124px}@media (min-width: 768px){body .App .Container.elisabeth .photoContainer .photo{width:286px;height:160px}}@media (min-width: 1440px){body .App .Container.elisabeth .photoContainer .photo{width:448px;height:251px}}

body .App .Container.esme .tlmq-media-banner{line-height:1.2}body .App .Container.esme header{background-color:#d1aa55;background-size:cover;padding:0;box-shadow:none}body .App .Container.esme header .logo{background:url("/images/esme/Esmeralda-logo.png") no-repeat;background-size:100%;height:77px;width:230px;transform:scale(.7)}@media screen and (min-width: 768px){body .App .Container.esme header .logo{height:77px;transform:scale(.7)}}body .App .Container.esme .textContainer h1{color:#d1aa55;font-size:25px}body .App .Container.esme .textContainer .textPhotoContainer{line-height:1.2;margin-bottom:14px}body .App .Container.esme .textContainer .textPhotoContainer strong{color:#d1aa55;font-size:22px}body .App .Container.esme .textContainer .themeTextContainer .recallContainer{border:3px solid #d1aa55}body .App .Container.esme .telephoneContainer{background-color:#d1aa55;background-size:cover;background-position-y:84%;box-shadow:none}body .App .Container.esme .telephoneContainer h3{color:#fff}body .App .Container.esme .telephoneContainer button{background-color:#fff}body .App .Container.esme .photoContainer .photo{background:url("/images/esme/photo-esmeralda.gif") no-repeat;width:257px;height:250px;margin:25px 0px;border-radius:0;background-size:100%}body .App .Container.esme .photoContainer .logoPhoto{background:url("/images/esme/esmeralda-signature.png") no-repeat;width:220px;height:97px;background-size:100%;margin-top:-20px}body .App .Container .iWishToBeCalledLater{color:#fff}body .App .Container .consents-wrapper span,body .App .Container .consents-wrapper div,body .App .Container .consents-wrapper a{color:#fff}

html body .App.esmeralda-votre-voyant{height:100%;margin:0;padding:60px 0 0 0;background-image:url("/images/esmeralda-votre-voyant/background.jpg");background-position:center;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;color:white;flex-flow:column;justify-content:space-between;align-items:center}html body .App.esmeralda-votre-voyant:before{content:'';position:absolute;top:0;left:0;width:125px;height:125px;background-image:url("/images/esmeralda-votre-voyant/esmeralda-logo.png");background-size:contain;background-repeat:no-repeat;z-index:1000}@media screen and (min-width: 1024px){html body .App.esmeralda-votre-voyant:before{width:150px;height:150px}}@media screen and (min-width: 1024px){html body .App.esmeralda-votre-voyant{padding-top:50px}}html body .App.esmeralda-votre-voyant .Container header{display:none !important}html body .App.esmeralda-votre-voyant .Container .telephoneContainer{padding:0 15px;margin-bottom:50px;background-color:transparent !important}@media screen and (min-width: 1140px){html body .App.esmeralda-votre-voyant .Container .telephoneContainer{margin-bottom:139px}}html body .App.esmeralda-votre-voyant .Container .telephoneContainer .PhoneInputCountryIcon{font-size:25px !important}html body .App.esmeralda-votre-voyant .Container .telephoneContainer .infosContainer form .submitButton{color:#fff;text-transform:uppercase;background-image:linear-gradient(#f50, #ff1600);border:2px solid #fff;border-radius:6px;justify-content:center;align-items:center;height:60px;margin-top:20px;padding-left:20px;padding-right:2px;font-size:15px;font-weight:700;line-height:35px;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 0 30px #fff}@media screen and (min-width: 375px){html body .App.esmeralda-votre-voyant .Container .telephoneContainer .infosContainer form .submitButton{font-size:18px}}@media screen and (min-width: 768px){html body .App.esmeralda-votre-voyant .Container .telephoneContainer .infosContainer form .submitButton{height:80px;font-size:25px;padding-left:40px;padding-right:40px}}html body .App.esmeralda-votre-voyant .Container .telephoneContainer .infosContainer .frontCallbackForm .inputContainer div,html body .App.esmeralda-votre-voyant .Container .telephoneContainer .infosContainer .frontCallbackForm .inputContainer p,html body .App.esmeralda-votre-voyant .Container .telephoneContainer .infosContainer .frontCallbackForm .inputContainer a{font-family:"Montserrat", sans-serif !important;font-size:11px;font-optical-sizing:auto;font-style:normal}@media screen and (min-width: 768px){html body .App.esmeralda-votre-voyant .Container .telephoneContainer .infosContainer .frontCallbackForm .inputContainer{max-width:450px}}html body .App.esmeralda-votre-voyant .Container .telephoneContainer .infosContainer .frontCallbackForm .inputContainer .PhoneInputInput{height:55px !important;border-radius:5px}html body .App.esmeralda-votre-voyant .Container .iWishToBeCalledLater{margin-bottom:0 !important}html body .App.esmeralda-votre-voyant .Container .iWishToBeCalledLater div div{margin-bottom:5px}html body .App.esmeralda-votre-voyant .Container .iWishToBeCalledLater label{display:flex;justify-content:center;font-family:"Montserrat", sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:900}html body .App.esmeralda-votre-voyant .title{padding-top:15px;font-family:"Montserrat", sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:900;font-size:40px;line-height:1;margin-bottom:20px}@media screen and (min-width: 425px){html body .App.esmeralda-votre-voyant .title{font-size:50px}}@media screen and (min-width: 768px){html body .App.esmeralda-votre-voyant .title{font-size:60px}}@media screen and (min-width: 1024px){html body .App.esmeralda-votre-voyant .title{line-height:0.7;font-size:75px;margin-bottom:40px}}html body .App.esmeralda-votre-voyant .title span{font-size:20px}@media screen and (min-width: 425px){html body .App.esmeralda-votre-voyant .title span{font-size:25px}}@media screen and (min-width: 768px){html body .App.esmeralda-votre-voyant .title span{font-size:45px}}html body .App.esmeralda-votre-voyant .callback-content{font-family:"Montserrat", sans-serif;font-weight:900;font-optical-sizing:auto;font-style:normal;font-size:22px;line-height:1.2;margin-bottom:15px}@media screen and (min-width: 768px){html body .App.esmeralda-votre-voyant .callback-content{font-size:25px;line-height:1.5;margin-bottom:15px}}@media screen and (min-width: 1024px){html body .App.esmeralda-votre-voyant .callback-content{line-height:2;margin-bottom:0}}html body .App.esmeralda-votre-voyant .offer-content{font-family:"Montserrat", sans-serif;font-weight:900;font-optical-sizing:auto;font-style:normal;font-size:16px;margin-bottom:25px}html body .App.esmeralda-votre-voyant footer{background-color:#222;color:#fff}html body .App.esmeralda-votre-voyant footer a{color:#fff}html body .App.esmeralda-votre-voyant footer .linksBlock .links a{color:#fff}html body .App.esmeralda-votre-voyant footer .linksBlock #undefined-14{display:none}html body .App.esmeralda-votre-voyant footer .linksBlock #undefined-14:after{content:''}

body{font-size:16px}body .App .Container.fiona-votre-voyant .tlmq-media-banner{padding:0 5px 2px 5px;line-height:1.3}@media (min-width: 768px){body .App .Container.fiona-votre-voyant .tlmq-media-banner{padding:10px;line-height:1.5}}body .App .Container.fiona-votre-voyant header{background-color:#de3a38;padding:3px}@media (min-width: 768px){body .App .Container.fiona-votre-voyant header{padding:6px}}body .App .Container.fiona-votre-voyant header .logo{background:url("/images/fiona-votre-voyant/tarot-fiona.png") no-repeat;width:200px;height:39px;background-size:100%;background-position:center;transform:scale(1)}@media (min-width: 768px){body .App .Container.fiona-votre-voyant header .logo{width:383px;height:75px}}body .App .Container.fiona-votre-voyant .textContainer h1{color:#de3a38;font-size:1.2em;line-height:1.2;margin-bottom:5px}@media (min-width: 768px){body .App .Container.fiona-votre-voyant .textContainer h1{font-size:1.6em;line-height:initial}}body .App .Container.fiona-votre-voyant .textContainer .textPhotoContainer{margin-bottom:8px;padding:0 10px;line-height:1.2}body .App .Container.fiona-votre-voyant .textContainer .textPhotoContainer p{font-size:1em}@media (min-width: 425px){body .App .Container.fiona-votre-voyant .textContainer .textPhotoContainer p{font-size:1.2em}}body .App .Container.fiona-votre-voyant .textContainer .textPhotoContainer strong{color:#de3a38;font-size:1.2em}@media (min-width: 425px){body .App .Container.fiona-votre-voyant .textContainer .textPhotoContainer strong{font-size:1.3em}}body .App .Container.fiona-votre-voyant .textContainer .themeTextContainer .recallContainer{border:3px solid #de3a38}@media (min-width: 425px){body .App .Container.fiona-votre-voyant .textContainer.textContainerBlock{padding:0 10px}}@media (min-width: 768px){body .App .Container.fiona-votre-voyant .textContainer.textContainerBlock{max-width:500px;margin:0 auto;padding:15px 10px}}@media (min-width: 1440px){body .App .Container.fiona-votre-voyant .textContainer.textContainerBlock{max-width:700px;padding:25px 10px}}body .App .Container.fiona-votre-voyant .telephoneContainer{background-color:#de3a38;color:#fff;padding:0 5px}body .App .Container.fiona-votre-voyant .telephoneContainer .infosContainer h3{color:#fff;font-size:1.4em;line-height:1.2}body .App .Container.fiona-votre-voyant .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.2em}body .App .Container.fiona-votre-voyant .telephoneContainer .infosContainer h3.recallImmediately span{font-size:1em}@media (min-width: 768px){body .App .Container.fiona-votre-voyant .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.4em}}@media (min-width: 768px){body .App .Container.fiona-votre-voyant .telephoneContainer .infosContainer h3{font-size:1.8em}}body .App .Container.fiona-votre-voyant .telephoneContainer .infosContainer .iWishToBeCalledLater{color:#fff}body .App .Container.fiona-votre-voyant .telephoneContainer .consents-wrapper,body .App .Container.fiona-votre-voyant .telephoneContainer .consents-wrapper span,body .App .Container.fiona-votre-voyant .telephoneContainer .consents-wrapper div{color:#fff}body .App .Container.fiona-votre-voyant .telephoneContainer .consents-wrapper a,body .App .Container.fiona-votre-voyant .telephoneContainer .consents-wrapper span a,body .App .Container.fiona-votre-voyant .telephoneContainer .consents-wrapper div a{color:#fff}body .App .Container.fiona-votre-voyant .telephoneContainer .checkboxes .termsAndConditions label span{color:#fff}body .App .Container.fiona-votre-voyant .telephoneContainer .checkboxes .termsAndConditions label span button{background-color:#de3a38;cursor:pointer;color:#fff}body .App .Container.fiona-votre-voyant .telephoneContainer .checkboxes .contactByWebsite label span{color:#fff}body .App .Container.fiona-votre-voyant .telephoneContainer button{background-color:#fff}body .App .Container.fiona-votre-voyant .photoContainer .photo{background:url("/images/fiona-votre-voyant/photo-fiona.png") no-repeat;margin:10px 0;background-size:100%;width:217px;height:124px}@media (min-width: 768px){body .App .Container.fiona-votre-voyant .photoContainer .photo{width:280px;height:160px}}@media (min-width: 1440px){body .App .Container.fiona-votre-voyant .photoContainer .photo{width:439px;height:251px}}

body{font-size:16px}body .App .Container.jany-votre-voyant .tlmq-media-banner{padding:0 5px 2px 5px;line-height:1.3}@media (min-width: 768px){body .App .Container.jany-votre-voyant .tlmq-media-banner{padding:10px;line-height:1.5}}body .App .Container.jany-votre-voyant header{background-color:#f93;padding:3px}@media (min-width: 768px){body .App .Container.jany-votre-voyant header{padding:6px}}body .App .Container.jany-votre-voyant header .logo{background:url("/images/jany-votre-voyant/tarot-jany.png") no-repeat;width:200px;height:39px;background-size:100%;background-position:center;transform:scale(1)}@media (min-width: 768px){body .App .Container.jany-votre-voyant header .logo{width:383px;height:75px}}body .App .Container.jany-votre-voyant .textContainer h1{color:#f93;font-size:1.2em;line-height:1.2;margin-bottom:5px}@media (min-width: 768px){body .App .Container.jany-votre-voyant .textContainer h1{font-size:1.6em;line-height:initial}}body .App .Container.jany-votre-voyant .textContainer .textPhotoContainer{margin-bottom:8px;padding:0 10px;line-height:1.2}body .App .Container.jany-votre-voyant .textContainer .textPhotoContainer p{font-size:1em}@media (min-width: 425px){body .App .Container.jany-votre-voyant .textContainer .textPhotoContainer p{font-size:1.2em}}body .App .Container.jany-votre-voyant .textContainer .textPhotoContainer strong{color:#f93;font-size:1.2em}@media (min-width: 425px){body .App .Container.jany-votre-voyant .textContainer .textPhotoContainer strong{font-size:1.3em}}body .App .Container.jany-votre-voyant .textContainer .themeTextContainer .recallContainer{border:3px solid #f93}@media (min-width: 425px){body .App .Container.jany-votre-voyant .textContainer.textContainerBlock{padding:0 10px}}@media (min-width: 768px){body .App .Container.jany-votre-voyant .textContainer.textContainerBlock{max-width:500px;margin:0 auto;padding:15px 10px}}@media (min-width: 1440px){body .App .Container.jany-votre-voyant .textContainer.textContainerBlock{max-width:700px;padding:25px 10px}}body .App .Container.jany-votre-voyant .telephoneContainer{background-color:#f93;color:#fff;padding:0 5px}body .App .Container.jany-votre-voyant .telephoneContainer .infosContainer h3{color:#fff;font-size:1.4em;line-height:1.2}body .App .Container.jany-votre-voyant .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.2em}body .App .Container.jany-votre-voyant .telephoneContainer .infosContainer h3.recallImmediately span{font-size:1em}@media (min-width: 768px){body .App .Container.jany-votre-voyant .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.4em}}@media (min-width: 768px){body .App .Container.jany-votre-voyant .telephoneContainer .infosContainer h3{font-size:1.8em}}body .App .Container.jany-votre-voyant .telephoneContainer .infosContainer .iWishToBeCalledLater{color:#fff}body .App .Container.jany-votre-voyant .telephoneContainer .consents-wrapper,body .App .Container.jany-votre-voyant .telephoneContainer .consents-wrapper span,body .App .Container.jany-votre-voyant .telephoneContainer .consents-wrapper div{color:#fff}body .App .Container.jany-votre-voyant .telephoneContainer .consents-wrapper a,body .App .Container.jany-votre-voyant .telephoneContainer .consents-wrapper span a,body .App .Container.jany-votre-voyant .telephoneContainer .consents-wrapper div a{color:#fff}body .App .Container.jany-votre-voyant .telephoneContainer .checkboxes .termsAndConditions label span{color:#fff}body .App .Container.jany-votre-voyant .telephoneContainer .checkboxes .termsAndConditions label span button{background-color:#f93;cursor:pointer;color:#fff}body .App .Container.jany-votre-voyant .telephoneContainer .checkboxes .contactByWebsite label span{color:#fff}body .App .Container.jany-votre-voyant .telephoneContainer button{background-color:#fff}body .App .Container.jany-votre-voyant .photoContainer .photo{background:url("/images/jany-votre-voyant/photo-jany.png") no-repeat;margin:10px 0;background-size:100%;width:211px;height:124px}@media (min-width: 768px){body .App .Container.jany-votre-voyant .photoContainer .photo{width:270px;height:160px}}@media (min-width: 1440px){body .App .Container.jany-votre-voyant .photoContainer .photo{width:427px;height:251px}}

body{font-size:16px}body .App .Container.jena-votre-voyant .tlmq-media-banner{padding:0 5px 2px 5px;line-height:1.3}@media (min-width: 768px){body .App .Container.jena-votre-voyant .tlmq-media-banner{padding:10px;line-height:1.5}}body .App .Container.jena-votre-voyant header{background-color:#ca726b;padding:3px}@media (min-width: 768px){body .App .Container.jena-votre-voyant header{padding:6px}}body .App .Container.jena-votre-voyant header .logo{background:url("/images/jena-votre-voyant/tarot-jena.png") no-repeat;width:200px;height:39px;background-size:100%;background-position:center;transform:scale(1)}@media (min-width: 768px){body .App .Container.jena-votre-voyant header .logo{width:383px;height:75px}}body .App .Container.jena-votre-voyant .textContainer h1{color:#ca726b;font-size:1.2em;line-height:1.2;margin-bottom:5px}@media (min-width: 768px){body .App .Container.jena-votre-voyant .textContainer h1{font-size:1.6em;line-height:initial}}body .App .Container.jena-votre-voyant .textContainer .textPhotoContainer{margin-bottom:8px;padding:0 10px;line-height:1.2}body .App .Container.jena-votre-voyant .textContainer .textPhotoContainer p{font-size:1em}@media (min-width: 425px){body .App .Container.jena-votre-voyant .textContainer .textPhotoContainer p{font-size:1.2em}}body .App .Container.jena-votre-voyant .textContainer .textPhotoContainer strong{color:#ca726b;font-size:1.2em}@media (min-width: 425px){body .App .Container.jena-votre-voyant .textContainer .textPhotoContainer strong{font-size:1.3em}}body .App .Container.jena-votre-voyant .textContainer .themeTextContainer .recallContainer{border:3px solid #ca726b}@media (min-width: 425px){body .App .Container.jena-votre-voyant .textContainer.textContainerBlock{padding:0 10px}}@media (min-width: 768px){body .App .Container.jena-votre-voyant .textContainer.textContainerBlock{max-width:500px;margin:0 auto;padding:15px 10px}}@media (min-width: 1440px){body .App .Container.jena-votre-voyant .textContainer.textContainerBlock{max-width:700px;padding:25px 10px}}body .App .Container.jena-votre-voyant .telephoneContainer{background-color:#ca726b;color:#fff;padding:0 5px}body .App .Container.jena-votre-voyant .telephoneContainer .infosContainer h3{color:#fff;font-size:1.4em;line-height:1.2}body .App .Container.jena-votre-voyant .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.2em}body .App .Container.jena-votre-voyant .telephoneContainer .infosContainer h3.recallImmediately span{font-size:1em}@media (min-width: 768px){body .App .Container.jena-votre-voyant .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.4em}}@media (min-width: 768px){body .App .Container.jena-votre-voyant .telephoneContainer .infosContainer h3{font-size:1.8em}}body .App .Container.jena-votre-voyant .telephoneContainer .infosContainer .iWishToBeCalledLater{color:#fff}body .App .Container.jena-votre-voyant .telephoneContainer .consents-wrapper,body .App .Container.jena-votre-voyant .telephoneContainer .consents-wrapper span,body .App .Container.jena-votre-voyant .telephoneContainer .consents-wrapper div{color:#fff}body .App .Container.jena-votre-voyant .telephoneContainer .consents-wrapper a,body .App .Container.jena-votre-voyant .telephoneContainer .consents-wrapper span a,body .App .Container.jena-votre-voyant .telephoneContainer .consents-wrapper div a{color:#fff}body .App .Container.jena-votre-voyant .telephoneContainer .checkboxes .termsAndConditions label span{color:#fff}body .App .Container.jena-votre-voyant .telephoneContainer .checkboxes .termsAndConditions label span button{background-color:#ca726b;cursor:pointer;color:#fff}body .App .Container.jena-votre-voyant .telephoneContainer .checkboxes .contactByWebsite label span{color:#fff}body .App .Container.jena-votre-voyant .telephoneContainer button{background-color:#fff}body .App .Container.jena-votre-voyant .photoContainer .photo{background:url("/images/jena-votre-voyant/photo-jena.png") no-repeat;margin:10px 0;background-size:100%;width:216px;height:124px}@media (min-width: 768px){body .App .Container.jena-votre-voyant .photoContainer .photo{width:279px;height:160px}}@media (min-width: 1440px){body .App .Container.jena-votre-voyant .photoContainer .photo{width:438px;height:251px}}

body{font-size:16px}body .App .Container.juliette .tlmq-media-banner{padding:0 5px 2px 5px;line-height:1.3}@media (min-width: 768px){body .App .Container.juliette .tlmq-media-banner{padding:10px;line-height:1.5}}body .App .Container.juliette header{background-color:#0869C7;padding:3px}@media (min-width: 768px){body .App .Container.juliette header{padding:6px}}body .App .Container.juliette header .logo{background:url("/images/juliette/logo.png") no-repeat;width:200px;height:39px;background-size:100%;background-position:center;transform:scale(1)}@media (min-width: 768px){body .App .Container.juliette header .logo{width:383px;height:75px}}body .App .Container.juliette .textContainer h1{color:#0869C7;font-size:1.2em;line-height:1.2;margin-bottom:5px}@media (min-width: 768px){body .App .Container.juliette .textContainer h1{font-size:1.6em;line-height:initial}}body .App .Container.juliette .textContainer .textPhotoContainer{margin-bottom:8px;padding:0 10px;line-height:1.2}body .App .Container.juliette .textContainer .textPhotoContainer p{font-size:1em}@media (min-width: 425px){body .App .Container.juliette .textContainer .textPhotoContainer p{font-size:1.2em}}body .App .Container.juliette .textContainer .textPhotoContainer strong{color:#0869C7;font-size:1.2em}@media (min-width: 425px){body .App .Container.juliette .textContainer .textPhotoContainer strong{font-size:1.3em}}body .App .Container.juliette .textContainer .themeTextContainer .recallContainer{border:3px solid #0869C7}@media (min-width: 425px){body .App .Container.juliette .textContainer.textContainerBlock{padding:0 10px}}@media (min-width: 768px){body .App .Container.juliette .textContainer.textContainerBlock{max-width:500px;margin:0 auto;padding:15px 10px}}@media (min-width: 1440px){body .App .Container.juliette .textContainer.textContainerBlock{max-width:700px;padding:25px 10px}}body .App .Container.juliette .telephoneContainer{background-color:#0869C7;color:#fff;padding:0 5px}body .App .Container.juliette .telephoneContainer .infosContainer h3{color:#fff;font-size:1.4em;line-height:1.2}body .App .Container.juliette .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.2em}body .App .Container.juliette .telephoneContainer .infosContainer h3.recallImmediately span{font-size:1em}@media (min-width: 768px){body .App .Container.juliette .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.4em}}@media (min-width: 768px){body .App .Container.juliette .telephoneContainer .infosContainer h3{font-size:1.8em}}body .App .Container.juliette .telephoneContainer .infosContainer .iWishToBeCalledLater{color:#fff}body .App .Container.juliette .telephoneContainer .consents-wrapper,body .App .Container.juliette .telephoneContainer .consents-wrapper span,body .App .Container.juliette .telephoneContainer .consents-wrapper div{color:#fff}body .App .Container.juliette .telephoneContainer .consents-wrapper a,body .App .Container.juliette .telephoneContainer .consents-wrapper span a,body .App .Container.juliette .telephoneContainer .consents-wrapper div a{color:#fff}body .App .Container.juliette .telephoneContainer .checkboxes .termsAndConditions label span{color:#fff}body .App .Container.juliette .telephoneContainer .checkboxes .termsAndConditions label span button{background-color:#0869C7;cursor:pointer;color:#fff}body .App .Container.juliette .telephoneContainer .checkboxes .contactByWebsite label span{color:#fff}body .App .Container.juliette .telephoneContainer button{background-color:#fff}body .App .Container.juliette .photoContainer .photo{background:url("/images/juliette/photo-juliette.png") no-repeat;margin:10px 0;background-size:100%;width:221px;height:124px}@media (min-width: 768px){body .App .Container.juliette .photoContainer .photo{width:286px;height:160px}}@media (min-width: 1440px){body .App .Container.juliette .photoContainer .photo{width:448px;height:251px}}

body{font-size:16px}body .App .Container.lou-votre-voyant .tlmq-media-banner{padding:0 5px 2px 5px;line-height:1.3}@media (min-width: 768px){body .App .Container.lou-votre-voyant .tlmq-media-banner{padding:10px;line-height:1.5}}body .App .Container.lou-votre-voyant header{background-color:#de506a;padding:3px}@media (min-width: 768px){body .App .Container.lou-votre-voyant header{padding:6px}}body .App .Container.lou-votre-voyant header .logo{background:url("/images/lou-votre-voyant/tarot-lou.png") no-repeat;width:200px;height:39px;background-size:100%;background-position:center;transform:scale(1)}@media (min-width: 768px){body .App .Container.lou-votre-voyant header .logo{width:383px;height:75px}}body .App .Container.lou-votre-voyant .textContainer h1{color:#de506a;font-size:1.2em;line-height:1.2;margin-bottom:5px}@media (min-width: 768px){body .App .Container.lou-votre-voyant .textContainer h1{font-size:1.6em;line-height:initial}}body .App .Container.lou-votre-voyant .textContainer .textPhotoContainer{margin-bottom:8px;padding:0 10px;line-height:1.2}body .App .Container.lou-votre-voyant .textContainer .textPhotoContainer p{font-size:1em}@media (min-width: 425px){body .App .Container.lou-votre-voyant .textContainer .textPhotoContainer p{font-size:1.2em}}body .App .Container.lou-votre-voyant .textContainer .textPhotoContainer strong{color:#de506a;font-size:1.2em}@media (min-width: 425px){body .App .Container.lou-votre-voyant .textContainer .textPhotoContainer strong{font-size:1.3em}}body .App .Container.lou-votre-voyant .textContainer .themeTextContainer .recallContainer{border:3px solid #de506a}@media (min-width: 425px){body .App .Container.lou-votre-voyant .textContainer.textContainerBlock{padding:0 10px}}@media (min-width: 768px){body .App .Container.lou-votre-voyant .textContainer.textContainerBlock{max-width:500px;margin:0 auto;padding:15px 10px}}@media (min-width: 1440px){body .App .Container.lou-votre-voyant .textContainer.textContainerBlock{max-width:700px;padding:25px 10px}}body .App .Container.lou-votre-voyant .telephoneContainer{background-color:#de506a;color:#fff;padding:0 5px}body .App .Container.lou-votre-voyant .telephoneContainer .infosContainer h3{color:#fff;font-size:1.4em;line-height:1.2}body .App .Container.lou-votre-voyant .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.2em}body .App .Container.lou-votre-voyant .telephoneContainer .infosContainer h3.recallImmediately span{font-size:1em}@media (min-width: 768px){body .App .Container.lou-votre-voyant .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.4em}}@media (min-width: 768px){body .App .Container.lou-votre-voyant .telephoneContainer .infosContainer h3{font-size:1.8em}}body .App .Container.lou-votre-voyant .telephoneContainer .infosContainer .iWishToBeCalledLater{color:#fff}body .App .Container.lou-votre-voyant .telephoneContainer .consents-wrapper,body .App .Container.lou-votre-voyant .telephoneContainer .consents-wrapper span,body .App .Container.lou-votre-voyant .telephoneContainer .consents-wrapper div{color:#fff}body .App .Container.lou-votre-voyant .telephoneContainer .consents-wrapper a,body .App .Container.lou-votre-voyant .telephoneContainer .consents-wrapper span a,body .App .Container.lou-votre-voyant .telephoneContainer .consents-wrapper div a{color:#fff}body .App .Container.lou-votre-voyant .telephoneContainer .checkboxes .termsAndConditions label span{color:#fff}body .App .Container.lou-votre-voyant .telephoneContainer .checkboxes .termsAndConditions label span button{background-color:#de506a;cursor:pointer;color:#fff}body .App .Container.lou-votre-voyant .telephoneContainer .checkboxes .contactByWebsite label span{color:#fff}body .App .Container.lou-votre-voyant .telephoneContainer button{background-color:#fff}body .App .Container.lou-votre-voyant .photoContainer .photo{background:url("/images/lou-votre-voyant/photo-lou.png") no-repeat;margin:10px 0;background-size:100%;width:216px;height:124px}@media (min-width: 768px){body .App .Container.lou-votre-voyant .photoContainer .photo{width:279px;height:160px}}@media (min-width: 1440px){body .App .Container.lou-votre-voyant .photoContainer .photo{width:438px;height:251px}}

body .App .Container.m .tlmq-media-banner{line-height:1.2}body .App .Container.m header{background-color:#ff842b;background-size:cover;padding:0;box-shadow:none}body .App .Container.m header .logo{background:url("/images/m/logo-margaux.png") no-repeat;background-size:100%;height:50px;width:400px;transform:scale(.7)}@media screen and (min-width: 768px){body .App .Container.m header .logo{height:50px;transform:scale(.7)}}body .App .Container.m .textContainer h1{color:#ff842b;font-size:25px}body .App .Container.m .textContainer .textPhotoContainer{line-height:1.2;margin-bottom:14px}body .App .Container.m .textContainer .textPhotoContainer strong{color:#ff842b;font-size:22px}body .App .Container.m .textContainer .themeTextContainer .recallContainer{border:3px solid #ff842b}body .App .Container.m .telephoneContainer{background-color:#ff842b;background-size:cover;background-position-y:84%;box-shadow:none}body .App .Container.m .telephoneContainer h3{color:#000}body .App .Container.m .telephoneContainer button{background-color:#fff}body .App .Container.m .photoContainer .photo{background:url("/images/m/photo-margaux.png") no-repeat;width:200px;height:200px;margin:25px 0px;border-radius:50%;background-size:121%}body .App .Container.m .photoContainer .logoPhoto{background:url("/images/m/margaux-signature.PNG") no-repeat;width:220px;height:85px;background-size:100%;margin-top:-10px}body .App .Container .iWishToBeCalledLater{color:#fff}body .App .Container .consents-wrapper span,body .App .Container .consents-wrapper div,body .App .Container .consents-wrapper a{color:#fff}

body .App .Container.ma .tlmq-media-banner{line-height:1.2}body .App .Container.ma header{background-color:#c9b59d;background-size:cover;padding:0;box-shadow:none}body .App .Container.ma header .logo{background:url("/images/ma/logo-macha.png") no-repeat;background-size:100%;height:50px;width:400px;transform:scale(.7)}@media screen and (min-width: 768px){body .App .Container.ma header .logo{height:50px;transform:scale(.7)}}body .App .Container.ma .textContainer h1{color:#c9b59d;font-size:25px}body .App .Container.ma .textContainer .textPhotoContainer{line-height:1.2;margin-bottom:14px}body .App .Container.ma .textContainer .textPhotoContainer strong{color:#c9b59d;font-size:22px}body .App .Container.ma .textContainer .themeTextContainer .recallContainer{border:3px solid #c9b59d}body .App .Container.ma .telephoneContainer{background-color:#c9b59d;background-size:cover;background-position-y:84%;box-shadow:none}body .App .Container.ma .telephoneContainer h3{color:#fff}body .App .Container.ma .telephoneContainer button{background-color:#fff}body .App .Container.ma .photoContainer .photo{background:url("/images/ma/photo-macha.png") no-repeat;width:200px;height:200px;margin:25px 0px;border-radius:50%;background-size:100%}body .App .Container.ma .photoContainer .logoPhoto{background:url("/images/ma/signature-Macha.png") no-repeat;width:200px;height:80px;background-size:100%;margin-top:-10px}body .App .Container .iWishToBeCalledLater{color:#fff}body .App .Container .consents-wrapper span,body .App .Container .consents-wrapper div,body .App .Container .consents-wrapper a{color:#fff}

body{font-size:16px}body .App .Container.mandy-votre-voyant .tlmq-media-banner{padding:0 5px 2px 5px;line-height:1.3}@media (min-width: 768px){body .App .Container.mandy-votre-voyant .tlmq-media-banner{padding:10px;line-height:1.5}}body .App .Container.mandy-votre-voyant header{background-color:#edaa53;padding:3px}@media (min-width: 768px){body .App .Container.mandy-votre-voyant header{padding:6px}}body .App .Container.mandy-votre-voyant header .logo{background:url("/images/mandy-votre-voyant/tarot-mandy.png") no-repeat;width:200px;height:39px;background-size:100%;background-position:center;transform:scale(1)}@media (min-width: 768px){body .App .Container.mandy-votre-voyant header .logo{width:383px;height:75px}}body .App .Container.mandy-votre-voyant .textContainer h1{color:#edaa53;font-size:1.2em;line-height:1.2;margin-bottom:5px}@media (min-width: 768px){body .App .Container.mandy-votre-voyant .textContainer h1{font-size:1.6em;line-height:initial}}body .App .Container.mandy-votre-voyant .textContainer .textPhotoContainer{margin-bottom:8px;padding:0 10px;line-height:1.2}body .App .Container.mandy-votre-voyant .textContainer .textPhotoContainer p{font-size:1em}@media (min-width: 425px){body .App .Container.mandy-votre-voyant .textContainer .textPhotoContainer p{font-size:1.2em}}body .App .Container.mandy-votre-voyant .textContainer .textPhotoContainer strong{color:#edaa53;font-size:1.2em}@media (min-width: 425px){body .App .Container.mandy-votre-voyant .textContainer .textPhotoContainer strong{font-size:1.3em}}body .App .Container.mandy-votre-voyant .textContainer .themeTextContainer .recallContainer{border:3px solid #edaa53}@media (min-width: 425px){body .App .Container.mandy-votre-voyant .textContainer.textContainerBlock{padding:0 10px}}@media (min-width: 768px){body .App .Container.mandy-votre-voyant .textContainer.textContainerBlock{max-width:500px;margin:0 auto;padding:15px 10px}}@media (min-width: 1440px){body .App .Container.mandy-votre-voyant .textContainer.textContainerBlock{max-width:700px;padding:25px 10px}}body .App .Container.mandy-votre-voyant .telephoneContainer{background-color:#edaa53;color:#fff;padding:0 5px}body .App .Container.mandy-votre-voyant .telephoneContainer .infosContainer h3{color:#fff;font-size:1.4em;line-height:1.2}body .App .Container.mandy-votre-voyant .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.2em}body .App .Container.mandy-votre-voyant .telephoneContainer .infosContainer h3.recallImmediately span{font-size:1em}@media (min-width: 768px){body .App .Container.mandy-votre-voyant .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.4em}}@media (min-width: 768px){body .App .Container.mandy-votre-voyant .telephoneContainer .infosContainer h3{font-size:1.8em}}body .App .Container.mandy-votre-voyant .telephoneContainer .infosContainer .iWishToBeCalledLater{color:#fff}body .App .Container.mandy-votre-voyant .telephoneContainer .consents-wrapper,body .App .Container.mandy-votre-voyant .telephoneContainer .consents-wrapper span,body .App .Container.mandy-votre-voyant .telephoneContainer .consents-wrapper div{color:#fff}body .App .Container.mandy-votre-voyant .telephoneContainer .consents-wrapper a,body .App .Container.mandy-votre-voyant .telephoneContainer .consents-wrapper span a,body .App .Container.mandy-votre-voyant .telephoneContainer .consents-wrapper div a{color:#fff}body .App .Container.mandy-votre-voyant .telephoneContainer .checkboxes .termsAndConditions label span{color:#fff}body .App .Container.mandy-votre-voyant .telephoneContainer .checkboxes .termsAndConditions label span button{background-color:#edaa53;cursor:pointer;color:#fff}body .App .Container.mandy-votre-voyant .telephoneContainer .checkboxes .contactByWebsite label span{color:#fff}body .App .Container.mandy-votre-voyant .telephoneContainer button{background-color:#fff}body .App .Container.mandy-votre-voyant .photoContainer .photo{background:url("/images/mandy-votre-voyant/photo-mandy.png") no-repeat;margin:10px 0;background-size:100%;width:222px;height:124px}@media (min-width: 768px){body .App .Container.mandy-votre-voyant .photoContainer .photo{width:287px;height:160px}}@media (min-width: 1440px){body .App .Container.mandy-votre-voyant .photoContainer .photo{width:450px;height:251px}}

body{font-size:16px}body .App .Container.marius-votre-voyant .tlmq-media-banner{padding:0 5px 2px 5px;line-height:1.3}@media (min-width: 768px){body .App .Container.marius-votre-voyant .tlmq-media-banner{padding:10px;line-height:1.5}}body .App .Container.marius-votre-voyant header{background-color:#96ceb4;padding:3px}@media (min-width: 768px){body .App .Container.marius-votre-voyant header{padding:6px}}body .App .Container.marius-votre-voyant header .logo{background:url("/images/marius-votre-voyant/tarot-marius.png") no-repeat;width:200px;height:39px;background-size:100%;background-position:center;transform:scale(1)}@media (min-width: 768px){body .App .Container.marius-votre-voyant header .logo{width:383px;height:75px}}body .App .Container.marius-votre-voyant .textContainer h1{color:#96ceb4;font-size:1.2em;line-height:1.2;margin-bottom:5px}@media (min-width: 768px){body .App .Container.marius-votre-voyant .textContainer h1{font-size:1.6em;line-height:initial}}body .App .Container.marius-votre-voyant .textContainer .textPhotoContainer{margin-bottom:8px;padding:0 10px;line-height:1.2}body .App .Container.marius-votre-voyant .textContainer .textPhotoContainer p{font-size:1em}@media (min-width: 425px){body .App .Container.marius-votre-voyant .textContainer .textPhotoContainer p{font-size:1.2em}}body .App .Container.marius-votre-voyant .textContainer .textPhotoContainer strong{color:#96ceb4;font-size:1.2em}@media (min-width: 425px){body .App .Container.marius-votre-voyant .textContainer .textPhotoContainer strong{font-size:1.3em}}body .App .Container.marius-votre-voyant .textContainer .themeTextContainer .recallContainer{border:3px solid #96ceb4}@media (min-width: 425px){body .App .Container.marius-votre-voyant .textContainer.textContainerBlock{padding:0 10px}}@media (min-width: 768px){body .App .Container.marius-votre-voyant .textContainer.textContainerBlock{max-width:500px;margin:0 auto;padding:15px 10px}}@media (min-width: 1440px){body .App .Container.marius-votre-voyant .textContainer.textContainerBlock{max-width:700px;padding:25px 10px}}body .App .Container.marius-votre-voyant .telephoneContainer{background-color:#96ceb4;color:#fff;padding:0 5px}body .App .Container.marius-votre-voyant .telephoneContainer .infosContainer h3{color:#fff;font-size:1.4em;line-height:1.2}body .App .Container.marius-votre-voyant .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.2em}body .App .Container.marius-votre-voyant .telephoneContainer .infosContainer h3.recallImmediately span{font-size:1em}@media (min-width: 768px){body .App .Container.marius-votre-voyant .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.4em}}@media (min-width: 768px){body .App .Container.marius-votre-voyant .telephoneContainer .infosContainer h3{font-size:1.8em}}body .App .Container.marius-votre-voyant .telephoneContainer .infosContainer .iWishToBeCalledLater{color:#fff}body .App .Container.marius-votre-voyant .telephoneContainer .consents-wrapper,body .App .Container.marius-votre-voyant .telephoneContainer .consents-wrapper span,body .App .Container.marius-votre-voyant .telephoneContainer .consents-wrapper div{color:#fff}body .App .Container.marius-votre-voyant .telephoneContainer .consents-wrapper a,body .App .Container.marius-votre-voyant .telephoneContainer .consents-wrapper span a,body .App .Container.marius-votre-voyant .telephoneContainer .consents-wrapper div a{color:#fff}body .App .Container.marius-votre-voyant .telephoneContainer .checkboxes .termsAndConditions label span{color:#fff}body .App .Container.marius-votre-voyant .telephoneContainer .checkboxes .termsAndConditions label span button{background-color:#96ceb4;cursor:pointer;color:#fff}body .App .Container.marius-votre-voyant .telephoneContainer .checkboxes .contactByWebsite label span{color:#fff}body .App .Container.marius-votre-voyant .telephoneContainer button{background-color:#fff}body .App .Container.marius-votre-voyant .photoContainer .photo{background:url("/images/marius-votre-voyant/photo-marius.png") no-repeat;margin:10px 0;background-size:100%;width:273px;height:124px}@media (min-width: 768px){body .App .Container.marius-votre-voyant .photoContainer .photo{width:353px;height:160px}}@media (min-width: 1440px){body .App .Container.marius-votre-voyant .photoContainer .photo{width:553px;height:251px}}

body .App .Container.or .tlmq-media-banner{line-height:1.2}body .App .Container.or header{background-color:#b3692c;background-size:cover;padding:0;box-shadow:none}body .App .Container.or header .logo{background:url("/images/or/orianna-logo.png") no-repeat;background-size:100%;height:55px;width:680px;transform:scale(.8)}@media screen and (min-width: 768px){body .App .Container.or header .logo{height:85px;transform:scale(.9)}}body .App .Container.or .textContainer h1{color:#b3692c;font-size:25px}body .App .Container.or .textContainer .textPhotoContainer{line-height:1.2;margin-bottom:14px}body .App .Container.or .textContainer .textPhotoContainer strong{color:#b3692c;font-size:22px}body .App .Container.or .textContainer .themeTextContainer .recallContainer{border:3px solid #b3692c}body .App .Container.or .telephoneContainer{background-color:#b3692c;background-size:cover;background-position-y:84%;box-shadow:none}body .App .Container.or .telephoneContainer h3{color:#fff}body .App .Container.or .telephoneContainer button{background-color:#fff}body .App .Container.or .photoContainer .photo{background:url("/images/or/orianna-photo.png") no-repeat;width:150px;height:150px;margin:25px 0px;border-radius:50%;background-size:100%}body .App .Container.or .photoContainer .logoPhoto{background:url("/images/or/orianna-signature.png") no-repeat;width:255px;height:90px;background-size:100%;margin-top:-10px}body .App .Container .iWishToBeCalledLater{color:#fff}body .App .Container .consents-wrapper span,body .App .Container .consents-wrapper div,body .App .Container .consents-wrapper a{color:#fff}

body .App .Container.st .tlmq-media-banner{line-height:1.2}body .App .Container.st header{background-color:#9b0f06;background-size:cover;padding:0;box-shadow:none}body .App .Container.st header .logo{background:url("/images/st/suzana-logo.png") no-repeat;background-size:100%;height:60px;width:450px;transform:scale(.9)}@media screen and (min-width: 768px){body .App .Container.st header .logo{height:60px;transform:scale(.9)}}body .App .Container.st .textContainer h1{color:#9b0f06;font-size:25px}body .App .Container.st .textContainer .textPhotoContainer{line-height:1.2;margin-bottom:14px}body .App .Container.st .textContainer .textPhotoContainer strong{color:#9b0f06;font-size:22px}body .App .Container.st .textContainer .themeTextContainer .recallContainer{border:3px solid #9b0f06}body .App .Container.st .telephoneContainer{background-color:#9b0f06;background-size:cover;background-position-y:84%;box-shadow:none}body .App .Container.st .telephoneContainer h3{color:#fff}body .App .Container.st .telephoneContainer button{background-color:#fff}body .App .Container.st .photoContainer .photo{background:url("/images/st/photo-suzana.png") no-repeat;width:200px;height:280px;margin:25px 0px;border-radius:50%;background-size:100%}body .App .Container.st .photoContainer .logoPhoto{background:url("/images/st/suzana-signature.png") no-repeat;width:200px;height:80px;background-size:100%;margin-top:-36px}body .App .Container .iWishToBeCalledLater{color:#fff}body .App .Container .consents-wrapper span,body .App .Container .consents-wrapper div,body .App .Container .consents-wrapper a{color:#fff}

@media (min-width: 1024px){.App.super-psychics{background:#d5b154}}@media (min-width: 1024px){.App .Container.super-psychics{max-width:1024px;margin:0 auto}}.App .Container.super-psychics .consents-wrapper,.App .Container.super-psychics .consents-wrapper span,.App .Container.super-psychics .consents-wrapper div{color:#000}.App .Container.super-psychics .consents-wrapper a,.App .Container.super-psychics .consents-wrapper span a,.App .Container.super-psychics .consents-wrapper div a{color:#000}.App .Container.super-psychics .tlmq-media-banner{background-color:#fff}.App .Container.super-psychics header{background:#d5b154;padding:6px}@media (min-width: 1024px){.App .Container.super-psychics header{background:#d5b154}}.App .Container.super-psychics header .logo{background:url("/images/super-psychics/logo.png") no-repeat;background-position:center;height:110px;width:177px;align-self:contain;background-size:90%}.App .Container.super-psychics .textContainer .indicateYourPhoneNumber{color:#d5b154;line-height:1.2;font-weight:600;font-size:23px;max-width:250px;margin:0 auto;margin-top:15px}@media (min-width: 768px){.App .Container.super-psychics .textContainer .indicateYourPhoneNumber{font-size:20px}}.App .Container.super-psychics .textContainer h1{color:#fff;font-size:19px;line-height:1.2}@media (min-width: 768px){.App .Container.super-psychics .textContainer h1{font-size:25px}}.App .Container.super-psychics .textContainer h1 span{text-transform:uppercase}.App .Container.super-psychics .textContainer .textPhotoContainer p{color:#fff;line-height:1.2;margin-bottom:20px}.App .Container.super-psychics .textContainer .textPhotoContainer p .secondSentence{font-size:15px}@media (min-width: 768px){.App .Container.super-psychics .textContainer .textPhotoContainer p .secondSentence{font-size:18px}}.App .Container.super-psychics .textContainer .textPhotoContainer .offer{display:block;max-width:190px;margin:0 auto}@media (min-width: 768px){.App .Container.super-psychics .textContainer .textPhotoContainer .offer{max-width:260px}}.App .Container.super-psychics .textContainer .textPhotoContainer strong{color:#fff;font-size:15px;max-width:50%;line-height:1.2}@media (min-width: 768px){.App .Container.super-psychics .textContainer .textPhotoContainer strong{font-size:18px}}.App .Container.super-psychics .textContainer .themeTextContainer .recallContainer{border:3px solid #d5b154}.App .Container.super-psychics .telephoneContainer{background:#fff;background-size:cover;background-position-y:84%}@media (min-width: 1024px){.App .Container.super-psychics .telephoneContainer{background:#fff}}.App .Container.super-psychics .telephoneContainer .infosContainer .recallImmediately{font-size:14px;margin-top:7px;margin-bottom:0px}.App .Container.super-psychics .telephoneContainer h3{color:black}.App .Container.super-psychics .telephoneContainer .checkboxes .termsAndConditions label span{color:black}.App .Container.super-psychics .telephoneContainer .checkboxes .termsAndConditions label span button{cursor:pointer}.App .Container.super-psychics .telephoneContainer .checkboxes .contactByWebsite label span{color:black}.App .Container.super-psychics .telephoneContainer button{background-color:#fff;border:2px solid #cecece}.App .Container.super-psychics footer{margin-top:0;line-height:1.3;background-color:#fff}.App .Container.super-psychics footer .linksBlock{margin-top:25px;padding:0 10px;text-align:center}.App .Container.super-psychics footer .linksBlock .links{line-height:1.8;align-items:initial;justify-content:flex-start}.App .Container.super-psychics footer .linksBlock .links a{margin-right:4px;margin-left:4px}.App .Container.super-psychics footer .linksBlock .links a:nth-of-type(1){margin-left:0}.App .Container.super-psychics footer .copyright{margin-top:15px}.App .Container.super-psychics .photoContainer{background:#fff}.App .Container.super-psychics .photoContainer .photo{background:url("/images/super-psychics/signature.png") no-repeat;width:380px;height:151px;margin:25px 0px;background-size:100%}.App .Container.super-psychics .textContainerBlock{background:url("/images/super-psychics/background-mobile.jpg");background-size:cover;background-repeat:no-repeat;height:300px;display:flex;flex-direction:column;justify-content:center;align-items:center}@media (min-width: 768px){.App .Container.super-psychics .textContainerBlock{background-image:url("/images/super-psychics/background.jpg");height:380px;background-position:center}}.App .Container.super-psychics .textContainerBlock .firstSentence{color:#d5b154}.App .Container.super-psychics .textContainerBlock .overlap{border:2px solid #d5b154;background-color:rgba(0,0,0,0.71);width:280px;height:280px;border-radius:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}@media (max-width: 320px){.App .Container.super-psychics .textContainerBlock .overlap{width:280px;height:280px}}@media (min-width: 768px){.App .Container.super-psychics .textContainerBlock .overlap{width:320px;height:320px}}

body{font-size:16px}body .App .Container.suzana-votre-voyant .tlmq-media-banner{padding:0 5px 2px 5px;line-height:1.3}@media (min-width: 768px){body .App .Container.suzana-votre-voyant .tlmq-media-banner{padding:10px;line-height:1.5}}body .App .Container.suzana-votre-voyant header{background-color:#154863;padding:3px}@media (min-width: 768px){body .App .Container.suzana-votre-voyant header{padding:6px}}body .App .Container.suzana-votre-voyant header .logo{background:url("/images/suzana-votre-voyant/tarot-suzana.png") no-repeat;width:200px;height:39px;background-size:100%;background-position:center;transform:scale(1)}@media (min-width: 768px){body .App .Container.suzana-votre-voyant header .logo{width:383px;height:75px}}body .App .Container.suzana-votre-voyant .textContainer h1{color:#154863;font-size:1.2em;line-height:1.2;margin-bottom:5px}@media (min-width: 768px){body .App .Container.suzana-votre-voyant .textContainer h1{font-size:1.6em;line-height:initial}}body .App .Container.suzana-votre-voyant .textContainer .textPhotoContainer{margin-bottom:8px;padding:0 10px;line-height:1.2}body .App .Container.suzana-votre-voyant .textContainer .textPhotoContainer p{font-size:1em}@media (min-width: 425px){body .App .Container.suzana-votre-voyant .textContainer .textPhotoContainer p{font-size:1.2em}}body .App .Container.suzana-votre-voyant .textContainer .textPhotoContainer strong{color:#154863;font-size:1.2em}@media (min-width: 425px){body .App .Container.suzana-votre-voyant .textContainer .textPhotoContainer strong{font-size:1.3em}}body .App .Container.suzana-votre-voyant .textContainer .themeTextContainer .recallContainer{border:3px solid #154863}@media (min-width: 425px){body .App .Container.suzana-votre-voyant .textContainer.textContainerBlock{padding:0 10px}}@media (min-width: 768px){body .App .Container.suzana-votre-voyant .textContainer.textContainerBlock{max-width:500px;margin:0 auto;padding:15px 10px}}@media (min-width: 1440px){body .App .Container.suzana-votre-voyant .textContainer.textContainerBlock{max-width:700px;padding:25px 10px}}body .App .Container.suzana-votre-voyant .telephoneContainer{background-color:#154863;color:#fff;padding:0 5px}body .App .Container.suzana-votre-voyant .telephoneContainer .infosContainer h3{color:#fff;font-size:1.4em;line-height:1.2}body .App .Container.suzana-votre-voyant .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.2em}body .App .Container.suzana-votre-voyant .telephoneContainer .infosContainer h3.recallImmediately span{font-size:1em}@media (min-width: 768px){body .App .Container.suzana-votre-voyant .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.4em}}@media (min-width: 768px){body .App .Container.suzana-votre-voyant .telephoneContainer .infosContainer h3{font-size:1.8em}}body .App .Container.suzana-votre-voyant .telephoneContainer .infosContainer .iWishToBeCalledLater{color:#fff}body .App .Container.suzana-votre-voyant .telephoneContainer .consents-wrapper,body .App .Container.suzana-votre-voyant .telephoneContainer .consents-wrapper span,body .App .Container.suzana-votre-voyant .telephoneContainer .consents-wrapper div{color:#fff}body .App .Container.suzana-votre-voyant .telephoneContainer .consents-wrapper a,body .App .Container.suzana-votre-voyant .telephoneContainer .consents-wrapper span a,body .App .Container.suzana-votre-voyant .telephoneContainer .consents-wrapper div a{color:#fff}body .App .Container.suzana-votre-voyant .telephoneContainer .checkboxes .termsAndConditions label span{color:#fff}body .App .Container.suzana-votre-voyant .telephoneContainer .checkboxes .termsAndConditions label span button{background-color:#154863;cursor:pointer;color:#fff}body .App .Container.suzana-votre-voyant .telephoneContainer .checkboxes .contactByWebsite label span{color:#fff}body .App .Container.suzana-votre-voyant .telephoneContainer button{background-color:#fff}body .App .Container.suzana-votre-voyant .photoContainer .photo{background:url("/images/suzana-votre-voyant/photo-suzana.png") no-repeat;margin:10px 0;background-size:100%;width:221px;height:124px}@media (min-width: 768px){body .App .Container.suzana-votre-voyant .photoContainer .photo{width:286px;height:160px}}@media (min-width: 1440px){body .App .Container.suzana-votre-voyant .photoContainer .photo{width:448px;height:251px}}

body .App .Container.tep .tlmq-media-banner{line-height:1.2}body .App .Container.tep header{background-color:#f0586e;background-size:cover;padding:0;box-shadow:none}body .App .Container.tep header .logo{background:url("/images/tep/tarot-easy-psychics-photo.PNG") no-repeat;background-size:100%;height:72px;width:450px;transform:scale(.8)}@media screen and (min-width: 768px){body .App .Container.tep header .logo{height:80px;transform:scale(.8)}}body .App .Container.tep .textContainer h1{color:#f0586e;font-size:25px}body .App .Container.tep .textContainer .textPhotoContainer{line-height:1.2;margin-bottom:14px}body .App .Container.tep .textContainer .textPhotoContainer strong{color:#f0586e;font-size:22px}body .App .Container.tep .textContainer .themeTextContainer .recallContainer{border:3px solid #f0586e}body .App .Container.tep .telephoneContainer{background-color:#f0586e;background-size:cover;background-position-y:84%;box-shadow:none}body .App .Container.tep .telephoneContainer h3{color:#fff}body .App .Container.tep .telephoneContainer button{background-color:#fff}body .App .Container.tep .photoContainer .photo{background:url("/images/tep/tarot-easy-psychics-logo.PNG") no-repeat;width:180px;height:180px;margin:25px 0px;border-radius:50%;background-size:100%}body .App .Container.tep .photoContainer .logoPhoto{background:url("/images/tep/brianna-signature.png") no-repeat;width:156px;height:42px;background-size:100%;margin-top:-10px}body .App .Container .iWishToBeCalledLater{color:#fff}body .App .Container .consents-wrapper span,body .App .Container .consents-wrapper div,body .App .Container .consents-wrapper a{color:#fff}

body .App .Container.tg .tlmq-media-banner{line-height:1.2}body .App .Container.tg header{background-color:#920501;background-size:cover;padding:12px 0;box-shadow:none}body .App .Container.tg header .logo{background:url("/images/tg/logo-tirada-gratis.PNG") no-repeat;background-size:100%;height:45px;width:535px;transform:scale(.9)}@media screen and (min-width: 768px){body .App .Container.tg header .logo{height:80px;transform:scale(.9)}}body .App .Container.tg .textContainer h1{color:#920501;font-size:25px}body .App .Container.tg .textContainer .textPhotoContainer{line-height:1.2;margin-bottom:14px}body .App .Container.tg .textContainer .textPhotoContainer strong{color:#920501;font-size:22px}body .App .Container.tg .textContainer .themeTextContainer .recallContainer{border:3px solid #920501}body .App .Container.tg .telephoneContainer{background-color:#920501;background-size:cover;background-position-y:84%;box-shadow:none}body .App .Container.tg .telephoneContainer h3{color:#fff}body .App .Container.tg .telephoneContainer button{background-color:#fff}body .App .Container.tg .photoContainer .photo{background:url("/images/tga/photo_gabriella.gif") no-repeat;width:206px;height:197px;margin:25px 0px;border-radius:50%;background-size:100%}body .App .Container.tg .photoContainer .logoPhoto{background:url("/images/tga/signature-gabriella.png") no-repeat;width:150px;height:55px;background-size:100%;margin-top:-10px}body .App .Container .iWishToBeCalledLater{color:#fff}body .App .Container .consents-wrapper span,body .App .Container .consents-wrapper div,body .App .Container .consents-wrapper a{color:#fff}

body .App .Container.tga .tlmq-media-banner{line-height:1.2}body .App .Container.tga header{background-color:#e42769;background-size:cover;padding:12px 0;box-shadow:none}body .App .Container.tga header .logo{background:url("/images/tga/logo-gabriella.PNG") no-repeat;background-size:100%;height:50px;width:561px;transform:scale(.8)}@media screen and (min-width: 768px){body .App .Container.tga header .logo{height:77px;transform:scale(.8)}}body .App .Container.tga .textContainer h1{color:#e42769;font-size:25px}body .App .Container.tga .textContainer .textPhotoContainer{line-height:1.2;margin-bottom:14px}body .App .Container.tga .textContainer .textPhotoContainer strong{color:#e42769;font-size:22px}body .App .Container.tga .textContainer .themeTextContainer .recallContainer{border:3px solid #e42769}body .App .Container.tga .telephoneContainer{background-color:#e42769;background-size:cover;background-position-y:84%;box-shadow:none}body .App .Container.tga .telephoneContainer h3{color:#fff}body .App .Container.tga .telephoneContainer button{background-color:#fff}body .App .Container.tga .photoContainer .photo{background:url("/images/tga/photo_gabriella.gif") no-repeat;width:225px;height:250px;margin:25px 0px;border-radius:50%;background-size:100%}body .App .Container.tga .photoContainer .logoPhoto{background:url("/images/tga/signature-gabriella.png") no-repeat;width:140px;height:55px;background-size:100%;margin-top:-10px}body .App .Container .iWishToBeCalledLater{color:#fff}body .App .Container .consents-wrapper span,body .App .Container .consents-wrapper div,body .App .Container .consents-wrapper a{color:#fff}

body .App .Container.tm .tlmq-media-banner{line-height:1.2}body .App .Container.tm header{background-color:#4c6eb0;background-size:cover;padding:0;box-shadow:none}body .App .Container.tm header .logo{background:url("/images/tm/logo-tarot-medium.png") no-repeat;background-size:100%;height:70px;width:338px;transform:scale(.6)}@media screen and (min-width: 768px){body .App .Container.tm header .logo{height:70px;transform:scale(.6)}}body .App .Container.tm .textContainer h1{color:#4c6eb0;font-size:25px}body .App .Container.tm .textContainer .textPhotoContainer{line-height:1.2;margin-bottom:14px}body .App .Container.tm .textContainer .textPhotoContainer strong{color:#4c6eb0;font-size:22px}body .App .Container.tm .textContainer .themeTextContainer .recallContainer{border:3px solid #4c6eb0}body .App .Container.tm .telephoneContainer{background-color:#4c6eb0;background-size:cover;background-position-y:84%;box-shadow:none}body .App .Container.tm .telephoneContainer h3{color:#fff}body .App .Container.tm .telephoneContainer button{background-color:#fff}body .App .Container.tm .photoContainer .photo{background:url("/images/tm/photo-tarot-medium.png") no-repeat;width:180px;height:180px;margin:25px 0px;border-radius:50%;background-size:100%}body .App .Container.tm .photoContainer .logoPhoto{background:url("/images/tr/signature-rosana.png") no-repeat;width:150px;height:122px;background-size:100%;margin-top:-10px}body .App .Container .iWishToBeCalledLater{color:#fff}body .App .Container .consents-wrapper span,body .App .Container .consents-wrapper div,body .App .Container .consents-wrapper a{color:#fff}

body .App .Container.tr .tlmq-media-banner{line-height:1.2}body .App .Container.tr header{background-color:#e42769;background-size:cover;padding:6px 0;box-shadow:none}body .App .Container.tr header .logo{background:url("/images/tr/logo-rosana.png") no-repeat;background-size:100%;height:49px;width:544px;transform:scale(.8)}@media screen and (min-width: 768px){body .App .Container.tr header .logo{height:75px;transform:scale(.8)}}body .App .Container.tr .textContainer h1{color:#e42769;font-size:25px}body .App .Container.tr .textContainer .textPhotoContainer{line-height:1.2;margin-bottom:14px}body .App .Container.tr .textContainer .textPhotoContainer strong{color:#e42769;font-size:22px}body .App .Container.tr .textContainer .themeTextContainer .recallContainer{border:3px solid #e42769}body .App .Container.tr .telephoneContainer{background-color:#e42769;background-size:cover;background-position-y:84%;box-shadow:none}body .App .Container.tr .telephoneContainer h3{color:#fff}body .App .Container.tr .telephoneContainer button{background-color:#fff}body .App .Container.tr .photoContainer .photo{background:url("/images/tr/photo-rosana.jpg") no-repeat;width:199px;height:188px;margin:25px 0px;border-radius:50%;background-size:100%}body .App .Container.tr .photoContainer .logoPhoto{background:url("/images/tr/signature-rosana.png") no-repeat;width:140px;height:112px;background-size:100%;margin-top:-10px}body .App .Container .iWishToBeCalledLater{color:#fff}body .App .Container .consents-wrapper span,body .App .Container .consents-wrapper div,body .App .Container .consents-wrapper a{color:#fff}

body .App .Container.v .tlmq-media-banner{line-height:1.2}body .App .Container.v header{background-color:#b3aa9b;background-size:cover;padding:0;box-shadow:0px 5px 10px 1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 2px 1px -1px rgba(0,0,0,0.12)}body .App .Container.v header .logo{background:url("/images/v/logo-voyance-gratuite.png") no-repeat;background-size:100%;height:60px;width:320px;transform:scale(.8)}@media screen and (min-width: 768px){body .App .Container.v header .logo{height:60px;transform:scale(.8)}}body .App .Container.v .textContainer h1{color:#000;font-size:25px}body .App .Container.v .textContainer .textPhotoContainer{line-height:1.2;margin-bottom:14px}body .App .Container.v .textContainer .textPhotoContainer strong{color:#000;font-size:22px}body .App .Container.v .textContainer .themeTextContainer .recallContainer{border:3px solid #b3aa9b}body .App .Container.v .telephoneContainer{background-color:#b3aa9b;background-size:cover;background-position-y:84%;box-shadow:inset 5px 5px 16px gray}body .App .Container.v .telephoneContainer h3{color:#fff}body .App .Container.v .telephoneContainer button{background-color:#fff}body .App .Container.v .photoContainer .photo{background:url("/images/v/photo-voyance-gratuite.png") no-repeat;width:238px;height:220px;margin:25px 0px;border-radius:50%;background-size:auto}body .App .Container.v .photoContainer .logoPhoto{background:url("/images/v/signature-voyance-gratuite.PNG") no-repeat;width:145px;height:70px;background-size:100%;margin-top:-15px}body .App .Container .iWishToBeCalledLater{color:#fff}body .App .Container .consents-wrapper span,body .App .Container .consents-wrapper div,body .App .Container .consents-wrapper a{color:#fff}

@media (min-width: 1024px){.App.voyanceprivilege{background:linear-gradient(180deg, #694b8a 0%, #2a1e4c 100%)}}@media (min-width: 1024px){.App .Container.voyanceprivilege{max-width:1024px;margin:0 auto}}.App .Container.voyanceprivilege .tlmq-media-banner{background-color:#fff}.App .Container.voyanceprivilege header{background:linear-gradient(180deg, #694b8a 0%, #2a1e4c 100%);padding:6px}@media (min-width: 1024px){.App .Container.voyanceprivilege header{background:transparent}}.App .Container.voyanceprivilege header .logo{background:url("/images/voyanceprivilege/VOYANCE_PRIVEE.png") no-repeat;background-position:center;height:40px;width:416px;align-self:contain;background-size:50%}@media (min-width: 1024px){.App .Container.voyanceprivilege header .logo{height:100px;background-size:100%}}.App .Container.voyanceprivilege .textContainer .indicateYourPhoneNumber{color:#ddb857;line-height:1.2;font-weight:600;font-size:23px;max-width:250px;margin:0 auto;margin-top:15px}@media (min-width: 768px){.App .Container.voyanceprivilege .textContainer .indicateYourPhoneNumber{font-size:20px}}.App .Container.voyanceprivilege .textContainer h1{color:#fff;font-size:19px;line-height:1.2}@media (min-width: 768px){.App .Container.voyanceprivilege .textContainer h1{font-size:25px}}.App .Container.voyanceprivilege .textContainer h1 span{text-transform:uppercase}.App .Container.voyanceprivilege .textContainer .textPhotoContainer p{color:#fff;line-height:1.2;margin-bottom:20px}.App .Container.voyanceprivilege .textContainer .textPhotoContainer p .secondSentence{font-size:15px}@media (min-width: 768px){.App .Container.voyanceprivilege .textContainer .textPhotoContainer p .secondSentence{font-size:18px}}.App .Container.voyanceprivilege .textContainer .textPhotoContainer .offer{display:block;max-width:190px;margin:0 auto}@media (min-width: 768px){.App .Container.voyanceprivilege .textContainer .textPhotoContainer .offer{max-width:260px}}.App .Container.voyanceprivilege .textContainer .textPhotoContainer strong{color:#fff;font-size:15px;max-width:50%;line-height:1.2}@media (min-width: 768px){.App .Container.voyanceprivilege .textContainer .textPhotoContainer strong{font-size:18px}}.App .Container.voyanceprivilege .textContainer .themeTextContainer .recallContainer{border:3px solid #694b8a}.App .Container.voyanceprivilege .telephoneContainer{background:linear-gradient(180deg, #694b8a 0%, #2a1e4c 100%);background-size:cover;background-position-y:84%}@media (min-width: 1024px){.App .Container.voyanceprivilege .telephoneContainer{background:transparent;border-right:1px solid #fff;border-left:1px solid #fff}}.App .Container.voyanceprivilege .telephoneContainer .infosContainer .recallImmediately{font-size:14px;margin-top:7px;margin-bottom:0px}.App .Container.voyanceprivilege .telephoneContainer h3{color:white}.App .Container.voyanceprivilege .telephoneContainer .checkboxes .termsAndConditions label span{color:white}.App .Container.voyanceprivilege .telephoneContainer .checkboxes .termsAndConditions label span button{cursor:pointer}.App .Container.voyanceprivilege .telephoneContainer .checkboxes .contactByWebsite label span{color:white}.App .Container.voyanceprivilege .telephoneContainer button{background-color:#fff;border:2px solid #694b8a}.App .Container.voyanceprivilege footer{margin-top:0;line-height:1.3}.App .Container.voyanceprivilege footer .linksBlock{margin-top:25px;padding:0 10px;text-align:center}.App .Container.voyanceprivilege footer .linksBlock .links{line-height:1.8;align-items:initial;justify-content:flex-start}.App .Container.voyanceprivilege footer .linksBlock .links a{margin-right:4px;margin-left:4px}.App .Container.voyanceprivilege footer .linksBlock .links a:nth-of-type(1){margin-left:0}.App .Container.voyanceprivilege footer .copyright{margin-top:15px}.App .Container.voyanceprivilege .textContainerBlock{background:url("/images/voyanceprivilege/MOBILE360-640-2.jpg");background-size:cover;background-repeat:no-repeat;height:300px;display:flex;flex-direction:column;justify-content:center;align-items:center}@media (min-width: 768px){.App .Container.voyanceprivilege .textContainerBlock{background-image:url("/images/voyanceprivilege/FOND.jpg");height:380px}}.App .Container.voyanceprivilege .textContainerBlock .overlap{border:2px solid #ddb857;background-color:rgba(39,23,82,0.8);width:280px;height:280px;border-radius:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}@media (max-width: 320px){.App .Container.voyanceprivilege .textContainerBlock .overlap{width:280px;height:280px}}@media (min-width: 768px){.App .Container.voyanceprivilege .textContainerBlock .overlap{width:320px;height:320px}}

body .App .Container.vu .tlmq-media-banner{line-height:1.2}body .App .Container.vu header{background-color:#56394f;background-size:cover;padding:0;box-shadow:none}body .App .Container.vu header .logo{background:url("/images/vu/logo-videncia-unica.png") no-repeat;background-size:100%;height:45px;width:615px;transform:scale(.8)}@media screen and (min-width: 768px){body .App .Container.vu header .logo{height:45px;transform:scale(.8)}}body .App .Container.vu .textContainer h1{color:#56394f;font-size:25px}body .App .Container.vu .textContainer .textPhotoContainer{line-height:1.2;margin-bottom:14px}body .App .Container.vu .textContainer .textPhotoContainer strong{color:#56394f;font-size:22px}body .App .Container.vu .textContainer .themeTextContainer .recallContainer{border:3px solid #56394f}body .App .Container.vu .telephoneContainer{background-color:#56394f;background-size:cover;background-position-y:84%;box-shadow:none}body .App .Container.vu .telephoneContainer h3{color:#fff}body .App .Container.vu .telephoneContainer button{background-color:#fff}body .App .Container.vu .photoContainer .photo{background:url("/images/vu/photo-videncia-unica.png") no-repeat;width:190px;height:190px;margin:25px 0px;border-radius:50%;background-size:100%}body .App .Container.vu .photoContainer .logoPhoto{background:url("") no-repeat;width:0;height:0;background-size:100%;margin-top:-10px}body .App .Container .iWishToBeCalledLater{color:#fff}body .App .Container .consents-wrapper span,body .App .Container .consents-wrapper div,body .App .Container .consents-wrapper a{color:#fff}

body{font-size:16px}body .App .Container.william-votre-voyant .tlmq-media-banner{padding:0 5px 2px 5px;line-height:1.3}@media (min-width: 768px){body .App .Container.william-votre-voyant .tlmq-media-banner{padding:10px;line-height:1.5}}body .App .Container.william-votre-voyant header{background-color:#587058;padding:3px}@media (min-width: 768px){body .App .Container.william-votre-voyant header{padding:6px}}body .App .Container.william-votre-voyant header .logo{background:url("/images/william-votre-voyant/tarot-william.png") no-repeat;width:200px;height:39px;background-size:100%;background-position:center;transform:scale(1)}@media (min-width: 768px){body .App .Container.william-votre-voyant header .logo{width:383px;height:75px}}body .App .Container.william-votre-voyant .textContainer h1{color:#587058;font-size:1.2em;line-height:1.2;margin-bottom:5px}@media (min-width: 768px){body .App .Container.william-votre-voyant .textContainer h1{font-size:1.6em;line-height:initial}}body .App .Container.william-votre-voyant .textContainer .textPhotoContainer{margin-bottom:8px;padding:0 10px;line-height:1.2}body .App .Container.william-votre-voyant .textContainer .textPhotoContainer p{font-size:1em}@media (min-width: 425px){body .App .Container.william-votre-voyant .textContainer .textPhotoContainer p{font-size:1.2em}}body .App .Container.william-votre-voyant .textContainer .textPhotoContainer strong{color:#587058;font-size:1.2em}@media (min-width: 425px){body .App .Container.william-votre-voyant .textContainer .textPhotoContainer strong{font-size:1.3em}}body .App .Container.william-votre-voyant .textContainer .themeTextContainer .recallContainer{border:3px solid #587058}@media (min-width: 425px){body .App .Container.william-votre-voyant .textContainer.textContainerBlock{padding:0 10px}}@media (min-width: 768px){body .App .Container.william-votre-voyant .textContainer.textContainerBlock{max-width:500px;margin:0 auto;padding:15px 10px}}@media (min-width: 1440px){body .App .Container.william-votre-voyant .textContainer.textContainerBlock{max-width:700px;padding:25px 10px}}body .App .Container.william-votre-voyant .telephoneContainer{background-color:#587058;color:#fff;padding:0 5px}body .App .Container.william-votre-voyant .telephoneContainer .infosContainer h3{color:#fff;font-size:1.4em;line-height:1.2}body .App .Container.william-votre-voyant .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.2em}body .App .Container.william-votre-voyant .telephoneContainer .infosContainer h3.recallImmediately span{font-size:1em}@media (min-width: 768px){body .App .Container.william-votre-voyant .telephoneContainer .infosContainer h3.recallImmediately{font-size:1.4em}}@media (min-width: 768px){body .App .Container.william-votre-voyant .telephoneContainer .infosContainer h3{font-size:1.8em}}body .App .Container.william-votre-voyant .telephoneContainer .infosContainer .iWishToBeCalledLater{color:#fff}body .App .Container.william-votre-voyant .telephoneContainer .consents-wrapper,body .App .Container.william-votre-voyant .telephoneContainer .consents-wrapper span,body .App .Container.william-votre-voyant .telephoneContainer .consents-wrapper div{color:#fff}body .App .Container.william-votre-voyant .telephoneContainer .consents-wrapper a,body .App .Container.william-votre-voyant .telephoneContainer .consents-wrapper span a,body .App .Container.william-votre-voyant .telephoneContainer .consents-wrapper div a{color:#fff}body .App .Container.william-votre-voyant .telephoneContainer .checkboxes .termsAndConditions label span{color:#fff}body .App .Container.william-votre-voyant .telephoneContainer .checkboxes .termsAndConditions label span button{background-color:#587058;cursor:pointer;color:#fff}body .App .Container.william-votre-voyant .telephoneContainer .checkboxes .contactByWebsite label span{color:#fff}body .App .Container.william-votre-voyant .telephoneContainer button{background-color:#fff}body .App .Container.william-votre-voyant .photoContainer .photo{background:url("/images/william-votre-voyant/photo-william.png") no-repeat;margin:10px 0;background-size:100%;width:272px;height:124px}@media (min-width: 768px){body .App .Container.william-votre-voyant .photoContainer .photo{width:351px;height:160px}}@media (min-width: 1440px){body .App .Container.william-votre-voyant .photoContainer .photo{width:550px;height:251px}}

