@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800;900&display=swap");

html,
body {
  overflow-x: hidden;
}
body {
  font-family: "Nunito", sans-serif !important;
  color: #7f789b;
}
.material-icons,
.material-icons-round {
  vertical-align: middle;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgb(0 123 255 / 0);
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  text-decoration: none;
}
.site-header {
  z-index: 100;
  position: relative;
}

.form-group {
  margin-bottom: 1rem;
}

h1 {
  font-size: 42px;
  line-height: 48px;
}

h2 {
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  color: #39266b;
}

h3 {
  font-size: 30px;
  line-height: 40px;
}
.parainage-text {
  font-size: 18px;
  line-height: 27px;
}
.counter {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #39266b;
}
.accordion-content {
  counter-reset: section;
}
.counter::before {
  counter-increment: section;
  content: counter(section);
  background: #ffffff;
  padding: 15px 0;
  border-radius: 99px;
  margin-right: 10px;
  width: 56px;
  height: 56px;
  display: inline-block;
  text-align: center;
}
.accordion-body ul {
  list-style-position: inside;
}
a {
  text-decoration: none;
  color: #39266b;
}
h4 {
  font-size: 26px;
  line-height: 32px;
}

h5 {
  font-size: 22px;
  line-height: 32px;
}

h6 {
  font-size: 18px;
  line-height: 26px;
}
.wp-block-pullquote p {
  font-size: 26px;
  line-height: 32px;
}

p {
  color: #7f789b;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
}
.leftSection p {
  color: #7f789b !important;
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: normal !important;
  font-family: inherit !important;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}
p.medium {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}

small {
  font-size: 12px;
  line-height: 20px;
}

button:focus {
  outline: 0px auto -webkit-focus-ring-color !important;
}

.fw-100,
.font-weight-100 {
  font-weight: 100;
}

.fw-200,
.font-weight-200 {
  font-weight: 200;
}

.fw-300,
.font-weight-300 {
  font-weight: 300;
}

.fw-400,
.font-weight-400 {
  font-weight: 400;
}

.fw-500,
.font-weight-500 {
  font-weight: 500;
}

.fw-600,
.font-weight-600 {
  font-weight: 600;
}

.fw-700,
.font-weight-700 {
  font-weight: 700;
}

.underlineTextLink {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #58468c;
}
.underlineTextLink:hover {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #58468c;
}
.hors-ligne {
  color: #7f789b !important;
  font-size: 0.8rem !important;
}
.agentImageStatus .hors-ligne {
  font-weight: 900;
}
.en-ligne {
  color: #19831f !important;
  font-size: 0.8rem !important;
  font-weight: 900;
}
.agentImageStatus .en-ligne {
  font-weight: 900;
}
.en-consultation {
  color: #da6f0d !important;
  font-size: 0.8rem !important;
}
.agentImageStatus .en-consultation {
  font-weight: 900;
}
.text-primary,
.text-primary a {
  color: #4f3a90 !important;
}
.text-alt-primary {
  color: #4f3a90 !important;
}
.text-neutral {
  color: #39266b !important;
}
.bg-primary {
  background-color: #58468c !important;
}

.bg-alt {
  background-color: #d5d1ec !important;
}
.bg-alt-primary {
  background-color: #f8f8ff !important;
}
.bg-primary.hover {
  transition: 0.5s ease-in-out;
}

.bg-primary.hover:hover {
  background: #463383 !important;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #463383;
  color: #fff !important;
  border-color: #463383;
  padding: 11px 32px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.btn-primary {
  background-color: #4f3a90;
  color: #fff !important;
  border-color: #4f3a90;
  padding: 11px 32px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.btn-primary-alt {
  background-color: #fff;
  color: #58468c;
  padding: 11px 32px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  border: 1px solid #58468c;
}
.btn-primary-alt:hover,
.btn-primary-alt:focus {
  background-color: #58468c;
  color: #fff;
  border: 1px solid #54428c;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #463383;
  border-color: #463383;
}
.btn-danger {
  background-color: rgb(214, 49, 128) !important;
  color: #fff !important;
}

.btn-warning {
  background-color: #eacd92 !important;
  color: #fff !important;
}

.btn-white {
  color: #57468c;
  background: #fff;
}

.btn-outline-warning:hover {
  color: #212529;
  background: none !important;
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 !important;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgb(38 143 255 / 0);
}

.esteban-pagination a,
.esteban-pagination span {
  padding: 0 0.25rem;
}
.esteban-pagination span.totalPages {
  padding: 0.25rem 1rem;
}

.esteban-pagination .near {
  padding: 0 0.5rem !important;
}

.esteban-pagination span.current {
  padding: 0.3rem 0.6rem !important;
  background: #57468c;
  color: #fff;
  border-radius: 12%;
}

.border-warning {
  border: #eacd92 solid 1px !important;
  font-size: 14px;
}
.border-primary {
  border: #58468c solid 10px !important;
}
.border-radius {
  border-radius: 8px;
}
.border-alt {
  border: 1px solid #ee5281;
}
.icon_rounded {
  border-radius: 50% !important;
}
.rounded {
  border-radius: 99px !important;
}
.testimonial_card .avatar {
  width: 7rem !important;
  height: 7rem;
  border-radius: 3.5rem !important;
  padding: 0;
}
.rounded_button {
  border-radius: 40px !important;
}
img.img-fluid.rounded_left {
  border-radius: 50%;
}
.round {
  border-radius: 20px;
}
.header_part {
  filter: drop-shadow(0px 6px 25px rgba(108, 93, 134, 0.05));
  -webkit-filter: drop-shadow(0px 6px 25px rgba(108, 93, 134, 0.05));
  background: #fff;
}
#masthead {
  position: fixed;
  height: 132px;
  background: #fff;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.3s ease;
  box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
}
#masthead.landingPageHeader {
  height: auto;
}
.admin-bar #masthead {
  top: 32px;
}
.admin-bar.crm #masthead {
  top: 0px;
}
#masthead.hide {
  top: -132px;
}
.top-bar {
  background: #463383;
}
.top-bar .container {
  display: flex;
  justify-content: flex-end;
  display: -webkit-flex;
  display: -moz-flex;
}
.btn-header-offre {
  font-size: 14px;
  color: #fff;
  border-radius: 30px;
  background-color: #eacd92;
  padding: 10px 20px 8px 40px;
  text-transform: uppercase;
  background-image: url(../../images/btn-h-icon-offre.svg);
  background-repeat: no-repeat;
  background-position: 15px 8px;
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}
.btn-header-offre:hover {
  box-shadow: rgb(234 205 146 / 50%) 0px 10px 25px 0px;
  color: #fff;
}
.btn-header-inscription {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  background-color: #ee5281;
  padding: 10px 20px 8px 42px;
  background-image: url("../../images/icon-login.svg");
  background-repeat: no-repeat;
  background-position: 15px 12px;
  font-weight: 600;
  line-height: 22px;
  border: 0;
  border-radius: 0;
  background-size: 18px;
}
.btn-header-connecter {
  font-size: 15px;
  color: #fff;
  padding: 10px 15px 8px;
  text-transform: uppercase;
  background-repeat: no-repeat;
}
.btn-header-compte {
  font-size: 15px;
  color: #fff;
  padding: 10px 0px 8px 45px;
  text-transform: uppercase;
  background-image: url(../../images/bhmc-icon.svg);
  background-repeat: no-repeat;
  background-position: 5px 5px;
}

.btn-header-compte:hover {
  color: #fff;
}
.btn-header-connecter:hover,
.btn-header-inscription:hover {
  color: #fff;
}
.round_light {
  border-radius: 5px;
}

.box_shadow {
  box-shadow: rgb(149 135 168) 0px 10px 35px 5px !important;
}

.box_shadow_blue {
  box-shadow: 0 10px 55px 5px rgb(137 173 255 / 35%) !important;
}

