/*Page histoire-de-sexe*/
@keyframes cards_waves {
  0% {
    transform: translateY(0px) rotateZ(20deg);
  }
  5% {
    transform: translateY(10px) rotateZ(20deg);
  }
  10% {
    transform: translateY(0px) rotateZ(20deg);
  }
}
@keyframes cards_waves_nr {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(0px);
  }
  23% {
    transform: translateY(10px);
  }
  26% {
    transform: translateY(0px);
  }
}
#cards {
  margin-left: 50px;
}

@media (max-width: 575.98px) {
  #cards {
    margin-left: 24px;
  }
}
#cards #cards-container {
  position: relative;
  margin: 20px 0;
  height: 235px;
}

@media (max-width: 575.98px) {
  #cards #cards-container {
    height: 140px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
#cards #cards-container.home {
  height: 150px;
}

@media (max-width: 575.98px) {
  #cards #cards-container.home {
    height: 130px;
  }
}
#cards #cards-container .card-container {
  position: absolute;
  width: 11.36364%;
  cursor: pointer;
  transform-origin: 50% 50%;
}

#cards #cards-container .card-container:not(.feeling) {
  height: auto;
}

#cards #cards-container .card-container:not(.love) {
  transform: rotateZ(20deg);
}

#cards #cards-container .card-container#c1 {
  left: 3.9%;
}

#cards #cards-container .card-container#c2 {
  left: 7.8%;
}

#cards #cards-container .card-container#c3 {
  left: 11.7%;
}

#cards #cards-container .card-container#c4 {
  left: 15.6%;
}

#cards #cards-container .card-container#c5 {
  left: 19.5%;
}

#cards #cards-container .card-container#c6 {
  left: 23.4%;
}

#cards #cards-container .card-container#c7 {
  left: 27.3%;
}

#cards #cards-container .card-container#c8 {
  left: 31.2%;
}

#cards #cards-container .card-container#c9 {
  left: 35.1%;
}

#cards #cards-container .card-container#c10 {
  left: 39%;
}

#cards #cards-container .card-container#c11 {
  left: 42.9%;
}

#cards #cards-container .card-container#c12 {
  left: 46.8%;
}

#cards #cards-container .card-container#c13 {
  left: 50.7%;
}

#cards #cards-container .card-container#c14 {
  left: 54.6%;
}

#cards #cards-container .card-container#c15 {
  left: 58.5%;
}

#cards #cards-container .card-container#c16 {
  left: 62.4%;
}

#cards #cards-container .card-container#c17 {
  left: 66.3%;
}

#cards #cards-container .card-container#c18 {
  left: 70.2%;
}

#cards #cards-container .card-container#c19 {
  left: 74.1%;
}

#cards #cards-container .card-container#c20 {
  left: 78%;
}

#cards #cards-container .card-container#c21 {
  left: 81.9%;
}

#cards #cards-container .card-container#c22 {
  left: 85.8%;
}

@media screen and (max-width: 619px) {
  #cards #cards-container .card-container {
    width: 18.18182%;
  }

  #cards #cards-container .card-container#c1 {
    left: 3.5%;
  }

  #cards #cards-container .card-container#c2 {
    left: 7%;
  }

  #cards #cards-container .card-container#c3 {
    left: 10.5%;
  }

  #cards #cards-container .card-container#c4 {
    left: 14%;
  }

  #cards #cards-container .card-container#c5 {
    left: 17.5%;
  }

  #cards #cards-container .card-container#c6 {
    left: 21%;
  }

  #cards #cards-container .card-container#c7 {
    left: 24.5%;
  }

  #cards #cards-container .card-container#c8 {
    left: 28%;
  }

  #cards #cards-container .card-container#c9 {
    left: 31.5%;
  }

  #cards #cards-container .card-container#c10 {
    left: 35%;
  }

  #cards #cards-container .card-container#c11 {
    left: 38.5%;
  }

  #cards #cards-container .card-container#c12 {
    left: 42%;
  }

  #cards #cards-container .card-container#c13 {
    left: 45.5%;
  }

  #cards #cards-container .card-container#c14 {
    left: 49%;
  }

  #cards #cards-container .card-container#c15 {
    left: 52.5%;
  }

  #cards #cards-container .card-container#c16 {
    left: 56%;
  }

  #cards #cards-container .card-container#c17 {
    left: 59.5%;
  }

  #cards #cards-container .card-container#c18 {
    left: 63%;
  }

  #cards #cards-container .card-container#c19 {
    left: 66.5%;
  }

  #cards #cards-container .card-container#c20 {
    left: 70%;
  }

  #cards #cards-container .card-container#c21 {
    left: 73.5%;
  }

  #cards #cards-container .card-container#c22 {
    left: 77%;
  }
}
@media (hover: hover) {
  #cards #cards-container .card-container {
    transform: scale(1.2) rotateZ(20deg);
  }
}
#cards #cards-container .card-container.wave {
  animation: 6s ease 0s infinite normal cards_waves;
}

