/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* FONTS */
@font-face {
    font-family: 'Gotham XNarrow';
    src: url('fonts/GothamXNarrow-Bold.woff2') format('woff2'),
        url('fonts/GothamXNarrow-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Narrow';
    src: url('fonts/GothamNarrow-Bold.woff2') format('woff2'),
        url('fonts/GothamNarrow-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Dogma Script';
    src: url('fonts/DogmaScript.woff2') format('woff2'),
        url('fonts/DogmaScript.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IvyPresto Headline';
    src: url('fonts/IvyPrestoHeadline-Light.woff2') format('woff2'),
        url('fonts/IvyPrestoHeadline-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
/**/

a {
    transition: all 0.3s ease;
}
h3{
	font-weight:bold;
}
.site-title.show a {
    font-family: 'Gotham Narrow';
    color: #FFF;
    position: relative;
    letter-spacing: -3px;
    font-size: 42px;
    line-height: 42px;
    text-decoration: none;
}
.sticky .site-title.show a {
    color: #FFF;
}
.site-title.show a:before {
    content: "";
    background: #e2a000;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    bottom: 14px;
    right: 46px;
    transition: all 0.3s ease;
    animation-name: slideRight;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}
@keyframes slideRight {
  0% {
    right: 0;
	opacity:0;  
  }
  100% {
    right: 50px; 
	opacity:1;
  }
}
/* LIQUID GLASS */
.liquidGlass-wrapper {
    position: relative;
    display: flex;
    font-weight: 600;
    overflow: hidden;
    color: black;
    cursor: pointer;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
    max-width: 1400px;
	width:95%;
    margin: 50px auto 0;
    justify-content: center;
    border-radius: 10px;
    padding: 20px;
}
.liquidGlass-effect {
  position: absolute;
  z-index: 0;
  inset: 0;
  backdrop-filter: blur(3px);
  filter: url("assets/filters.svg#glass-distortion");
  overflow: hidden;
  isolation: isolate;
}
.liquidGlass-tint {
  z-index: 1;
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.25);
}
.liquidGlass-shine {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  box-shadow: inset 2px 2px 1px 0 rgba(255, 255, 255, 0.5),
    inset -1px -1px 1px 1px rgba(255, 255, 255, 0.5);
}
.liquidGlass-text {
    z-index: 3;
    color: #FFF;
    font-size: 16px;
    line-height: 21px;
}
.glass-card {
    position: relative;
    border-radius: 5px;
    isolation: isolate;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    max-width: 1400px;
	width:95%;
    margin: 0 auto 50px;
    padding: 20px;
    color: #FFF;
}
/*.glass-card::before,.search-form form:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 5px;
  box-shadow: inset 0 0 20px -5px rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.05);
}*/
.glass-card::after,.search-form form:after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 10px;
  backdrop-filter: blur(8px);
  filter: url("assets/filters-2.svg#glass-distortion");
  isolation: isolate;
}
.glass-button {
    position: relative;
    display: block;
    width: 350px;
    height: 180px;
    margin: 0 auto 100px;
    border-radius: 999px;
    cursor: pointer;
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.08) 50%,
    rgba(255, 255, 255, 0.03) 100%
  );
    backdrop-filter: url(#glass);
    -webkit-backdrop-filter: url(#glass);
    transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}
.glass-button span {
  font-family: "Orbitron", sans-serif;
  color: white;
  font-size: 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  pointer-events: none;
}
.glass-button:hover {
  transform: scale(1.05);
}
.header-actions a:before,.glass-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%'><filter id='noise'><feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23noise)'/></svg>");
  opacity: 0.03;
  pointer-events: none;
  z-index: 1;
}
/* YES */
.hidden-hide{
	display:none;
}
.header-inner {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
    grid-gap: 20px;
}
.site-navigation {
    display: block;
}
.desktop-only {
    display: block;
}
/*.mobile-only {
    display: none;
}*/
/* BURGER MENU */
.burger-menu {
    position: fixed;
    top: 10px;
    left: 10px;
}
.burger-menu .mobile-only {
    position: relative;
}
.site-navigation-toggle-holder .site-navigation-toggle {
    margin: 0;
    padding: 0;
    background: transparent;
    top: 0;
}
.site-navigation-dropdown {
  display: none;
  transition: all 0.3s ease;
}
.site-navigation-dropdown.active, .site-navigation-toggle-holder:not(.elementor-active)+.site-navigation-dropdown.active {
    display: block;
    transform: scaleY(1);
}
.site-navigation-dropdown ul#menu-mobile-menu.menu a {
    box-shadow: none;
    padding: 0;
    background: transparent;
    color: #1b1b1b;
    text-align: center;
}
.site-navigation-dropdown.active {
  display: block;
}
/* BURGER 1 */
.site-navigation-toggle{
  --color: #fff;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  outline: none;
  position: relative;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearence: none;
  -webkit-tap-highlight-color: transparent;
}
.site-navigation-toggle svg {
  width: 64px;
  height: 48px;
  top: -6px;
  left: -14px;
  stroke: var(--color);
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  display: block;
  position: absolute;
}
.site-navigation-toggle svg path {
  transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
  stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
  stroke-dashoffset: var(--offset, 126px);
  transform: translateZ(0);
}
.site-navigation-toggle svg path:nth-child(2) {
  --duration: .7s;
  --easing: ease-in;
  --offset: 100px;
  --array-2: 74px;
}
.site-navigation-toggle svg path:nth-child(3) {
  --offset: 133px;
  --array-2: 107px;
}
.site-navigation-toggle .active svg path {
  --offset: 58px;
}
.site-navigation-toggle .active svg path:nth-child(1), .menu.active svg path:nth-child(3) {
  --delay: .15s;
  --easing: cubic-bezier(.2, .4, .2, 1.1);
}
.site-navigation-toggle .active svg path:nth-child(2) {
  --duration: .4s;
  --offset: 2px;
  --array-1: 1px;
}
.site-navigation-toggle.active svg path:nth-child(3) {
  --offset: 58px;
}
/**/
.page-id-512 header#site-header, .page-header {
    display: none;
}
main#content.post-512 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.link-box {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    justify-content: center;
}
a.link {
    background: #1b1b1b;
    color: #FFF;
    padding: 20px 10px;
    max-width: 368px;
    display: block;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 20px;
}
.link-box a {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
a.link:hover {
    background: #ffc629;
}
a.link.two:hover {
    background: #facb3d;
}
a.link.three:hover {
    background: #e5b65b;
}
a.link.four:hover {
    background: #e5c55b;
}
a.link.five:hover {
    background: #e8c13e;
}
a.link.six:hover {
    background: #fde17e;
}
a.link.seven:hover {
    background: #FDC12C;
}
a.link.eight:hover {
    background: #F9C624;
}
a.link.nine:hover {
    background: #F5C425;
}
a.link.ten:hover {
    background: #FDC741;
}
#box {
    min-height: 400px;
    display: grid;
    align-items: center;
    padding: 20px;
    text-align: center;
    background: #ffc629;
    border-radius: 5px;
    color: #FFF;
}
#box.second-box {
    background: #facb3d;
}
#box.third-box {
    background: #e5b65b;
}
#box.four-box {
    background: #e5c55b;
}
#box.five-box {
    background: #e8c13e;
}
#box.six-box {
    background: #fde17e;
}
#box.seven-box {
    background: #FDC12C;
}
#box.eight-box {
    background: #F9C624;
}
#box.nine-box {
    background: #F5C425;
}
#box.ten-box {
    background: #FDC741;
}
.icons-wrap {
    text-align: center;
}
.icons-wrap i {
    color: #ffc629;
    font-size: 32px;
}
.icons-wrap.two i {
    color: #facb3d;;
}
.icons-wrap.three i {
    color: #e5b65b;
}
.icons-wrap.four i {
    color: #e5c55b;
}
.icons-wrap.five i {
    color: #e8c13e;
}
.icons-wrap.six i {
    color: #fde17e;
}
.icons-wrap.seven i {
    color: #FDC12C;
}
.icons-wrap.eight i {
    color: #F9C624;
}
.icons-wrap.nine i {
    color: #F5C425;
}
.icons-wrap.ten i {
    color: #FDC741;
}