.text-wrap {
  word-wrap: break-word;
}

.dropdown-toggle::after {
  display: none;
}
button.btn.btn-outline-primary._primary.rounded {
  border: #58468c solid 1px;
  color: #58468c;
  background: #fff;
  font-size: 14px;
}
button.btn.btn-outline-primary._primary.rounded:hover {
  border: #58468c solid 1px;
  color: #fff;
  background: #58468c;
  font-size: 14px;
}
.header_part nav li a.nav-link {
  color: #58468c !important;
  font-size: 15px;
  text-transform: uppercase;
  padding: 40px 10px 10px !important;
  letter-spacing: 0.085em;
  line-height: 23px;
  font-weight: 500;
}

.header_part nav ul li.menu-item:hover > a,
.header_part nav ul li.menu-item .sub-menu li:hover > a,
.header_part nav ul li.menu-item.current-menu-item > a,
.header_part nav ul li.menu-item.current_page_item > a,
.header_part nav ul li.menu-item.current-menu-ancestor > a,
.header_part nav ul li.menu-item.current-menu-parent > a,
.header_part nav ul li.menu-item.current_page_parent > a,
.header_part nav ul li.menu-item.current_page_ancestor > a {
  color: #ee5281;
}

.dropdown-menu {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.02, 0.54, 0.58, 1);
  -moz-transition: opacity 0.2s cubic-bezier(0.02, 0.54, 0.58, 1);
  transition: opacity 0.2s cubic-bezier(0.02, 0.54, 0.58, 1);
}

.dropdown-menu.show {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  padding: 24px 17px;
  border: 0px;
}

.dropdown-menu a {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-transition: padding 0.2s cubic-bezier(0.02, 0.54, 0.58, 1);
  -moz-transition: padding 0.2s cubic-bezier(0.02, 0.54, 0.58, 1);
  transition: padding 0.2s cubic-bezier(0.02, 0.54, 0.58, 1);
  float: none;
  margin: 0;
  padding: 8px 0px;
  font-size: 15px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: none !important;
}

.nav-item .dropdown-menu {
  border-radius: 8px !important;
  border: 0px solid #fff;
  background: #ffffff;
  box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.05);
}

/*****imgezooom****/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.image-box {
  position: relative;
  margin: auto;
  overflow: hidden;
  width: 100%;
}
.image-box img {
  max-width: 100%;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
}

.image-box:hover img {
  transform: scale(1.1);
}
/********crousel******/
a.carousel-control-prev {
  background: #58468c;
  height: 50px;
  position: relative;
  top: 0px;
  left: 490px;
  width: 50px;
  border-radius: 50px;
}
a.carousel-control-next {
  background: #58468c;
  height: 50px;
  position: relative;
  top: -50px;
  left: 550px;
  width: 50px;
  border-radius: 50px;
}

.first_dialog {
  max-width: 700px;
}
/***********sidebarmenu***********/
.overlay {
  height: 58%;
  width: 80%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0px;
  background-color: #fff;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  font-size: 12px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 0px;
  font-size: 60px;
  width: 56%;
}

.fix-img-w-h {
  object-fit: cover;
  object-position: center;
  height: 359px;
  width: 410px;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 35px;
    top: 25px;
    right: 30px;
    background: #ccc;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    padding: 0px 0px 0px 14px;
  }
}

/********/
@media (min-width: 992px) {
  li.flags .dropdown-menu {
    left: -170px;
  }
}

ul.navbar-nav .nav-item.flags:before {
  display: none;
}

.breadcrumb_sec a {
  color: #6b5d86 !important;
  text-decoration: none;
}

.breadcrumb_sec {
  font-size: 13px !important;
}

/*** New Package Design ***/
.packages-item {
  border-bottom: 1px solid #d5d1ec;
  padding: 15px 0;
}
.packages-item:last-of-type {
  border-bottom: 0px solid #d5d1ec;
  padding: 15px 0;
}
.packageServiceIcon i {
  color: #9e9acd;
  font-size: 44px;
  background: #f0f1f9;
  padding: 22px 18px;
  width: 88px;
  height: 88px;
}
.secPackages-title {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #4f3a91;
}
.secPackages-subtitle {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  min-height: 36px;
}
.singlePackage {
  background: #ffffff;
  box-shadow: 0px 6px 25px rgba(88, 70, 140, 0.05);
  border-radius: 8px;
  text-align: center;
  padding: 24px;
  border: 1px solid #fff;
  min-height: 292px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  display: -webkit-flex;
  display: -moz-flex;
}
.singlePackage:hover {
  border: 1px solid #58468c;
  box-sizing: border-box;
  box-shadow: 0px 6px 25px rgb(88 70 140 / 15%);
}
.packageServiceIcon {
  margin-bottom: 0.75rem;
}
.expandPackage {
  margin-bottom: 0;
  border: 1px solid;
  display: inline-block;
  border-radius: 99px;
  color: #4f3a90;
  cursor: pointer;
  padding: 6px 30px;
}
.expandPackage i {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  vertical-align: middle;
}
.expandPackage:hover {
  text-decoration: none;
  color: #fff;
  background-color: #57468c;
}
.packageBoxActive {
  border: 1px solid #58468c;
  box-sizing: border-box;
  box-shadow: 0px 6px 25px rgb(88 70 140 / 15%);
}
.packageBoxIconActive,
.packageBoxActive .secPackages-title {
  color: #57468c !important;
}
.singlePackage:hover .packageServiceIcon i {
  color: #57468c !important;
}
.packages-item-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
}

@media (max-width: 400px) {
  .packages-item-body {
    display: grid !important;
    justify-content: center !important;
  }
}
.packages-section p {
  font-size: 20px;
  line-height: 28px;
  color: #39266b;
}
.packages-section .accordion-item-alt .accordion-body {
  padding-left: 0;
  padding-right: 0;
}
.packages-item-amount {
  font-size: 24px;
  line-height: 32px;
  color: #58468c;
}
sup.packages-item-currency {
  top: -1em;
  font-size: 12px;
}
.packages-item-minutes {
  font-size: 16px;
  line-height: 24px;
  color: #eab871;
}
.packages-item-title {
  font-size: 13px;
  line-height: 16px;
  color: #948ca4;
}
.packages-item .packages-item-title {
  padding: 0 10px;
}
.packages-item a {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  background: #4f3a91;
  border-radius: 99px;
  padding: 11px 19px;
  text-decoration: none;
  cursor: pointer;
}
#etude-personalise .accordion-item-alt {
  border: 0px solid #e0dfe1;
  border-radius: 0;
  padding: 0px;
}
#etude-personalise .accordion-item-alt h3 .btn-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #4f3a91;
  text-decoration: none;
}
/**** Footer ****/

.footer {
  background: #333351 !important;
}

.footer li {
  line-height: 36px;
  list-style: none;
  display: flex;
  align-items: center;
  letter-spacing: 0.125em;
  display: -webkit-flex;
  display: -moz-flex;
}
.footer span.title-menu-footer {
  display: block;
  font-size: 22px;
  line-height: 32px;
}

footer .bottom {
  background-color: #2d2d47;
}

footer .bottom small {
  color: #eacd92;
}

i.fas.fa-circle.fa-xs.dot {
  font-size: 0.3rem;
}

.footer li a p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0;
}

.footer li:hover a p,
.footer li a:hover {
  font-weight: 600;
  text-decoration: none;
}

.footer .container-fluid.bootom {
  background-color: #2c2d46 !important;
}

