/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/************************ STYLE DEFAULT WEBSITE *********************/

*{
	outline: none;
} 

a:focus {
	outline: none;
}

div.wrapper-icon div.elementor-icon-wrapper {
	display: flex;
}

section.splide button.splide__arrow--prev {
    display: none;
    opacity: 1;
    left: -2.8rem;
    border-radius: 0;
    background-color: #FFF;
    font-size: 22px;
}

section.splide button.splide__arrow--next {
    right: -2.8rem;
    opacity: 1;
    background-color: #FFF;
    border-radius: 0;
    display: none;
    font-size: 22px;
}

section.splide ul.splide__pagination {
    position: relative;
    padding: 0;
    margin-top: 1rem;
}

.splide__pagination__page.is-active {
    background: #000000 !important;
    transform: scale(1) !important;
}

section.splide ul.splide__pagination button.splide__pagination__page {
    background-color: #979797 !important;
    display: flex;
    height: 10px;
    width: 10px;
    transform: scale(1) !important;
}

/************************ CUSTOM CSS *********************/

#page{
	overflow: hidden;
}

::-moz-selection { /* Code for Firefox */
	-webkit-text-fill-color:  #FFF !important;
	color: #FFF !important;
	background: #64704A;
}

::selection {
	-webkit-text-fill-color:  #FFF !important;
	color: #FFF !important;
	background: #64704A;
}

/************************ HEADER - Mobile *********************/

.mobile-menu-container {
	position: absolute;
	top: 100%;
	left: 0%;
}

@media only screen and (max-width: 1400px) {
	
	.mobile-menu-container {
		transform: translateX(-100vw);
		opacity: 0;
		transition: transform 500ms, opacity 500ms;
	}

	.mobile-menu-container.open {
		transform: translateX(0vw);
		opacity: 1;
	}
	
}

@media only screen and (max-width: 767px)  {
	
	.mobile-menu-container {
		transform: translateX(-100vw);
		opacity: 0;
		transition: transform 500ms, opacity 500ms;
	}

	.mobile-menu-container.open {
		transform: translateX(0vw);
		opacity: 1;
	}
	
}

.mobile-menu-btn {
    transition: transform 300ms, opacity 300ms;
    transform: scale(1);
    opacity: 1;
}

.mobile-menu-btn.hidden {
    transform: scale(1.2);
    opacity: 0;
    display: none;
}

.mobile-menu-cross {
    display: none;
    transition: transform 300ms, opacity 300ms;
    transform: scale(1.2);
    opacity: 0;
}

.mobile-menu-cross.visible {
    display: block;
    transform: scale(1);
    opacity: 1;
}

/************************ HEADER - Lnaguage Btn *********************/

.language-selector-cnt .wpml-ls-legacy-dropdown{
	width: 60px;
	padding-left: 10px;
  	border-left: 1px solid white;
}

.language-selector-cnt .wpml-ls-legacy-dropdown a{
	display: flex;
	height: 36px;
	padding: 0px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 12px;
	background-color: #0000;
	color: #FFF;
	font-family: Sora;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	border: none;
}

.language-selector-cnt:hover .wpml-ls-legacy-dropdown .js-wpml-ls-item-toggle.wpml-ls-item-toggle{
	background-color: #0000;
	color: #FFF;
}

.language-selector-cnt .wpml-ls-legacy-dropdown .js-wpml-ls-item-toggle.wpml-ls-item-toggle:hover{
	background-color: #0000;
	color: #d5bd75;
	border: none;
}

.language-selector-cnt .wpml-ls-legacy-dropdown a::after{
	position: unset !important;
}

.language-selector-cnt .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
	margin: 0 0 0 -6px;
	display: flex;
	height: 65px;
	width: 50px;
	padding: 0;
	justify-content: center;
	align-items: end;
	background-color: #0000;
	border: none;
}

.language-selector-cnt .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li{
	height: 45px;
	width: 50px;
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	background-color: #000;
	border: none;
}

