/*
	Theme Name: Hello Elementor Child
	Theme URI: https://enduro.top-energiedin.com
	Description: Child theme for Hello Elementor
	Author: Top Energiedin
	Author URI: https://enduro.top-energiedin.com
	Template: hello-elementor
	Version: 1.0.0
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor-child
*/

/* Add your custom styles below */
.symbolFont {
	font-family: "Bona Nova" !important;
	padding: 0px 3px;
}




.formPageContact {
	min-width: 1126px;
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.formPageContact br {
	display: none;
}
.formPageContact label,
.formPageContact p {
	width: 100% !important;
}
.formPageContact div.row {
	display: flex;
	gap: 31px;
}

.formPageContact label {
	color: #1A1A1A;
	font-family: Blinker;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 100% */

	display: flex;
	flex-direction: column;
	gap: 12px;
}

.formPageContact textarea,
.formPageContact input {
	border: 1px solid #EBEBEB !important;
	border-radius: 8px !important;

	color: #000;
	font-family: Blinker;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px; /* 142.857% */
	outline: none;

	height: 44px !important;
}
.formPageContact textarea {
	min-height: 135px;
}

/* ---------- intl-tel-input (phone field) ---------- */
/* Neutralise parent theme's button styling (Hello Elementor reset.css uses #c36) */
.formPageContact .iti button,
.formPageContact .iti [role="combobox"],
.formPageContact .iti__selected-country,
.formPageContact .iti__selected-country-primary {
	background-color: transparent !important;
	border: none !important;
	color: #1A1A1A !important;
	padding: 0 !important;
	margin: 0 !important;
	width: auto !important;
	height: 100% !important;
	text-align: left !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 6px !important;
	white-space: nowrap !important;
	padding-left: 8px !important;
}
.formPageContact .iti button:hover,
.formPageContact .iti button:focus,
.formPageContact .iti button:active,
.formPageContact .iti [role="combobox"]:hover,
.formPageContact .iti [role="combobox"]:focus {
	background-color: transparent !important;
	color: #1A1A1A !important;
	border: none !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

.formPageContact .iti {
	width: 100%;
	display: block;
	--iti-border-color: #EBEBEB;
	--iti-hover-color: #FFF4EC;
}

.formPageContact .iti input[type="tel"] {
	width: 100% !important;
	height: 44px !important;
	padding-left: 95px !important;
	padding-right: 14px !important;
	border: 1px solid #EBEBEB !important;
	border-radius: 8px !important;
	font-family: Blinker, sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #000 !important;
	background: #fff !important;
	transition: border-color .2s ease, box-shadow .2s ease;
}
.formPageContact .iti input[type="tel"]:hover {
	/*border-color: #d9d9d9 !important;*/
}
.formPageContact .iti input[type="tel"]:focus {
	/*border-color: #F60 !important;*/
	/*box-shadow: 0 0 0 3px rgba(255, 102, 0, 0.12) !important;*/
	outline: none !important;
}

/* Flag + dial code button */
.formPageContact .iti__selected-flag {
	border-right: 1px solid #EBEBEB !important;
	border-radius: 8px 0 0 8px !important;
	background: #fafafa !important;
	padding: 0 10px 0 14px !important;
	transition: background .2s ease;
}
.formPageContact .iti__selected-flag:hover,
.formPageContact .iti__selected-flag:focus,
.formPageContact .iti.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
	background: #FFF4EC !important;
}

.formPageContact .iti--separate-dial-code .iti__selected-dial-code {
	font-family: Blinker, sans-serif !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #1A1A1A !important;
	margin-left: 8px !important;
	letter-spacing: 0.2px;
}

/* Dropdown arrow */
.formPageContact .iti__arrow {
	border-top-color: #1A1A1A !important;
	margin-left: 8px !important;
}
.formPageContact .iti__arrow--up {
	border-bottom-color: #F60 !important;
}

/* Country list dropdown */
.formPageContact .iti__country-list {
	font-family: Blinker, sans-serif !important;
	font-size: 14px !important;
	border: 1px solid #EBEBEB !important;
	border-radius: 10px !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
	padding: 6px !important;
	margin-top: 6px !important;
	max-height: 280px;
	overflow-y: auto;
	background: #fff !important;
}
.formPageContact .iti__country {
	padding: 8px 10px !important;
	border-radius: 6px !important;
	color: #1A1A1A !important;
	transition: background .15s ease;
}
.formPageContact .iti__country:hover,
.formPageContact .iti__country.iti__highlight {
	background: #FFF4EC !important;
	color: #F60 !important;
}
.formPageContact .iti__country.iti__active {
	background: #F60 !important;
	color: #fff !important;
}
.formPageContact .iti__country.iti__active .iti__dial-code {
	color: rgba(255,255,255,0.85) !important;
}
.formPageContact .iti__dial-code {
	color: #938E8A !important;
	margin-left: 6px;
}
.formPageContact .iti__divider {
	border-bottom: 1px solid #EBEBEB !important;
	margin: 4px 0 !important;
}

/* Scrollbar (webkit) */
.formPageContact .iti__country-list::-webkit-scrollbar {
	width: 6px;
}
.formPageContact .iti__country-list::-webkit-scrollbar-thumb {
	background: #EBEBEB;
	border-radius: 3px;
}
.formPageContact .iti__country-list::-webkit-scrollbar-thumb:hover {
	background: #F60;
}

.formPageContact .experience-section p strong {
	color: var(--Colors-Text-primery, #1A1A1A);
	font-family: Blinker;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 100% */
}
.formPageContact .experience-section p span {
	color: #938E8A;
	font-family: Blinker;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.formPageContact .experience-section p label {
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: center;

	color: #000;
	font-family: Blinker;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 110% */
}

.formPageContact .experience-section input[type="radio"] {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #ff6600 !important;
    border-radius: 50% !important;
    background: #fff !important;
    display: inline-block !important;
    position: relative !important;
    cursor: pointer !important;
    vertical-align: middle !important;
}

.formPageContact .experience-section input[type="radio"]:checked {
    background: #ff6600 !important;
    box-shadow: inset 0 0 0 4px #fff !important;
}
.formPageContact .experience-section label span {
	color: #000;
	font-family: Blinker;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 110% */
}

.formPageContact input[type="submit"] {
	color: #FFF;
	font-family: Blinker;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 111.111% */
	border-radius: 139px !important;
	background: #F60;
	width: 100%;
	height: 50px;
}

.formPageContact .wpcf7-not-valid-tip {
	font-size: 16px !important;
	color: red;
}


.elementor-element-e51bedd,
.elementor-element-e51bedd img,
.header-sticky .elementor-element-e51bedd,
.header-sticky .elementor-element-e51bedd img{
	width: 100px !important;
    max-width: 100px !important;
}
.elementor-element-d9740c6,
.header-sticky .elementor-element-d9740c6 {
	max-height: 80px !important;
}


.breakTxt h3 {
	white-space: wrap;
}



/* ---------- TranslatePress Language Switcher ---------- */
.headerLang div.trp_language_switcher_shortcode {
	padding: 0 !important;
	margin: 0 !important;
	width: fit-content !important;
}

.headerLang .trp-language-switcher {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	width: auto !important;
}

/* The closed "pill" — current language */
.headerLang .trp-language-switcher > div.trp-ls-shortcode-current-language {
	position: relative;
	padding: 10px 20px !important;
	border: 1.5px solid #EBEBEB !important;
	border-radius: 999px !important;
	background-color: #fff !important;
	background-image: none !important;
	width: auto !important;
	min-width: 100px;
	box-sizing: border-box;
	transition: border-color .25s ease, box-shadow .25s ease, background-color .25s ease;
}
.headerLang .trp-language-switcher > div.trp-ls-shortcode-current-language:hover {
	border-color: #F60 !important;
	background-color: #FFF4EC !important;
	background-image: none !important;
	box-shadow: 0 2px 10px rgba(255, 102, 0, 0.12);
}

/* Custom chevron (replaces plugin's SVG arrow) */
.headerLang .trp-language-switcher > div.trp-ls-shortcode-current-language::after {
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	width: 7px;
	height: 7px;
	border-right: 2px solid #1A1A1A;
	border-bottom: 2px solid #1A1A1A;
	transform: translateY(-75%) rotate(45deg);
	pointer-events: none;
	transition: border-color .25s ease;
}
.headerLang .trp-language-switcher > div.trp-ls-shortcode-current-language:hover::after {
	border-color: #F60;
}

/* Open dropdown list */
.headerLang .trp-language-switcher > div.trp-ls-shortcode-language {
	margin-top: 6px !important;
	padding: 6px !important;
	border: 1.5px solid #EBEBEB !important;
	border-radius: 12px !important;
	background: #fff !important;
	box-shadow: 0 6px 20px rgba(0,0,0,0.08) !important;
}

/* Links inside the switcher */
.headerLang .trp-language-switcher > div > a {
	display: block !important;
	padding: 6px 10px !important;
	border-radius: 999px !important;
	color: #1A1A1A !important;
	font-family: Blinker, sans-serif !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	text-decoration: none !important;
	transition: background .2s ease, color .2s ease;
}
.headerLang .trp-language-switcher > div.trp-ls-shortcode-current-language > a {
	padding: 0 !important;
}
.headerLang .trp-language-switcher > div.trp-ls-shortcode-language > a:hover {
	background: #FFF4EC !important;
	color: #F60 !important;
}

/* Flag images */
.headerLang .trp-language-switcher img.trp-flag-image {
	width: 18px;
	height: auto;
	border-radius: 3px;
	margin-right: 6px;
	vertical-align: middle;
}
 
/* ========== Cookie consent — small banner ========== */
.foch-cookie-banner {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 999999;
	width: 360px;
	max-width: calc(100vw - 32px);
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.13);
	padding: 18px 20px 16px;
	font-family: Blinker, sans-serif;
	display: none;
	box-sizing: border-box;
}
.foch-cookie-banner p {
	font-size: 13px;
	line-height: 1.55;
	color: #1A1A1A;
	margin: 0 0 14px 0;
	font-weight: 300;
}
.foch-banner-btns {
	display: flex;
	gap: 8px;
	align-items: center;
}
.foch-btn-accept {
	appearance: none;
	flex: 1;
	background: #F60 !important;
	color: #FFF !important;
	border: 1px solid #F60 !important;
	border-radius: 5px;
	padding: 10px 14px;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	font-family: Blinker, sans-serif;
	transition: opacity 0.2s ease;
	white-space: nowrap;
	text-decoration: none !important;
	box-shadow: none !important;
}
.foch-btn-accept:hover,
.foch-btn-accept:focus,
.foch-btn-accept:active {
	background: #F60 !important;
	color: #FFF !important;
	border-color: #F60 !important;
	opacity: 0.9;
}
.foch-btn-settings {
	appearance: none;
	background: transparent !important;
	border: none !important;
	color: #938E8A !important;
	font-size: 12px;
	cursor: pointer;
	font-family: Blinker, sans-serif;
	padding: 0 4px !important;
	text-decoration: underline !important;
	white-space: nowrap;
	transition: color 0.2s ease;
	box-shadow: none !important;
}
.foch-btn-settings:hover,
.foch-btn-settings:focus,
.foch-btn-settings:active {
	background: transparent !important;
	color: #F60 !important;
	text-decoration: underline !important;
}

/* ========== Cookie consent — settings modal ========== */
.over-lay-first-second {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	z-index: 999998;
}
.block-two-cockies {
	position: fixed;
	width: 90%;
	max-width: 760px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #ffffff;
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 0 20px 70px rgba(0, 0, 0, 0.18);
	overflow-y: auto;
	max-height: 90vh;
	z-index: 999999;
	display: none;
	padding: 0;
	font-family: Blinker, sans-serif;
}
.cookies-top-bar {
	background: #F60;
	color: #fff;
	padding: 18px 26px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cookies-brand {
	font-family: Blinker, sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.3px;
}
.cookies-close-top {
	cursor: pointer;
	color: #fff;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	line-height: 1;
	transition: all 0.2s ease;
	flex-shrink: 0;
	background: transparent;
}
.cookies-close-top:hover { background: rgba(255, 255, 255, 0.15); }
.cookies-content { padding: 34px 36px 32px; }
.title-popup-cookies {
	display: block;
	text-align: center;
	color: #1A1A1A;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.cookies-sub-back {
	text-align: center;
	margin-bottom: 28px;
	color: #938E8A;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	min-height: 16px;
}
.cookies-sub-back .retour-pop-one-inline { cursor: pointer; display: none; }
.cookies-sub-back.show-back .retour-pop-one-inline { display: inline; }
.block-two-cockies p {
	text-align: left;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.8;
	margin: 0 0 18px 0;
	color: #1A1A1A;
}
.second-btns-cookies-holder {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 26px;
}
button.tout-accepter,
button.tout-refuser,
button.tout-regester {
	appearance: none;
	outline: none;
	cursor: pointer;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.2px;
	min-height: 44px;
	padding: 0 22px;
	transition: all 0.2s ease;
	font-family: Blinker, sans-serif;
	background: #fff;
	color: #F60;
	border: 1px solid #F60;
	min-width: 180px;
}
button.tout-accepter:hover,
button.tout-refuser:hover,
button.tout-regester:hover { background: #FFF4EC; }
button.tout-accepter {
	background: #F60 !important;
	color: #FFF !important;
	border-color: #F60 !important;
}
button.tout-accepter:hover {
	background: #F60 !important;
	color: #FFF !important;
	border-color: #F60 !important;
	opacity: 0.9;
}
.propos-cokies-buttons { display: flex; gap: 10px; }
.propos-cokies-buttons button {
	appearance: none;
	outline: none;
	cursor: pointer;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
	min-height: 40px;
	padding: 0 18px;
	transition: all 0.2s ease;
	font-family: Blinker, sans-serif;
	background: #fff;
	color: #F60;
	border: 1px solid #F60;
}
.propos-cokies-buttons button:hover { background: #FFF4EC; }
.propos-cokies-buttons .checked-btn {
	background: #F60;
	color: #fff;
	border-color: #F60;
}
.accept-multichoix-holder-cookies {
	border-top: 1px solid #EBEBEB;
	margin-top: 24px;
	padding-top: 26px;
}
ul.tabs-cookies-all {
	list-style: none;
	border: none;
	padding: 0;
	margin: 0 0 22px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}
.tabs-cookies-all li { margin: 0; padding: 0; }
.tabs-cookies-all .tab-item {
	background: #fff;
	cursor: pointer;
	padding: 10px 16px;
	border: 1px solid #EBEBEB;
	border-radius: 4px;
	color: #1A1A1A;
	text-decoration: none;
	transition: all 0.2s ease;
	display: block;
	font-size: 13px;
	font-weight: 500;
	font-family: Blinker, sans-serif;
}
.tabs-cookies-all .tab-item:hover { background: #FFF4EC; border-color: #F60; color: #F60; }
.tabs-cookies-all .tab-item.active {
	background: #F60;
	color: #fff;
	border-color: #F60;
}
.tab-detail { display: none; }
.tab-detail.show { display: block; }
.tab-detail p, .tab-detail ul { color: #1A1A1A; }
.tab-detail ul { margin-top: 10px; padding-left: 18px; }
.tab-detail ul li { margin-bottom: 8px; line-height: 1.7; font-size: 14px; }
.info-bloc-cookies-holdera {
	margin: 14px 0 18px;
	display: flex;
	justify-content: flex-end;
}
.always-active-label {
	color: #938E8A;
	font-style: italic;
	font-size: 13px;
}
button.display-block { display: inline-block !important; }


body.page-id-934 h1,
body.page-id-932 h1,
body.page-id-933 h1 {
	font-size: 50px !important;
}

body.page-id-934 h2,
body.page-id-932 h2,
body.page-id-933 h2 {
	font-size: 30px !important;
}


@media (max-width: 400px) {
	.foch-cookie-banner {
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		max-width: 100%;
		border-radius: 10px 10px 0 0;
	}
}
@media (max-width: 768px) {
	.cookies-content { padding: 26px 22px 24px; }
	.title-popup-cookies { font-size: 18px; }
	.second-btns-cookies-holder { flex-direction: column; align-items: stretch; }
	button.tout-accepter, button.tout-refuser, button.tout-regester { width: 100%; min-width: 100%; }
	.propos-cokies-buttons { flex-wrap: wrap; justify-content: flex-end; }
}
@media (max-width: 520px) {
	.block-two-cockies { width: 96%; }
	.cookies-top-bar { padding: 16px 18px; }
	.cookies-content { padding: 22px 16px 20px; }
	ul.tabs-cookies-all { justify-content: flex-start; }
}

@media (max-width: 1024px) {
	.formPageContact {
		min-width: 100%;
	}
	.formPageContact div.row {
		flex-direction: column;
	}

	.formPageContact .experience-section p label {
		flex-direction: column;
		align-items: start;
	}

	.formPageContact .experience-section p label,
	.formPageContact .experience-section p strong,
	.formPageContact .experience-section p span,
	.formPageContact label {
		font-size: 18px;
	}

	.wpcf7-form-control-wrap {
		min-width: 100% !important;
	}
	.wpcf7-form-control.wpcf7-radio {
	    display: grid;
	    grid-template-columns: repeat(2, 1fr);
	    min-width: 100%;
	    row-gap: 20px;
	}

	.wpcf7-form-control.wpcf7-radio label {
		flex-direction: row !important;
	}
}