/*
Theme Name: NaturoSpace
Theme URI: https://naturospace.com
Author: NaturoSpace
Author URI: https://naturospace.com
Description: Thème personnalisé NaturoSpace basé sur Hello Elementor
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: naturospace
Tags: custom, elementor, naturospace
*/

/* Bakehaus Font Face */
@font-face {
    font-family: 'Bakehaus';
    src: url('assets/fonts/Bakehaus.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Apply Bakehaus font to all headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Bakehaus', sans-serif !important;
}
.cls-blog h2, .cls-blog h3 {
    line-height: 1;
    text-align: left;
}
.cls-blog img {
    border-radius: 50px !important;
}
.cls-blog .elementor-pagination {
    margin-top: 30px;
}
body {
    margin: 0 !important;
}
header {
    position: fixed !important;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 100%;
    z-index: 99999999999;
    background: #fff;
    z-index: 999 !important;
}
div#header{
    position: relative !important;
}

div#header {
    --header-gradient-height: calc(20px + 26px);
    --header-gradient-opacity: 1;
    --header-gradient-bottom: calc(-20px - 26px);
}


div#header:before {
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgb(255 255 255 / 92%) 10%, rgb(255 255 255 / 58%) 50%, rgba(255, 255, 255, 0.15) 80%, rgba(255, 255, 255, 0.03) 95%, rgb(255 255 255 / 0%) 100%);
    height: var(--header-gradient-height);
    width: 100%;
    position: absolute;
    bottom: var(--header-gradient-bottom);
    left: 0;
    background-repeat: no-repeat;
    top: initial !important;
    opacity: var(--header-gradient-opacity);
    transition: opacity 0.3s ease, height 0.3s ease, bottom 0.3s ease;
}
/* Amélioration du rendu du logo lors de l'animation pour éviter la pixélisation */
#logo-site img {
	image-rendering: -webkit-optimize-contrast;
	image-rendering: auto;
	-ms-interpolation-mode: bicubic;
	will-change: transform;
	transform-origin: center center;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	/* Forcer l'utilisation du GPU pour un meilleur rendu */
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}

div#cover {
    height: 100vh !important;
    /* padding-top: 151.95px; */
    position: relative;
    z-index: 2;
}
.nova-title-text h2 {
    margin: 0;
}
div#body-content:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 146px;
    background: linear-gradient(to top, rgb(255 255 255 / 100%), transparent);
    pointer-events: none;
    
}
div#body-content  {
    position: relative;
}
div#body-content > .e-con-inner {
    z-index: 2 !important;
}
.nova-carousel-container {
    overflow: hidden;
}
.nova-card-text.nova-card-text-1 h3, .nova-card-text.nova-card-text-1 h2 {
    display: flex;
    align-items: center;
    gap: 12px;
}
/* div#body-content > div {
    z-index: 2;
} */
.otgs-development-site-front-end, .wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
    display: none;
}
.nova-carousel-description p {
    margin: 0;
    line-height: 130%;
}
div#header > div {
    justify-content: center;
}
.nova-page-loader {
    display: none !important;
}
/* div#cover:not(.cover-without-illustration):after {
    content: '';
    background-image: url('/wp-content/uploads/2025/12/Group-9-1-scaled.png');
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    height: min-content;
    background-repeat: no-repeat;
    top: auto;
    aspect-ratio: 905 / 141;
    background-size: cover;
    transform: translateY(22%);
    min-height: 258px;
}
 */
div#cover div#nova-features-home {
    left: 50%;
    position: absolute;
    bottom: 0;
    transform: translate(-50%,50%);
}