.footer .container-fluid p small {
  color: #eacd92 !important;
}
.social-netwroks img {
  width: 16px;
}
.footer ul {
  margin: 0.5rem 0 0;
}
.footer ul li:before {
  content: "\2022";
  color: #d9b2b5;
  font-weight: bold;
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}
.new-footer-responsive {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
a.dropdown-item {
  line-height: 30px;
}
.text-center.text-primary.position-absolute {
  width: 100%;
  text-align: left;
  float: left;
  width: 70px;
  border-radius: 0;
  left: 30px;
  background: #fff !important;
  height: 60px;
  top: 60px;
  box-shadow: 0 10px 55px 5px rgb(137 173 255 / 35%);
  border-radius: 5px;
}
p.star_hover :hover {
  background-color: #58468c;
}
img.image-fluid.bg-light.rounded-bg.p-3 {
  border-radius: 50px;
  width: 70px;
}
nav#site-navigation {
  padding: 5px 0;
}
ul.navbar-nav.fontsize li {
  padding: 4px 12px;
  position: relative;
}
ul.navbar-nav.fontsize li a {
  color: #4f3a90;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
ul.navbar-nav.fontsize li .sub-menu a {
  color: #716c80;
  font-weight: 400;
  line-height: 24px;
}
.navbar-light .navbar-toggler {
  border-color: #fff;
}
i.fas.fa-user-circle.none {
  display: none;
}
.top_flag {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.top_flag ul {
  list-style: none;
}
.top_flag li.wpml-ls-current-language a span.wpml-ls-native {
  display: none;
}
.top_flag .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  padding-right: 22px;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  border: 0.25em solid transparent;
  border-top: 0.35em solid;
  top: calc(50% - 0.1em);
}
.top_flag .wpml-ls-legacy-dropdown-click a {
  border: 0px solid #cdcdcd;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item {
  padding: 5px 0;
}
.top_flag .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border-top: 0px solid #cdcdcd;
}
.top_flag .wpml-ls-legacy-dropdown-click {
  width: auto;
}
.top_flag li.wpml-ls-current-language:hover ul.wpml-ls-sub-menu {
  display: block;
}
.top_flag ul.wpml-ls-sub-menu {
  display: none;
  position: absolute;
  background: #fff;
  padding: 20px 20px;
  width: 235px;
  border-radius: 20px;
  text-align: left;
  left: -150px;
  visibility: visible;
}
.top_flag ul {
  list-style: none;
}
.top_flag li.wpml-ls-current-language ul a img.wpml-ls-flag,
.top_flag li.wpml-ls-current-language ul a span.wpml-ls-native {
  display: inline-block;
  margin-right: 10px;
}
.top_flag .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a,
.top_flag .wpml-ls-legacy-dropdown-click a:focus,
.top_flag .wpml-ls-legacy-dropdown-click a:hover {
  color: #58468c;
  background: transparent;
}

/*** Voyants Section ***/

.myCard {
  border-radius: 10px;
}
.cardUpper {
  background-color: #58468c;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.cardUpperTitle {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.cardUpperContent {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.cardUpperContent.pb-4 {
  padding-bottom: 2rem !important;
}
.cardUpperImage {
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 70px;
  max-width: 100%;
  object-fit: cover;
  object-position: top;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  border-radius: 100%;
  border: 3px solid #fff;
}
.cardUpperImageDivision {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.cardUpperImageDivision i {
  position: absolute;
  bottom: 0;
  right: 0.75rem;
  font-size: 14px;
}
.cardLower {
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cardLowerRatingDivision {
  font-size: 14px;
  line-height: 20px;
}
.cardLowerRatingDivision i {
  font-size: 20px;
  line-height: 20px;
}
.cardLowerButton {
  border-radius: 99px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.cardLowerButton.btn-success,
.cardLowerButton.btn-warning,
.cardLowerButton.btn-offline {
  font-size: 16px;
  color: #fff !important;
  font-weight: 700;
  padding: 11px 32px;
}
.cardLowerButton.btn-success {
  background-color: #19831f !important;
  border-color: #19831f !important;
}
.cardLowerButton.btn-warning {
  background-color: #da6f0d !important;
  border-color: #da6f0d !important;
}
.cardLowerButton.btn-offline {
  background-color: #aca9d8 !important;
  border-color: #aca9d8 !important;
}
.ratingStar {
  color: #eab871;
}
.cardLowerRatingDivision.pt-0 .ratingStar {
  display: inline-block;
  line-height: 1.2;
  margin: 0.2rem 0 0.4rem;
}
.cardLowerRatingDivision i.material-icons {
  vertical-align: bottom;
}
.cardLowerTitleDivision {
  font-size: 1rem !important;
  line-height: 18px;
  font-weight: 700;
}
.cardLowerFlagDivision {
  display: flex;
  justify-content: center;
  flex-direction: row;
  display: -webkit-flex;
  display: -moz-flex;
}
.cardLowerFlagDivision img {
  margin: 0 2px;
  max-width: 20px;
}
/*** FAQS ***/
.accordion-item {
  background: #f4f3ff;
  border-radius: 4px;
  margin-bottom: 0.8rem;
  padding: 0.75rem;
  display: inline-block;
  width: 100%;
}
.accordion-item-alt {
  border: 1px solid #e0dfe1;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 6px 16px;
  margin-bottom: 1rem;
  clear: both;
  display: inline-block;
  width: 100%;
}
.accordion-item h3 .btn-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #4f3a91;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0px;
  display: -webkit-flex;
  display: -moz-flex;
}
.accordion-item-alt h3 .btn-link {
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  color: #39266b;
  display: flex;
  justify-content: space-between;
  display: -webkit-flex;
  display: -moz-flex;
  padding: 0;
}
.accordion-item-alt .accordion-body {
  padding-top: 10px;
}
.accordion-item h3 .btn-link:hover,
.accordion-item h3 .btn-link.focus,
.accordion-item h3 .btn-link:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0 rgb(0 123 255 / 25%);
  border: 0;
}
.accordion-item h3 .btn-link[aria-expanded="false"]:after,
.accordion-item-alt h3 .btn-link[aria-expanded="false"]:after {
  font-family: "Material Icons";
  content: "\e5cf";
  font-weight: 400;
  font-size: 30px;
}
.accordion-item h3 .btn-link[aria-expanded="true"]:after,
.accordion-item-alt h3 .btn-link[aria-expanded="true"]:after {
  font-family: "Material Icons";
  content: "\e5ce";
  font-weight: 400;
  font-size: 30px;
}
.accordion-item .accordion-content {
  text-align: left;
  padding: 10px 20px;
}

/*** Blog Grid View ***/
.gridView .post-title h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #39266b;
  margin-bottom: 0;
  padding: 0 15px 15px;
  display: -webkit-flex;
  display: -moz-flex;
}

.gridView figure.voyance-page {
  height: auto;
}
.gridView figure img {
  width: 100%;
  border-radius: 8px;
}
.gridView .card {
  background: #f8f7fd;
  border-radius: 8px;
  border: 0;
}

.gridView.signe-astrology .post-title h2,
.gridView.les-flame .post-title h2 {
  font-weight: 500;
  color: #4f3a91;
  padding: 0;
}

