/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 06 2026 | 12:35:18 */
.site-navigation-dropdown.show {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: calc(100vh - 60px);
	background-color: white;
	z-index: 10000;
	overflow-y: auto;
	padding: 20px 0;
}

/* Sticky header */
#site-header {
	position: sticky;
	top: 0;
	z-index: 9999;
	background-color: white; /* Ajuste selon ton design */
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); /* Optionnel : petit effet de flottement */
	transition: all 0.3s ease;
	padding-inline-end: 10px;
}
.cf7-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

/* Style général des liens du menu mobile */
.site-navigation-dropdown ul.menu li a {
	display: block;
	padding: 20px 24px;
	background-color: #fff;
	color: #55595c;
	font-size: 16px;
	text-decoration: none;
	transition: background 0.3s ease, color 0.3s ease;
	box-shadow:none !important;
}

.site-navigation-dropdown ul.menu li a:focus {
	border: 2px solid #d9a54f;
}

/* État au survol */
.site-navigation-dropdown ul.menu li a:hover {
	background-color: #fff;
	color: #000;
}

/* Style de l’élément actif */
.site-navigation-dropdown ul.menu li.current-menu-item a {
	color: #000;
	font-weight: 600;
	font-size: 20px;
	background-color: #fff;
}

/* Supprimer les puces éventuelles */
.site-navigation-dropdown ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.site-navigation-dropdown ul.menu li.btn-cc {
	text-align: center;
	border-bottom: none;
	margin-top: 10px;
}

.site-navigation-dropdown ul.menu li.btn-cc a {
	display: inline-block;
	padding: 14px 30px;
	background-color: #D9A54F; /* Couleur du bouton */
	color: #fff !important;
	text-decoration: none;
	border-radius: 8px;
	transition: background 0.3s ease;
}

.cf7-col {
	flex: 1 1 300px;
	min-width: 280px;
}

.cf7-col label {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.cf7-col label strong {
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
}

/* Champs avec bordure blanche */
.cf7-col input,
.cf7-col select,
.cf7-col textarea {
	width: 100%;
	border: 1px solid white;
	background-color: white;
	color: #000;
	padding: 10px;
	border-radius: 4px;
	box-sizing: border-box;
}

textarea {
	resize: vertical;
	min-height: 100px;
	max-height: 200px;
}

.cf7-accept {
	margin-top: 20px;
	font-size: 14px;
}

.wpcf7 .cf7-submit {
	display: block;
	margin: 20px auto 0 auto;
	text-align: center;
}

.wpcf7 input[type="submit"] {
	display: block;
	margin: 20px auto;
}

.cf7-submit input[type="submit"] {
	background-color: #D9A54F;
	color: #000;
	padding: 10px 30px;
	border: none;
	border-radius: 4px;
	font-weight: bold;
	cursor: pointer;
}

.cf7-submit input[type="submit"]:hover {
	opacity: 0.9;
}

.elementor-element-cc73d08 a:hover,
.elementor-element-7c9baf8 a:hover,
.elementor-element-4b77854 a:hover {
	text-decoration: underline;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	text-align: center;
}

@media (min-width: 1400px) {
	.site-navigation ul.menu li a {
		display: block;
		padding: 0px !important;
		margin: 5px 11px;
	}
	
	.btn-cc {
		background-color: #D9A54F;
		color: white !important;
		font-size: 16px;
		border: none;
		border-radius: 8px;
		cursor: pointer;
		text-decoration: none;
		display: inline-block;
		transition: opacity 0.3s ease;

	}
	.btn-cc a {
		background-color: #D9A54F;
		color: black !important;
		font-size: 16px;
		border: none;
		border-radius: 8px;
		cursor: pointer;
		text-decoration: none;
		display: inline-block;
		transition: opacity 0.3s ease;
		text-decoration: none;
	}

	.btn-cc:hover {
		opacity: 0.9;
	}
}
footer.site-footer {
	display: none;
}

.site-navigation .menu a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

/* EXCLURE .btn-cc a */
.site-navigation .menu a:not(.btn-cc a)::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0;
	height: 2px;
	background-color: #D9A54F;
	transition: width 0.3s ease;
}

.site-navigation .menu a:not(.btn-cc a):hover::after {
	width: 100%;
}
.site-navigation .menu li.current-menu-item a:not(.btn-cc)::after {
	width: 100%;
}

.wpcf7-not-valid-tip {
	color: #971b1b;
}

.elementor-custom-embed-play {
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 50%;
	padding: 6px;
}

.elementor-custom-embed-play svg {
	vertical-align: middle;
}

.elementor-custom-embed-image-overlay {
	background-color: #000;
}