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

	&::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: 90px !important;
		background: #FFFFFFC2 !important;
		padding: 15px 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;
				}
			}
		}
	}
}
.navHeader a {
	color:#ffffff !important;
}
@media (max-width: 1024px){
	.header {
		.logo {
			position: relative !important;
			top: inherit !important;
			left: 0 !important;
		}

		.btnReserve {
			.elementor-button-icon {
				display: flex !important;
			}
			.elementor-button-text {
				display: none !important;
			}
		}
	}
	.scrolled {
	    .header {
	        min-height: 70px !important;
	        padding: 0 20px !important;

	        .logo {
	            top: 0px !important;
	        }
	        .btnReserve {
	            top: 17px !important;
	        }
	    }
	}
	.navHeader a {
		line-height:20px !important;
		color:#fff;
	}
}
@media (max-width:768px){
	body.scrolled {
		.header {
			padding: 0 20px !important;
			min-height:inherit !important;
			
			.menu-item {
				.elementor-item-active, a:hover {
					color: var(--blanc) !important;
				}
			}
			
			.btnReserve {
				top: 16px !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;
	}
}*/
.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: block;
	text-align:center;
	color:#fff;
}

@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: 30px !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: 39px;
		height: 39px;
	}
	.btnReserve .elementor-button.elementor-button-link {
		padding: 9.5px !important;
	}
	body h2 {
		font-size: 20px !important;
        line-height: 30px !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;	
		}
	}
}
@media (max-width:768px){
	.serv2 {
		min-height:480px;
		
		.elementor-widget-image a {
			display:block !important;
			width:100% !important;
		}
	}
	.page-id-23 .serv {
		.imgServ {
            position: relative !important;
            top: 0 !important;
            z-index: 2;
			
			a {
				display:block;
				width:100% !important;
			
			img {
				display:block;
				width:100% !important;
			}
		}
	}
}