/* 
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
*/

/* DEFAULT */
body {
	margin: 0;
	padding: 0;
	font: normal 16px/22px 'Open Sans' !important;
}
h1, h2, h3, h4, .titre>div {
	font-family: 'Prata' !important;
}
.page-header {
	display: none !important;
}
:root {
	--black:#000000;
	--marron:#3c1902;
	--marron-claire: #B89364;
	--white:#fff;
}
body {
	margin: 0;
	padding: 0;
}
/**** COOKIEYES CUSTOM CSS ****/
.cky-notice-btn-wrapper {
	flex-wrap: nowrap !important;

	.cky-btn {
		padding: 20px 10px !important;
		border: 2px solid var(--marron) !important;
		font-size: 14px !important;
	}
}
.cky-consent-container {
	width: 465px !important;
}
.cky-consent-container .cky-consent-bar {
	border-radius: 0 !important;
}
.cky-btn-revisit-wrapper {
  width: 30px !important;
  height: 30px !important;
}
.cky-btn-revisit-wrapper .cky-btn-revisit img {
  height: 20px !important;
  width: 20px !important;
}
.cky-btn-reject, .cky-btn-customize, .cky-btn-preferences {
	color:var(--marron) !important;
    border-color: var(--marron) !important;
}
.cky-btn-accept {
	color: var(--white) !important;
    background-color:var(--marron) !important;
    border-color:var(--marron) !important;
}
.cky-btn:hover {
    background: var(--marron) !important;
    border-color: var(--marron) !important;
    color: var(--white) !important;
	opacity:1 !important;
}
.cky-btn-revisit-wrapper {
	background-color:var(--marron) !important;
}
@media (max-width: 680px){
	body .cky-btn {
	    width: 100% !important;
	    justify-content: center !important;
	}
	body .cky-custom-brand-logo-wrapper, 
	body .cky-notice .cky-title, 
	body .cky-notice-des, 
	body .cky-notice-btn-wrapper {
        padding: 0 !important;
    }
    body .cky-notice {
    	text-align: center;
    }
}
.forminator-field-textarea {
	.forminator-field {
		display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}
}
.forminator-button,
.elementor-button {
	border-radius: 0 !important;
    position: relative;

    &::after {
    	content: '';
    	background: transparent;
    	position: absolute;
    	top: 100%;
    	right: 100%;
    	bottom: 100%;
    	left: 100%;
    	border: 2px solid transparent;
    	margin: auto;
    	transition: all 400ms ease-in-out;
    }
}
.forminator-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100% !important;
	height: 60px !important;
	background: var(--marron) !important;
	padding: 19px 40px !important;
	margin-top: 20px !important;
}
.forminator-button:hover,
.elementor-button:hover {
	&::after {
		top: -10px;
		right: -10px;
		bottom: -10px;
		left: -10px;
		border: 2px solid var(--marron);
	}
}
.forminator-button:hover {
	background: var(--white) !important;
	color: var(--marron) !important;
}
.btnWhite .elementor-button:hover {
	&::after {
		border-color: #F6F1EB !important;
	}
}
.forminator-field-consent {
	.forminator-label {
		margin-bottom: 14px !important;
	}
	p {
		font-size: 13px !important;
		font-family: "Open Sans", sans-serif !important;
	}
}
.forminator-g-recaptcha {
	width: 303px !important;
}