.gridView.signe-astrology .card,
.gridView.les-flame .card {
  background: transparent;
  border-radius: 0;
  filter: drop-shadow(0px 6px 25px rgba(38, 36, 45, 0));
  border: 0px;
}
.page-template-page-templatesvoyance-php .gridView.signe-astrology figure img {
  height: auto !important;
}
.voyanceParPays .col:first-child {
  padding-left: 0;
}
.voyanceParPays .col:last-child {
  padding-right: 0;
}
.voyanceParPays figure img {
  object-fit: cover;
  object-position: center;
  height: 245px;
}
/** Equipe Slider**/
.equipeSlider .owl-stage {
  display: flex;
}
.equipeSlider.owl-carousel .owl-item img {
  display: inline-block;
}
.equipeSlider .item {
  background: #57468c;
  border-radius: 4px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  display: -webkit-flex;
  display: -moz-flex;
}
.equipeSlider .item:hover {
  background: #423568;
}
.equipeSlider .item .btn {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 1rem;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.appeler {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0px;
}
.appeler-service {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.appeler-cost {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.numbers {
  width: 96px;
  height: 96px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: -10px -10px 15px rgb(255 255 255 / 25%),
    10px 10px 15px rgb(186 190 205 / 25%);
  border-radius: 200px;
  display: -webkit-flex;
  display: -moz-flex;
}
.numerologie_image {
  position: relative;
  margin: 16px 0 10px;
}
.numerologie_amount {
  background: #f8f8ff;
  border-radius: 0px 4px;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #7f789b;
  padding: 5px 20px;
}
p.numerologie_title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #4f3a91;
}
.press-articles-section .card {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid #e0dfe1;
  box-sizing: border-box;
  border-radius: 8px;
  background: #f8f8ff;
}
.press-articles-section .card figure {
  margin: 0 0 1rem;
  height: 246px;
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 8px 8px 0 0;
}
.press-articles-section .card figure img {
  border-radius: 8px 8px 0 0;
}

/** Promo Code Happy Hour **/
.home .promo-code-inline {
  margin-top: 131px;
}
/* .home.admin-bar .promo-code-inline {
  margin-top: 110px;
} */
.promo-code-inline {
  background: #ee5281;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  padding: 25px 0;
}
.promo-code-page-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #ffffff !important;
}
.login-client .promo-code-inline {
  margin-top: 132px;
}

/** Floating Box **/

#float-card {
  z-index: 100;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ee5281;
  width: 149px;
  height: 64px;
  border-radius: 8px;
  color: #fff;
  padding: 0 0 0 10px;
  cursor: pointer;
  box-shadow: 0px 6px 25px rgb(0 0 0 / 5%), 0px 6px 25px rgb(88 70 140 / 25%);
}

.float-card-box {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  text-align: left;
  padding-top: 10px;
  display: -webkit-flex;
  display: -moz-flex;
}

.float-card-box span.image-span {
  width: 60px;
}

.float-card-box span img {
  vertical-align: initial;
}

.btn#my-btn {
  background: #fff;
  padding-top: 13px;
  padding-bottom: 12px;
  border-radius: 45px;
  padding-right: 40px;
  padding-left: 40px;
  color: #5865c3;
}
#chat-overlay {
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: none;
}
#float-offer {
  display: none;
}
.float-box {
  z-index: 100;
  background: #fff;
  position: fixed;
  right: 20px;
  bottom: 0px;
  width: 350px;
  max-width: 85vw;
  max-height: 100vh;
  border-radius: 5px;
  display: none;
}
.float-box-toggle {
  cursor: pointer;
  position: absolute;
  right: -15px;
  top: -15px;
  background: #58468c;
  border-radius: 99px;
  margin: 0;
  width: 32px;
  height: 32px;
  text-align: center;
}
.float-box-toggle i {
  vertical-align: middle;
  line-height: 30px;
}

.float-box-header {
  background: #8c8ad0;
  height: 48px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  font-size: 20px;
  padding-top: 10px;
  color: #fff;
}
p.float-card-box-open {
  display: flex;
  align-items: center;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding-left: 7px;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -moz-flex;
}
.float-box-body {
  position: relative;
  height: 370px;
  height: auto;
  border: 1px solid #ccc;
  overflow: hidden;
}
.float-box-overlay {
  display: flex;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
}
.float-box-overlay .modalFormSection .mainTitle {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #58468c;
}
.modalFormSection .mainTitle span {
  color: #ee5281;
}
.float-box-overlay .modalFormSection p {
  font-size: 14px;
  line-height: 18px;
}
.float-box-overlay .modalFormSection {
  width: 65%;
  padding: 0 3%;
}
.float-box-overlay .modalFormSection form input.offreEmailInput {
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
  padding: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.float-box-overlay .modalFormSection .forfaits-item-button {
  font-size: 14px;
  line-height: 18px;
  padding: 11px 24px;
  border-radius: 4px;
  background-color: #ee5281;
  color: #fff;
  width: 100%;
  font-weight: bold;
  border: 0px;
}
.float-box-overlay .modalImageSection {
  width: 38%;
}
.float-box-overlay .modalImageSection img {
  object-fit: cover;
  object-position: center;
  height: 250px;
  width: 100%;
}
.float-box .offre-form-message {
  font-size: 13px;
  line-height: 16px;
}
.float-box .offre-form-message .err-msg-box {
  margin-bottom: 5px;
  border-radius: 4px;
  border-left: 4px solid #fc6161;
  padding: 5px 0;
  display: block;
  text-align: center;
}
.float-box .offre-form-message .err-msg-box .err-msg-left,
.float-box .offre-form-message .err-msg-box .err-msg-right {
  padding: 0;
}
.popupIcon {
  max-width: 32px;
}
/** New Design **/
.new-design .float-box {
  width: 100%;
  max-width: 450px;
  border-radius: 8px;
}
.new-design .float-box-header {
  background: #9f9dcf;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.new-design .float-box-overlay {
  flex-direction: column;
}
.new-design .float-box-overlay .modalFormSection {
  width: 100%;
  order: 2;
  padding: 0 5% 4%;
}
.new-design .float-box-overlay .modalImageSection {
  width: 100%;
  order: 1;
}
.new-design .float-box-overlay .modalImageSection img {
  min-height: auto;
  max-height: 250px;
}
.new-design .float-box-overlay .modalFormSection .mainTitle {
  font-size: 24px;
  line-height: 32px;
  color: #4f3a91;
  font-weight: 600;
  margin: 20px 0 0;
  text-transform: uppercase;
}
.new-design .subtitle-popup p:last-child {
  margin-top: 0;
  margin-bottom: 15px;
}
.new-design .float-box-overlay .modalFormSection p {
  font-size: 16px;
  line-height: 24px;
  color: #39266b;
}
.new-design .float-box-overlay .modalFormSection .forfaits-item-button {
  font-size: 16px;
  line-height: 24px;
  background: #ee5281;
  text-transform: none;
  font-weight: 500;
  color: #f8f8ff;
  font-style: normal;
  border: 0px;
}
.new-design .subtitle-popup p:first-child {
  margin-bottom: 0;
}
.new-design .subtitle-popup p:last-child {
  margin-top: 0;
  margin-bottom: 15px;
}
.new-design p.float-card-box-open {
  padding-left: 5%;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
}

.new-design .float-box-overlay .modalFormSection form input.offreEmailInput {
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #e0dfe1;
  color: #7f789b;
  width: 100%;
}
.new-design #float-card {
  background: #ee5281;
  width: 170px;
  height: 60px;
}
.new-design .float-card-box {
  font-size: 14px;
  line-height: 18px;
  margin: 0px 0 0;
  padding: 5px 0;
}
.new-design .float-card-box span.image-span {
  width: 40px;
}
.new-design .float-card-box .text-span {
  padding: 5%;
}
.successMessage {
  align-items: center;
  width: 100%;
  order: 2;
}
.successMessage .material-icons {
  font-size: 32px;
  color: #19831f;
}
.successMessage .success-icon {
  padding: 25px;
}
.successMessage .message-body {
  padding: 25px 50px 25px 0;
}
.successMessage .message-body::after {
  content: "";
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to right,
    #3ba938 0%,
    #3ba938 33%,
    rgba(59, 169, 56, 0.2) 33%,
    rgba(59, 169, 56, 0.2) 100%
  );
}
.successMessage .message-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #19831f;
  margin: 0;
}
.successMessage p:last-child {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #7f789b;
}

.promo-code-popup {
  bottom: 0;
  font-weight: normal;
  left: 30px;
  position: fixed;
  text-align: center;
  z-index: 1000;
}