.language-selector-cnt .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{
	color: #FFF;
	font-family: Sora;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

.language-selector-cnt .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:hover a{
	background-color: #0000;
	color: #d5bd75;
	border: none;
}

/************************ HOME - Mobile Language Button *********************/

.mobile-lang-btn div, .mobile-lang-btn ul, .mobile-lang-btn li, .mobile-lang-btn a, .mobile-lang-btn span {
	margin: 0 !important;
	padding: 0 !important;
}

/************************ HOME - HERO *********************/

.hero-bg-image-pill{
    animation-name: hero-bg-img-animation;
    animation-direction: alternate;
    animation-duration: 10s;
    animation-fill-mode: forward;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.hero-bg-dots{
    animation-name: hero-bg-img-animation;
    animation-direction: alternate-reverse;
    animation-duration: 10s;
    animation-fill-mode: forward;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes "hero-bg-img-animation" {
    from{
        transform: translateY(30px);
    }
    to{
        transform: translateY(-30px);
    }
}


@media only screen and (max-width: 767px) {
	
	@keyframes "hero-bg-img-animation" {
		from{
			transform: translateY(15px);
		}
		to{
			transform: translateY(-15px);
		}
	}
}

/************************ HOME - A Propos *********************/

@media only screen and (max-width: 767px) {
	.aPropos-text-pills .elementor-icon-box-wrapper{
		align-items: center;
	}

	.aPropos-text-pills .elementor-icon-box-icon{
		height: 17px
	}	
}

/************************ HOME - Processus *********************/

.processus-tabs .e-n-tabs-heading{
	overflow: visible !important;
}

@media only screen and (max-width: 1400px) {
	.processus-tabs .e-n-tabs-heading{
		flex-flow: column nowrap !important;
		align-items: center !important;
	}

	.processus-tabs .e-n-tabs-heading .e-n-tab-title{
		min-width: 425px !important;
	}
}

@media only screen and (max-width: 767px){
	
	.processus-tabs .e-n-tabs-heading .e-n-tab-title{
		min-width: 100% !important;
	}
	
}

/************************ HOME - Prest *********************/

@media only screen and (min-width: 1025px) {
	
	.prets-tab-container .e-n-tabs{
		width: 1346px !important;
	}
	
	.prets-tabs-img{
    	height: 412px !important;
	}
	
	.e-n-tabs-heading:has(#prets-tabs-title-1){
		display: grid;
		justify-content: center;
		grid-template-columns: repeat(7, 1fr);
		grid-template-rows: 1fr;
	}
	
	.prets-tab-container .e-n-tab-title{
		display: flex;
		padding: 20px;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 14px;
	}

}


@media only screen and (max-width: 1400px) {	
	
	.prets-tab-container-mobile .e-n-accordion-item-title{
		box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
		width: 100%;
	}
	
	.prets-tab-container-mobile .e-n-accordion-item-title-text{
		display: flex;
		flex-flow: column nowrap;
		justify-content: space-evenly;
		align-items: flex-start !important;
		gap: 5px;
		transition: color 500ms;
	}
	
	@media only screen and (max-width: 767px) {	
		.prets-tab-container .e-n-tab-title{
			width: 100% !important;
		}
	}	
}

/************************ HOME - Blog *********************/

.home-blog-section .elementor-posts-container{
    grid-template-rows: repeat(3, 187px) !important;
	row-gap: 22px !important;
	column-gap: 30px !important;
}

.home-blog-section .elementor-posts-container > .elementor-post:first-child {
    grid-column: 1 !important;
    grid-row: span 3 !important;
}

.home-blog-section .elementor-posts-container > .elementor-post:first-child .elementor-post__card {
    flex-flow: column nowrap !important;
}

.home-blog-section .elementor-posts-container > .elementor-post:first-child .elementor-post__card .elementor-post__thumbnail__link .elementor-post__thumbnail{
    padding-bottom: 70% !important;
}

.home-blog-section .elementor-posts-container > .elementor-post:first-child .elementor-post__card .elementor-post__text .elementor-post__title{
	font-size: 23px;
	line-height: 150%;
}

.home-blog-section .elementor-posts-container > .elementor-post:first-child .elementor-post__card .elementor-post__text .elementor-post__excerpt{
    display: block;
}

.home-blog-section .elementor-post__card{
    flex-flow: row nowrap !important;
}

.home-blog-section .elementor-post__card .elementor-post__text{
    justify-content: space-between;
	padding: 0 14px 0 19px !important;
}

.home-blog-section .elementor-post__card .elementor-post__text .elementor-post__excerpt{
    display: none;
}

.home-blog-section .elementor-post__card .elementor-post__thumbnail__link{
    margin: 0px !important;
}

.home-blog-section .elementor-post__card .elementor-post__thumbnail__link .elementor-post__thumbnail{
    padding-bottom: 86% !important;
}

.home-blog-section .elementor-post .read-more-btn{
    padding: 12px 0;
    display: flex;
    gap: 10px;
    border-bottom: solid 1.5px black;
}

@media only screen and (max-width: 1400px) {
	.home-blog-section .elementor-posts-container > .elementor-post:first-child .elementor-post__card .elementor-post__thumbnail__link .elementor-post__thumbnail{
    	padding-bottom: 50% !important;
	}
}

@media only screen and (max-width: 767px) {
	.home-blog-section .elementor-posts-container > .elementor-post:first-child .elementor-post__card .elementor-post__thumbnail__link .elementor-post__thumbnail{
    	padding-bottom: 85% !important;
	}
	
	.home-blog-section .elementor-post__card .elementor-post__thumbnail__link .elementor-post__thumbnail {
    	padding-bottom: 145% !important;
	}
}

/************************ FONCTIONNEMENT - Hero *****************************/

.fonctionnement-title{
    background: var(--Gold-Diagonal, linear-gradient(135deg, #E6CE85 0%, #BEA75F 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fonctionnement-square-1{
    background: linear-gradient(325.4deg, rgba(207, 211, 196, 0.2) -4.09%, #979F86 70.35%);
    width: 183.85px;
    height: 183.85px;
    border-radius: 27.6px;
}

.fonctionnement-square-2{
	background: linear-gradient(64.09deg, rgba(207, 211, 196, 0) 37.83%, #979F86 90.58%);
    width: 292.224px;
    height: 409.517px;
    border-radius: 27.6px;
}

@media only screen and (max-width: 767px) {

	.fonctionnement-square-1{
		width: 108px;
		height: 108px;
	}

	.fonctionnement-square-2{
		width: 171px;
		height: 240px;
	}
	
}

/************************ FONCTIONNEMENT - Tabs *****************************/


@media only screen and (min-width: 1025px) {
	.fonctionnement-tab-title{
		width: 531px;
	}	
}

.fonctionnement-tab-title{
	cursor: pointer;
	transition: background 0.3ms;
	display: flex;
	width: 95%;
	padding: 24px 20px;
	align-items: flex-start;
	border-radius: 20px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
	background: #FFFFFF;
}

.fonctionnement-tabs-btns-container{
	transition: transform 300ms;
}

.fonctionnement-progress-bar{
	transition: transform 300ms;
}

.fonctionnement-tab-title{
	transition: color 0.3ms, background 0.3ms;
}

.fonctionnement-tab-title div{
	transition: color 0.3ms, background 0.3ms;
	color: #000;
	font-family: Sora;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 30px */
}

.fonctionnement-tab-title:hover{
	background: #F4FFD2;
}

.fonctionnement-tab-title:hover div{
	color: #011821;
}

.fonctionnement-tab-title-active{
	background: #F4FFD2;
}

.fonctionnement-tab-title-active div{
	color: #011821;
}

.funct-img-container {
    overflow: hidden;
    height: 618px;
}


@media only screen and (max-width: 767px) {
	
	.fonctionnement-pills .elementor-icon-box-icon{
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}
	
	.funct-img-container{
		height: 420px;
	}
	
}

/************************ FONCTIONNEMENT - Conditions Tabs *****************************/

@media only screen and (min-width: 1025px) {
	.conditions-tabs-container .e-n-tabs-heading{
		display: flex;
		align-items: flex-start;
		align-items: stretch;
		background: #FFF;
		width: 542px;
		padding: 40px;
		border-radius: 30px;
		box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
	}
}

@media only screen and (max-width: 1400px) {
	
	.conditions-acord-mobile .e-n-accordion-item-title h3{
		transition: color 300ms;
	}
	
	.conditions-acord-mobile .e-n-accordion-item-title:hover h3{
		color: white;
	}
	
	.conditions-acord-mobile .e-n-accordion-item-title[aria-expanded="true"] h3{
		color: white;
	}
	
}

/************************ FAQ *****************************/
.faq-square-1{
    background: linear-gradient(325.4deg, rgba(207, 211, 196, 0.2) -4.09%, #979F86 70.35%);
    width: 108px;
    height: 108px;
    border-radius: 16.41px;
}

.faq-square-2{
	background: linear-gradient(64.09deg, rgba(207, 211, 196, 0) 37.83%, #979F86 90.58%);
    width: 171.00001525878972;
	height: 239.99998474121185;
	border-radius: 16.41px;
}

/************************ Prêts en ligne - Loans cards *****************************/

.loan-title-nmb {
    font-family: Sora !important;
    font-size: 48px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 130% !important;
    margin: 0 !important;
}

.prets-func-tabs-list .elementor-icon-box-icon{
    margin-top: 8px !important;
}

.loan-title{
	font-family: Sora;
	font-weight: 600;
	font-size: 28px;
	leading-trim: Cap height;
	line-height: 120%;
	letter-spacing: 0%;
	text-transform: uppercase;
}

.loan-title-sub {
	font-family: Plus Jakarta Sans;
	font-weight: 400;
	font-style: italic;
	font-size: 16px;
	leading-trim: Cap height;
	line-height: 120%;
	letter-spacing: 0%;
}
	
.ul-loan li::marker {
	color: #AEE800;
}

@media only screen and (max-width: 1400px) {
	.prets-func-tabs-list .elementor-icon-box-icon{
		margin-top: 9px !important;
	}
}


@media only screen and (max-width: 767px) {
	
	.loan-title-nmb{
		font-size: 33px !important;
	}
	
	.prets-func-tabs-list .elementor-icon-box-icon{
		margin-top: -5px !important;
	}
}
/************************ TRAITEMENT PRIVILEGIE *****************************/

.traitement-subtitle{
	font-family: Sora;
	font-weight: 800;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: 0%;
}

.traitement-square-1{
    background: linear-gradient(0deg, #9CD10000 0%, #506B00 100%);
    width: 183.85px;
    height: 183.85px;
    border-radius: 27.6px;
}

.traitement-square-2{
	background: linear-gradient(-315.09deg, rgba(207, 211, 196, 0) 49.38%, #506B00 91.75%);
    width: 292.224px;
    height: 409.517px;
    border-radius: 27.6px;
}

/************************ BLOG *****************************/

.blog-portfolio .elementor-post .read-more-btn{
    padding: 12px 0;
    display: flex;
    gap: 10px;
    border-bottom: solid 1.5px black;
}

.blog-portfolio .elementor-posts-container{
	grid-template-rows: 65vh repeat(1, 1fr) !important;
}

.blog-portfolio .first-article{
    grid-column: span 3;
    border-radius: 30px;
	margin-bottom: 20px;
}

.blog-portfolio .first-article .elementor-post__card{
    position: relative;
}

.blog-portfolio .first-article .elementor-post__thumbnail__link{
    margin: 0 !important;
    padding: 0 !important;
	height: 100% !important;
}

.blog-portfolio .first-article .elementor-post__thumbnail__link .elementor-post__thumbnail.elementor-fit-height{
   	height: 100% !important;
}

.blog-portfolio .first-article .elementor-post__text{
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 442px 99px 0 96px !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    display: grid !important;
    grid-template-columns: 59% auto;
    grid-template-rows: auto auto;
    column-gap: 12%;
    row-gap: 28px;
}

.blog-portfolio .first-article .elementor-post__title {
    grid-column: span 2;
    width: 66%
    margin: 0 !important;
    padding: : 0 !important;
}

.blog-portfolio .first-article .elementor-post__title{
    margin: 0 !important;
    padding: : 0 !important;
}

.blog-portfolio .first-article .elementor-post__title a{
    color: var(--white, #FFF) !important;
    font-family: Sora !important;
    font-size: 48px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 120% !important;
}

.blog-portfolio .first-article .elementor-post__excerpt p{
    color: var(--white, #FFF) !important;
    font-family: "Plus Jakarta Sans" !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 130% !important;
}

.blog-portfolio .first-article .read-more-btn{
    display: flex;
    width: 205px;
    height: 36px;
    padding: 11px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border: 1px solid #FFF !important;
    border-radius: 38px;
    transition: border 300ms,
    background 300ms
}

.blog-portfolio .first-article .read-more-btn:hover{
    border: 1px solid #FFF !important;
    background: rgba(255, 255, 255, 0.75);
}

.first-article .read-more-btn span{
    color: white !important;
}

.blog-portfolio .first-article .read-more-btn:hover span{
    color: black !important;
}

.blog-portfolio .first-article .read-more-btn img{
    display: none !important;
}

.blog-title-box{
    grid-column: span 3;
	margin-bottom: 10px;
}

.blog-title{
    color: #000 !important;
    font-family: Sora !important;
    font-size: 48px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 130% !important; 
    text-transform: uppercase !important;
	margin-bottom: 15px;
}

.blog-subtitle{
    color: #2E373B !important;
    font-family: Sora !important;
    font-size: 19px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 120% !important;
}

.blog-three-dots{}

@media only screen and (max-width: 1400px) {
	
	.blog-portfolio .elementor-posts-container{
		grid-template-rows: 40vh repeat(1, 1fr) !important;
	}
	
	.blog-portfolio .first-article{
		grid-column: span 2;
	}
	
	.blog-portfolio .first-article .elementor-post__text {
	  padding: 260px 35px 0 35px !important;
	}
	
	.blog-portfolio .first-article .elementor-post__title a{
		font-size: 33px !important;
	}
	
	.blog-title-box{
		grid-column: span 2;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.blog-portfolio .elementor-posts-container .elementor-post__thumbnail {
		padding-bottom: calc( 0.5 * 192% ) !important;
	  }
	
	.blog-portfolio .elementor-posts-container{
		grid-template-rows: 40vh repeat(1, 1fr) !important;
	}
	
	.blog-portfolio .first-article{
		grid-column: span 1;
	}
	
	.blog-portfolio .first-article .elementor-post__text {
		padding: 120px 10px 0 10px !important;
		grid-template-columns: 1fr;
  		grid-template-rows: auto auto auto;
		row-gap: 0px;
	}
	
	.blog-portfolio .first-article .elementor-post__title {
	  grid-column: span 1;
	}
	
	.blog-portfolio .first-article .elementor-post__title a{
		font-size: 28px !important;
	}
	
	.blog-portfolio .first-article .elementor-post__excerpt p {
  		font-size: 14px !important;
	}
	
	.blog-title-box{
		grid-column: span 1;
	}
	
	.blog-title{
		font-size: 28px !important;
		text-align: center;
	}

	.blog-subtitle{
		font-size: 18px !important;
		text-align: center;
	}
	
}

/************************ CONTACT - HERO *********************/

.contact-hero-animation-up{
    animation-name: contact-hero-animation;
    animation-direction: alternate;
    animation-duration: 10s;
    animation-fill-mode: forward;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.contact-hero-animation-down{
    animation-name: contact-hero-animation;
    animation-direction: alternate-reverse;
    animation-duration: 10s;
    animation-fill-mode: forward;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes "contact-hero-animation" {
    from{
        transform: translateY(30px);
    }
    to{
        transform: translateY(-30px);
    }
}

@media only screen and (max-width: 1400px){
	@keyframes "contact-hero-animation" {
		from{
			transform: translateY(15px);
		}
		to{
			transform: translateY(-15px);
		}
	}	
}

@media only screen and (max-width: 767px) {}

/************************ CONTACT - Form *********************/

.form-inner-container p{
	display: flex;
	flex-flow: column nowrap;
	gap: 0px;
	margin: 0 0 20px 0 !important;
	padding: 0px !important;
	margin: 0 !important;
	padding: 0px !important;
}

.form-inner-container br {
  display: none !important;
}

.form-inner-container .form-label{
	color: var(--black, #000);
	font-family: Sora;
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	padding: 0px !important;
}

.form-inner-container .form-text{
	margin: 21.2px 0 24px 0 !important;
	padding: 0 0 21.2px 0 !important;
	border: none !important;
	border-bottom: 1.325px solid #E1E4ED !important;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) !important;
	font-family: "Plus Jakarta Sans";
	font-style: normal;
	color: #000 !important;
	font-size: 21.203px !important;
	font-weight: 400 !important;
	line-height: 150% !important;
}

.form-inner-container .form-text::placeholder{
	transition: opacity 300ms !important;
	font-family: "Plus Jakarta Sans";
	font-style: normal;
	color: #C2AC6A;
	font-size: 21.203px;
	font-weight: 500;
	line-height: 150%;
	opacity: 1;
}

.form-inner-container .form-text:focus::placeholder {
	opacity: 0;
}

.form-inner-container .wpcf7-not-valid-tip{
	margin: -15px 0 24px 0;
	font-family: Sora;
}

.form-prenom{}
.form-nom{}
.form-email{}
.form-phone{}

.form-inner-container .form-message {
    transition: all 0.3s;
    height: 53px;
    resize: none;
    overflow: hidden !important;
    white-space: nowrap; /* Prevent text wrapping */
}

.form-inner-container .form-message:focus {
    height: 265px;
    white-space: normal; /* Allow text wrapping on focus */
}

.wpcf7-form-control-wrap {
    position: relative;
}

/* Apply styles only to .wpcf7-form-control-wrap elements containing .form-message */
.wpcf7-form-control-wrap.has-form-message::after {
    content: "...";
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    background-color: #FFF;
    color: #000;
    font-size: 21.203px;
    font-weight: 400;
    line-height: 150%;
    position: absolute;
    top: 19px;
    right: 0px;
	padding: 2px;
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease;
}

.wpcf7-form-control-wrap.has-form-message.show-form-dots::after {
    opacity: 1; /* Show dots when class show-form-dots is added */
}


.menu-traitement {
	font-family: "Sora";
	color:#AEE800;
}

.menu-footer > a {
	font-family: "Sora" !important;
}

.form-submit-btn{
	border-radius: 50.357px !important;
	display: grid !important;
	width: 545px;
	height: 46px;
	font-family: Sora !important;
	font-size: 18.553px !important;
	font-weight: 600;
	line-height: 0 !important;
	background-color: #000 !important;
	/*background-image: url('https://publissoft.dev/mini-cash/wp-content/uploads/arrow-right-icon.svg') !important;*/
	background-repeat: no-repeat !important;
	background-position: 60% 52% !important;
	background-size: 2.3% !important;
	transition: transform 0.3s, background-color 0.3s
}

.form-submit-btn:hover{
	transform: scale(1.05);
	background-color: #64704A !important;
}

.wpcf7-response-output{
	font-family: "Plus Jakarta Sans";
	font-size: 15px;
	font-weight: 300;
	margin-top: 20px;
	text-align: center;
}

@media only screen and (max-width: 1400px) {
	.form-submit-btn {
	  width: 100%;
	}
}

/************************ Politique de Confidentialité *********************/

.subtitle-privacy-policy{ font-size: 18px !important; }

@media only screen and (max-width: 1400px) { .subtitle-privacy-policy{ font-size: 14px !important; } }

@media only screen and (max-width: 767px) { .subtitle-privacy-policy{ font-size: 10px !important; } }

/******************************************************************/
/* # Media Queries (mobile-first)
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 545px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 993px) {}
@media only screen and (min-width: 1025px) {}
@media only screen and (min-width: 1200px) {}
@media only screen and (min-width: 1300px) {
	/************************STYLE DEFAULT WEBSITE*********************/
	section.splide button.splide__arrow--prev,
	section.splide button.splide__arrow--next {
        display: block;
    }
}


/* # Media Queries (mobile-second)
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1159px) {}
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 992px) {}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 544px) {}