/**** HEADER ****/
.header {
	transition: all 400ms ease-in-out;

	&>div {
		position: relative;
		z-index: 5;
	}

	.logo {
		transition: all 400ms ease-in-out;
	}
	.btnReserve {
		transition: all 400ms ease-in-out;
		.elementor-button-icon {
			display: none !important;
		}
	}
	
	.has-submenu {
		display:flex !important;
	}

	&::after {
		content: '';
		background: linear-gradient(180deg, var(--marron), transparent);
		position: absolute;
		top: 0;
		right: 0;
		height: 115%;
		left: 0;
		z-index: 0;
	}
}
body.scrolled {
	.header {
		min-height: 82px !important;
		background: #FFFFFFC2 !important;
		padding: 14px 40px !important;
		box-shadow: 0 -8px 27px 0px #582516;

		&::after {
			opacity: 0 !important;
			height: 0 !important;
		}

		.logo {
			top: -4px !important;
		}
		.btnReserve {
			top: -2px !important;
			a.elementor-button {
				background: var(--marron) !important;
			}
		}
		.btnReserve:hover {
			a.elementor-button {
				background: #F6F1EB !important;
			}
		}
		.menu-item {
			a {
				color: #3c1902 !important;
			}
			.elementor-item-active, a:hover {
				color: var(--marron) !important;
				&:before {
					border-color: var(--marron) !important;
				}
			}
			.sub-menu.elementor-nav-menu--dropdown{
				.menu-item>a {
					color:var(--white) !important;
				}
				.menu-item>a:hover {
					color:#b89364 !important;
				}
			}
		}
	}
}
.navHeader a {
	color:#ffffff !important;
	display:flex !important;
}
@media (max-width: 1024px){
	.header {
		.logo {
			position: relative !important;
			top: inherit !important;
			left: 0 !important;
		}
		.btnReserve {
			top: 22px !important;
			right: 60px !important;

			.elementor-button.elementor-button-link {
		        padding: 8px !important;
		    }
		    .elementor-button-icon {
				/* display: flex !important; */
			}
			.elementor-button-text {
				/* display: none !important; */
			}
		} 
		.btnReserve:hover {
            a.elementor-button {
                background: #b89364 !important;
                &::after {
			        background: #b89364 !important;
					z-index:-1;
			    }
            }
        }
	}
	body.scrolled {
	    .header {
	    	min-height: 70px !important;
	        padding: 0 20px !important;

	        .logo {
	            top: 0px !important;
	        }
	        .btnReserve {
	            top: 22px !important;
	        }
	        .btnReserve:hover {
	            a.elementor-button {
	                background: #b89364 !important;

	                &::after {
				        background: #b89364 !important;
				    }
	            }
	        }
	        .menu-item {
				a {
					color: #3c1902 !important;
				}
				.elementor-item-active, a:hover {
					color: var(--white) !important;
					&:before {
						border-color: var(--white) !important;
					}
				}
				.sub-menu.elementor-nav-menu--dropdown{
					.menu-item>a {
						color:var(--white) !important;
					}
					.menu-item>a:hover {
						color:var(--white) !important;
					}
				}
			}
	    }
	}
	.navHeader a {
		line-height:20px !important;
		color:#fff;
	}
}

@media (max-width:768px){
	.header {
		.btnReserve {
			right: 45px !important;
			top: 14px !important;

			.elementor-button.elementor-button-link {
		        padding: 10px !important;
		    }
		}
	}
	body.scrolled {
		.header {
			padding: 0 20px !important;
			min-height:inherit !important;
			
			.menu-item {
				.elementor-item-active, a:hover {
					color: var(--white) !important;
				}
			}
			
			.btnReserve {
				top: 17px !important;
				right: 58px !important;
			}
		}
	}
}