#cards #cards-container .card-container.wave:nth-child(2) {
  animation-delay: 0.06667s;
}

#cards #cards-container .card-container.wave:nth-child(3) {
  animation-delay: 0.13333s;
}

#cards #cards-container .card-container.wave:nth-child(4) {
  animation-delay: 0.2s;
}

#cards #cards-container .card-container.wave:nth-child(5) {
  animation-delay: 0.26667s;
}

#cards #cards-container .card-container.wave:nth-child(6) {
  animation-delay: 0.33333s;
}

#cards #cards-container .card-container.wave:nth-child(7) {
  animation-delay: 0.4s;
}

#cards #cards-container .card-container.wave:nth-child(8) {
  animation-delay: 0.46667s;
}

#cards #cards-container .card-container.wave:nth-child(9) {
  animation-delay: 0.53333s;
}

#cards #cards-container .card-container.wave:nth-child(10) {
  animation-delay: 0.6s;
}

#cards #cards-container .card-container.wave:nth-child(11) {
  animation-delay: 0.66667s;
}

#cards #cards-container .card-container.wave:nth-child(12) {
  animation-delay: 0.73333s;
}

#cards #cards-container .card-container.wave:nth-child(13) {
  animation-delay: 0.8s;
}

#cards #cards-container .card-container.wave:nth-child(14) {
  animation-delay: 0.86667s;
}

#cards #cards-container .card-container.wave:nth-child(15) {
  animation-delay: 0.93333s;
}

#cards #cards-container .card-container.wave:nth-child(16) {
  animation-delay: 1s;
}

#cards #cards-container .card-container.wave:nth-child(17) {
  animation-delay: 1.06667s;
}

#cards #cards-container .card-container.wave:nth-child(18) {
  animation-delay: 1.13333s;
}

#cards #cards-container .card-container.wave:nth-child(19) {
  animation-delay: 1.2s;
}

#cards #cards-container .card-container.wave:nth-child(20) {
  animation-delay: 1.26667s;
}

#cards #cards-container .card-container.wave:nth-child(21) {
  animation-delay: 1.33333s;
}

#cards #cards-container .card-container.wave:nth-child(22) {
  animation-delay: 1.4s;
}

#cards #cards-container .card-container.love.hover {
  transition: transform 0.4s ease;
}

@media (hover: hover) {
  #cards #cards-container .card-container.love.hover:hover {
    transform: scale(1.2);
  }
}
#cards #cards-result {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  padding-bottom: 38px;
  width: 100%;
  background: #dfaf4a;
  z-index: 100;
}

#cards #cards-result h2 {
  margin: 15px 0;
  color: white;
  font-size: 1.6rem;
}

#cards #cards-result #cards-inner {
  text-align: center;
  padding: 0 0 20px 0;
}

@media screen and (max-width: 619px) {
  #cards #cards-result #cards-inner {
    padding-left: 34px;
  }
}
@media screen and (max-width: 359px) {
  #cards #cards-result #cards-inner {
    padding-left: 44px;
  }
}
#cards #cards-result #cards-inner .container {
  display: inline-block;
  padding: 0 5px;
  width: 85px;
  height: 140px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #cards #cards-result #cards-inner .container {
    width: 60px;
    height: 99px;
  }
}
@media screen and (max-width: 619px) {
  #cards #cards-result #cards-inner .container {
    margin-left: -34px;
  }
}
@media screen and (max-width: 359px) {
  #cards #cards-result #cards-inner .container {
    margin-left: -44px;
  }
}
#cards #cards-result #cards-inner .container img {
  display: inline-block;
  height: 100%;
  width: auto;
}