div#topheader p {
    margin: 0 !important;
    display: flex;
    gap: 4px;
    align-items: center;
    text-align: left;
}
div#topheader p a {
    padding-left: 8px;
    font-size: 13px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.3px;
}
.custom-select-wrapper-language {
    position: relative;
    display: flex;
    width: 44px;
    gap: 4px;
    max-width: 44px;
    align-items: end;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #ffd500 !important;
}
.custom-select-wrapper-language > img {
    width: 15px;
    height: 15px;
}
.custom-select-language.form-control, .custom-select-language {
    appearance: none!important;
    -webkit-appearance: none!important;
    -moz-appearance: none;
    background-color: transparent!important;
    border: none!important;
    cursor: pointer;
    padding: 0!important;
    color: #123B09 !important;
    border-radius: 0!important;
    height: auto!important;
    text-indent: 0!important;
    box-shadow: none!important;
    width: 100%!important;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.4px;
    text-transform: capitalize !important;
}
.custom-select-wrapper-language select {
    display: none;
}
.nice-select .nice-select-dropdown {
    box-shadow: none !important;
    border: 1px solid #ffd500 !important;
}
.nice-select .option {
    color: #123B09;
    padding: 0 15px!important;
    width: 100%;
    max-width: 100%;
}
.nice-select .list {
    margin: 0;
}
.nice-select:after {
    width: 8px!important;
    height: 5px!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2025/12/Vector-1.png)!important;
    border: none!important;
    z-index: 99999!important;
    opacity: 1!important;
    right: 0 !important;
    transform: rotate(0deg) translate(0%,-50%)!important;
    top: 50%!important;
    margin-top: 0!important;
}
.nice-select.open:after {
    transform: rotate(-135deg);
}
.nice-select.open:after {
    transform: rotate(-180deg) translate(50%, 0%) !important;
    margin-top: -4px !important;
}
div#nova-features-home .nova-feature-item.has-separator::after {
    height: 51px;
    transform: translate(-50%, -50%);
    top: 50%;
}
.nova-feature-description p {
    margin: 0;
}
div#footer-2 {
    padding: 56px 0 0 0 !important;
}
footer .custom-select-wrapper-language {
    width: 100%;
    max-width: 193px;
    position: relative;
    display: flex;
    gap: 0;
}
div#footer-2-1 {
    max-width: 380px;
}
div#footer-2-2 > div {
    width: max-content !important;
}
div#footer-2-2-text p {
    margin: 00;
}
body.home footer .nice-select:after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7464%) hue-rotate(305deg) brightness(101%) contrast(108%);
}
footer .nice-select:after {
    right: 24px !important;
}
div#footer > div {
    gap: 48px;
}
footer select.custom-select-language.form-control {
    display: none;
}
.nice-select .option {
    color: #202020;
    padding: 0 15px !important;
    width: 100%;
    max-width: 100%;
}
div#footer-2-1-socials, div#footer-2-1-socials span.elementor-grid-item {
    display: flex;
}
.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
    display: none;
}
.otgs-development-site-front-end {
    display: none;
}
div#footer > div {
    gap: 48px;
}
div#footer > div {
    padding: 0;
    max-width: 1240px;
}
#footer {
    padding-top: 170px;
    padding-bottom: 64px;
}
div#footer-1 {
    padding: 0 0 56px 0 !important;
}
div#footer-1-1 {
    max-width: 377px;
    width: 100%;
}
div#footer-1-1 > * {
    max-width: 200px;
    width: 100%;
}
div#footer-1-1-logo img {
    width: max-content;
}
div#footer-img {
    z-index: 1;
}
div#footer-1 .elementor-element, div#footer-2 .elementor-element {
    padding: 0 !important;
    width: 100%;
}
div#footer-1-1 > div {
    width: 100% !important;
    max-width: 100% !important;
}
div#footer-img img {
    aspect-ratio: 1440 / 499;
    object-fit: cover;
    max-height: 600px;
    object-position: top;
}
div#footer-bloc {
    padding-top: 499px;
}
div#footer-img {
    z-index: 1;
    position: absolute;
    width: 100%;
    max-width: 100%;
    top: -65px;
    object-fit: cover;
    max-height: 499px;
}
div#footer > div {
    padding: 0;
}
.image-animated img {
    width: 100%;
    height: 100%;
    animation: windSway 4s ease-in-out infinite;
}
div#footer > .elementor-shape.elementor-shape-top {
    display: none !important;
}
div#footer-1-menu-1 span.nova-icon-menu-title {
    display: none !important;
}