/**** PAGE ACCUEIL ****/
.heroPage {
	&::before {
		content: '';
		background: linear-gradient(180deg, var(--marron), transparent);
		background-position: top center !important;
		position: absolute;
		top: 77%;
		right: 0;
		height: 220px !important;
		left: 0;
		z-index: 0;
	}

	&>div {
		position: relative;
		z-index: 5;
	}
}
.hero {
	#type-char {
		font: normal 50px/56px 'Prata' !important;;
	}
}
.texteIntro {
	.e-con-inner {
		position: relative !important;
	}
	.counter {
		.elementor-countdown-item {
			background-size: contain !important;
		}
		.elementor-countdown-item:first-child {
			/*background: url(/wp-content/uploads/2026/02/jour.svg) center no-repeat !important;*/
			background: url(/wp-content/uploads/2026/02/jour.png) center no-repeat !important;
			background-size: contain !important;
		}
		.elementor-countdown-item:nth-child(2) {
			/*background: url(/wp-content/uploads/2026/02/heure.svg) center no-repeat !important;*/
			background: url(/wp-content/uploads/2026/02/heure.png) center no-repeat !important;
			background-size: contain !important;
		}
		.elementor-countdown-item:nth-child(3) {
			/*background: url(/wp-content/uploads/2026/02/minute.svg) center no-repeat !important;*/
			background: url(/wp-content/uploads/2026/02/minute.png) center no-repeat !important;
			background-size: contain !important;
		}
		.elementor-countdown-item:last-child {
			/*background: url(/wp-content/uploads/2026/02/seconde.svg) center no-repeat !important;*/
			background: url(/wp-content/uploads/2026/02/seconde.png) center no-repeat !important;
			background-size: contain !important;
		}
	}
}
.intro {
	.imgHov {
		img {
			object-position: 50% 35% !important;
		}
	}
}
.imgHov {
	&::before {
    	content: '';
    	background: transparent;
    	position: absolute;
    	top: 100%;
    	right: 100%;
    	bottom: 100%;
    	left: 100%;
    	border: 2px solid transparent;
    	margin: auto;
    	transition: all 400ms ease-in-out;
    }
	a {
		overflow: hidden;
		display: block;

		img {
			transform: scale(1.0);
			transition: all 400ms ease-in-out;
			width: 100%;
			height: auto;
		}
	}
}
.imgHov:hover {
	&::before {
		top: -10px;
		right: -10px;
		bottom: -10px;
		left: -10px;
		border: 2px solid var(--marron);
	}
	a {
		img {
			transform: scale(1.05);
		}
	}
}
.journer {
	.elementor-icon {
		filter: brightness(100) invert(0) !important;
	}
}
.cle {
	.elementor-counter-title {
		font-family: 'Prata' !important;
	}
	.elementor-counter-number-wrapper {
		background-size: contain !important;
		width: 255px;
		height: 210px;
		min-height: 210px;
		display: flex;
    align-items: center;
    font-family: 'Prata' !important;
	}
	.chiffre:first-child {
		.elementor-counter-number-wrapper {
			background: url(/wp-content/uploads/2026/02/choco1.svg) center no-repeat;
		}
	}
	.chiffre:nth-child(2) {
		.elementor-counter-number-wrapper {
			background: url(/wp-content/uploads/2026/02/choco2.svg) center no-repeat;
		}
	}
	.chiffre:nth-child(3) {
		.elementor-counter-number-wrapper {
			background: url(/wp-content/uploads/2026/02/choco3.svg) center no-repeat;
		}
	}
	.chiffre:last-child {
		.elementor-counter-number-wrapper {
			background: url(/wp-content/uploads/2026/02/choco4.svg) center no-repeat;
		}
	}
}
.tarif {
	.elementor-cta__image {
		overflow: hidden;

		img {
			transition: all 400ms ease-in-out;
			transform: scale(1.0);
			width: 100%;
			height: auto;
			object-fit: cover;
			object-position: center;
		}
	}
	.elementor-cta__description {
		margin: 10px 30px 0;
        padding-top: 35px;
        border-top: 1px solid var(--marron);

		.txt {
			padding: 0 40px;
			min-height: 160px;
		}

		span {
			background: #5825162b;
			font-family: 'Prata' !important;
			display: block;
		    padding: 20px 0;

		    b {
		    	font-size: 26px;
		    }
		}
		.ligne {
			background-color: var(--marron-claire) !important;
			color: var(--white) !important;
		}
	}
	.elementor-cta__button-wrapper {
		margin-bottom: 10px;
	}
}
.tarif:hover {
	.elementor-cta__image {
		img {
			transform: scale(1.2);
		}
	}
}
.home {
	.tarif {
	    .elementor-cta__description {
	        span {
	            background: transparent !important;
	        }
	    }
	}
}
.service, .agenceEve {
	.elementor-cta__button-wrapper {
		text-align: left !important;
		a {
			display: flex;
			justify-content: flex-start;
			align-items: center;

			&::before {
				content: '';
				background: var(--marron);
				height: 3px;
				width: 60px;
				margin-right: 14px;
				transition: all 400ms ease-in-out;
			}

			&::after {
				content: '';
				background: var(--marron) !important;
				height: 3px;
				width: 0;
		    	position: relative !important;
		    	top: inherit !important;
		    	right: inherit !important;
		    	bottom: inherit !important;
		    	left: inherit !important;
		    	border: none !important;
		    	margin: 0 0 0 14px !important;
		    	transition: all 400ms ease-in-out;
			}
		}
		a:hover {
			&::before {
				width: 0 !important;
			}

			&::after {
				width: 60px !important;
			}
		}
	}
	.elementor-cta__button-wrapper {
		width: inherit !important;
	}
}
/*.btnLigne {
	display: flex;
	justify-content: flex-start;
	align-items: center;

	&::before {
		content: '';
		background: var(--marron);
		height: 3px;
		width: 60px;
		margin-right: 14px;
	}
}*/
main, footer, .elementor-element-9c68344 {
	border: none !important;
}
.ctNews {
	&>div {
		position: relative;
		z-index: 1;
	}
	&::after {
		content: '';
		background: var(--marron);
		position: absolute;
		bottom: 0;
		top: 50%;
		left: 0;
		right: 0;
		z-index: 0;
	}
}
.news {
	&>div {
		width: 100% !important;
	}
	form {
		display: flex;
	    justify-content: flex-start;
	    align-items: flex-start;
	    gap: 20px;

	    .forminator-input {
	    	height: 60px !important;
	    	background: transparent !important;
            border: 1px solid var(--marron);
            border-radius: 0 !important;
            color: var(--white);
            outline: none !important;
	    }
	    .forminator-input::placeholder {
		    color: var(--marron) !important;
		    opacity: 1;
		}
	    .forminator-input:focus {
	    	border: 1px solid var(--marron) !important;
	    	color: var(--marron);
	    	outline: none !important;
	    }
	}
    .forminator-row {
    	width: calc(100% - 240px);
    }
    .forminator-row-last {
    	width: 240px;
    	min-width: 240px;
    }
}
.page-id-27,
.page-id-28,
.page-id-29 {
	.elementor-location-footer {
		margin-top: -1px !important;
	}
}
.journer {
	height: 245px;
}
.elementor-button-icon {
    font-size: 24px !important;
}
.mention {
	h2 {
		margin-top: 40px !important;
		word-spacing:0 !important;
	}

	p {
		margin-bottom: 20px !important;
	}
}
.forminator-button {
	margin-top: 0 !important;
}
.blcImg {
	&::before {
		content: '';
		background-color: transparent !important;
		width: 300px;
		height: 300px;
		border-radius: 50%;
		opacity: 0.2;
		position: absolute;
		top: 0;
		right: 5%;
		left: inherit;
		z-index: 0;
        background-image: url('/wp-content/uploads/2026/02/illustration-bg.png');
        background-size: contain;
		background-repeat: no-repeat;
	}
}
.citation {
	.elementor-blockquote__author {
		b {
			font-weight: normal !important;
		    font-family: "Open Sans" !important;
		    font-size: 16px !important;
		    color: var(--marron);
		}
	}
}
.smatphone {
	.elementor-icon-box-content {
		display: flex !important;
		flex-direction: row !important;

		.elementor-icon-box-title {
			margin: 7px 20px 0 0 !important;
			display: flex;
			justify-content: center;
			align-items: flex-start;

			span {
				display: flex;
				justify-content: center;
                align-items: center;
				background: url(/wp-content/uploads/2026/02/seconde.svg) center no-repeat;
				background-size: contain;
				background-position: 50% 15%;
				width: 45px;
                height: 45px;
			}
		}
	}
}
.testi {
	&::before {
		content: '';
		background: transparent !important;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 34%;
		z-index: 0;
	}
}
.imgParcours {
	img {
		object-position: 30% 5% !important;
	}
}
.error404 {
	#site-header, #site-footer {
		display: none !important;
	}
}
body .forminator-ui.forminator-custom-form-1011.forminator-design--default label {
	color: var(--marron) !important;
	font-family: Poppins !important;
}
.forminator-ui#forminator-module-1011.forminator-design--default .forminator-textarea {
	border-color: var(--black) !important;
}