.promo-code-popup-dialog {
  background-image: url("/images/promo-code-popup-bg.png"),
    linear-gradient(180deg, #9292de 100%, #b4add8 0%);
  background-size: cover;
  border-radius: 6px;
  box-shadow: 10px 10px 23px 2px rgba(0, 0, 0, 0.26);
  color: #fff;
  margin: 40px 0;
  padding: 20px;
  width: 310px;
}

.promo-code-popup .close {
  color: #fff;
  position: absolute;
  right: 5px;
  top: 40px;
}

.btn-promo-countdown {
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 0.8rem;
  height: 40px;
  line-height: 36px;
  margin-top: 20px;
  padding: 0 10px;
}

/** End Welcome Offer **/
/**** Progres Bar style *****/
.progress-track {
  margin-bottom: 75px;
  width: 100%;
  margin-top: 8rem;
  line-height: normal;
  height: auto;
  background: transparent;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.progress {
  /*  position: relative;*/
  height: 2px;
  flex: 0 0 68%;
  /*  top: 1rem;*/
  margin-left: 15%;
}
.progress-bar {
  background-color: #4f3a90;
}

.steps {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  position: relative;
  width: 100%;
  margin-top: -65px;
}

.offre-inscription .progress-track {
  margin-bottom: 50px;
}

.progress .progress-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 1.125rem;
  color: #7f789b;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.progress .step-page {
  color: #56468d;
  font-size: 1.375rem;
  line-height: 1.6;
  font-weight: 600;
}

.progress-step .etape-icon {
  position: relative;
  border-radius: 50%;
}

.progress-step .etape-icon img {
  /*	position: absolute;*/
  width: 90px;
  z-index: 1;
}

.progress-step .etape-icon-border {
  width: 3rem;
  height: 3rem;
  border: 0.3125rem solid #f8f8ff;
  border-radius: 50%;
}

.step-icons {
  position: relative;
  width: 110px;
  height: 110px;
  overflow: hidden;
}

.step-icons:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 4rem;
  height: 4rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  border-radius: 50%;
}

.step-lottie {
  width: 320px;
  height: 220px;
  position: absolute;
  left: -190px;
  top: -50px;
  z-index: 1;
}

.progress .progress-step .btn-primary {
  background: #fff;
  width: 80%;
  font-size: 1.25rem;
  color: #7f789b !important;
  font-weight: 600;
  border: 1px solid #9f9dcf;
  padding: 12px 30px;
  border-radius: 99px;
  margin-top: 10px;
}

.progress .progress-step .btn-primary.active,
.progress .progress-step .btn-primar:hover {
  background: #9f9dcf;
  color: #fff !important;
}

.progress .progress-step a.disabled {
  pointer-events: none;
  opacity: 1;
}
/** mon-compte-desktop-menu **/
.mon-compte-desktop-menu {
  width: 317px;
  background: #ffffff;
  box-shadow: 0px 6px 40px rgb(108 93 134 / 15%);
  border-radius: 2px;
  border: 0;
}
.popover.mon-compte-desktop-menu {
  top: 0 !important;
  left: 0 !important;
  max-width: 100%;
}
li.disconnect {
  border: 1px solid #da110d;
  box-sizing: border-box;
  border-radius: 99px;
  text-align: center;
  color: #da110d;
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
}
li.disconnect a {
  color: #da110d;
}

.user-menu-icon .material-icons {
  font-size: 40px;
}
.bs-popover-bottom.mon-compte-desktop-menu > .arrow::before,
.bs-popover-auto[x-placement^="bottom"].mon-compte-desktop-menu
  > .arrow::before {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.mon-compte-user-links a {
  font-size: 15;
}
.clients-comments .leftSection {
  max-width: 55%;
}
#avis-client .owl-stage {
  display: flex;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
}
.avis-client-item {
  background: #f8f8ff !important;
  border-radius: 8px !important;
  padding: 16px 24px !important;
}
.center .avis-client-item {
  padding: 28px 24px !important;
}
.avis-client-stars span {
  font-size: 16px;
  color: #eab871;
  margin: 0 4px;
}
.avis-client-stars span:first-child {
  margin-left: 0;
}

.font-20 {
  font-size: 20px;
}
.crm-pages .breadcrumb-container {
  display: none;
}
.dropdown-menu.left_right.show {
  position: relative !important;
  top: -27px !important;
}
.dAutresClientsTitleDivision .voyant-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  color: #39266b;
}
.cookie-banner {
  background: rgba(44, 46, 71, 0.6);
  padding: 8px 64px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.cookie-banner p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
.cookie-banner p a {
  color: #fff;
}
.grecaptcha-badge {
  display: none !important;
}
.pagination {
  margin-bottom: 0;
  margin-top: 25px;
  justify-content: flex-end;
  flex: 1 1 100%;
}
.page-numbers {
  padding: 0 5px;
}

.page-numbers {
  position: relative;
  display: block;
  margin-left: 5px;
  line-height: 1.25;
  background: #ffffff;
  border: 1px solid #4f3a91;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 7px 11px;
  color: #4f3a91;
}
.page-numbers.current {
  z-index: 3;
  color: #fff;
  background: #4f3a91;
  border: 1px solid #4f3a91;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 7px 13px;
}
.next,
.prev {
  border: 0px solid #4f3a91 !important;
  padding: 6px 0px 0px !important;
}
.comment-reply-title {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #39266b;
}
.faqSectionCards .card-title:before {
  content: url(/images/new-layout/glowing-star.png);
  vertical-align: sub;
  margin-right: 15px;
}
.page-id-68338 figcaption {
  display: none;
}

/**** Horoscope Daily All ****/
h2.horoscope-jour-title {
  margin-bottom: 50px;
}
.page-template-horoscope-daily-all .rank-math-breadcrumb p {
  margin-bottom: 0;
}
.inside-horoscope img {
  border-radius: 4px;
}

.object-fit.voyant {
  width: 146px;
  height: 146px !important;
  object-fit: fill;
  min-width: 146px;
}

/* RDV par téléfone avec Esteban Frederic */
.rdv-status__item span {
  font-size: 14px;
  padding-right: 20px;
}
.rdv-status__item img {
  border-radius: 100%;
}
.rdv-status__item h4 {
  margin-bottom: 0 !important;
}
.avatar-esteban {
  position: relative;
  width: 141px;
  height: 140px;
}
.avatar-esteban i {
  position: absolute;
  font-size: 16px;
  bottom: 0px;
  right: 29px;
}

.Content-Message_Positive {
  color: #19831f;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 0px;
}
.form-inline .form-control {
  width: 500px;
  height: 51px;
  left: 0px;
  top: 0px;
  border: 1px solid #cfcfcf;
  border-radius: 99px;
  padding: 8px 24px;
}
.form-inline .form-control::placeholder {
  color: #a7a7a7;
}
.form-inline label {
  color: #726d81;
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
}
.avis-client-item {
  padding: 32px;
}
.avis-client-item h5.card-title {
  margin-bottom: 0;
}
.avis-client-item .line {
  width: 60px;
  height: 1px;
  background: rgba(79, 58, 145, 0.5);
  margin: 0 auto;
}
.avis p {
  color: #726d81;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.avis p strong {
  font-weight: 800;
}
.card-columns .card {
  border: none;
}

.rdv-status i.email {
  color: #eab871;
}
.rdv-status i.person {
  color: #39266b;
}
.et_pb_row {
  overflow: hidden !important;
  height: 550px;
}

.login-form-title,
.signup-form-title {
  font-size: 1.4rem;
  color: #39266b;
  font-weight: bold;
  text-align: center;
}

.refuse-page {
  margin-bottom: 5rem;
}
.refuse-page-content {
  max-width: 35rem;
  text-align: center;
  margin: 0 auto;
}
.refuse-page-content h1 {
  max-width: 25rem;
  text-transform: uppercase;
  margin: 0 auto;
}
.refuse-page-content .img {
  background: rgba(255, 0, 0, 0.1);
  display: block;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  padding: 0;
  margin: 0 auto 0.75rem;
  border-radius: 5rem;
}
.refuse-page-content img {
  max-width: 1.25rem;
}

/**** Responsive Css *****/

@media screen and (min-width: 1199px) {
  body .container {
    max-width: 1400px !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 5rem !important;
  }
  ul.navbar-nav.fontsize li a {
    font-size: 18px !important;
  }
  .secPackages-subtitle {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1199px) {
  .audioTelImage {
    text-align: center;
  }
  .audioTelImage img {
    max-width: 248px;
  }
  .menu-1,
  .menu-2 {
    flex: 50%;
  }
  .menu-3,
  .menu-4,
  .menu-5 {
    flex: 33%;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
    line-height: 28px;
    margin-top: 16px;
  }

  h3 {
    font-size: 26px;
    line-height: 32px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 20px;
  }
  .cardLowerButton.w-75 {
    width: 75% !important;
  }
  .blog-wrapper .all-posts figure {
    height: auto;
  }
  .popular-posts img {
    height: auto;
  }
  .popular-posts h3 {
    line-height: 24px;
    font-size: 16px;
  }
  .accordion-item-alt h3 .btn-link {
    font-size: 18px;
    line-height: 24px;
    align-items: center;
  }
  .progress-step .etape-icon img {
    width: 50px;
  }
  .steps {
    margin-top: -48px;
  }
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .footer li {
    justify-content: center;
  }
  .font-20 {
    font-size: 18px;
  }
}
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  /* .navbar .nav-item:hover .nav-link{   } */
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .menu-item-has-children ul.sub-menu.dropdown-menu {
    padding-left: 0;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
    padding: 0;
  }
  .navbar .dropdown-menu {
    min-width: 20rem;
  }

  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 1060px;
  }
  ul.navbar-nav.fontsize li a {
    font-size: 14px;
  }
}