.nova-icon-menu-text-wrap {
    display: flex;
    gap: 4px;
    align-items: center;
    flex-direction: row !important;
    width: auto !important;
}
span.nova-dropdown-icon {
    width: 10px;
}

@keyframes windSway {
    0%, 100% {
        transform: rotate(0deg) translateX(0);
    }
    25% {
        transform: rotate(0.6deg) translateX(2.4px);
    }
    50% {
        transform: rotate(0deg) translateX(0);
    }
    75% {
        transform: rotate(-0.6deg) translateX(-2.4px);
    }
}

/* Animation alternative plus prononcée */
.image-animated img:hover {
    animation: strongWind 2s ease-in-out infinite;
}

@keyframes strongWind {
    0%, 100% {
        transform: rotate(0deg) translateX(0) scale(1);
    }
    25% {
        transform: rotate(1.2deg) translateX(4.8px) scale(1.01);
    }
    50% {
        transform: rotate(0deg) translateX(0) scale(1);
    }
    75% {
        transform: rotate(-1.2deg) translateX(-4.8px) scale(1.01);
    }
}

body > div {
    z-index: 2;
    position: relative;
    overflow: hidden;
}
#footer {
    padding-top: 16px;
    padding-bottom: 56px;
    z-index: 2;
}

div#footer-1-1 {
    max-width: 414px;
    width: 100%;
}
div#footer-1-1 > * {
    max-width: 193px;
    width: 100%;
}
div#footer:after {
    content: '';
    background-image: url('/wp-content/uploads/2026/01/Rectangle-13-scaled.png');
    width: 100%;
    height: 120px;
    position: absolute;
    top: -120px;
    left: 0;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    background-position-x: center;
}
div#footer-1 .elementor-element, div#footer-2 .elementor-element {
    padding: 0 !important;
    width: 100%;
}
footer p {
    margin: 00;
}
footer {
    z-index: 1;
    position: relative;
    margin-top: 50px;
}
@media (max-width: 1500px) {
    div#footer-bloc {
        padding-top: 435px;
    }
}
@media (max-width: 1300px) {
    div#footer-bloc {
        padding-top: 400px;
    }
}
@media (max-width: 1199px) {
	div#header-1 > .elementor-element-18a5139 .nova-icon-menu-container {
		display: none;
	}
    .nova-carousel-widget {
        width: calc(100% + 15px) !important;
        max-width: calc(100% + 15px) !important;
    }
    div#footer-img img {
        max-height: max-content;
        object-fit: fill;
        aspect-ratio: 1440 / 380;
    } 
    div#footer-img {
        top: 0;
    }
    div#footer-bloc {
        padding-top: 235px;
    }
}
@media (max-width: 991px) {
    div#cover:after {
        aspect-ratio: 905 / 266;
    }
    div#footer-2 {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    div#footer-2-2 > div {
        width: 100% !important;
        max-width: 100% !important;
        display: flex;
        flex-direction: column;
        justify-content: start;
    }
}

@media (max-width: 767px) {
    div#topheader p {
        font-size: 12px;
    }
    div#footer-img img {
        max-height: 300px;
        min-height: 300px;
        object-fit: cover;
        width: 100%;
        max-width: 100%;
    }
}


@media (max-width: 767px) {
	div#cover div#nova-features-home {
		top: 40% !important;
	}
	div#cover {
		height: 150vh !important;
	}
	.elementor-background-video-container video {
		height: 100% !important;
	}
	div#nova-title-home-0 {
		padding-top: 25vh;
	}
    div#header {
        --header-gradient-height: calc(20px + 15px) !important;
        --header-gradient-bottom: calc(-20px - 15px) !important;
    }
}

/************** Calendar **********************/

.opening-calendar {
    background:#F5F5F5;
    border-radius:28px;
    max-width:539px;
    overflow:hidden;
	    margin: auto;
}

/* GREEN HEADER */
.calendar-weekdays {
    background:#0a9b4b;
    padding:10px 0;
    color:#fff;
}
.calendar-header {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:12px;
	padding: 0 20px;
}

.calendar-title {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color: #123B09;
}