@media (max-width: 1480px){
	.home {
	    .tarif {
	        .elementor-cta__description {
	        	min-height: 190px;

	        	.txt {
		            padding: 0 !important;
		            min-height: 160px;
		        }

	        	span {
	                background: transparent !important;
	                min-height: 85px !important;
	            }
	        }
	    }
	}
}
@media (max-width: 1366px){
	.home {
	    .tarif {
	        .elementor-cta__description {
	        	min-height: 300px;

	        	span {
	                min-height: 85px !important;
	            }
	        }
	    }
	}
}
@media (max-width: 1280px){
	.home {
	    .tarif {
	        .elementor-cta__description {
	        	min-height: auto !important;

	        	.txt {
		            min-height: auto !important;
		        }

	        	span {
	                min-height: auto !important;
	            }
	        }
	    }
	}
}
@media (max-width: 1024px){
	.texteIntro,
	.texteChoco {
		position: relative !important;
	}
	.tarif {
	    .elementor-cta__description {
	        .txt {
	            padding: 0 40px;
	            min-height: auto;
	        }
	    }
	}
	.service {
		.elementor-cta__content-item {
		    margin: 30px 0 0 !important;
		}
	}
}
@media (max-width: 767px){
	.news {
	    form {
	        flex-direction: column;
	    }
	    .forminator-row {
	        width: 100%;
	    }
	}
	.journer {
		height: auto !important;
	}
	.elementor-button-icon {
	    font-size: 20px !important;
	}
}
@media (max-width: 480px){
	.tarif {
	    .elementor-cta__description {
	        margin: 10px 0px 0;
	    }
	}
}