@media screen and (min-width: 999px) {
  .login-form-title,
  .signup-form-title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 991px) {
  #masthead {
    height: 70px;
  }
  .admin-bar #masthead {
    top: 46px;
  }
  #masthead.hide {
    top: -70px;
  }
  .border-bottom-mobile {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .faqSection h4.text-primary {
    padding-left: 15px;
    padding-right: 15px;
  }
  .faqSection .accordion-item {
    padding: 0.75rem 0;
  }
  .float-box {
    right: 30px;
    bottom: 70px;
  }
  #float-card {
    bottom: 70px;
  }
  #float-card.reduceCard {
    right: 10px;
    width: 48px;
    height: 48px;
    padding: 0 0 0 5px;
  }
  #float-card.reduceCard .float-card-box {
    padding-top: 5px;
  }
  .w-75,
  .w-50,
  .w-25 {
    width: 100% !important;
  }
  .btn-primary,
  .btn-primary:not(:disabled):not(.disabled):active,
  .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    padding: 11px 16px;
  }
  .menucc .show .btn-primary.dropdown-toggle {
    padding: 8px 16px;
  }
  a.btn.btn-warning.rounded.border-0.m-3 {
    font-size: 13px;
  }
  a.btn.btn-primary.rounded.border-0.m-3 {
    font-size: 13px;
  }
  .indicatorr {
    bottom: 0 !important;
  }
  h2.happy_ {
    font-size: 26px !important;
  }
  h2.seconn_ {
    font-size: 31px !important;
  }
  .landing-page-header .navbar-nav {
    padding: 25px 0;
  }
  .navbar-brand {
    max-width: 118px;
  }
  .mobile-top-bar,
  .mobile-bottom-bar {
    padding: 1.85rem 0;
  }
  #navbarNavMobile {
    position: absolute;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
  }
  .nav-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px 8px !important;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -moz-flex;
  }
  .nav-item:hover {
    background: #f8f8ff;
  }
  .nav-item .title {
    flex: 1;
  }
  .display-on-hover {
    opacity: 0;
    visibility: hidden;
    font-size: 10px !important;
    vertical-align: middle;
  }
  .nav-item:hover .display-on-hover {
    opacity: 1;
    visibility: visible;
  }
  .nav-item .dropdown-toggle:after {
    content: "\e5cc";
    display: block;
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    border: 0px;
  }
  .nav-item.show .dropdown-toggle:after {
    content: "\e5cf";
  }
  .nav-item .dropdown-menu {
    margin-top: 0px !important;
    border-radius: 0 !important;
    border: 0px solid #fff;
    padding: 0 30px;
    background: #f8f8ff;
    flex: 1 1 100%;
  }
  .dropdown-menu a {
    padding: 5px 0px;
  }
  .mobile-menu-close {
    background: #f8f8ff;
    border-radius: 99px;
    padding: 8px;
  }
  .mobile-menu-user .material-icons {
    font-size: 24px;
    color: #fff;
  }
  .mobile-menu-user a {
    font-size: 16px;
    line-height: 24px;
  }
  .equipeSlider.owl-theme .owl-nav,
  .voyantSlider.owl-theme .owl-nav,
  #avis-client .owl-nav {
    text-align: right;
    padding-right: 1rem;
  }
  .pageTitle_section h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .pageTitle_section h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .clients-comments .leftSection {
    max-width: 100%;
  }
  .progress .progress-track {
    width: 70%;
    top: 40px;
    left: 10%;
  }
  .progress .etape-icon {
    max-width: 70px;
    margin: 0 auto;
  }

  .progress .step-page,
  .progress .step-number {
    font-size: 12px;
    line-height: 12px;
  }
  .progress .progress-step .btn-primary {
    width: 100%;
    padding: 11px 42px;
  }
  .forfaits .forfaits-item {
    margin-bottom: 0.5rem;
    min-height: 100%;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
  }
  .forfaits-item-badge {
    left: 0px !important;
    display: none !important;
  }
  .forfaits-item-featured .forfaits-item-body {
    padding: 16px !important;
    margin-top: 0 !important;
  }
  .forfaits-item-body {
    padding: 16px !important;
    width: 100%;
  }
  @media (max-width: 385px) {
    .forfaits-item-body {
      display: grid !important;
      justify-content: center !important;
    }
  }
  .forfaits-item-body .btn-primary,
  .forfaits-item-body .btn-primary:not(:disabled):not(.disabled):active {
    padding: 8px 28px;
    font-size: 16px;
  }
  .modalFormSection .forfaits-item-button {
    margin-bottom: 25px;
    text-align: center;
    display: block;
  }
  .float-box-overlay .modalFormSection {
    width: 100%;
    padding: 5% 3% 0;
  }
  .modalImageSection {
    display: none;
  }
  .float-box-overlay .modalFormSection form input.offreEmailInput {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .promo-code-description.d-block {
    width: 100% !important;
  }
  a.carousel-control-prev {
    left: 160px;
  }
  a.carousel-control-next {
    left: 225px;
  }
  button.btn.btn-primary.btn-lg.rounded.py-2.envoyer-la {
    font-size: 8px;
  }
  .support_sec li {
    width: 100% !important;
    margin-bottom: 15px !important;
  }
  button.navbar-toggler {
    position: relative;
    left: 0px;
  }
  .footer li {
    justify-content: center;
  }
  .audiBoxBtn1.border-right {
    border-right: 0px !important;
  }
  .audiBoxBtn2 {
    margin-bottom: 3rem;
  }
  #slideForm {
    width: 100%;
  }
  .cookie-banner {
    padding: 8px 8px;
  }
  .cookie-banner p.btn {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    font-weight: 600;
  }
  .cookie-banner .col-md-5 {
    margin-bottom: 5px;
    padding-right: 0px;
  }
  .new-design .float-box {
    max-width: 375px;
  }
  .no-border-phone {
    border: 0px solid !important;
  }
  .cookie-banner p,
  .cookie-banner p a {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 0;
    font-weight: 400;
  }
  .float-box-overlay .modalFormSection .mainTitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .float-box-overlay .modalFormSection p {
    font-size: 18px;
    line-height: 24px;
  }
  .btn-header-inscription {
    background-position: 50px 12px;
    width: 100%;
  }
  .page-template-horoscope-daily-all .wp-block-spacer {
    height: 0 !important;
  }
  h2.horoscope-jour-title {
    margin-bottom: 16px;
  }
  .home .promo-code-inline {
    margin-top: 70px;
  }
  .et_pb_contact_field.has-validation-error {
    align-items: flex-start;
    flex-direction: column;
  }
  .inscription .et_pb_contact_field.has-validation-error img.input_img {
    left: 24px;
    top: 70px;
  }
  .inscription .validation-error {
    color: red;
  }
  /* form.profil div.has-validation-error {
    display: flex !important;
    flex-direction: column !important;
  }
  form.profil div.has-validation-error div.validation-error {
    color: red !important;
    order: 2 !important;
  } */
  .expand-more.btn-primary,
  .phonebtn.btn-primary,
  .chatbtn.btn-primary {
    font-size: 14px;
    line-height: 18px;
    padding: 5px 16px;
  }
  .expand-more.btn-primary .material-icons-round {
    font-size: 14px;
    line-height: 18px;
  }
  .new-footer-responsive {
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .gridView.signe-astrology .col-md-2 {
    -ms-flex: 0 0 19.666667%;
    flex: 0 0 19.666667%;
    max-width: 19.666667%;
  }
}
@media screen and (max-width: 767px) {
  .text-sm-center {
    text-align: center;
  }
  .form-inline .form-control {
    width: 250px;
  }
  .btn-avis-des-cients {
    height: 51px;
  }
}