/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
    background: #FFF;
    color: #1B1B1B;
    font-family: "Oswald","Roboto Condensed", "Poppins", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
}
body.light {
  background-color: #ffffff;
  color: #1b1b1b;
}
body.dark {
  background-color: #1b1b1b;
  color: #ffffff;
}
a {
  text-decoration: none;
}
a:hover,.header-actions a:hover{
	color:#e2a000;
}
p,
h2,
h1,
h4 {
  margin-bottom: 15px;
}
h1,h2,h3,h4,h5{
  /*font-family: 'Gotham Narrow';*/
}
h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
}
h4 {
  font-size: 21px;
  line-height: 27px;
}
ul {
  padding-left: 20px;
}
ul li {
  margin: 11px 0;
}
img {
  width: 100%;
  height: auto;
}
input {
  transition: all 0.3s ease;
  outline: 1px solid transparent;
}
input:focus-visible,
textarea:focus-visible {
  border: none;
  outline: 1px solid #cf4f72;
  transition: all 0.3s ease;
}
button {
  border: none;
  cursor: pointer;
}
.hover\:underline:hover {
  text-decoration-line: none;
}
:hover {
  transition: all 0.3s ease;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
/* COLOR CODE */
a:hover,footer .site-navigation ul.menu a:hover {
  color: #fde9a0;
}
a,
nav ul li a:hover,footer .site-navigation ul.menu a {
  color: #e2a000;
}
.text-intro a {
  background: #fff;
}
.cookie-banner button:hover {
  background: #73a3c7;
}
.text-intro a:hover, form button, .elementor-widget-n-accordion#accordeon-btm .e-n-accordion-item[open], .light .elementor-widget-n-accordion .e-n-accordion-item[open], .price-box h3, a.cta, .gdpr-popup {
    background: #f4b800;
}
form button:hover,
a.cta:hover,
.cookie-accept,#gdpr-accept{
  background: #fde9a0;
  color: #1b1b1b;
}
header h1,
.text-intro h1,
.text-intro p {
  color: #fff;
}
.yellow {
  color: #fde9a0;
}
/* LIGHT */
.light .elementor-widget-n-accordion .e-n-accordion-item {
  background: #f9eaef;
}
.light div#temps .content-container h2,
.light div#temps .content-container p,
.light div#temps .content-container ul li,
.light div#temps .content-container h4,
.elementor-widget-n-accordion#accordeon-btm .e-n-accordion-item[open],
.light footer.border-t,
.light .pagetitle h1 {
  color: #fff;
}
.light .elementor-widget-n-accordion .e-n-accordion-item-title-icon span > svg {
  fill: #1b1b1b;
}
#accordeon-btm .e-n-accordion-item[open] .e-n-accordion-item-title-icon span > svg {
    fill: #fff;
}
.light input,
.light textarea {
  background: #fffae7;
}
.light div#temps .content-container ul li {
  color: #fde9a0;
}
/* HEADER */
.page-title {
  display: none;
}
header {
    z-index: 2;
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    padding: 20px;
    background: transparent;
    transition: all 0.3s ease;
    left: 0;
	grid-gap:10px;
}
header.sticky {
    top: 0;
    background-color: #000000ba;
    background-image: linear-gradient(135deg,rgba(255, 255, 255, 0.25) 0%,rgba(255, 255, 255, 0.05) 100%  );
    position: fixed;
    padding: 12px;
    backdrop-filter: blur(10px) saturate(180%);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    z-index: 200;
    display: flex;
    gap: 10px;
}
header h1, header .site-title a {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
    color: #FFF;
    font-weight: 600;
    transition: all 0.3s ease;
}
header button {
  cursor: pointer;
  background: none;
  border: none;
  margin-left: 20px;
  line-height: normal;
  position: relative;
  top: -2px;
}
nav {
  width: 100%;
}
nav ul {
  grid-gap: 20px;
  list-style: none;
  justify-content: end;
}
nav ul li a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    background: transparent;
    padding: 10px;
    border-radius: 5px;
}
.sticky nav ul li a {
    background: transparent;
    color: #FFF;
}
.site-navigation ul.menu li a {
    display: block;
    padding: 0;
}
nav ul li a:hover {
  text-decoration: none;
}
.header-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-left: auto;
}
.header-actions a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}
.header-actions form {
    display: none;
}
select#language-selector {
    padding: 0;
    color: #1b1b1b;
    border: none;
    outline: none;
    width: 42px;
}
.notifications {
    position: absolute;
    bottom: -49px;
    right: 20px;
    background: #FFF;
    max-width: 150px;
    width: 100%;
    display: none;
}
.notifications.active {
  display: block;
}
.notifications ul {
    list-style: none;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 10px;
}
.notifications ul li {
    margin: 5px 0;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 10px auto;
}
.notifications ul li span {
    font-weight: 600;
    margin-right: 5px;
}
.sticky .header-actions a {
    color: #FFF;
}
.header-actions a i {
    font-size: 21px;
}
span.notif {
    position: absolute;
    background: #e2a000;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    font-size: 12px;
    line-height: 12px;
    display: grid;
    align-items: center;
    text-align: center;
    bottom: -5px;
    right: -5px;
}
span.notif:hover {
    color: #FFF;
}
.header-actions a:hover span.notif {
    color: #FFFFFF;
}
.site-navigation-toggle-holder {
    padding: 8px 10px;
}
/* BREADCRUMBS */
.custom-banner {
    height: 300px;
    background-size: cover;
    margin-bottom: 40px;
    background-position: center;
    background-repeat: no-repeat;
    display: grid;
    position: relative;
    align-items: center;
    text-align: center;
}
.custom-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1b1b1ba1;
    z-index: 0;
}
.banner-title {
    position: relative;
    z-index: 1;
    color: #FFF;
}
/* SEARCH */
.search-form {
    max-width: 568px;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s ease;
    padding: 0 20px;
    color: #FFF;
    width: 100%;
    text-align: center;
    bottom: 0px;
    left: 0;
    right: 0;
}
.search-form ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    font-size: 14px;
    max-width: 430px;
    margin: 0 auto;
    padding: 0;
    gap: 20px;
}
.search-form ul li {
    text-transform: uppercase;
    display: grid;
    grid-template-columns: auto;
    grid-gap: 5px;
    align-items: center;
    line-height: normal;
    position: relative;
    font-weight: 200;
}
.search-form ul li:first-child{
	color:#faa1db;
}
.search-form ul li:hover,.search-form ul li.active {
    color: #e2a000;
    cursor: pointer;
}
.search-form ul li:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/11/search-ai-icon.png);
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    display: block;
    margin: 0 auto;
    width: 25px;
    height: 32px;
    background-size: contain;
    font-family: 'Font Awesome 5 Free';
    font-size: 21px;
    line-height: 21px;
}
.search-form ul li:first-child:before{
	background-image: url(/wp-content/uploads/2025/11/search-ai-icon-color.png);	
}
.search-form ul li:hover:before,.search-form ul li.active:before {
    background-image: url(/wp-content/uploads/2025/11/search-ai-icon-hover.png);
}
.search-form ul li:nth-child(2):before {
    content: "";
    background-image: url(/wp-content/uploads/2025/11/request_005.png);
	width:43px;
}
.search-form ul li:nth-child(2):hover:before,.search-form ul li:nth-child(2).active:before {
    background-image: url(/wp-content/uploads/2025/11/request_005-hover.png);
}
.search-form ul li:nth-child(2) .label {
    background: linear-gradient(45deg, #e2a000, #e24500, #e2a000);
    background: #e24c00;
    background-size: 400% 400%;
    /* animation: gradient 5s ease infinite; */
    width: 100%;
    position: absolute;
    left: 0;
    top: -34px;
    font-size: 11px;
    padding: 4px 2px;
    color: #FFF;
    box-shadow: 0 2px 2px #00000038;
    border-radius: 3px;
	animation: bell-ring 6s 0.9s ease-in-out infinite;
}
.search-form ul li:nth-child(2) .label:after {
    content: "";
    position: absolute;
    border-top: 10px solid #e24c00;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 20px;
    margin: auto;
}
@keyframes gradient {
0% {
		background-position: 0% 50%;
}
50% {
		background-position: 100% 50%;
}
100% {
		background-position: 0% 50%;
}
}
@keyframes bell-ring {
20% { transform: rotate(0deg); }
  21% { transform: rotate(10deg); }
  22% { transform: rotate(-10deg); }
  23% { transform: rotate(12deg); }
  24% { transform: rotate(-12deg); }
  25% { transform: rotate(12deg); }
  26% { transform: rotate(-12deg); }
  28% { transform: rotate(10deg); }
  30% { transform: rotate(-10deg); }
  32% { transform: rotate(5deg); }
  34% { transform: rotate(-5deg); }
  36% { transform: rotate(2deg); }
  38% { transform: rotate(0deg); }
}
.search-form ul li:nth-child(3):before {
    content: "";
    background-image: url(/wp-content/uploads/2025/11/deal_009.png);
    width: 35px;
}
.search-form ul li:nth-child(3):hover:before,.search-form ul li:nth-child(3).active:before {
    background-image: url(/wp-content/uploads/2025/11/deal_009-hover.png);
}
.search-form ul li:nth-child(4):before {
    content: "";
    background-image: url(/wp-content/uploads/2025/11/rent-out_005.png);
    width: 26px;
}
.search-form ul li:nth-child(4):hover:before,.search-form ul li:nth-child(4).active:before {
    background-image: url(/wp-content/uploads/2025/11/rent-out_005-hover.png);
}
.search-form form {
    display: grid;
    align-items: center;
    grid-template-columns: auto 30px 48px;
    border-radius: 10px;
    grid-gap: 10px;
    max-width: 568px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 4px 4px 4px 0px #08080812;
    position:relative;
    border: 1px solid rgb(255 255 255 / 4%);
    padding-right: 10px;
}
.search-form textarea {
    margin-bottom: 0;
    background: transparent;
    padding: 10px 0px 10px 15px;
    position: relative;
    z-index: 20;
    color: #FFF;
    border: none;
    outline: none;
    height: 100px;
    font-size: 14px;
    line-height: 14px;
    resize: none;
}
textarea::placeholder {
    color: #FFF;
    opacity: 0.8;
}
.search-form.sticky {
    position: fixed;
    max-width: 100%;
    background: #1b1b1bba;
    width: 100%;
    left: 0;
    top: 0;
    padding: 10px;
    z-index: 33;
}
.search-form form input:nth-child(2), .search_btn {
    position: relative;
    right: 3px;
    top: 0;
    border-radius: 0;
    background: transparent;
    background-image: linear-gradient(90deg, #b873f2, #ed0fc3);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    border: none;
    color: #1b1b1b;
    display: block;
    width: auto;
    font-size: 32px;
    line-height: 38px;
    max-width: none;
    align-items: center;
    padding: 0;
}
.search-form form input:nth-child(2):hover, .search_btn:hover {
    background-color: transparent;
    background-image: linear-gradient(90deg, #b873f2, #ed0fc3);
    background-clip: text;
    right: 0;
}
input#fname {
    border-radius: 60px;
    border: none;
    padding: 15px;
    margin-bottom: 0;
    background: transparent;
    color: #FFF;
    position: relative;
    z-index: 2;
}
input#fname:focus, input#fname:focus:hover {
    border: none;
    outline: none;
}
.search-form form i.fa-solid.fa-microphone {
    font-size: 24px;
    line-height: 24px;
}
.search-form.expanded {
    padding-top: 100px;
    max-width: none;
    background: #1b1b1b70;
    position: fixed;
    top: 0;
    height: 100%;
    bottom: 0;
    margin: auto;
    width: 100%;
    z-index: 1;
}
.search-form.expanded form {
    position: relative;
    padding-bottom: 70px;
    height: 400px;
    display: block;
}
.search-form.expanded textarea {
    height: 100%;
    width: 100%;
}
.search-form.expanded form {
    height: 400px;
    padding: 10px 10px 30px 10px;
    width: 100%;
}
.search-form.expanded form i.fa-solid.fa-microphone,.search-form.expanded form button{
	position: absolute;
	cursor:pointer;
	z-index:20;
}
.search-form.expanded form i.fa-solid.fa-microphone {
    bottom: 32px;
    right: 80px;
}
.search-form.expanded form button {
    bottom: 20px;
    right: 20px;
    top: auto;
}
/* SECOND */
.second .search-form.expanded {
    position: absolute;
    bottom: 400px;
    max-width: 568px;
    background: transparent;
    z-index: 20;
}
/* SECOND WHITE */
.second.white .search-form.expanded form {
    bottom: 0;
    height: 90vh;
    background: #fff;
    color: #1b1b1b;
    position: fixed;
    width: 90%;
    left: 0;
    right: 0;
    max-width: 100%;
    top: 0;
    border-radius: 0;
    margin: auto;
}
.second.white .expanded textarea::placeholder,.second.white .search-form.expanded textarea {
    color: #1b1b1b;
}
/* SEARCH-MODAL */
.search-form-wrap {
    max-width: 1024px;
    background: #f5f5f5;
    box-shadow: 0 0 30px #0000004a;
    position: fixed;
    z-index: -1;
    top: 0;
    width: 90%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 90vh;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    border-radius: 10px;
}
.search-form-wrap.active {
    z-index: 200000;
    pointer-events: auto;
    opacity: 1;
    display: grid;
    align-items: end;
    padding: 30px;
}
.search-form.modal {
    padding: 0;
	max-width: 100%;
}
.search-form-wrap .search-form form {
    background: #FFF;
    color: #1b1b1b;
    max-width: 100%;
}
.minimize {
    width: 50px;
    height: 32px;
    font-size: 18px;
    line-height: 18px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    right: 5px;
    background: transparent;
    cursor: pointer;
    display: flex;
    gap: 5px;
    z-index: 3;
}
.minimize i:hover {
    color: #e2a000;
}
.search-form-wrap.active.shrink {
    height: 0;
    bottom: auto;
    top: 0;
    top: 30px;
    display: table;
}
.search-form-wrap.active .search-form textarea {
    color: #1b1b1b;
}
.modal-menu {
    display: flex;
    gap: 7px;
    margin-bottom: 10px;
}
.modal-menu div {
    background: #FFF;
    padding: 5px 10px;
    color: #1b1b1b;
    box-shadow: 0 10px 20px #00000012;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
}
.modal-menu div:hover {
    background: #e2a000;
    color: #FFF;
}
.conversational-chat {
    text-align: left;
    display: grid;
    grid-gap: 10px;
    margin-bottom: 10px;
    height: 100%;
    overflow: visible;
}
.search-form-wrap.active.shrink .conversational-chat {
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.claudia-chat, .user-chat {
    padding: 10px;
    border-radius: 10px;
    max-width: 90%;
    font-size: 16px;
    line-height: 18px;
}
.claudia-chat {
    background: #e2a000;
    margin-right: 0;
    margin-left: auto;
}
.user-chat {
    background: #999;
}
/**/
/*.slick-track {
    gap: 30px;
    display: flex;
}*/
.slider-thumb {
    position: relative;
    margin: 0px auto 20px;
}
.slider-thumb ul {
    padding: 0;
    list-style: none;
}
.slider-thumb ul li {
    margin: 0 7px;
    filter: grayscale(1);
}
.slider-thumb ul li:hover {
    filter: grayscale(0);
    cursor: pointer;
}
.slider-thumb ul li img {
    display: block;
    border-radius: 0px;
    height: 35px;
}
/* SLIDER VIDEO */
.slider-thumb-wrap {
    padding: 0;
}
.slider-thumb-wrap ul {
    display: grid;
    list-style: none;
    gap: 10px;
    margin: 0 auto;
    justify-content: center;
    grid-template-columns: repeat(5,1fr);
    max-width: 568px;
    align-items: center;
    padding-left: 0;
}
.slider-thumb-wrap ul li a {
    position: relative;
    height: 100%;
    display: grid;
	transform: scale(0.8);
    align-items: center;
    padding: 10px;
}
.slider-thumb-wrap ul li img {
    filter: grayscale(1);
    transition: all 0.3s ease;
    max-height: 45px;
    width: auto;
}
.slider-thumb-wrap ul li.active img,.slider-thumb-wrap ul li:hover img {
    filter: grayscale(0);
	cursor:pointer;
}
.slider-thumb-wrap ul li {
    filter: opacity(0.5);
    transition: all 0.3s ease;
    margin: 0;
    background: #FFF;
    text-align: center;
    height: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
	cursor:pointer;
}
.slider-thumb-wrap ul li.active, .slider-thumb-wrap ul li:hover {
    filter: opacity(1);
    top: -10px;
    height: 100%;
    box-shadow: 0 -10px 10px #0000002e;
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 5px;

}
.slider-thumb-wrap ul li.active a, .slider-thumb-wrap ul li:hover a{
	transform: scale(1);
}
/* SIDEBAR */
main#content {
    position: relative;
}
.container-wrap {

}
.burger-menu {
    position: relative;
    top: 0;
    left: 0;
}
.burger-menu .mobile-only {
    position: relative;
    padding: 0;
}
.burger-menu .site-navigation-toggle-holder .site-navigation-toggle-icon:after,.burger-menu .site-navigation-toggle-holder .site-navigation-toggle-icon:before {
    display: none;
}
div#sidebar {
    height: auto;
    position: relative;
    background: transparent;
    left: 0;
    top: 0;
    width: auto;
    display: block;
    padding: 0;
    text-align: center;
    z-index: 1000;
}
ul#menu-mobile-menu {
    list-style: none;
    padding: 0;
    transition: all 0.3s ease;
    width: auto;
    position: absolute;
    display: none;
}
ul#menu-mobile-menu li a {
    color: #FFF;
}
ul#menu-mobile-menu li a:hover {
    color: #e2a000;
}
/* PAGE WRAPPER */
.page-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px 0;
}
.pagetitle {
  padding: 100px 15px;
  margin-top: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #111111;
}
.pagetitle:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  background: #111111a1;
  top: 0;
  z-index: 1;
}
.pagetitle h1 {
  z-index: 2;
  position: relative;
}
/*CONTENT */
div#video-intro {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0px;
    padding: 0;
}
.page-template-default .e-con .e-con-inner .elementor-element,.e-con .e-con-inner .elementor-element, #hand-tablet {
    width: 90%;
    margin: 0 auto 120px;
    max-width: 1400px;
}
.page-template-default .e-con .e-con-inner .elementor-element.heading-h2 {
    margin-bottom: 0;
    text-transform: uppercase;
}
.page-template-default .e-con .e-con-inner .elementor-element.heading-h2 h2 {
    margin-bottom: 0;
    margin-left: 20px;
}
.video-wrapper {
    width: 100%;
    position: relative;
    display: grid;
    align-items: center;
    height: auto;
    overflow: hidden;
}
.video-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000054;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  width: calc(100% + 2px);
  height: 100%;
}
.video-wrapper video {
    object-fit: cover;
    height: 100%;
}
.video-desktop {
    display: grid;
    position: relative;
    z-index: -1;
    bottom: 0;
    height: 700px;
	transition:all 0.3s ease;
}
.active .video-desktop {
    height: 300px;
}
.video-mobile {
  display: none;
}
.tablet-wrap {
  position: relative;
  max-width: 500px;
  float: right;
  transform: rotate(5deg);
  width: 95%;
}
.price-box {
  background: #1b1b1b;
  padding: 20px;
  border-radius: 10px;
  margin-top: 32px;
  color: #fff;
  position: relative;
}
.prix-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  grid-gap: 40px;
  font-size: 16px;
}
.prix-barré h4 {
  text-transform: uppercase;
  color: #fde9a0;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: 0;
}
.prix-barré span.tarif {
  font-size: 12px;
  line-height: 16px;
  padding: 0;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  display: inline-block;
}
div#countdown {
    color: #f9eaef;
    font-size: 24px;
    line-height: 24px;
    margin-top: 10px;
}
.economise {
  text-align: right;
}
.economise p {
  text-transform: none;
}
.price-box h3 {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 5px;
    position: absolute;
    top: -17px;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}