/**** Niix CSS ****/
html {
	overflow-x: hidden !important;
}
body {
	overflow-x: hidden !important;
}
.service .elementor-cta__image img {
	height: 376px !important;
    object-fit: cover;
}
body.page-id-23 .tarif {
    box-shadow: 0px 0px 30px 0px rgba(28, 13.000000000000028, 0, 0.6) !important;
}  
body.page-id-23 .journer {
    justify-content: center;
    align-items: center !important;
    display: flex;
    height: 275px !important;
}
body.page-id-23 .tarif .elementor-cta__description {
    min-height: auto !important;
}

body.page-id-23 .list-rallye .elementor-icon-list-item {
	display: flex;
    align-items: flex-start;
    justify-content: center;
}
body.page-id-23 .list-rallye span.elementor-icon-list-icon {
    position: relative;
    top: 3px;
}
body .color-brown img {
	filter: brightness(0) saturate(100%) invert(15%) sepia(55%) saturate(1272%) hue-rotate(338deg) brightness(92%) contrast(93%) !important;
}

@media screen and (max-width: 1024px) {
	.Rally, .textRally, .imgRally {
		width: 100% !important;
		--width: 100% !important;
	}
	.textRally {
		.elementor-widget-heaOpen Sansg {
			align-self: center !important;
		}
	}
}