#cards #cards-result #cards-inner .container img.front {
  display: none;
}

#cards #card-title {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 38px;
  line-height: 38px;
  background: rgba(0, 0, 0, 0.4);
  font-family: "Archivo Narrow", sans-serif;
  color: white;
  text-align: center;
  font-size: 22px;
}

body.cards-open #cards #cards-result {
  display: block;
}

.sidecard h5 {
  margin-bottom: 10px;
}

#display-cards {
  margin: 0 -15px;
  width: calc(100% + 30px);
  height: 40px;
  background: rgba(223, 175, 74, 0.6);
  color: white;
}

#mobile-cards {
  display: none;
}

html, body {
  height: initial !important;
  width: initial !important;
}

.category-top-content {
  margin-bottom: 30px;
}

#ez-toc-container {
  margin-left: auto;
}

div.main.wrap > .row {
  overflow: visible;
}

header.default {
  position: relative;
}
@media (max-width: 799px) {
  header.default {
    position: static;
  }
}
header.default .appelhot-category-btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
  border: 1px solid #C2077B;
  font-size: 25px;
  margin: 0 auto;
}
@media (max-width: 980px) {
  header.default .appelhot-category-btn {
    display: none !important;
  }
}

.appelhot-menu-home-icon a {
  box-sizing: border-box;
  background-image: url("../img/icon-home.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 21px 21px !important;
  font-size: 0 !important;
  color: transparent !important;
  height: 45px;
  width: 45px;
}
@media only screen and (max-width: 799px) {
  .appelhot-menu-home-icon a {
    background-position: 15px center !important;
    width: 100% !important;
  }
}
.appelhot-menu-home-icon img {
  display: block;
}

.histoire-de-sexe img {
  max-width: 100%;
  margin: 0;
  height: auto;
}

.appelhot-live-cams-camera {
  padding: 3px;
}
.appelhot-live-cams-camera div.lw {
  box-sizing: border-box;
  max-width: 100%;
}

.appelhot-live-cams-gallery .livemodels {
  padding: 0 !important;
}
.appelhot-live-cams-gallery .model {
  padding: 3px !important;
}

.appelhot-home-page .appelhot-page-content-top h1 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.appelhot-categories-blocks-wrap * {
  box-sizing: border-box;
}
.appelhot-categories-blocks-wrap .appelhot-category {
  padding-bottom: 0;
}
.appelhot-categories-blocks-wrap .appelhot-category-content-wrap {
  padding-bottom: 7px;
}
@media (max-width: 767px) {
  .appelhot-categories-blocks-wrap .appelhot-category-title-wrap .appelhot-btn-title {
    display: none;
  }
}
.appelhot-categories-blocks-wrap .appelhot-page-content-bottom .appelhot-btn-large {
  margin-bottom: 25px;
}
.appelhot-categories-blocks-wrap .appelhot-category-content-top {
  margin-bottom: 7px;
}
.appelhot-categories-blocks-wrap .appelhot-category-content-top > *:last-child {
  margin-bottom: 0;
}
.appelhot-categories-blocks-wrap .appelhot-category-content-bottom > *:last-child {
  margin-bottom: 3px;
}
.appelhot-categories-blocks-wrap .appelhot-category-content-bottom .appelhot-center {
  margin-bottom: 7px;
  display: none;
}
@media (max-width: 767px) {
  .appelhot-categories-blocks-wrap .appelhot-category-content-bottom .appelhot-center {
    display: block;
  }
}
.appelhot-categories-blocks-wrap .appelhot-category-content-bottom .appelhot-center:last-child {
  margin-bottom: 3px;
}
.appelhot-categories-blocks-wrap .appelhot-category-content-bottom .appelhot-btn-large {
  display: flex;
  margin: 0;
}

.appelhot-page-content-top p,
.appelhot-page-content-bottom p {
  font-size: 14px !important;
}

.appelhot-center {
  justify-content: center;
  display: flex;
}

.appelhot-btn-large {
  box-sizing: border-box;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  display: flex;
  width: 700px;
  max-width: 100%;
  font-size: 25px;
  background-color: #C2077B;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .appelhot-btn-large {
    font-size: 18px;
    padding: 10px;
  }
}
.appelhot-btn-large:hover, .appelhot-btn-large:focus {
  background-color: #a9066b;
  text-decoration: none;
}