span.barré {
  display: block;
  text-decoration: line-through;
}
.title-heading {
    max-width: 1400px;
    margin: 50px auto;
    display: flex;
    box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.2),0 8px 20px rgba(0, 0, 0, 0.25);
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    grid-gap: 30px;
    background: rgb(255 255 255 / 15%);
    background-image: linear-gradient(135deg,rgba(255, 255, 255, 0.25) 0%,rgba(255, 255, 255, 0.05) 100%  );
    padding: 30px;
    backdrop-filter: blur(10px) saturate(180%);
    border-radius: 10px;
    width: 95%;
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #FFF;
}
.title-head-left {
    max-width: 768px;
}
.title-heading h3 {
    margin-top: 0;
}
.title-heading p {
    margin-bottom: 0;
}
.title-heading a.cta.center {
    margin: 0 0 0 auto;
    background: #e2a000;
    color: #1b1b1b;
    padding: 15px 20px;
    display: none;
}
.title-heading a.cta.center:hover {
    background: #FFF;
    color: #1b1b1b;
}
.title-heading h2 {
    margin-bottom: 20px;
    font-size: 100px;
    line-height: 100px;
    text-transform: uppercase;
}
.text-intro-wrap {
  max-width: 1024px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
.text-intro {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 780px;
    margin-bottom: 70px;
}
.text-intro h1 {
    text-transform: uppercase;
    font-size: 60px;
    line-height: 58px;
    margin: 0 auto 25px;
    font-weight: 700;
    max-width: 100%;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: -3px;
}
.text-intro h1 span {
    display: block;
    font-size: 150px;
    line-height: 100px;
    color: #efca70;
    font-family: 'Dogma Script';
    text-transform: capitalize;
    font-weight: normal;
    letter-spacing: normal;
    text-shadow: 0 5px 6px #0000005c;
    position: relative;
    top: 21px;
}
.text-intro h1 span b {
    /*font-family: 'Gotham Narrow';*/
}
.text-intro p {
  line-height: 20px;
  text-transform: uppercase;
}
.text-intro a,
a.cta {
  text-align: center;
  width: 100%;
  display: block;
  padding: 15px;
  border-radius: 10px;
  margin-top: 15px;
  text-transform: uppercase;
  color: #1b1b1b;
}
a.cta {
  color: rgb(255, 255, 255);
  max-width: 468px;
  padding: 20px 15px;
}
a.cta.center {
    margin-top: 30px;
}
.text-intro a:hover {
  color: #fff;
}
.content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-gap: 30px;
}
.content-container h2 {
  margin-bottom: 20px;
}
.content-container h3 {
    color: #1b1b1b;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}
.property-price {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 12px;
}
.content-container p {
  margin-bottom: 15px;
}
.stats-img-wrap {
    max-width: 1400px;
    margin: 0 auto;
}
.stats-wrapper {
    max-width: 700px;
    grid-template-columns: repeat(2,1fr);
    display: grid;
    grid-gap: 20px;
}
.agents-count {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: auto;
    text-align: center;
    color: #FFF;
    grid-gap: 10px;
    text-transform: uppercase;
    width: 100%;
    font-weight: 600;
    background: #1b1b1b;
    padding: 50px 15px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 24px;
    border-radius: 10px;
}
.agents-count img {
    max-width: 200px;
}
.countdown-wrap {
    color: #e2a000;
    font-size: 32px;
    font-weight: 500;
}
div#countdown-display {
    display: inline-block;
}
.properties-count {
    display: grid;
    align-items: center;
    justify-content: center;
    background: #e9e9e9;
    border-radius: 10px;
}
.properties-wrap {
    font-size: 32px;
    line-height: 32px;
}
.properties-wrap span {
    display: block;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
}
/* PROPERTY THUMBS */
div#slider-properties {
    margin-bottom: 30px;
}
.property-card {
    width: 100%;
    max-width: 400px;
    border: none;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    box-shadow: none;
    transition: transform 0.3s ease;
    margin: 0 auto;
}
.property-card:hover {
  transform: translateY(-5px);
}
.property-image {
  width: 100%;
  height: auto;
  display: block;
}
.property-details {
    padding: 5px 0;
    background-color: #fff;
}
.property-title {
    font-size: 16px;
    margin: 0 0 4px;
    color: #333;
    font-weight: 300;
    font-family: 'Oswald';
}
.property-location {
  font-size: 0.95rem;
  color: #777;
  margin-bottom: 10px;
}
.property-price {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #1b1b1b;
}
.property-features {
    display: grid;
    font-size: 13px;
    color: #555;
    align-items: center;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 4px;
    margin: 3px 0;
}
.adv-property-features div {
    display: inline-block;
    background: rgb(231 70 75);
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    padding: 5px;
    color: #FFF;
}
.adv-property-features div:nth-child(2) {
    background: #52b7d5;
}
.adv-property-features div:nth-child(3) {
    background: #856223;
}
.adv-property-features div:nth-child(5) {
    background: #667c35;
}
.property-features i {
    margin-right: 0;
    color: #1b1b1b;
}
#slider-properties .slick-slide {
    padding: 10px 0;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 0;
}
.prop-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 8px;
    border-radius: 10px;
    display: grid;
}
.property-card img.property-image, .property-card video {
    border-radius: 10px;
    box-shadow: 0 5px 3px #00000029;
    height: 220px;
}
.prop-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.label-prop {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 10px;
}
.label-prop span {
    background: #e7464b;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #FFF;
}
.label-prop span.tour {
    background: #FFF;
    color: #1b1b1b;
}
.label-prop span.urgent {
    background: #e2a000;
}
.bookmark-wrap {
    position: absolute;
    bottom: 17px;
    right: 10px;
}
.price-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
p.level-class {
    background: linear-gradient(45deg, #f7ce69, #e2a103);
    color: #FFF;
    line-height: 14px;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px;
    text-transform: uppercase;
    box-shadow: 0 2px 5px #0000002e;
}
.agent-pic .bookmark-wrap {
    display: none;
}
.bookmark-wrap a {
    color: #FFF;
    background-color: #1b1b1b80;
    background-image: linear-gradient(135deg,rgba(255, 255, 255, 0.25) 0%,rgba(255, 255, 255, 0.05) 100%  );
    backdrop-filter: blur(10px) saturate(180%);
    padding: 10px;
    border-radius: 100%;
    display: grid;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.bookmark-wrap a:hover {
    background-color: #f4b904;
}
.prop-img video.thevideo {
    max-width: 600px;
    height: 220px;
    object-fit: cover;
}
.boost-wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin: 0 auto 30px;
    max-width: 1400px;
    gap: 30px;
}
.boost {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    background: #e2a000;
    background-image: linear-gradient(135deg,rgba(255, 255, 255, 0.25) 0%,rgba(255, 255, 255, 0.05) 100%  );
    border-radius: 10px;
    padding: 20px;
    align-items: center;
    grid-gap: 10px;
    backdrop-filter: blur(10px) saturate(180%);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
}
.boost.requests {
    background: #d7c59a;
}
.boost-left {
    font-size: 18px;
    line-height: 21px;
    max-width: 400px;
    font-weight: 600;
    display: inline-block;
}
.boost-right a {
    background: #1b1b1b;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 5px;
    display: block;
}
.boost-right a:hover {
    background: #FFF;
    color: #1b1b1b;
}
/* AGENT */
.agent-pic .prop-img {
    height: 300px;
}
.agent-pic .property-details {
    text-align: center;
}
/* POPULAR SEARCHES */
.popular-searches {
    margin: 15px auto 0;
    max-width: 568px;
    width: 95%;
    display: none;
}
.popular-searches ul {
    list-style: none;
    font-size: 12px;
    padding: 0;
    max-width: 568px;
    margin: 0 auto;
}
.popular-searches ul li {
    background: #000000ba;
    backdrop-filter: blur(10px) saturate(180%);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    color: #FFF;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 7px;
}
.popular-searches ul li:hover {
    background: #e2a00094;
    cursor: pointer;
}
/* SLIDER */
.slider-content {
  max-width: 1100px;
  margin: 30px auto 0;
}
.slider-image img {
  border-radius: 30px;
}
.slider-content iframe {
  height: 500px;
  width: 100%;
}
.swiper .swiper-navigation-icon path {
  fill: #cf4f72;
}
.avis-titre {
  margin-top: 100px;
}
.slick-slide {
  margin-right: 7px; /* Add margin to create space between slides */
  margin-left: 7px; /* Add margin to create space between slides */
}
/* VIDEO TESTIMONIALS */
.slide {
  height: 729px;
  height: fit-content;
  object-fit: contain;
  position: relative;
  margin: 0 auto;
  border-radius: 60px;
}
.slider-content iframe {
  object-fit: cover;
  background: #1b1b1b;
  border-radius: 40px;
  max-width: 318px;
  height: 98%;
  margin: 0 auto;
  position: absolute;
  width: 97%;
  inset: 0;
}
.slide img {
    position: relative;
    width: 100%;
    pointer-events: none;
    max-width: 350px;
    margin: 0 auto;
}
.slick-next:before, .slick-prev:before {
    content: '';
    display: block;
    transition: all 0.3s ease;
    font-family: 'FontAwesome';
    font-size: 21px;
    line-height: 21px;
    color: #fff;
}
button.slick-arrow {
    border: none;
    font-size: 0;
    height: auto;
    padding: 0;
}
button.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 100%;
    transform: none;
    right: 0;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #aba9a9;
    margin: auto;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #e2a000;
}
button.slick-prev.slick-arrow {
    left: -16px;
    right: auto;
}
button.slick-next.slick-arrow {
    right: -16px;
    left: auto;
}
.slick-next:before {
    content: "\f054";
}
.slick-prev:before {
    content: "\f053";
}
/* STICK TO BOTTOM */
.search-form.stick-bottom {
    position: fixed;
    z-index: 20000;
    background: #1b1b1be6;
    background-image: linear-gradient(135deg,rgba(255, 255, 255, 0.25) 0%,rgba(255, 255, 255, 0.05) 100%  );
    backdrop-filter: blur(10px) saturate(180%);
    width: 100%;
    max-width: 100%;
    box-shadow: 0 0px 30px #00000033;
}
.search-form.stick-bottom form {
    display: none;
}
/* TEMPS */
div#temps {
    max-width: 100%;
    width: 100%;
    padding: 0px 0;
    background-image: url(/wp-content/uploads/2025/11/pexels-photo-1122626-scaled.webp);
	animation: floatBG 15s ease-in-out infinite;
    background-size: cover;
}
@keyframes floatBG {
  0%,
  100% {
    background-position: center center;
  }
  25% {
    background-position: 30% 70%;
  }
  50% {
    background-position: 70% 30%;
  }
  75% {
    background-position: 40% 60%;
  }
}
div#temps .content-container,
article.single-article {
  max-width: 1400px;
  margin: 0 auto;
}
.slider-image {
    background: transparent;
    padding: 50px 30px;
}
/* BLOG */
section.grid {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
article.border {
  border: none;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 20px #000;
  display: grid;
}
section.grid article h2 a {
  position: absolute;
  padding: 20px;
  text-align: center;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
}
article h2.text-lg {
  margin-bottom: 0;
}
section.grid article p {
  display: none;
}
/* ACCORDION*/
div#accordeon-btm {
    padding: 0;
}
.elementor-widget-n-accordion {
  width: 100%;
}
.elementor-element.elementor-widget-n-accordion#accordeon-btm {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
}
.elementor-element.e-con-full.e-flex.e-con.e-child, .elementor-element.e-con-full.e-flex.e-con.e-child
  .elementor-element.elementor-widget.elementor-widget-text-editor, .e-n-accordion-item
  .elementor-element.e-flex.e-con-boxed.e-con.e-child
  .elementor-element.elementor-widget.elementor-widget-text-editor, .e-n-accordion-item .elementor-element.e-flex.e-con-boxed.e-con.e-child {
    margin: 0;
    width: 100%;
    border: none;
    padding: 0;
}
.e-con-inner .e-n-accordion-item .elementor-element {
  width: 100%;
  margin: 0;
  max-width: 100%;
}
.elementor-element.e-con-full.e-flex.e-con.e-child
  .elementor-element.elementor-widget.elementor-widget-text-editor,