@media screen and (min-width: 1441px) {
	body h1 {
		font-size: 42px !important;
	}
	body h2 {
		font-size: 32px !important;
		line-height: 38px !important;
	}
	body .titre .elementor-header-title {
		font-size: 42px !important;
        line-height: 50px !important;
	}
	body .titre #type-char {
		font-size: 42px !important;
        line-height: 50px !important;
	}
	body .tarif .elementor-cta__description {
		min-height: 250px !important;
	}
	body .service .elementor-cta__content {
		justify-content: center !important;
	}
	body .elementor-widget-button .elementor-button {
		padding: 22px 52px !important;
	}
	body .navHeader ul>li>a {
		padding: 10px !important;
	}
}
body .elementor-widget-button .elementor-button {
	padding: 23px 52px 22px 52px !important;
	line-height:18px !important;
}
body .navHeader ul>li>a {
	padding-top: 10px !important;
	padding-left:20px !important;
	padding-right:20px !important;
	padding-bottom:10px !important;
	height: 42px !important;
	display: flex !important;
	text-align:center;
	color:#fff;
}
body .elementor-nav-menu--dropdown {
	width: auto !important;
	right: 0 !important;
}

@media (max-width: 1440px){
	body .navHeader ul>li>a {
		padding: 10px !important;
	}
	body h1 {
		font-size: 40px !important;
	}
	body h2 {
		font-size: 30px !important;
		line-height: 38px !important;
	}
	body .titre .elementor-header-title {
		font-size: 40px !important;
        line-height: 50px !important;
	}
	body .titre #type-char {
		font-size: 40px !important;
        line-height: 50px !important;
	}
}
@media screen and (max-width: 1280px) {
	body h1 {
		font-size: 34px !important;
	}
	body h2 {
		font-size: 26px !important;
		line-height: 30px !important;
	}
	body .titre .elementor-header-title {
		font-size: 34px !important;
        line-height: 40px !important;
	}
	body .titre #type-char {
		font-size: 34px !important;
        line-height: 40px !important;
	}
}
@media screen and (max-width: 767px) {
	body h1 {
		font-size: 35px !important;
	}
	body h2 {
		font-size: 22px !important;
		line-height: 26px !important;
	}
	body .titre .elementor-header-title {
		font-size: 28px !important;
        line-height: 34px !important;
	}
	body .titre #type-char {
		font-size: 28px !important;
        line-height: 34px !important;
	}
	.list-rallye {
    	background-color: transparent !important;
	}
	.service .elementor-cta__image img {
		height: 280px !important;
		object-fit: cover;
	}
    .hero #type-char {
        font: normal 28px / 40px 'Prata' !important;
    }
    .cle .elementor-counter-number-wrapper {
        background-size: contain !important;
        width: 185px !important;
        height: 170px;
        min-height: 170px;
    }
	.cle .elementor-counter {
		align-items: center;
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
	}
	.btnReserve {
		top: 17px !important;
		width: 152px;
		height: 39px;
	}
	.btnReserve .elementor-button.elementor-button-link {
		padding: 9.5px !important;
	}
	body h2 {
		font-size: 19px !important;
        line-height: 28px !important;
	}
	body {
		font: normal 14px/20px 'Open Sans' !important;
	}
	body .elementor-widget-button .elementor-button {
	    padding: 22px 20px 22px 20px !important;
	}
	.elementor-button {
		font-size: 12px !important;
	}
	.list-rallye li.elementor-icon-list-item {
		padding: 10px;
		border-radius: 5px;
		background-color: #fff;
	}
	.list-rallye li.elementor-icon-list-item:not(:last-child) {
		margin-bottom: 10px !important;
	}
	.decouvre {

	}
	#serviceAcc {

	}
	.serv {
		flex-direction: column-reverse;

		.service {
			.elementor-cta__content {
				h3 {
					margin-bottom: 300px !important;
				}
			}
		}
		.imgServ {
			position: absolute;
		    top: 78px;
		    z-index: 2;
		}
	}
	body.page-id-23 .list-rallye .elementor-icon-list-item {
	    display: flex;
	    align-items: flex-start;
	    justify-content: flex-start;
	    min-width: 80%;

	    &::after {
	    	display: none !important;
	    }
	}
	.prix {
		.elementor-image-box-wrapper {
			display: flex !important;
			flex-direction: column-reverse;

			.elementor-image-box-img {
				margin-bottom: 0 !important;
			}
		}
	}
	.elementor-element-8d0bdbd {
		background-position: 0% 100% !important;
        background-size: 80% !important;
	}
	.elementor-blockquote__content,
	.elementor-blockquote__author {
		text-align: center !important;
	}
}

