@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;700&display=swap");

body {
	font-family: "Roboto", sans-serif;
}

.font-primary {
	font-family: "Roboto", sans-serif !important;
}

.font-secondary {
	font-family: "Urbanist", sans-serif !important;
}

/* Conteneur principal */
.content-container {
	width: 100%;
	max-width: calc(1248px + 1.25rem);
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (min-width: 480px) {
	.content-container {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

@media (min-width: 1536px) {
	.content-container {
		max-width: calc(1440px + 1.25rem);
	}
}

/* Styles pour WP Grid Builder */
.wpgb-hierarchical-list {
	flex-wrap: nowrap !important;
	gap: 20px !important;
}

.wpgb-facet {
	width: 100% !important;
}

.wpgb-facet > fieldset {
	margin-bottom: 0 !important;
}

.wpgb-select,
.wpgb-sort {
	width: 100% !important;
	min-width: auto !important;
}

.wpgb-select-facet {
	max-width: 245px !important;
	min-width: 245px !important;
}

@media (max-width: 1024px) {
	.wpgb-select-facet {
		max-width: 100% !important;
	}
}

.wpgb-map-facet {
	border-radius: 6px !important;
}

.wpgb-select-placeholder {
	max-height: 46px !important;
	overflow: auto !important;
}

.wpgb-block-2 {
	overflow: hidden !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 1 !important;
	-webkit-box-orient: vertical !important;
}

.wpgb-card img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

.wpgb-masonry {
	height: 100% !important;
}

/* Styles pour les sliders */
span.swiper-pagination-bullet {
	width: 0.875rem !important;
	height: 0.875rem !important;
	opacity: 1 !important;
	background-color: #ffffff !important;
	border: 1px solid #1d1a5d !important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #1d1a5d !important;
}

.cdp-gallery {
	max-width: inherit !important;
	padding: 0 !important;
	width: 100% !important;
	margin: 0 !important;
}

.cdp-gallery-alt {
	position: relative;
	left: 50%;
	width: 100vw;
	right: 50%;
	margin-left: -50vw;
}

.gform_required_legend,
.gform_title {
	display: none !important;
}

.ginput_container_text input,
.ginput_container_select select,
.ginput_container_email input,
.ginput_container_phone input {
	border-radius: 30px !important;
}

.ginput_container_textarea textarea {
	min-height: inherit !important;
	border-radius: 0.75rem !important;
}

.ginput_container_text input:focus,
.ginput_container_select select:focus,
.ginput_container_email input:focus,
.ginput_container_phone input:focus,
.ginput_container_textarea textarea:focus,
.ginput_container_consent input[type=checkbox]:focus,
.ginput_container_consent input[type=checkbox]:checked {
	border-color: #FFAD00 !important;
	outline: none !important;
}

.ginput_container_consent input[type=checkbox]::before {
	color: #FFAD00 !important;
}

.gform-field-label,
.gfield_required_asterisk  {
	font-weight: 700 !important;
	color: black !important;
}

.gform_button {
	background-color: #FFAD00 !important;
	color: #1D1A5D !important;
	border-radius: 11px !important;
	border: none !important;
	padding: 6px 34px !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
}

.gform_button:hover {
	background-color: #1D1A5D !important;
	color: #FFFFFF !important;
}