.appelhot-btn-title {
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #4d0024;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  max-width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  background-color: #fff;
  margin-left: auto;
  width: auto;
  font-size: 18px;
  padding: 0 11px;
  color: #80003C;
}
@media (max-width: 767px) {
  .appelhot-btn-title {
    font-size: 17px;
    padding: 10px;
  }
}
.appelhot-btn-title:hover, .appelhot-btn-title:focus {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.6);
  color: #4d0024;
  text-decoration: none;
}

.appelhot-category-posts-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.appelhot-category-posts-list article.highlights {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
  padding: 5px;
  width: 50%;
}
@media (max-width: 1128px) {
  .appelhot-category-posts-list article.highlights {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .appelhot-category-posts-list article.highlights {
    width: 100%;
  }
}
.appelhot-category-posts-list article.highlights p img {
  display: block;
  margin: 10px auto 0;
}
.appelhot-category-posts-list article.highlights .btn-call {
  margin-top: auto !important;
  z-index: initial;
}
.appelhot-category-posts-list h2:before {
  margin-left: 5px;
}

.appelhot-categories-anchors {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.appelhot-categories-anchors li {
  box-sizing: border-box;
  color: #80003C;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.1;
  display: flex;
  align-items: center;
  color: #80003C;
  margin: 0 0 15px 0;
  flex: 0 0 33.333%;
  padding-right: 15px;
}
@media (max-width: 980px) {
  .appelhot-categories-anchors li {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .appelhot-categories-anchors li {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.appelhot-categories-anchors li svg {
  fill: currentColor;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.appelhot-categories-anchors li a {
  color: #80003C;
}

.appelhot-category {
  border: 1px solid #80003C;
  margin-bottom: 25px;
  padding-bottom: 15px;
  line-height: 1.5;
}
.appelhot-category .highlights h2 {
  color: #19232d;
  font-size: 14px !important;
  line-height: 1.3;
  padding-left: 14px;
  margin: 7px 0;
}
.appelhot-category .highlights h2:before {
  content: " ";
  display: block;
  float: left;
  position: absolute;
  left: 0;
  height: 18px;
  border-left: 3px solid #e54e53;
}
.appelhot-category .highlights a:not(.btn-call) {
  color: #19232d;
  font-weight: normal;
}
.appelhot-category .highlights a:not(.btn-call):hover, .appelhot-category .highlights a:not(.btn-call):focus {
  color: #19232d !important;
}
.appelhot-category .highlights .btn-call {
  color: #fff;
}
.appelhot-category .highlights .btn-call:hover, .appelhot-category .highlights .btn-call:focus {
  color: #fff !important;
}

.appelhot-category-content-wrap {
  padding: 10px;
}

.appelhot-category-title-wrap {
  display: flex;
  align-items: center;
  color: #fff;
  background: #80003C;
  padding: 10px;
  text-transform: uppercase;
}
.appelhot-category-title-wrap .appelhot-category-title {
  color: #fff;
}
@media (max-width: 767px) {
  .appelhot-category-title-wrap {
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .appelhot-category-title-wrap .appelhot-category-btn {
    display: none;
  }
}

.appelhot-lc-independent-block {
  margin-top: 60px;
}

.appelhot-lc-indpd-title-wrap {
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.appelhot-lc-indpd-title {
  margin-left: -25px;
  display: inline-flex;
  padding: 8px 15px;
  background: #80003C;
  border-radius: 0 10px 10px 0;
  color: #fff;
}
@media (max-width: 767px) {
  .appelhot-lc-indpd-title {
    margin-left: 0;
  }
}
.appelhot-lc-indpd-title svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  margin: 0 5px 0 0;
}

.appelhot-category-title {
  font-weight: bold;
}

.appelhot-category-live-cams-wrap {
  margin-right: -3px;
  margin-left: -3px;
}

.appelhot-category-live-cams {
  display: flex;
  margin: 7px 0;
}

.appelhot-category-live-cams-camera {
  width: 33.8%;
}
.appelhot-category-live-cams-camera > div {
  height: 100%;
}
@media (max-width: 980px) {
  .appelhot-category-live-cams-camera {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .appelhot-category-live-cams-camera {
    display: none;
  }
}

.appelhot-category-live-cams-gallery {
  width: 66.2%;
}
@media (max-width: 980px) {
  .appelhot-category-live-cams-gallery {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .appelhot-category-live-cams-gallery {
    width: 100%;
  }
}

.appelhot-category-btn {
  font-size: 20px;
  background-color: #fff;
  margin-left: auto;
  display: inline-flex;
  font-weight: bold;
  line-height: initial;
}
.appelhot-category-btn a {
  white-space: nowrap;
  padding: 0 10px;
  color: #C2077B;
  display: flex;
  align-items: center;
}
.appelhot-category-btn .appelhot-category-btn-label {
  box-sizing: border-box;
  padding: 5px 10px 5px 20px;
  display: flex;
  align-items: center;
  background-color: #C2077B;
  font-size: 10px;
  line-height: 1.1;
  color: #fff;
  position: relative;
  min-width: 125px;
}
.appelhot-category-btn .appelhot-category-btn-label:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
  content: " ";
  width: 0;
  height: 0;
}

.appelhot-btn-call,
.appelhot-category-call-now {
  background-color: #C2077B;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  padding: 10px;
  display: none;
}
@media (max-width: 767px) {
  .appelhot-btn-call,
.appelhot-category-call-now {
    display: flex;
    font-size: 16px;
  }
}
.appelhot-btn-call:hover, .appelhot-btn-call:focus,
.appelhot-category-call-now:hover,
.appelhot-category-call-now:focus {
  background-color: #a9066b;
  text-decoration: none;
}
.appelhot-btn-call svg,
.appelhot-category-call-now svg {
  margin-right: 15px;
  fill: currentColor;
  width: 20px;
  height: 20px;
}

.appelhot-category-content-top .appelhot-category-btn-wrap,
.appelhot-category-content-bottom .appelhot-category-btn-wrap {
  display: flex;
}
.appelhot-category-content-top .appelhot-category-btn,
.appelhot-category-content-bottom .appelhot-category-btn {
  border: 1px solid #C2077B;
  font-size: 25px;
  margin: 0 auto;
}
.appelhot-category-content-top p,
.appelhot-category-content-bottom p {
  font-size: 14px !important;
}

.appelhot-category-content-top {
  margin-bottom: 20px;
}
.appelhot-category-content-top .appelhot-category-btn-wrap {
  display: none;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .appelhot-category-content-top .appelhot-category-btn-wrap {
    display: flex;
  }
}
.appelhot-category-content-top .appelhot-category-btn {
  width: 100%;
}
@media (max-width: 400px) {
  .appelhot-category-content-top .appelhot-category-btn {
    font-size: 22px;
  }
}
@media (max-width: 370px) {
  .appelhot-category-content-top .appelhot-category-btn {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .appelhot-category-content-top .appelhot-category-btn a {
    margin-left: auto;
  }
}
.appelhot-category-content-top .appelhot-category-btn-label {
  margin-left: auto;
}

@media (max-width: 767px) {
  .appelhot-category-content-bottom .appelhot-category-btn-wrap {
    display: none;
  }
}

.appelhot-category-images-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.appelhot-category-images-wrap .appelhot-category-image {
  width: 50%;
  padding: 5px;
}
.appelhot-category-images-wrap .appelhot-category-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.appelhot-responsive-sizer {
  position: relative;
  padding-top: 100%;
  display: block;
  height: 0;
}
.appelhot-responsive-sizer .appelhot-responsive-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.appelhot-history {
  border: 1px solid #DDDDDD;
  margin-bottom: 15px;
}

.appelhot-histories-title {
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
}

.appelhot-history-title {
  background: #DDDDDD;
  font-size: 16px;
  margin: 0;
  padding: 5px 10px;
}

.appelhot-history-content {
  padding: 10px;
}
.appelhot-history-content p {
  margin-bottom: 7px;
}
.appelhot-history-content *:last-child {
  margin-bottom: 0;
}

.appelhot-history-content-cta {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #C2077B;
}
.appelhot-history-content-cta a {
  color: #C2077B;
}
.appelhot-history-content-cta a:hover, .appelhot-history-content-cta a:focus {
  color: #C2077B;
}

/*Related posts*/
.appelhot-related-posts-wrap {
  margin-top: 40px;
}
.appelhot-related-posts-wrap .appelhot-posts-list li {
  width: 33.333%;
  max-width: 50%;
}

.appelhot-related-posts-title {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

.appelhot-posts-list {
  display: flex;
  justify-content: stretch;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.appelhot-posts-list * {
  box-sizing: border-box;
}
.appelhot-posts-list li {
  flex-grow: 1;
  padding: 5px;
}
@media (max-width: 767px) {
  .appelhot-posts-list li {
    width: 100%;
  }
}
.appelhot-posts-list .arp-bg {
  position: absolute;
  transition: all 0.4s ease;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.appelhot-posts-list .arp-inner {
  padding-top: 75%;
  height: 0;
  position: relative;
  display: block;
  color: #fff;
}
.appelhot-posts-list .arp-inner:after {
  transition: all 0.4s ease;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.appelhot-posts-list .arp-inner:hover {
  color: #fff;
  text-decoration: underline;
}
.appelhot-posts-list .arp-inner:hover * {
  color: #fff;
  text-decoration: underline;
}
.appelhot-posts-list .arp-inner:hover:after {
  background-color: rgba(0, 0, 0, 0.1);
}
.appelhot-posts-list .arp-content {
  width: 100%;
  padding: 10% 14px 14px 14px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  color: #fff;
}
.appelhot-posts-list .arp-content-wrap {
  z-index: 1;
  position: absolute;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 1.2;
}

/*Page telephone-rose-cb*/
.nos-numeros-rose .appelhot-btn-call-wrap,
.telephone-rose-cb .appelhot-btn-call-wrap {
  display: none;
}
@media (max-width: 767px) {
  .nos-numeros-rose .appelhot-btn-call-wrap,
.telephone-rose-cb .appelhot-btn-call-wrap {
    display: block;
  }
}
.nos-numeros-rose a.appelhot-btn-call,
.telephone-rose-cb a.appelhot-btn-call {
  color: #fff !important;
}
.nos-numeros-rose p:empty,
.telephone-rose-cb p:empty {
  display: none;
}

.telephone-rose-cb a.appelhot-btn-call {
  background-color: #00A94F;
}
.telephone-rose-cb a.appelhot-btn-call:focus, .telephone-rose-cb a.appelhot-btn-call:hover {
  background-color: #009043 !important;
}

.nos-numeros-rose a.appelhot-btn-call {
  background-color: #C2077B;
}
.nos-numeros-rose a.appelhot-btn-call:focus, .nos-numeros-rose a.appelhot-btn-call:hover {
  background-color: #a9066b !important;
}

.telephone-rose-cb .post-content .wp-block-table.is-style-regular {
  margin-bottom: 30px;
  width: 100%;
}

/* Reduce font size */
.page-content {
  font-size: 14px;
}
.page-content h2.widget-title,
.page-content h3.widget-title,
.page-content .textwidget h2,
.page-content .textwidget h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.page-content p {
  font-size: 14px !important;
}

.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sc-accordions .sc-accordion-title a {
  line-height: 21px;
  color: #19232d;
}
.sc-accordions .sc-accordion-title a h1, .sc-accordions .sc-accordion-title a h2, .sc-accordions .sc-accordion-title a h3, .sc-accordions .sc-accordion-title a h4, .sc-accordions .sc-accordion-title a h5, .sc-accordions .sc-accordion-title a h6 {
  display: inline-block;
  line-height: 21px;
  color: #19232d;
  font-size: 14px;
  margin: 0;
}
.sc-accordions .sc-accordion-title a:hover, .sc-accordions .sc-accordion-title a:focus {
  color: #19232d !important;
}
.sc-accordions .sc-accordion-title a:after, .sc-accordions .sc-toggle-title a:after {
  padding-left: 5px;
  top: 1.29em;
}
.sc-accordions .sc-accordion-title a:before, .sc-accordions .sc-toggle-title a:before {
  background: #441B26;
}

.lower-foot * {
  font-size: 13px !important;
}

@media (max-width: 980px) {
  .main-footer .lower-foot .wrap {
    padding: 14px 25px 50px;
  }
}
@media (max-width: 980px) {
  .main-footer .lower-foot .wrap .widgets {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/*# sourceMappingURL=styles.css.map */