body .btnAgence {
	.elementor-button {
		text-align: left !important;
		padding:0 !important;
		
		&::after {
			display:none !important;
			opacity:0 !important;
		}
		
		span.elementor-button-content-wrapper {
			display: flex;
			justify-content: flex-start;
			align-items: center;

			&::before {
				content: '';
				background: var(--marron);
				height: 3px;
				width: 60px;
				margin-right: 14px;
				transition: all 400ms ease-in-out;
			}
			
			.elementor-button-text {
				position:relative;
				z-index:1;
			}

			&::after {
				content: '';
				background: var(--marron) !important;
				height: 3px;
				width: 0;
		    	position: relative !important;
		    	top: inherit !important;
		    	right: inherit !important;
		    	bottom: inherit !important;
		    	left: inherit !important;
		    	border: none !important;
		    	margin: 0 0 0 14px !important;
		    	transition: all 400ms ease-in-out;
			}
		}
		span.elementor-button-content-wrapper:hover {
			&::before {
				width: 0 !important;
			}

			&::after {
				width: 60px !important;
			}
		}
	}
	.elementor-cta__button-wrapper {
		width: inherit !important;
	}
}

body .parcours {
	.service {
		.elementor-cta__content {
			background: transparent !important;	
		}
	}
}
body.page-id-4588 {
	.tarif .elementor-cta__description {
	    min-height: auto !important;
	    padding: 35px 0 !important;
	}
}
@media (max-width:768px){
	.reserve {
		display: block !important;

		.serv2 {
			display: flex !important;
			flex-direction: column !important;
		}

		.slick-dots {
			margin-top: 20px;
			padding: 0 !important;
			list-style: none !important;
			display: flex;
			justify-content: center;
			align-items: center;
			gap: 10px;

			li {
				button {
					padding: 0;
				    font-size: 0;
				    background: var(--marron);
				    width: 10px;
				    height: 10px;
				    border-radius: 50%;
				    transition: all 400ms ease-in-out;
				}
			}
			li.slick-active {
				button {
				    background: #b89364 !important;
				}
			}
		}
	}
	.cle {
	    .chiffre {
	        .elementor-counter-number-wrapper {
	            background-size: 88% !important;
	        }
	    }
	    .elementor-counter-title {
	        text-align: center !important;
	    }
	}
	.serv2 {
		min-height:480px;
		
		.elementor-widget-image a {
			display:block !important;
			width:100% !important;
		}
	}
	.page-id-23, .page-id-4588 {
		.serv {
			.imgServ {
	            position: relative !important;
	            top: 0 !important;
	            z-index: 2;
				
				a {
					display:block;
					width:100% !important;
				
					img {
						display:block;
						width:100% !important;
					}
				}
			}
		}
	}
	.tarif {
	    .elementor-cta__description {
	        margin: 0 !important;
	        padding: 18px 0 22px !important;
	    }
	}
	.page-id-4509 .swiper {
		height: 130px;
	}
	.page-id-4509 .swiper-wrapper {
		height: 100px;
		
		.elementor-carousel-image {
			background: center no-repeat;
			background-size: contain !important;
			height: 100px !important;
			width: auto !important;
		}
	}
	body.page-id-4588 {
		.tarif .elementor-cta__description {
		    min-height: auto !important;
		    padding: 18px 0 22px !important;
		}
	}
}
@media (max-width:680px){
	.serv2 {
        min-height: auto !important;
    }
    .citation {
	    .elementor-blockquote__author {
	        b {
	            font-size: 14px !important;
	        }
	    }
	}
}
.forminator-ui#forminator-module-1011 {
	.forminator-input, .forminator-textarea {
	    border-color: #582516 !important;
	    color: #582516 !important
	}
	.forminator-label {
	    font-size: 16px !important;
	}
}