@media screen and (max-width: 390px) {
  .font-20 {
    font-size: 19px;
  }
}

.feedback-pagination li {
  list-style-type: none !important;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 18px;
  color: #4f3a91;
  padding: 7px 13px;
  cursor: pointer !important;
}

/* css for rgpd page image */

.rgpd-content strong {
  color: #4f3a90;
}

.rgpd-content ol.num {
  counter-reset: item;
  margin-top: 1rem;
}
.rgpd-content ol.num li.titl {
  display: block;
  margin-top: 0.5rem;
  font-weight: bold;
}
.rgpd-content ol.num li.titl:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  font-weight: bold;
}

.rgpd-image {
  position: relative;
  width: 100%;
  height: 30rem;
  margin-bottom: 3rem;
}

.rgpd-image img {
  border-radius: 50%;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rgpd-image:after {
  content: "";
  background: #d5d1ec;
  width: 10000px;
  height: 100%;
  position: absolute;
  left: 50%;
  z-index: -1;
}

@media (min-width: 576px) and (max-width: 768px) {
  .container.rgpd-content {
    max-width: 95% !important;
  }
}

@media (min-width: 576px) {
  /*md*/
  /* .container.rgpd-content {
    max-width: 95%;
  } */

  .rgpd-image img {
    width: 75%;
  }

  .rgpd-image {
    width: 60%;
    float: right;
  }
}

@media (min-width: 992px) {
  /*lg*/
  /* .container.rgpd-content {
    max-width: 97% !important;
  } */

  .rgpd-image img {
    max-width: 60%;
  }
}

@media (min-width: 1200px) {
  /*xl*/
  /* .container.rgpd-content {
    max-width: 95% !important;
  } */

  .rgpd-image img {
    max-width: 60%;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
  }

  .rgpd-image:after {
    /* width: 70%; */
    left: 40%;
    z-index: -1;
  }

  .rgpd-image {
    position: relative;
    float: right;
    width: 55%;
    height: 30rem;
  }
}

@media (min-width: 1401px) {
  /*xl*/

  /* .container.rgpd-content {
    max-width: 95% !important;
  } */

  .rgpd-image img {
    max-width: 50%;
  }

  .rgpd-image:after {
    /* width: 100%; */
    left: 35%;
  }
}

@media (min-width: 1441px) {
  /*xl*/

  /* .container.rgpd-content {
    max-width: 95% !important;
  } */

  .rgpd-image img {
    max-width: 50%;
    left: 0;
  }

  .rgpd-image:after {
    /* width: 70%; */
    left: 25%;
  }
}

.table-mobile .agentImage .material-icons-round {
  position: absolute;
  right: 0.1rem;
  bottom: 0.3rem;
}
.contentcc .agentImage .material-icons-round {
  position: absolute;
  right: 0.1rem;
  bottom: 0.3rem;
}
/*
@media (min-width: 992px) {
  .ficheRow.rdv-ef .card-image-top{
    width: 21rem;
    height: 21rem;
  }

  .ficheRow.rdv-ef .agent-image .card-body{
    width: 21rem !important;
  }
}

.ficheRow.rdv-ef .agent-image .card-body{
  width: 100% !important;
}

.ficheRow.rdv-ef .agent-name {
  font-size: 1.5rem !important;
}

.ficheRow.rdv-ef .agent-forfait {
  font-size: 1.25rem !important;
}

.loginSection h4 {
  font-size: 2rem !important;
}

.loginSection .cta-princpal {
  font-size: 1rem;
}

.ef-competences {
  margin-bottom: 2rem;
}

.ef-competences h3 {
  font-size: 1rem !important;
}

.rdv-ef .services {
  flex-direction: column !important;
}

.rdv-ef .services .btn {
  padding: .65rem 1rem;
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  font-size: .9rem !important;
}


@media (max-width: 1198px) {
  .rdv-ef .no-border-phone {
    border: 0px solid !important;
  }
}

@media (min-width: 576px) {
  .agent-box-1 {
    margin-top: 0;
  }

  .ef-competences {
    margin-bottom: 0;
  }

  .rdv-ef .services .btn {
    width: 70% !important;
  }

  .rdv-ef .rdv-status__item {
    font-size: .75rem;
  }
}

.rdv-ef .rdv-status__item {
  font-size: .75rem;
  margin-bottom: 0.2rem;
}

.competences {
  border-top: 1px solid #E0DFE1;
  padding-top: 1rem;
}

.agent-profil {
  width: 100%;
}

.agent-planning {
  width: 100%;
}

@media (min-width: 1300px) {
  .agent-profil {
    width: 60%;
  }
  .agent-planning {
    width: 40%;
  }

  .agent-planning .box-title {
    width: 40%;
  }

}

.agent-box-2 {
  border-top: 1px solid #E0DFE1;
  margin-top: 2rem;
  padding-top: 2rem;
}

.avis-je-parle {
  margin-top: 2rem;
  border-top: 1px solid #E0DFE1;
  border-bottom: 1px solid #E0DFE1;
  padding-bottom: 1.5rem;
  padding-top: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.avis-je-parle > * {
  width: 50%;
}

.creator-author .row.list div {
  height: 10rem;
  padding-right: 0;
}

@media (min-width: 768px) {
  .agent-box-2 {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }

  .avis-je-parle {
    margin-top: 2rem;
    border-top: 1px solid #E0DFE1;
    border-bottom: 1px solid #E0DFE1;
    padding-bottom: 1.5rem;
    padding-top: 1rem;
  }
}

*/

/*------------------------------------
  Extra Columns Width
------------------------------------*/
.col-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xl-20,
.col-xxl-20 {
  flex: 0 0 auto;
}
.col-20 {
  width: 20%;
}
@media (min-width: 576px) {
  .col-sm-20 {
    width: 20%;
  }
}

@media (min-width: 768px) {
  .col-md-20 {
    width: 20%;
  }
}

@media (min-width: 992px) {
  .col-lg-20 {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-xl-20 {
    width: 20%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-20 {
    width: 20%;
  }
}

#remove-cc .material-icons {
  cursor: pointer !important;
}

/*** Cookie style ****/
.backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(33, 33, 33, 0.8);
  top: 0;
  z-index: 102;
  display: none;
}

#cookie1 {
  display: block;
  position: absolute;
  max-width: 500px;
  width: calc(100vw - 20px);
  max-height: calc(100vh - 50px);
  bottom: 10px;
  left: 10px;
  padding-top: 30px;
}