.e-n-accordion-item
  .elementor-element.e-flex.e-con-boxed.e-con.e-child
  .elementor-element.elementor-widget.elementor-widget-text-editor {
  padding: 0 20px 20px;
}
.elementor-element.e-con-full.e-flex.e-con.e-child .elementor-element.elementor-widget.elementor-widget-text-editor p {
    margin-bottom: 0;
}
.elementor-widget-n-accordion
  .e-n-accordion
  details
  > summary::-webkit-details-marker {
  display: none;
}

.elementor-widget-n-accordion#accordeon-btm .e-n-accordion-item {
    display: flex;
    flex-direction: column;
    position: relative;
    background: #f9eaef;
    margin-bottom: 15px;
    border-radius: 15px;
}
.elementor-widget-n-accordion#accordeon-btm .e-n-accordion-item-title {
    align-items: center;
    cursor: pointer;
    display: grid;
    padding: 20px;
    grid-template-columns: auto 20px;
    grid-gap: 20px;
    border: none;
}
.elementor-widget-n-accordion#accordeon-btm .e-n-accordion-item .elementor-element.e-con-boxed.e-con.e-child>.e-con-inner {
    padding: 0;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-header {
  display: flex;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-header h1,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h2,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h3,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h4,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h5,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h6,
.elementor-widget-n-accordion .e-n-accordion-item-title-header p {
  margin-block-end: 0;
  margin-block-start: 0;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-text {
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}

.elementor-widget-n-accordion#accordeon-btm .e-n-accordion-item-title-icon {
    align-items: center;
    display: flex;
    flex-direction: row;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    order: 1;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span {
  width: auto;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span > i {
  color: red;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span > svg {
  fill: #fff;
  height: 20px;
  float: right;
}

.elementor-widget-n-accordion .e-n-accordion-item-title > span {
  cursor: pointer;
}

.elementor-widget-n-accordion
  .e-n-accordion-item[open]
  > .e-n-accordion-item-title
  .e-n-accordion-item-title-icon
  .e-opened {
  display: flex;
}

.elementor-widget-n-accordion
  .e-n-accordion-item[open]
  > .e-n-accordion-item-title
  .e-n-accordion-item-title-icon
  .e-closed {
  display: none;
}
.elementor-widget-n-accordion
  .e-n-accordion-item
  .e-n-accordion-item-title-icon
  .e-opened {
  display: none;
}

.elementor-widget-n-accordion
  .e-n-accordion-item
  .e-n-accordion-item-title-icon
  .e-closed {
  display: flex;
}
.elementor-widget-n-accordion#accordeon-btm .e-n-accordion-item[open] .e-n-accordion-item-title-text, 
.elementor-widget-n-accordion#accordeon-btm .e-n-accordion-item[open] .elementor-element.elementor-widget.elementor-widget-text-editor p, 
.elementor-widget-n-accordion#accordeon-btm .e-n-accordion-item[open] .elementor-element.elementor-widget.elementor-widget-text-editor ul li {
    color: #FFF;
}
/* CONTACT */
form {
  max-width: 768px;
}
input,
textarea {
  padding: 20px 15px;
  border: none;
  margin-bottom: 15px;
  border-radius: 5px;
}
form h2 {
  margin-bottom: 15px;
}
form button {
  max-width: 368px;
  display: block;
  width: 100%;
  border: none;
  padding: 20px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-family: "Poppins";
  font-size: 16px;
  cursor: pointer;
}
form button:hover {
  color: #1b1b1b;
}
form p.text-sm.mt-2 {
  background: #73a3c7;
  text-align: center;
  margin-top: 10px;
  border-radius: 5px;
  padding: 5px;
}
/* FOOTER */
#site-footer {
    border: none;
    background: transparent;
    padding: 20px 15px 80px;
    margin-top: 0;
    color: #1b1b1b;
}
.site-footer .footer-inner {
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
}
footer nav.flex.gap-4 {
  justify-content: center;
  grid-gap: 15px;
}
.site-footer .site-branding {
    flex-direction: column;
    align-items: center;
    color: #FFF;
    font-size: 20px;
    display: none !important;
}
footer .site-navigation ul.menu a {
    padding: 5px 7px;
    background: transparent;
    text-transform: none;
    font-weight: 400;
}
.site-footer .footer-inner .copyright {
    align-items: center;
    display: flex;
    justify-content: center;
}
footer nav.site-navigation {
    order: 3;
    justify-content: center;
}
.floating-wrap {
    border-radius: 100%;
    box-shadow: 4px 4px 4px 0px #08080812;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.floating-wrap a {
    color: #FFF;
    width: 60px;
    height: 60px;
    background: transparent;
    background-image: linear-gradient(90deg, #b873f2, #ed0fc3);
    display: grid;
    text-align: center;
    align-items: center;
    border-radius: 100%;
    text-transform: uppercase;
    font-size: 14px;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    animation: pulse-btn 2s infinite;
    line-height: 14px;
    border: none;
}
.floating-wrap a:hover {
    background: #e2a000;
}
.floating-wrap a img {
    display: inline-block;
    width: 25px;
    height: 32px;
    margin: 0 auto;
}
@keyframes pulse-btn {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    }
    5% {
        transform: scale(1);
    }
    15% {
        transform: scale(1);
    }
    70% {
        box-shadow: 0 0 0 50px rgba(168, 63, 57, 0);
    }
    100% {
        box-shadow: 0 0 0 100px rgba(168, 63, 57, 0);
    }
}
/* COOKIE CONSENT */
.cookie-banner,.gdpr-popup {
  position: fixed;
  z-index: 200;
  max-width: 568px;
  width: 95%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 20px !important;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  box-shadow: 0 0 20px #00000045;
  color: #fff;
  border-radius: 10px;
  animation: slideUp 0.5s ease-out;
}
@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.cookie-banner button, .gdpr-popup button {
    padding: 10px 20px;
    margin: 0 10px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #fde9a0;
}
.cookie-banner button:hover {
  color: #fff;
}
.cookie-text {
  font-size: 14px;
  margin-bottom: 15px;
}
.cookie-text h3 {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  grid-gap: 10px;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 21px;
}
div#gdpr-popup h4 {
    margin-top: 0;
    margin-bottom: 10px;
}
.cookie-accept,#gdpr-accept {
  background-color: #fde9a0;
  color: #1b1b1b;
}
.cookie-decline,#gdpr-decline {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
button#rcc-decline-button:hover,#gdpr-decline:hover {
  background: #fff;
  color: #1b1b1b;
}
div#gdpr-popup a {
    display: none;
    color: #FFF;
}
.choice-wrap {
    display: grid;
    grid-gap: 15px;
    position: relative;
    z-index: 200;
    background: #FFF;
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 20px #00000045;
}
.choice-wrap p {
    display: block;
    color: #1b1b1b;
    margin-bottom: 0;
}
div#choice-popup {
    top: 0;
    bottom: 0 !important;
    height: fit-content;
    margin: auto;
    background: transparent;
    display: none !important;
    padding: 0;
}
div#choice-popup:before {
    position: fixed;
    background: #1b1b1b8a;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    z-index: 10;
}
.choice-wrap a {
    background: #cf4f72;
    color: #FFF;
    display: inline-block;
    width: 100%;
    padding: 15px 10px;
    border-radius: 10px;
    text-transform: uppercase;
}
.choice-wrap a:hover {
    background: #fde9a0;
    color: #1b1b1b;
}
/* RESPONSIVE */
@media screen and (max-width: 768px) {
header {
    padding: 10px;
    position: absolute;
}
.header-actions a i {
    color: #FFF;
}
.site-navigation-toggle-holder .site-navigation-toggle-icon:after, .site-navigation-toggle-holder .site-navigation-toggle-icon:before, .site-navigation-toggle-holder .site-navigation-toggle-icon:before,.site-navigation-toggle-holder .site-navigation-toggle-icon:before {
    background-color: #FFF;
	display:none;
}
.site-navigation-toggle-holder .site-navigation-toggle-icon:before {
    box-shadow: 0 .35rem 0 #FFF;
}
  header h1 {
    font-size: 21px;
    line-height: 21px;
  }
.header-actions a {
    /* background: linear-gradient(135deg,rgba(255, 255, 255, 0.2) 0%,rgba(255, 255, 255, 0.08) 50%,rgba(255, 255, 255, 0.03) 100%  ); */
    /* padding: 10px; */
    border-radius: 100%;
    /* width: 50px; */
    height: 50px;
    position: relative;
    /* backdrop-filter: url(#glass); */
    /* border: 1px solid rgb(255 255 255 / 10%); */
    /* box-shadow: 0 0 5px #0000001c; */
}
.header-actions a.account-link {
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
    border: navajowhite;
}
.sticky .header-actions a {
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    display: grid;
    align-items: center;
    justify-content: center;
}	
.site-title.show a {
    font-size: 36px;
    line-height: 36px;
    color: #FFF;
}
.site-title.show a:before {
    bottom: 12px;
    right: 38px;
    width: 10px;
    height: 10px;
}
.slider-thumb {
    max-width: 100%;
    margin-top: 100px;
    padding: 0 20px;
}		
@keyframes slideRight {
  0% {
    right: 0;
	opacity:0;  
  }
  100% {
    right: 38px; 
	opacity:1;
  }
}	
 .desktop-only {
   display: none;
}
.mobile-only {
    display: block;
    position: absolute;
	padding:0;
}
.site-branding.show-title {
    margin: 0 auto;
}
div#sidebar {
    position: absolute;
    left: 10px;
    margin: auto;
    height: 36px;
    bottom: 0;
}	
.header-actions {
    position: absolute;
    right: 15px;
    gap: 10px;
}
.header-actions a i.fa-solid.fa-bell {
    font-size: 24px;
    line-height: 24px;
}	
.header-actions a.account-link {
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
    border: navajowhite;
    width: auto;
    padding: 0;
    height: auto;
}
.search-form-wrap.active {
    padding: 10px;
}
.search-form-wrap .search-form {
    padding: 0;
}
  .prix-barré h4 {
    font-size: 16px;
    margin-top: 3px;
  }
  .prix-barré span.tarif {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
  }
  .avis-titre {
    margin-top: 50px;
  }
	.title-heading h2 {
    font-size: 50px;
    line-height: 50px;
}
  .tablet-wrap {
    float: none;
    width: 95%;
    margin: 0 auto;
  }