/* NAV BUTTONS */
.calendar-nav button {
    background: #ffd400;
    border: none;
    border-radius: 50px;
    width: 57px;
    height: 41px;
    cursor: pointer;
	padding: 0 10px !important;
}
.calendar-nav button:hover {
    background: #0a9b4b !important;
}
.calendar-nav button:focus {
    background: #ffd400 !important;
}

/* WEEKDAYS */
.calendar-weekdays {
    display:grid;
    grid-template-columns:repeat(7,1fr);
    text-align:center;
    font-weight:500;
    letter-spacing:1px;
}

.calendar-weekdays span {
    padding:10px 0;
    color:#fff;
}

/* GRID */
.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    text-align: center;
    padding: 10px;
    padding-bottom: 20px;
    gap: 10px 0;
}

/* DAY */
.day {
    width:52px;
    height:52px;
    border-radius:50%;
    background:#fff;
    border:2px solid #e6e6e6;
    margin:auto;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#555;
    font-weight:500;
}

/* TODAY / SELECTED */
.day.today {
    background:#0a7f3f;
    color:#fff;
    border-color:#0a7f3f;
}

/* DOT */
.day .dot {
    position:absolute;
    bottom:7px;
    width:8px;
    height:8px;
    border-radius:50%;
}

.day.yellow .dot { background:#FFD500; }
.day.blue   .dot { background:#00A2E9; }
.day.pink   .dot { background:#FD1784; }
.day.closed .dot { background:#818181; }

/* EMPTY */
.day.closed {
    border-color: #ddd;
    color: #ddd;
    background: #f5f5f5;
}
/************************************/

.cls-masque video.elementor-video {
    mask-image: url(/wp-content/uploads/2026/01/Vector-1.svg);
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
	width: 1034px !important;
    margin: auto;
}

.cls-masque-text {
    mask-image: url(/wp-content/uploads/2026/01/Vector-2.svg);
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    background: #04722F;
    width: 1034px !important;
    height: 615px !important;
    transform: rotate(-1deg);
    margin: auto;
    margin-top: -193px;
    display: flex;
    flex-direction: column !important;
    justify-content: center !important;
    z-index: -1;
    padding-top: 70px;
    padding-left: 50px;
    padding-right: 50px;
}
.cls-masque-text p{
	transform: rotate(1deg);
	width: 922px !important;
}
.nova-card-text hr {
    width: 100%;
    opacity: 0.5;
}

.cls-card .nova-card-text-1 p {
    font-size: 15px !important;
    line-height: 23px !important;
}

.cls-card  .nova-card-content>div {
    height: 100%;
    justify-content: space-between;
}

.cls-card .nova-card-text-2 {
    text-align: right !important;
    align-items: flex-end !important;
}

.cls-card .nova-card-text-2 {
    font-family: Bakehaus !important;
    font-weight: 400 !important;
    font-size: 30px !important;
    letter-spacing: -0.3px !important;
}

.cls-card .nova-card-text-2 span {
    font-family: Bakehaus;
    font-weight: 400;
    font-size: 15px;
    line-height: 85%;
    letter-spacing: -0.3px;
}

.mack-img img {
  mask-image: url(/wp-content/uploads/2026/01/Vector-1.svg);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  object-fit: cover;
  aspect-ratio: 1035 / 596;
}

.cls-blog .elementor-post__read-more {
    margin-bottom: 0px !important;
}

.cls-blog .elementor-post__thumbnail {
    padding-bottom: calc(0.6 * 100%) !important;
}

.cls-blog .elementor-post__text {
    margin-top: 0px !important;
}

@media (max-width: 991px) {
.cls-masque-text {
    mask-size: auto;
    margin-top: -40px;
    border-radius: 70px;
    height: auto !important;
    padding-bottom: 50px;
}
.cls-masque-text p {
    width: auto !important;
}
}

@media (max-width: 767px) {
.day {
    width: 42px;
    height: 42px;
}
.day .dot {
    bottom: 5px;
    width: 5px;
    height: 5px;
}
.cls-masque-text {
	transform: rotate(0deg);
	padding-left: 20px;
    padding-right: 20px;
    mask-image: none;
}
.cls-masque-text p{
	transform: rotate(0deg);
}
.cls-masque-text {
	padding-top: 40px;
    padding-bottom: 20px;
}
}

/* ===================================
   NOVA CARDS → SLICK (MOBILE ONLY)
=================================== */
/* Mobile carousel styles */
@media (max-width: 768px) {
    /*.cls-card-carousel .nova-cards-grid {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: hidden !important; 
        scroll-snap-type: x mandatory !important;
        scroll-behavior: smooth !important;
        -webkit-overflow-scrolling: touch !important;
        gap: 4px !important;
        padding: 10px 0 20px 0 !important;
        grid-template-columns: unset !important;
        justify-items: unset !important;
    }
    
    .cls-card-carousel .nova-cards-grid {
        scrollbar-width: none !important;
    }
    
    .cls-card-carousel .nova-cards-grid::-webkit-scrollbar {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
    }*/
    
    .cls-card-carousel .nova-card-item {
        flex: 0 0 auto !important;
        scroll-snap-align: start !important;
        width: 310px !important;
        min-width: 310px !important; 
        margin: 0 2px !important;
    }
}

.cls-mrq-img {
    mask-image: url(/wp-content/uploads/2026/01/Vector-1.svg);
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
	height: 350px;
}

.cls-images-msk img {
  display: inline-block;
  vertical-align: middle;
  mask-image: url(/wp-content/uploads/2026/02/Goura-de-Victoria-.png);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  height: 552px;
  aspect-ratio: 600 / 600;
	  object-fit: cover;
}
.cls-images-msk1 img {
  display: inline-block;
  vertical-align: middle;
  mask-image: url(/wp-content/uploads/2026/01/Vector-1.png);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  height: 552px;
  aspect-ratio: 1058 / 1380;
	  object-fit: cover;
}

/************* Reservation forme **************/
.cf7-wrapper{
  margin:auto;
  color: #1e1e1e;
}

/* ROW */
.cf7-row{
  display:flex;
  gap:20px;
  margin-bottom:10px;
}

/* COL */
.cf7-col{
  flex:1;
}

/* INPUT FULL WIDTH */
.cf7-col input,
.cf7-col select,
.cf7-col textarea{
  width:100%;
}

.cf7-col input[type="radio"] {
    width: auto;
}

/* MOBILE */
@media(max-width:768px){
  .cf7-row{
    flex-direction:column;
  }
}

/* TITRES */
.cf7-wrapper h3{
  margin:34px 0 14px;
  font-size:22px;
  font-weight:700;
  position:relative;
}

.cf7-wrapper h3:after{
  content:"";
  display:block;
  width:60px;
  height:3px;
  margin-top:6px;
  background:#84be20;
  border-radius:2px;
}

/* INPUT STYLE */
.cf7-wrapper input,
.cf7-wrapper select,
.cf7-wrapper textarea{
  padding:13px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.12);
  margin-top:6px;
}

.cf7-wrapper input:focus,
.cf7-wrapper select:focus,
.cf7-wrapper textarea:focus{
  border-color:#A7C21F;
  box-shadow:0 0 0 3px rgba(167,194,31,.15);
  outline:none;
}

/* BUTTON */
.cf7-wrapper input[type="submit"]{
  margin-top: 60px !important;
  border-radius: 30px !important;
  cursor:pointer;
}

.cf7-wrapper input[type="submit"]:hover{
  background:#8faa16;
  transform:translateY(-2px);
}
.cf7mls_btn, .cf7mls_back {
    border-radius: 30px !important;
}
.cf7mls_btn:hover, .cf7mls_back:hover {
	background-color: #0e3107 !important;
    color: #ffd500 !important;
}

/* ===== Steps numbers ===== */

/* ===== CONTAINER ===== */
.cf7mls-steps-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    padding: 0 40px; /* adds safe space left/right */
}

/* ===== BACKGROUND LINE (shortened, no edges) ===== */
.cf7mls-steps-container::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 40px;
    right: 40px;
    height: 2px;
    background: #e0e0e0;
    z-index: 1;
}

/* ===== EACH STEP ===== */
.cf7mls-step-item {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    flex: 1;
    text-align: center;
    align-items: center;
}

/* ===== STEP CIRCLE ===== */
.cf7mls-step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5f5f5;
    border: 2px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    color: #999;
}