.cookie1-header {
  color: #fff;
  font-family: Nunito;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  padding: 20px;
  margin: 0;
  background-color: rgba(79, 58, 144, 1);
  position: relative;
}

.cookie__btn-x {
  position: absolute;
  background-color: #fff;
  width: 40px;
  height: 40px;
  right: -10px;
  top: -10px;
  font-size: 20px;
  font-weight: 900;
  transform: translate(10px, -10px);
  border: none;
  border-radius: 50%;
}

.cookie1-body {
  background-color: #fff;
  padding: 30px;
  max-height: calc(100vh - 150px);
}

.cookie1-content {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
}

.el-cookie {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr;
  gap: 10px;
}

.el-cookie__icon img {
  width: 100%;
}
.el-cookie__icon {
  width: 2rem;
}
.el-cookie-paragraph,
.el-cookie-paragraph * {
  font-weight: 100;
  line-height: 1.2;
  font-size: 0.825rem;
  margin-bottom: 15px;
}

.cookie1-btn {
  display: flex;
  gap: 0.62rem;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px;
}

.cookie1-btn_el {
  background: rgba(79, 58, 144, 1);
  font-weight: 600;
  color: #fff;
  height: 3rem;
  line-height: 1.1;
  padding: 8px 16px 8px 16px;
  flex: 1;
  border: none;
  border-radius: 99px;
}

.el-cookie_text h3 {
  font-size: 21px;
  line-height: 24px;
  margin: 5px 0 10px;
}

.el-cookie__icon input[type="checkbox"] {
  margin: 4px;
  -webkit-appearance: none;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  margin-top: 9px;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  position: relative;
}

.el-cookie__icon input[type="checkbox"]::before {
  content: "";
  width: 80%;
  height: 80%;
  position: absolute;
  z-index: 1;
  top: 25%;
  left: 25%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: rgba(79, 58, 144, 1);
}
.el-cookie__icon input[type="checkbox"]:checked::before {
  transform: translate(-2px, -2px) scale(1);
}

#cookie-btn__nothing {
  display: none;
}

@media (max-width: 520px) {
  #cookie1 {
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 80px);
    left: 20px;
  }
  .cookie1-body {
    max-height: calc(100vh - 180px);
  }
  .cookie1-content {
    max-height: calc(100vh - 390px);
  }

  .cookie1-btn {
    display: block;
  }

  .cookie1-btn_el {
    width: 100%;
    margin: 5px 0;
    height: 2rem;
    font-size: 12px;
  }

  .cookie1-header {
    font-size: 18px;
  }

}

/*** End cookie style ****/


#fivemin-modal .custom-input {
  font-size: .8rem !important;
  height:3rem !important;
  border: 1px solid rgba(234, 184, 113, 1) !important;
}

#fivemin-modal .facebook-login img, #fivemin-modal .google-login img {
  width: 2rem;
}

#fivemin-modal .facebook-login span{
  color:white;
  padding-left: 0.5rem;
}

#fivemin-modal .google-login span{
  color:white;
  padding-left: 0.5rem;
}


#fivemin-modal .offreService-detail {
  background: #58468C;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 25px 0;
  display: -webkit-flex;
  display: -moz-flex;
}
#fivemin-modal .offreService-icon {
  text-align: center;
  padding-bottom: 15px;
}
#fivemin-modal .offreService-title {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #E5CC99;
}
#fivemin-modal .offre-selection-radio [type="radio"]:checked,
#fivemin-modal .offre-selection-radio [type="radio"]:not(:checked) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  height: 100%;
}
#fivemin-modal .offre-selection-radio [type="radio"]:checked + label,
#fivemin-modal .offre-selection-radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
#fivemin-modal .offre-selection-radio [type="radio"]:checked + label:before,
#fivemin-modal .offre-selection-radio [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  right: -200%;;
  top: -3px;
  width: 18px;
  height: 18px;
  border: 1px solid #E6CD99;
  border-radius: 100%;
  background: #fff;
}
#fivemin-modal .offre-selection-radio [type="radio"]:checked + label:after,
#fivemin-modal .offre-selection-radio [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #E6CD99;
  position: absolute;
  top: .2rem;
  left: -190%;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#fivemin-modal .offre-selection-radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.commentrespond-form-wrapper .option-input.checkbox {
  border-color: white;
}

#wait_approval {
  color: white;
  font-size: 1.5rem;
  padding-top: 1rem;
}

.paiement-mail-form-rapide .validation-error { color: rgb(220, 53, 69); }

.stargray{
  color: #5f6368 !important;
}
@media (max-width: 768px) {
  #EvId{
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #EvId h4{
    margin-left: 0 !important;
    text-align: center;
  }
  #EvId .mobile{
    flex-direction: column;
  }
  #EvId .text-mobile{
    padding-left: 0 !important;
    text-align: center !important;
  }
  .hh{
    height: 600px;
  }
  .voyant-infos,
  .voyant-contact,
  .mes-avis,
  .choice-title{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .rdv-status__item{
    display: flex;
    justify-content: center;
    align-items: center;
  }


}
.btn-close-iframe{
  border: none;
  background-color: #463383;
  padding: 5px 10px;
  color:#fff;
  font-weight: semi-bold;
  border-radius: 5px;
  display: none;
}

.hidden{
  display: none !important;
}
.show{
  display: block !important;
}
.h-800{
  height: 800px !important;
}
.img-bg{
 /*  background-image: url(../../images/ef.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; */
  width: 289px;
  height: 372px;
  position: relative;
}
.rdv-status__item{
  margin-bottom: -2rem !important;
}
.round-t{
  clip-path: ellipse(100% 100% at 50% 100%);
}
.clip{
  background-image: url(../../images/esteban-frederic.jpeg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}
.bg-esteban{
  background-image: url(../../images/bg-esteban.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.timer-container{
  width: 289px;
  height: 50px;
  background-color: #CAB362;
  display: flex;
  justify-content: center;
  padding: 0 10px;
  align-items: center;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.timer-container .sep{
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  padding: 0 10px;
}
.voyant-infos h2{
  color: #4F3A90;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
.voyant-infos span{
  color:#4F3A90;
  font-size: 16px;
  font-weight: semi-bold;
}
.rd{
  width: 25px;
  height: 25px;
  border-radius: 20px;
}
.bg-or{
  background-color: #CAB362;
}
.bg-green{
  background-color: #19831F;
}
.voyant-contact{
  display: flex;
  flex-direction: column;
  gap: 2;
}
.voyant-contact span{
  font-size: 20px;
  font-weight: 600;
}
.text-green{
  color: #19831F;
}
.text-or{
  color: #CAB362;
  font-weight: 200 !important;
}
.choice-title{
  font-weight: 700;
  color: #57468D;
  font-size: 18px;
  margin-bottom: 20px;
}
.list-consultation{
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-consultation li{
  display: block;
  margin-bottom: 15px;
}
.list-consultation li a{
  display: flex;
  justify-content: space-between;
  background-color: #57468D;
  border:1px solid #CAB362;
  border-radius: 50px;
  padding: 10px 15px;
}
.list-consultation li a{
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  transition: 0.3s;
}
.list-consultation li a:hover,
.list-consultation li a.active{
  background-color: #fff;
  color: #57468D;
}
.list-consultation li a img{
  width: 20px;
  height: 30px;
}
.bl{
  border-left: 1px solid #E0DFE1;
}
.list-consultation li a .st0{
  fill:none;stroke:#ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;
}
.list-consultation li a .st0-t{
  fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;
}
.list-consultation li a:hover .st0,
.list-consultation li a.active .st0,
.list-consultation li a:hover .st0-t,
.list-consultation li a.active .st0-t{
  stroke:#57468D;
}