.e-con .e-con-inner .elementor-element, .page-template-default .e-con .e-con-inner .elementor-element, #hand-tablet {
    margin: 0 auto 60px;
}
  .e-n-accordion {
    padding: 0 15px;
  }
 .slide img {
    max-width: 275px;
}
.slider-content iframe {
    max-width: 250px;
}
.text-intro {
    width: 90%;
    margin: 0 auto 50px;
}
.text-intro h1 {
    font-size: 36px;
    line-height: 36px;
    max-width: 568px;
    letter-spacing: -2px;
}
.text-intro h1 span {
    font-size: 80px;
    line-height: 80px;
    top: 28px;
}
	div#video-rewiews {
    padding: 0 20px;
}
  .content-container h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .prix-wrap {
    display: block;
  }
  .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .elementor-widget-n-accordion .e-n-accordion-item-title-text {
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
  }
.site-footer .footer-inner .copyright p {
    font-size: 15px;
}	
.banner-title {
    font-size: 18px;
}	
.site-footer .footer-inner .site-navigation ul.menu {
    grid-gap: 0;
}	
footer .site-navigation ul.menu a {
    font-size: 14px;
}	
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .page-wrapper {
    padding: 0 30px 0;
  }
 .text-intro h1 {
    font-size: 42px;
    line-height: 42px;
}
	.text-intro h1 span {
    font-size: 85px;
    line-height: 85px;
    top: 33px;
}
	.text-intro {
    max-width: 568px;
}
}
@media screen and (max-width: 568px) {
.slider-thumb {
    max-width: 100%;
    margin-top: 100px;
    padding: 0 20px;
}
.text-intro h1 span {
    font-size: 56px;
    line-height: 56px;
    top: 20px;
}	
.agents-count {
    grid-template-columns: auto;
}
.countdown-wrap {
    font-size: 32px;
    line-height: 32px;
}	
.agents-count img {
    max-width: 200px;
    margin: 0 auto;
}
.video-desktop {
    height: 600px;
}	
.search-form ul {
    max-width: 324px;
    gap: 15px;
}
.search-form ul li {
    grid-template-columns: auto;
    font-size: 12px;
    line-height: 12px;
}
.boost-wrap {
    grid-template-columns: repeat(1,1fr);
}
.header-actions {
    right: 5px;
    gap: 6px;
}		
.text-intro h1 {
    font-size: 26px;
    line-height: 26px;
    letter-spacing: -2px;
    max-width: 325px;
}
.slider-thumb-wrap ul {
    grid-template-columns: repeat(4,1fr);
    padding-left: 10px;
    padding-right: 10px;
}
.slider-thumb-wrap ul li:nth-child(5){
	display:none;
}	
.search-form ul li:nth-child(2):after {
    top: -22px;
}	
}