body .serviExp {
	.serv {
		.service {
			.btnClasi {
				.elementor-button {
					background: transparent !important;
					text-align: left !important;
					width: inherit !important;
					padding: 0 !important;

					.elementor-button-content-wrapper {
						display: flex;
						justify-content: flex-start;
						align-items: center;

						&::before {
							content: '';
							background: var(--marron);
							height: 3px;
							width: 60px;
							margin-right: 14px;
							transition: all 400ms ease-in-out;
						}

						&::after {
							content: '';
							background: var(--marron) !important;
							height: 3px;
							width: 0;
					    	position: relative !important;
					    	top: inherit !important;
					    	right: inherit !important;
					    	bottom: inherit !important;
					    	left: inherit !important;
					    	border: none !important;
					    	margin: 0 0 0 14px !important;
					    	transition: all 400ms ease-in-out;
						}
					}

					&::after {
						display: none !important;
					}
				}
				.elementor-button:hover {
					.elementor-button-content-wrapper {
						&::before {
							width: 0 !important;
						}

						&::after {
							width: 60px !important;
						}
					}
				}
			}
		}		
	}
}
.serviceEvente {
	.serv {
		.service {
			.elementor-widget-text-editor {
				a {
					text-align: left !important;
					width: inherit !important;
					padding: 0 !important;
					display: flex;
					justify-content: flex-start;
					align-items: center;

					&::before {
						content: '';
						background: var(--marron);
						height: 3px;
						width: 60px;
						margin-right: 14px;
						transition: all 400ms ease-in-out;
					}

					&::after {
						content: '';
						background: var(--marron) !important;
						height: 3px;
						width: 0;
				    	position: relative !important;
				    	top: inherit !important;
				    	right: inherit !important;
				    	bottom: inherit !important;
				    	left: inherit !important;
				    	border: none !important;
				    	margin: 0 0 0 14px !important;
				    	transition: all 400ms ease-in-out;
					}
				}
				a:hover {
					&::before {
						width: 0 !important;
					}

					&::after {
						width: 60px !important;
					}
				}
			}
		}
	}
}
body .Rally {
	max-width: 100% !important;
	width: 100% !important;
}
.slideBenevole {
	.swiper-slide {
		p {
			display: block;
			margin: 0 !important;

			img {
				width: 100% !important;
				max-width: 100% !important;
				height: 300px !important;
				object-position: center;
				object-fit: cover;
			}
		}
	}
	.swiper-pagination {
		display: none !important;
	}
	.swiper-button-next svg, .swiper-button-prev svg {
		height: 20px !important;
		color: var(--marron) !important;
	}
	.swiper-button-next svg, .swiper-button-prev svg {
		height: 20px !important;
		color: var(--marron) !important;
	}

}
@media (max-width: 600px){
	.slideBenevole {
		.swiper-slide {
			p {
				text-align: center;
				img {
					width: 70% !important;
					max-width: 70% !important;
					height: auto !important;
				}
			}
		}
	}
}
@media screen and (max-width: 767px) {
    .page-id-4509 {
		.serv {
			.imgServ {
				position: relative;
				top: 0;
				z-index: 2;
			}
		}
	}
}