/* ===== STEP TEXT ===== */
.cf7mls-step-text {
    font-size: 14px;
    color: #999;
    transition: all 0.3s ease;
    font-weight: 500;
}

/* ===== ACTIVE STEP ===== */
.cf7mls-step-item.active .cf7mls-step-number {
    background: #123b09;
    border-color: #123b09;
    color: #fff;
    box-shadow: 0 4px 10px rgba(76,175,80,0.3);
}

.cf7mls-step-item.active .cf7mls-step-text {
    color: #123b09;
    font-weight: 600;
}

/* ===== COMPLETED STEP ===== */
.cf7mls-step-item.completed .cf7mls-step-number {
    background: #8ac816;
    border-color: #89cc1f;
    color: #fff;
}

.cf7mls-step-item.completed .cf7mls-step-text {
    color: #1e1e1e;
}

/* ===== ACTIVE GREEN LINE (shortened too) ===== */
.cf7mls-progress-line {
    position: absolute;
    top: 20px;
    left: 40px;
    height: 2px;
    background: #8ac816;
    transition: width 0.3s ease;
    z-index: 2;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {

    .cf7mls-steps-container {
        padding: 0 20px;
    }

    .cf7mls-steps-container::before {
        left: 20px;
        right: 20px;
    }

    .cf7mls-progress-line {
        left: 20px;
    }

    .cf7mls-step-number {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .cf7mls-step-text {
        font-size: 12px;
    }
}

@media (max-width: 480px) {

    .cf7mls-step-text {
        display: none;
    }

    .cf7mls-step-number {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
}
.cls-menu-footer ul#menu-navigation-1 {
    justify-content: center;
}



@media(max-width:767px){
	div#nova-features-home {
    width: 80%;
}
	
	.elementor-2872 .elementor-element.elementor-element-27e31b4 > .elementor-widget-container {
    margin: 52px 0px 0px 0px !important;
}
	.elementor-2872 .elementor-element.elementor-element-b784a51 > .elementor-widget-container {
    margin: 51px 0px 0px 0px  !important;
}
	.elementor-2872 .elementor-element.elementor-element-f201ea2 > .elementor-widget-container {
    margin: 50px 0px 0px 0px  !important;
}
}












.facturation-block {
    display: none;
}






.thank-you-page {

    display: flex;
    align-items: center;
    justify-content: center;
padding-top:210px;
    padding-bottom:70px;
}

.thank-you-card {
    background: #fff;
    padding: 50px 40px;
    border-radius: 20px;
    text-align: center;
    max-width: 80%;
    width: 100%;
    box-shadow: 0 0px 28px 1px rgb(0 0 0 / 33%);
    animation: fadeUp 0.6s ease;
}

.thank-you-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #7ba950;
    color: #fff;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.thank-you-card h1 {
    font-size: 26px !important;
    margin-bottom: 10px;
  
}

.thank-you-subtitle {
    font-size: 16px;

    margin-bottom: 15px;
}

.thank-you-main {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.thank-you-highlight {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
}

.thank-you-info {
    margin: 20px 0;
    padding: 15px;
    background: #eef4e8ab;
    border-radius: 10px;
    /* font-size: 14px; */
}

.thank-you-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 25px;
    background: #7ba950;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.thank-you-btn:hover {
    background: #2980b9;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.single-post h2  span {    color: #123b09 !important;}

.single-post h3  span  , .single-post h2  span , .single-post h4  span{    color: #123b09 !important;}


.single-post h2 a span {    color: #123b09 !important;}

.single-post h2 a {
    color: #123b09 !important;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: bold;
    text-decoration: none;
}

.single-post .elementor-kit-5 h3 {
	color: var(--e-global-color-eaaf14a) !important;}

