/*
Theme Name:     Bzhd
Theme URI:
Description:    Bzhd theme
Author:         Breizh Digital
Author URI:     https://www.breizhdigital.bzh
Version:        0.0.1
*/

/*
old red
ff153c
*/
body {
	color: #341854;
	background-color: #ffffff;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 300 !important;
}

header {
	font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: 700;
	font-family: "Alice", serif;
}

@media screen and (max-width: 575px) {
	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 18px;
	}
}

a,
a:hover,
a:focus,
.button:focus,
button:focus,
.btn:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
	-webkit-transition: 1s;
	transition: 1s;
}

a,
a.link {
	color: #341854;
}

a:hover {
	color: #341854;
}

/*.bg-light {
    background-color: #f5f5f5 !important;
}*/

.bg-red {
	background-color: #be8a32;
}

.no-bg {
	background-color: transparent !important;
}

.no-border {
	border: none;
}

.link:hover,
.link:active,
.link:focus,
.link:active:hover {
	color: #be8a32;
}

.link-unstyled,
.link-unstyled:visited,
.link-unstyled:hover,
.link-unstyled:active,
.link-unstyled:focus,
.link-unstyled:active:hover {
	font-style: initial;
	background-color: transparent;
	font-size: initial;
	text-decoration: none;
	font-variant: initial;
	border-radius: initial;
	border: initial;
	outline: initial;
	box-shadow: initial;
	vertical-align: initial;
	color: #000000;
}

.list-item {
	list-style: none;
}

/*.cd-dropdown-content a.d-none-mobile, .d-none-mobile {
    display: none!important;
}*/

.form-control:focus {
	box-shadow: none;
}

/*animate css*/

/*header {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important;
    box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important;
}*/

/*** top header ***/
.custom-logo {
	max-width: 100%;
	height: auto;
	width: 240px;
	transition: width 0.3s ease;
}

/**** menu ***/

.cd-dropdown-trigger {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	transition: height 0.3s;
	background-color: transparent;
	font-weight: 600;
	height: 50px;
	width: 50px;
	padding: 0;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 0;
	position: relative;
	line-height: 40px;
}

.cd-dropdown-content .ti-home {
	font-size: 20px;
}

@media only screen and (max-width: 1023px) {
	.d-none-mobile {
		display: none !important;
	}
}

@media only screen and (min-width: 1024px) {
	header.menu-top {
		margin-top: -40px;
		border-bottom: 1px solid #efefef;
	}

	.cd-dropdown-content a.d-none-mobile,
	.d-none-mobile {
		display: block;
	}

	.cd-dropdown-trigger {
		font-size: 1.5rem;
	}

	.cd-dropdown-trigger.dropdown-is-active::before,
	.cd-dropdown-trigger.dropdown-is-active::after {
		/* transform the arrow into a 'X' */
		width: 14px;
	}

	.cd-dropdown-trigger.dropdown-is-active::before {
		/* transform the arrow into a 'X' */
		-webkit-transform: translateX(5px) rotate(-45deg);
		-moz-transform: translateX(5px) rotate(-45deg);
		-ms-transform: translateX(5px) rotate(-45deg);
		-o-transform: translateX(5px) rotate(-45deg);
		transform: translateX(5px) rotate(-45deg);
	}

	.cd-dropdown-trigger.dropdown-is-active::after {
		/* transform the arrow into a 'X' */
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

.cd-dropdown-content a,
.cd-dropdown-content ul a {
	height: 50px;
	line-height: 50px;
}

@media only screen and (min-width: 768px) {
	.cd-dropdown-content a,
	.cd-dropdown-content ul a {
		height: 60px;
		line-height: 60px;
	}
}

@media only screen and (min-width: 1024px) {
	.see-all {
		display: none;
	}

	.cd-dropdown-content a,
	.cd-dropdown-content ul a {
		height: 50px;
		line-height: 50px;
	}
}

.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
	padding: 0 10px;
}

.cd-dropdown {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1e002d;
	color: #000000;
	visibility: hidden;
	/* Force Hardware Acceleration */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
	-moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
	transition: transform 0.5s 0s, visibility 0s 0.5s;
}

.cd-dropdown .cd-close {
	/* 'X' close icon - mobile version only */
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	height: 50px;
	width: 50px;
	/* image replacement */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent;
}

.cd-dropdown .cd-close::after,
.cd-dropdown .cd-close::before {
	/* this is the 'X' icon */
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	height: 20px;
	width: 2px;
	background-color: #ffffff;
}

.cd-dropdown .cd-close::after {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.cd-dropdown .cd-close::before {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.cd-dropdown.dropdown-is-active {
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
	-moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
	transition: transform 0.5s 0s, visibility 0s 0s;
}

@media only screen and (min-width: 768px) {
	.cd-dropdown .cd-close {
		top: 5px;
	}
}

@media only screen and (min-width: 1024px) {
	.cd-dropdown {
		height: auto;
		width: auto;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		background-color: transparent;
		color: #111433;
		opacity: 1;

		-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s,
			-webkit-transform 0.3s 0s;
		-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s,
			-moz-transform 0.3s 0s;
		transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
		visibility: visible;
	}

	nav.cd-dropdown {
		position: relative;
		display: block;
		width: 100%;
	}

	.cd-dropdown .cd-close {
		/* on desktop - hide title and 'X' */
		display: none;
	}

	.cd-dropdown.dropdown-is-active {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s,
			-webkit-transform 0.3s 0s;
		-moz-transition: opacity 0.3s 0s, visibility 0.3s 0s,
			-moz-transform 0.3s 0s;
		transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
	}
}

.cd-dropdown-content,
.cd-dropdown-content ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	padding-top: 60px;
}

.cd-dropdown-content a,
.cd-dropdown-content ul a {
	display: block;
	color: #ffffff;
	/* truncate text with ellipsis if too long */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: none;
	border-top: solid 1px #cccccc;
}

.cd-dropdown-content li:first-of-type > a,
.cd-dropdown-content ul li:first-of-type > a {
	border-top-width: 0;
}

.cd-dropdown-content li:last-of-type > a,
.cd-dropdown-content ul li:last-of-type > a {
	border-bottom-width: 1px;
}

.cd-dropdown-content .cd-divider,
.cd-dropdown-content ul .cd-divider {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000000;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #585a70;
	text-transform: uppercase;
}

.cd-dropdown-content .cd-divider + li > a,
.cd-dropdown-content ul .cd-divider + li > a {
	border-top-width: 0;
}

.cd-dropdown-content a,
.cd-dropdown-content .cd-search,
.cd-dropdown-content .cd-divider,
.cd-dropdown-content ul a,
.cd-dropdown-content ul .cd-search,
.cd-dropdown-content ul .cd-divider {
	/* Force Hardware Acceleration */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.cd-dropdown-content.is-hidden,
.cd-dropdown-content ul.is-hidden {
	/* push the secondary dropdown items to the right */
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

.cd-dropdown-content.is-hidden > li > a,
.cd-dropdown-content.is-hidden > li > .cd-search,
.cd-dropdown-content.is-hidden > .cd-divider,
.cd-dropdown-content.move-out > li > a,
.cd-dropdown-content.move-out > li > .cd-search,
.cd-dropdown-content.move-out > .cd-divider,
.cd-dropdown-content ul.is-hidden > li > a,
.cd-dropdown-content ul.is-hidden > li > .cd-search,
.cd-dropdown-content ul.is-hidden > .cd-divider,
.cd-dropdown-content ul.move-out > li > a,
.cd-dropdown-content ul.move-out > li > .cd-search,
.cd-dropdown-content ul.move-out > .cd-divider {
	/* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
	opacity: 0;
}

.cd-dropdown-content.move-out > li > a,
.cd-dropdown-content.move-out > li > .cd-search,
.cd-dropdown-content.move-out > .cd-divider,
.cd-dropdown-content ul.move-out > li > a,
.cd-dropdown-content ul.move-out > li > .cd-search,
.cd-dropdown-content ul.move-out > .cd-divider {
	/* push the dropdown items to the left when secondary dropdown slides in */
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.dropdown-is-active .cd-dropdown-content,
.dropdown-is-active .cd-dropdown-content ul {
	-webkit-overflow-scrolling: touch;
}

.cd-dropdown-content a,
.cd-dropdown-content ul a {
	font-size: 14px;
}

@media only screen and (min-width: 768px) {
	.cd-dropdown-content,
	.cd-dropdown-content ul {
		padding-top: 60px;
	}
}

@media only screen and (min-width: 1024px) {
	.bzhd-mob-header {
		display: none;
	}

	.cd-dropdown-content,
	.cd-dropdown-content ul {
		padding-top: 0;
		overflow: visible;
	}

	.cd-dropdown-content a,
	.cd-dropdown-content ul a {
		color: #be8a32;
		height: auto !important;
		line-height: normal !important;
		border-color: #ebebeb;
		text-decoration: none;
		font-weight: 300;
	}

	.cd-dropdown-content .cd-divider,
	.cd-dropdown-content ul .cd-divider {
		background-color: transparent;
		color: #b3b3b3;
		border-top: 1px solid #ebebeb;
	}

	.cd-dropdown-content .cd-divider + li > a,
	.cd-dropdown-content ul .cd-divider + li > a {
		border-top-width: 1px;
	}

	.cd-dropdown-content.is-hidden > li > a,
	.cd-dropdown-content.is-hidden > li > .cd-search,
	.cd-dropdown-content.is-hidden > .cd-divider,
	.cd-dropdown-content.move-out > li > a,
	.cd-dropdown-content.move-out > li > .cd-search,
	.cd-dropdown-content.move-out > .cd-divider,
	.cd-dropdown-content ul.is-hidden > li > a,
	.cd-dropdown-content ul.is-hidden > li > .cd-search,
	.cd-dropdown-content ul.is-hidden > .cd-divider,
	.cd-dropdown-content ul.move-out > li > a,
	.cd-dropdown-content ul.move-out > li > .cd-search,
	.cd-dropdown-content ul.move-out > .cd-divider {
		/* reset mobile style */
		opacity: 1;
	}

	ul.cd-dropdown-content > li > a {
		border-top: 0;
		padding-bottom: 20px;
	}
}

.cd-dropdown-content .see-all a {
	/* different style for the See all links */
	color: #be8a32;
}

@media only screen and (min-width: 1024px) {
	.cd-dropdown-content > li.search-mobile {
		display: none;
	}

	.cd-dropdown-content {
		position: static;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: start;
		-moz-align-items: start;
		-ms-align-items: start;
		align-items: start;
		margin: auto;
		padding-left: 0;
	}

	.cd-dropdown-content > li:last-of-type a {
		border-bottom: none;
	}

	.no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
		color: #be8a32;
	}

	.cd-dropdown-content.move-out > li > a,
	.cd-dropdown-content.move-out > li > .cd-search,
	.cd-dropdown-content.move-out > .cd-divider {
		/* reset mobile style */
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}

	.cd-dropdown-content .cd-secondary-dropdown {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		left: 100%;
		height: auto;
		background-color: #be8a32;
		box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
	}

	.cd-dropdown-content .cd-secondary-dropdown::after {
		clear: both;
		content: "";
		display: table;
	}

	.cd-dropdown-content .cd-secondary-dropdown.is-hidden {
		/* reset mobile style */
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}

	.cd-dropdown-content .cd-secondary-dropdown.fade-in {
		/* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
		-webkit-animation: cd-fade-in 0.2s;
		-moz-animation: cd-fade-in 0.2s;
		animation: cd-fade-in 0.2s;
	}

	.cd-dropdown-content .cd-secondary-dropdown.fade-out {
		/* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
		-webkit-animation: cd-fade-out 0.2s;
		-moz-animation: cd-fade-out 0.2s;
		animation: cd-fade-out 0.2s;
	}

	.cd-dropdown-content .cd-secondary-dropdown > .go-back {
		display: none;
	}

	.cd-dropdown-content .cd-secondary-dropdown > .see-all {
		position: absolute;
		bottom: 20px;
		height: 45px;
		text-align: center;
	}

	.cd-dropdown-content .cd-secondary-dropdown > .see-all a {
		margin: 0;
		height: 100%;
		line-height: 45px;
		background: #be8a32;
		pointer-events: auto;
		-webkit-transition: color 0.2s, background-color 0.2s;
		-moz-transition: color 0.2s, background-color 0.2s;
		transition: color 0.2s, background-color 0.2s;
	}

	.no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover {
		color: #ffffff;
		background-color: #be8a32;
	}

	.cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item,
	.cd-dropdown-content .cd-secondary-dropdown a {
		border: none;
	}

	.cd-dropdown-content .cd-secondary-dropdown > li {
		width: calc(100% / 5);
		float: left;
	}

	.cd-dropdown-content .cd-dropdown-normal > li {
		float: none;
		width: 100%;
	}

	.cd-dropdown-content .cd-secondary-dropdown {
		overflow: hidden;
		width: 550px;
		padding-bottom: 65px;
	}

	.cd-dropdown-content .cd-secondary-dropdown > li > a {
		color: #ffffff;
		margin-bottom: 10px;
		line-height: 30px;
		height: 30px;
	}

	.cd-dropdown-content .sf-menu .cd-secondary-dropdown li a {
		color: #ffffff;
		margin-bottom: 0;
		line-height: 16px;
		height: auto;
		padding: 5px 15px;
		text-align: left;
		font-weight: normal;
	}

	.cd-dropdown-content .cd-secondary-dropdown > li > a::after,
	.cd-dropdown-content .cd-secondary-dropdown > li > a::before {
		/* hide the arrow */
		display: none;
	}

	.cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
		/* reset mobile style */
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}

	.cd-dropdown-content .cd-secondary-dropdown > li {
		border: none;
		margin: 0 0;
		padding: 0 5px;
		height: 200px;
	}

	.cd-dropdown-content .cd-secondary-dropdown > li > ul {
		/* reset mobile style */
		-webkit-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0);
		position: relative;
		height: auto;
	}

	.cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
		display: none;
	}

	.cd-dropdown-content .cd-secondary-dropdown a {
		line-height: 25px;
		height: 25px;
		padding-left: 0;
	}

	.no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
		color: #ffffff;
	}

	.cd-dropdown-content .cd-secondary-dropdown ul:not(.swap-js) {
		padding-bottom: 25px;
		overflow: hidden;
		height: auto;
	}

	.cd-dropdown-content .cd-secondary-dropdown .go-back a {
		padding-left: 20px;
		color: transparent;
	}

	.no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
		color: transparent;
	}

	.cd-dropdown-content .cd-secondary-dropdown .go-back a::before,
	.cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
		left: 0;
	}

	.cd-dropdown-content > .has-children > ul {
		visibility: hidden;
	}

	.cd-dropdown-content > .has-children > ul.is-active {
		/* when hover over .cd-dropdown-content items - show subnavigation */
		visibility: visible;
	}

	.cd-dropdown-content
		> .has-children
		> .cd-secondary-dropdown.is-active
		> li
		> ul {
		/* if .cd-secondary-dropdown is visible - show also subnavigation */
		visibility: visible;
	}

	.cd-dropdown-content > .has-children > a.is-active::before,
	.cd-dropdown-content > .has-children > a.is-active::after {
		background: #be8a32;
	}
}

@-webkit-keyframes cd-fade-in {
	0% {
		opacity: 0;
		visibility: visible;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}

@-moz-keyframes cd-fade-in {
	0% {
		opacity: 0;
		visibility: visible;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}

@keyframes cd-fade-in {
	0% {
		opacity: 0;
		visibility: visible;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}

@-webkit-keyframes cd-fade-out {
	0% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		opacity: 0;
		visibility: visible;
	}
}

@-moz-keyframes cd-fade-out {
	0% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		opacity: 0;
		visibility: visible;
	}
}

@keyframes cd-fade-out {
	0% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		opacity: 0;
		visibility: visible;
	}
}

.cd-search input[type="search"] {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: #f8f9fa;
	color: #ffffff;
	border: none;
	border-radius: 0;
}

.cd-search input[type="search"]::-webkit-input-placeholder {
	color: #b3b3b3;
}

.cd-search input[type="search"]::-moz-placeholder {
	color: #b3b3b3;
}

.cd-search input[type="search"]:-moz-placeholder {
	color: #b3b3b3;
}

.cd-search input[type="search"]:-ms-input-placeholder {
	color: #b3b3b3;
}

.cd-search input[type="search"]:focus {
	background: #ffffff;
	color: #111433;
	outline: none;
}

.cd-search input[type="search"]:focus::-webkit-input-placeholder {
	color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus::-moz-placeholder {
	color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus:-moz-placeholder {
	color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus:-ms-input-placeholder {
	color: rgba(17, 20, 51, 0.4);
}

@media only screen and (min-width: 1024px) {
	.cd-search input[type="search"] {
		background-color: #ebebeb;
	}

	.cd-search input[type="search"]::-webkit-input-placeholder {
		color: #b3b3b3;
	}

	.cd-search input[type="search"]::-moz-placeholder {
		color: #b3b3b3;
	}

	.cd-search input[type="search"]:-moz-placeholder {
		color: #b3b3b3;
	}

	.cd-search input[type="search"]:-ms-input-placeholder {
		color: #b3b3b3;
	}
}

.has-children > a,
.go-back a {
	position: relative;
}

.has-children > a::before,
.has-children > a::after,
.go-back a::before,
.go-back a::after {
	/* arrow icon in CSS - for element with nested unordered lists */
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1px;
	display: inline-block;
	height: 2px;
	width: 10px;
	background: #be8a32;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.has-children > a::before,
.go-back a::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.has-children > a::after,
.go-back a::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media only screen and (min-width: 1024px) {
	.has-children > a::before,
	.has-children > a::after,
	.go-back a::before,
	.go-back a::after {
		background: #be8a32;
	}

	.sub-menu-item.has-children > a::before,
	.sub-menu-item.has-children > a::after {
		right: 5px;
	}

	.cd-dropdown-content
		.sf-menu
		.cd-secondary-dropdown.swap-js
		li:hover
		> a::before,
	.cd-dropdown-content
		.sf-menu
		.cd-secondary-dropdown.swap-js
		li:hover
		> a::after {
		background-color: #ffffff;
	}

	ul.cd-dropdown-content > li.has-children > a::after {
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	ul.cd-dropdown-content > li.has-children > a::before,
	ul.cd-dropdown-content > li.has-children > a::after {
		top: 62%;
		display: none;
	}
}

.has-children > a::before,
.has-children > a::after {
	/* arrow goes on the right side - children navigation */
	right: 20px;
	-webkit-transform-origin: 9px 50%;
	-moz-transform-origin: 9px 50%;
	-ms-transform-origin: 9px 50%;
	-o-transform-origin: 9px 50%;
	transform-origin: 9px 50%;
}

.cd-dropdown-content .go-back a {
	padding-left: 40px;
}

.cd-dropdown-content .go-back a::before,
.cd-dropdown-content .go-back a::after {
	/* arrow goes on the left side - go back button */
	left: 20px;
	-webkit-transform-origin: 1px 50%;
	-moz-transform-origin: 1px 50%;
	-ms-transform-origin: 1px 50%;
	-o-transform-origin: 1px 50%;
	transform-origin: 1px 50%;
}

.bzhd-burger {
	display: block;
	position: relative;
	width: 20px;
	height: 3px;
	margin: 10px 0;
	background-color: #ffffff;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	transition: rotate 0.3s, background-color 0.2s;
}

.bzhd-burger::before,
.bzhd-burger::after {
	content: "";
	width: 20px;
	height: 3px;
	background-color: #ffffff;
	position: absolute;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.bzhd-burger::after {
	top: 6px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}

.bzhd-burger::before {
	top: -6px;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

@media screen and (min-width: 1024px) {
	ul li.sf-menu ul li a {
		white-space: initial;
	}

	a.cd-dropdown-trigger,
	.d-none-desktop {
		display: none;
	}

	.position-md-relative {
		position: relative !important;
	}

	.cd-dropdown-wrapper {
		display: block;
		position: relative;
		height: 40px;
		width: 100%;
		margin: 0;
	}

	.cd-dropdown-wrapper {
		height: auto;
	}

	.cd-dropdown-content .cd-secondary-dropdown {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		height: auto;
		background-color: transparent;
		padding: 20px 30px 20px;
		overflow: hidden;
		left: 0;
		top: auto;
		width: 100%;
		box-shadow: none;
	}

	.cd-dropdown-content .cd-secondary-dropdown.swap-js {
		box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
		/*	box-shadow: none;*/
	}

	ul.is-hidden.swap-js {
		display: none;
	}

	ul.swap-js.bzhd-hidden-hover {
		display: none;
	}

	ul.is-hidden.swap-js.show {
		display: block;
	}
}

.cd-dropdown-content {
	margin-bottom: 0;
}

.cd-dropdown .bzhd-mob-header {
	background-repeat: repeat;
	width: 100%;
	position: absolute;
	height: 60px;
	top: 0;
	right: 0;
	z-index: 10;
	border-bottom: 1px solid rgba(0, 0, 0, 0.17);
	background-color: #ffffff;
}

.cd-dropdown .cd-close {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	height: 60px;
	width: 60px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent;
	background-color: #be8a32;
}

.cd-dropdown .cd-home-bzhd {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 60px;
	width: 60px;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	background-color: #be8a32;
}

.cd-dropdown .cd-home-bzhd span.ti-home {
	font-size: 25px;
	line-height: 25px;
	position: absolute;
	color: #ffffff;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.has-children > span::before,
.go-back a::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.has-children > span::after,
.go-back a::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.has-children > span::before,
.has-children > span::after {
	right: 20px;
	-webkit-transform-origin: 9px 50%;
	-moz-transform-origin: 9px 50%;
	-ms-transform-origin: 9px 50%;
	-o-transform-origin: 9px 50%;
	transform-origin: 9px 50%;
}

@media (min-width: 1024px) {
	.sf-menu,
	.sf-menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.sf-menu li > ul {
		display: none;
		position: absolute;
		z-index: 99;
	}

	.sf-menu li > ul {
		background-color: #fff;
		border-top: 2px solid #be8a32;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		list-style: none;
		margin-top: 0 !important;
		min-width: 10em;
		padding: 0;
		text-align: center;
		height: auto;
		top: 0;
	}

	.sf-menu li.sub-menu-item > ul:not(.is-hidden) {
	}

	.sf-menu li:hover > ul,
	.sf-menu li.sfHover > ul {
		display: block;
	}

	.sf-menu ul {
		top: 100%;
		width: 280px;
		background-color: transparent;
		border: 1px solid transparent;
		box-shadow: 0 0 10px transparent;
		list-style: none;
		margin-top: 0 !important;
		min-width: 10em;
		padding: 0;
		text-align: center;
		height: auto;
	}

	.sub-menu-item {
		position: relative !important;
	}

	.cd-dropdown-content .cd-secondary-dropdown.swap-js {
		min-width: 280px !important;
		padding: 0 !important;
	}

	.cd-dropdown-content .cd-secondary-dropdown.swap-js > li {
		padding: 0;
		float: none;
		width: 100% !important;
		height: auto;
		margin: 0;
	}

	.cd-dropdown-content .sf-menu .cd-secondary-dropdown.swap-js li:hover {
		background-color: transparent;
		color: #ffffff;
		font-weight: bold;
	}

	.cd-dropdown-content .sf-menu .cd-secondary-dropdown.swap-js li:hover > a {
		color: #ffffff;
		font-weight: bold;
	}

	.sf-with-ul.is-active {
		color: #f06d5d !important;
	}

	.sf-menu li > ul:not(.is-hidden) {
		background-color: #fff;
		border-top: 2px solid #be8a32;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		list-style: none;
		margin-top: 0 !important;
		min-width: 10em;
		padding: 0;
		text-align: center;
		height: auto !important;
		top: 0;
		z-index: 99 !important;
		overflow: visible !important;
		display: block;
		-webkit-transform: translate(0) !important;
		-moz-transform: translate(0) !important;
		-ms-transform: translate(0) !important;
		-o-transform: translate(0) !important;
		transform: translate(0) !important;
		position: relative !important;
	}

	.cd-dropdown-content .cd-secondary-dropdown.swap-js {
		min-width: 200px !important;
		padding: 0 !important;
		overflow: visible;
		border: none !important;
	}

	.sf-menu li > ul {
		background-color: #fff;
		border-top: 2px solid #be8a32;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		list-style: none;
		margin-top: 0 !important;
		min-width: 10em;
		padding: 0;
		text-align: center;
		height: auto;
		position: absolute !important;
	}

	.cd-dropdown-content .cd-secondary-dropdown.swap-js::before {
		display: none;
	}
}

/*** add fixed top ***/

@media screen and (min-width: 1024px) {
	.bzhd-fixed-top {
		position: fixed;
		width: 100%;
		top: -70px;
		left: 0;
		right: 0;
		z-index: 99;
		transform: translateY(70px);
		transition: transform 500ms ease, background 500ms ease;
		-webkit-transition: transform 500ms ease, background 500ms ease;
		background-color: #ffffff;
		box-shadow: 0 4px 24px 0 rgba(51, 51, 51, 0.1),
			0 12px 64px 0 rgba(254, 254, 254, 0.1);
	}

	.bzhd-fixed-top .logo-img {
		max-width: 80px;
		padding: 10px 0;
	}
}

.main-return-to-top {
	position: fixed;
	bottom: 4vh;
	right: 20px;
	background: #be8a32;
	width: 50px;
	height: 50px;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 100;
	border: solid 2px #ffffff;
}

.main-return-to-top .ti-angle-up {
	color: #fff !important;
	margin: 0 !important;
	position: relative;
	left: 13px;
	top: 13px;
	font-size: 19px !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 700;
}

/**** Ludik ****/

/**** header ***/

@media (max-width: 767px) {
	.header-area {
		padding-top: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.header-area {
		padding-top: 0;
	}
}

@media (min-width: 1500px) {
	.header-area .main-header-area {
		padding: 0px 132px;
	}
}
/*@media (max-width: 767px) {

  !*  .header-area .main-header-area {
        padding: 10px 0px;
    }*!
}

@media (min-width: 768px) and (max-width: 991px) {

    .header-area .main-header-area {
        padding: 0px 15px;
        border-bottom: 1px solid #fafafa;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .header-area .main-header-area {
        padding: 0px 0px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {

    .header-area .main-header-area {
        padding: 0px 0px;
    }
}*/

.logo {
	max-width: 300px;
	transition: max-width 0.3s ease;
}

.header-area .main-header-area .Appointment {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}

/*.header-area .main-header-area .Appointment .book_btn {
    margin-left: 30px;
}*/

@media (min-width: 992px) and (max-width: 1200px) {
	.header-area .main-header-area .Appointment .book_btn {
		margin-left: 0;
	}
}

@media (min-width: 1200px) and (max-width: 1500px) {
	.header-area .main-header-area .Appointment .book_btn {
		margin-left: 0;
	}
}

.header-area .main-header-area .Appointment .book_btn a {
	background: #a97eaf;
	padding: 12px 26px;
	font-size: 15px;
	font-weight: bold;
	border: 2px solid #a97eaf;
	color: #ffffff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.header-area .main-header-area .Appointment.app-reverse:hover .book_btn a {
	background: #a97eaf;

	color: #ffffff;
}

.header-area .main-header-area .Appointment.app-reverse .book_btn a {
	background: #ffffff;
	color: #a97eaf;
}

.header-area .main-header-area .Appointment:hover .book_btn a {
	border: 1px solid #a97eaf;
	background: #ffffff;
	color: #a97eaf;
}

.Appointment .book_btn.dropdown-toggle::after {
	display: none;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.header-area .main-header-area .Appointment .book_btn a {
		padding: 12px 20px;
	}
}

.bg-light {
	background-color: #f5f5f5 !important;
}

.btn-return-result {
	background-color: #be8a32;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #be8a32;
	text-align: center;
	cursor: pointer;
	padding: 5px 10px;
}

.btn-return-result:hover {
	background: #979799;
	color: #fff !important;
	border: 1px solid #979799;
}

.btn-return-result:focus {
	outline: none;
}

.tempory-form h2 {
	font-size: 20px;
}

.tempory-form .subtitle {
	font-size: 20px;
	color: #ffffff;
	background-color: #dd204a;
	padding: 15px 20px;
	border-radius: 10px;
}

.services-2 {
	width: 100%;
	display: block;
	padding: 0;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.services-2 .icon-wrap {
	position: relative;
	width: 170px;
	height: 170px;
	margin: 0 auto;
	margin-bottom: 10px;
	z-index: 0;
}

.services-2 .icon {
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background: #ffffff;
	margin: 0 auto;
	margin-bottom: 10px;
	position: relative;
	z-index: 0;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.services-2 .icon img {
	max-height: 130px;
}

.services-2 .icon:after {
	position: absolute;
	top: 50%;
	right: 40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #ffffff;
	content: "";
	z-index: -1;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.services-2 h2 {
	font-size: 18px;
	font-weight: 500;
}

.services-2 h2 a {
	color: #000000;
}

.services-2 .icon {
	-webkit-box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.15);
}

.services-2:hover .icon:after {
	background: #fff;
	right: 50px;
}

.label-item {
	font-size: 14px;
	font-weight: bold;
}
.services-2.purple .icon {
	background-color: rgba(193, 152, 194, 0.2);
}

.formation_post_widget .post_item .media-body {
	justify-content: center;
	align-self: center;
	background-color: #e6d6e7;
	padding: 10px 10px 15px 10px;
	border-radius: 5px;
}

.formation_post_widget .media-body a,
.slide-flash a {
	color: #000000;
	text-decoration: none !important;
	font-weight: normal !important;
}

.formation_post_widget .post_item .media-body .title-h3 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 6px;
	transition: all 0.3s linear;
}

.formation_post_widget .post_item .media-body p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0px;
}

/* .formation_post_widget .post_item + .post_item {
    margin-top: 10px;
}*/

.formation_post_widget .widget_title {
	font-size: 18px;
	border-bottom: solid 1px #ebebeb;
	border-top: solid 1px #ebebeb;
}

.formation_post_widget .date {
	background-color: #c196c6;
	color: #ffffff;
	padding: 0px 10px;
	font-size: 14px;
	margin-bottom: 10px;
	display: inline-block;
}

.pk-link {
	background-color: #be8a32;
	color: #ffffff;
	position: absolute;
	right: 0px;
	bottom: 0;
	padding: 0 10px;
	font-size: 14px;
	border-bottom-right-radius: 5px;
	font-weight: bold;
}

/**** slider ***/

.article-wrapper {
	margin: -100px 20px 0 20px;
	z-index: 2;
	background-color: #ffffff;
	padding: 15px;

	position: relative;
	border: solid 1px #e9ecef;
	border-bottom-right-radius: 10px;
}

.owl-carousel {
	position: relative;
}

.owl-carousel .owl-item {
	opacity: 0.4;
}

.owl-carousel .owl-item.active {
	opacity: 1;
}

.owl-carousel .owl-nav {
	position: absolute;
	top: 35%;
	width: 100%;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
	font-size: 30px;
}

.owl-carousel .owl-nav .owl-prev {
	left: 0;
}

.owl-carousel .owl-nav .owl-next {
	right: 0;
}

.owl-carousel .owl-dots {
	text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: #e6e6e6;
	position: relative;
}

.owl-carousel .owl-dots .owl-dot:after {
	position: absolute;
	top: -2px;
	left: -2px;
	right: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	content: "";
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
	outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
	background: #be8a32;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
	opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev {
	left: -25px;
}

.owl-carousel:hover .owl-nav .owl-next {
	right: -25px;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 10%;
	color: #fff;
	text-align: center;
	opacity: 0;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}
.cust-btn,
.cust-btn:focus {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #c196c6;
	border: none;
	padding: 0 !important;
	font: inherit;
	font-size: 26px;
	color: #ffffff;
	opacity: 1;
	transition: none !important;
}
.cust-btn i,
.cust-btn:focus i {
	background-color: #c196c6;
	padding: 5px;
}

.carousel-control-next.cust-btn:hover i,
.carousel-control-prev.cust-btn:hover i {
	color: #ffffff;
	background: #a97eaf;
}

.slide-w-b-txt-module:hover .carousel-control-prev,
.slide-w-b-txt-module:hover .carousel-control-next {
	opacity: 1;
}

.article-wrapper .title {
	color: #be8a32;
	font-weight: bold;
}

/*** footer ***/

/*** page ***/
.wrapper-post {
	padding: 20px;
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
}
.wrapper-post {
	padding: 20px;
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
}

.wrapper-post h1 {
	color: #be8a32;
	font-weight: 700;
	font-size: 1.8em;
}

.wrapper-post h2 {
	color: #b696c3;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 20px;
}

.circle-bg:after {
	width: 200px;
	height: 200px;
	content: "";
	z-index: -1;
	border-radius: 50%;
	position: absolute;
	top: -90px;
	right: -90px;
	background: rgba(193, 152, 194, 0.2);
}

.vertical-nav .cat-parent {
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #f5f5f5;
}
.vertical-nav .nav-item {
	border-bottom: 1px solid #f5f5f5;
}
.vertical-nav .nav-item.cat-has-children {
	border-bottom: 0;
}
.vertical-nav .nav-link:hover {
	background-color: #f5f5f5;
	color: red;
}
.vertical-nav .nav-link {
	transition: none;
}
.vertical-nav .cat-active {
	color: #ffffff;
}
.vertical-nav .cat-has-children ul .cat-parent {
	color: #000000;
	font-size: 12px;
	padding-left: 25px;
}

.vertical-nav {
	background: rgba(193, 152, 194, 0.2);
}

.wrapper-main-title:after,
.wrapper-main-title:before {
	content: "";
	border-radius: 50%;
	position: absolute;
	width: 100px;
	height: 100px;
	color: #fff;
	background-color: #be8a32;
	top: -70px;
}
.wrapper-main-title:before {
	left: 100px;
	background-color: rgba(228, 33, 43, 0.2);
}

.wrapper-main-title {
	margin-top: -20px;
	padding-top: 50px;
}

blockquote {
	padding: 15px 15px 15px 20px;
	border-left: 4px solid #b696c3;
	font-style: italic;
	background-color: #f5f5f5;
	margin: 20px auto;
	font-weight: bold;
}

/*** v2 ***/

.bottom-header {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.bottom-header {
	background-color: #be8a32;
}

.appoint-2 a {
	background-color: #ffffff !important;
	color: #be8a32 !important;
}

.title-mod-1:before {
	content: "";
	border-radius: 50%;
	position: absolute;
	width: 80px;
	height: 80px;
	color: #fff;
	background-color: rgba(228, 33, 43, 0.2);
	top: -35px;
}

.main-title {
	position: relative;
	font-size: 30px;
}

.title-h2 {
	font-size: 26px;
}

.post_item {
	position: relative;
}

.formation_post_widget .date {
	background-color: #c196c6;
	color: #ffffff;
	padding: 0px 10px;
	font-size: 14px;
	margin-bottom: 10px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.formation_post_widget .post_item .media-body {
	justify-content: center;
	align-self: center;
	background-color: #f5f5f5;
	padding: 30px 15px 20px 15px;
	border-radius: 5px;
	height: 100%;
}

.heading-section .subheading {
	font-size: 14px;
	display: inline-block;
	margin-bottom: 0;
	color: #c196c6;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	position: relative;
}

.heading-section h2 {
	font-size: 50px;
	font-weight: 500;
}

.btn.btn-primary {
	background: #c196c6 !important;
	border: 1px solid #c196c6 !important;
	color: #fff !important;
}

.ftco-section .bg-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/**** info flash ***/

.block-20 {
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	display: block;
	width: 100%;
	height: 250px;
	margin-bottom: 20px;
	z-index: 0;
}

.blog-entry .meta {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #be8a32;
	margin: 0 auto;
	margin-top: -70px;
	z-index: 1;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}

.btn-flash-infos {
	background: #be8a32;
	color: #ffffff;
	display: inline-block;
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

/*.blog-entry:hover .meta {
    background: #c196c6;
}*/

.blog-entry {
	overflow: hidden;
}

.blog-entry .text .heading {
	font-size: 20px;
	margin-bottom: 0;
	font-weight: 500;
}

.blog-entry .text .heading a {
	color: #000000;
}

.blog-entry .text .heading a:hover,
.blog-entry .text .heading a:focus,
.blog-entry .text .heading a:active {
	color: #95adbe;
}

.blog-entry .meta span.day {
	font-weight: 700;
	color: #ffffff;
	font-size: 30px;
}

.blog-entry .meta span.mos {
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	text-transform: uppercase;
}

.blog-entry .meta span.yr {
	color: #ffffff;
	font-size: 11px;
	letter-spacing: 2px;
}

.blog-entry .meta span {
	display: block;
	line-height: 1.2;
}

.blog-entry:hover .meta .day {
	color: #fff;
}

.text.text-center {
	background-color: #ffffff;
}

.pyk-s-2 .circle-bg:after {
	top: 0;
	right: 20px;
}

/*.pyk-s-2 .circle-bg:before{
    width: 200px;
    height: 200px;
    content: "";
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    top: -90px;
    right: -90px;
    background: rgba(193, 152, 194, 0.2);
}*/

.pyk-s-3 {
	background-color: #be8a32;
	position: relative;
}

.pyk-s-3 .pyk-text {
	padding: 60px;
}

/*.pyk-s-3{
    background-image: url(../img/others/bg-motif.svg);
    background-repeat: no-repeat;
    background-size: 350px;
    background-position: left top;

}*/

.row-mt-neg {
	margin-top: -80px;
}

.round-menu a,
.round-menu a:hover {
	width: 80px;
	height: 80px;
	background-color: rgba(228, 33, 43, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	color: #000000;
}

/**** page builder item ****/

/*** masonry **/

.masonry {
	/* Masonry container */
	padding: 0;
	-moz-column-gap: 1.5em;
	-webkit-column-gap: 1.5em;
	column-gap: 1.5em;
	font-size: 0.85em;
}

.item-masonry {
	display: inline-block;
	/*
	background: #fff;
	*/
	margin: 0 0 1.5em;
	width: 100%;
	-webkit-transition: 1s ease all;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/*
	box-shadow: 2px 2px 4px 0 #ccc;
	*/
}

.item-masonry img {
	max-width: 100%;
}

.masonry {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
	.masonry-md-4,
	.masonry-md-3,
	.masonry-md-2 {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
	.masonry-md-4 {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
}

@media only screen and (min-width: 1201px) {
	.masonry-md-4 {
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
	}

	.masonry-md-3 {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
}

.item-masonry .hover-overlay,
.item-gallery .hover-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	opacity: 0;
	background: rgba(0, 0, 0, 0.71);
	transition: all 0.5s ease 0s;
	font-size: 26px;
}
.item-masonry:hover .hover-overlay,
.item-gallery:hover .hover-overlay {
	opacity: 1;
}

/*** shiping form ***/
.woocommerce form .form-row {
	padding: 3px;
	margin: 0 0 6px;
	display: block;
}

.woocommerce-error {
	border-top-color: #be8a32;
}

.woocommerce-error::before {
	content: "\e016";
	color: #be8a32;
}

.woocommerce div.product div.images img {
	width: auto;
}

/*** formulaire contact ***/

.form-bzhd-bootsrap-4 input[type="text"],
.form-bzhd-bootsrap-4 input[type="email"],
.form-bzhd-bootsrap-4 textarea {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-bzhd-bootsrap-4 input[type="text"]:focus,
.form-bzhd-bootsrap-4 input[type="email"]:focus,
.form-bzhd-bootsrap-4 textarea:focus {
	color: #495057;
	background-color: #fff;
	border-color: rgba(193, 152, 194, 0.2);
	outline: 0;
	box-shadow: 0 0 0 0.1rem rgba(193, 152, 194, 0.2);
}

.form-check {
	padding-left: 0;
}

.form-check-label {
	margin-bottom: 0;
}

.form-check-input[type="checkbox"].filled-in:not(:checked) + label:before {
	top: 10px;
	left: 6px;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	-webkit-transform: rotateZ(37deg);
	transform: rotateZ(37deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.form-check-input[type="checkbox"].filled-in:not(:checked) + label:after {
	top: 0;
	z-index: 0;
	width: 20px;
	height: 20px;
	background-color: transparent;
	border: 2px solid #5a5a5a;
}

.form-check-input[type="checkbox"] + label,
label.btn input[type="checkbox"] + label {
	position: relative;
	display: inline-block;
	height: 1.5625rem;
	padding-left: 35px;
	line-height: 1.5625rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.form-check-input[type="checkbox"]:checked + label:before,
label.btn input[type="checkbox"]:checked + label:before {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.form-check-input[type="checkbox"].filled-in + label:before,
.form-check-input[type="checkbox"].filled-in + label:after,
label.btn input[type="checkbox"].filled-in + label:before,
label.btn input[type="checkbox"].filled-in + label:after {
	position: absolute;
	left: 0;
	z-index: 1;
	content: "";
	-webkit-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s,
		height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
	transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s,
		height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
}

.form-check-input[type="checkbox"].filled-in:checked + label:before,
label.btn input[type="checkbox"].filled-in:checked + label:before {
	top: 2px;
	left: 1px;
	width: 8px;
	height: 13px;
	border-top: 2px solid transparent;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid transparent;
	-webkit-transform: rotateZ(37deg);
	transform: rotateZ(37deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.form-check-input[type="checkbox"].filled-in + label:before,
.form-check-input[type="checkbox"].filled-in + label:after {
	position: absolute;
	left: 0;
	z-index: 1;
	content: "";
	-webkit-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s,
		height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
	transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s,
		height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
}

.form-check-input[type="checkbox"].filled-in:checked + label:after {
	top: 0;
	z-index: 0;
	width: 20px;
	height: 20px;
	background-color: #a6c;
	border: 2px solid #a6c;
}

.et_pb_contact_submit.et_pb_button {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	color: #ffffff;
	background-color: rgba(193, 152, 194, 0.2);
}

.form-bzhd-bootsrap-4 button:not(:disabled),
.form-bzhd-bootsrap-4 [type="button"]:not(:disabled),
.form-bzhd-bootsrap-4 [type="reset"]:not(:disabled),
.form-bzhd-bootsrap-4 [type="submit"]:not(:disabled) {
	color: #ffffff;
	background-color: #a97eaf;
}

.return-nav {
	font-size: 16px;
	line-height: 16px;
	text-decoration: none !important;
}
.list_nav a {
	text-decoration: none !important;
}

.form-bzhd-bootsrap-4 .form-check-input {
	position: absolute;
	margin-top: 0.3rem;
	opacity: 0;
	margin-left: -1.25rem;
}

article a:not(.btn) {
	color: #a97eaf;
	font-weight: bold;
	text-decoration: underline;
}

h2.team-group-title {
	color: #be8a32;
	font-size: 18px;
}

.wrapper-post h3 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #be8a32;
}

.wrapper-img-AP {
	max-width: 300px;
}

.woocommerce table.cart img {
	height: auto;
	max-width: 150px;
	max-height: 150px;
}

.our-contact {
	color: #be8a32 !important;
}

/*** maison belle air ***/

.bg-custom-page {
	padding-top: 50px;
	min-height: 400px;
	padding-bottom: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 170px !important;
}

.set-bg-overlay {
	position: relative;
}
.set-bg {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.set-bg-overlay::before {
	position: absolute;
	content: "";
	background-color: #1e002d;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
}
.margin-logo-home {
	margin-top: 135px;
	margin-bottom: 150px;
}
.wrapper-svg.svg-home {
	width: 1000px;
	position: absolute;
	top: -170px;
	left: calc(50% - 565px);
}

.red_stars {
	background-image: url("images/red_stars.png");
	width: 40px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	margin-right: 0;
	margin-left: auto;
}

.gold_stars {
	background-image: url("images/or_stars.png");
	width: 40px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	margin-right: 0;
	margin-left: auto;
}

.white_stars {
	background-image: url("images/white_stars.png");
	width: 40px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	margin-right: 0;
	margin-left: auto;
}

.text-gold {
	color: #be8a32;
}
.text-dark-blue {
	color: #1e002d !important;
}
.bg-dark-blue {
	background-color: #1e002d;
}
.bg-gold {
	background-color: #be8a32;
}
.text-green {
	color: #b6e261;
}
.text-red {
	color: #f06d5d;
}
.btn-st-1,
.btn-st-1:hover,
.btn-st-1:focus,
.btn-st-1:active {
	color: #f06d5d;
	border-radius: 0;
	border: solid 1px #f06d5d;
}

.btn-st-2,
.btn-st-2:hover,
.btn-st-2:focus,
.btn-st-2:active {
	color: #be8a32;
	border-radius: 0;
	border: solid 1px #be8a32;
}

.gold-separate {
	display: inline-block;
	width: 150px;
	height: 2px;
	background-color: #be8a32;
}
.gold-vertical-lane {
	display: inline-block;
	width: 3px;
	height: 200px;
	background-color: #be8a32;
	position: absolute;
	left: calc(50% - 1px);
	bottom: -100px;
}

.red-vertical-lane {
	display: inline-block;
	width: 3px;
	height: 200px;
	background-color: #f06d5d;
	position: absolute;
	left: calc(50% - 1px);
	bottom: -100px;
}

.lane-b-r {
	right: 0;
	left: auto;
}

.banner-w-lane {
	margin-bottom: 100px;
}
.spe-mb-without-lane {
	margin-bottom: 100px;
}

.p-bottom-effect {
	padding-bottom: 200px;
}
@media screen and (max-width: 575.99px) {
	.effect-row-top .mt-custom-lg-effect-js:nth-of-type(2) {
		margin-top: 0 !important;
	}
}

.banner-bzhd-on-page {
	min-height: 400px;
	background-position: center;
	/*	background-attachment: fixed;*/
	background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
	.banner-bzhd-on-page {
		background-attachment: unset;
	}
}

@media screen and (min-width: 992px) {
	.mt-reverse-50px {
		margin-top: -50px;
	}
}
.mt-reverse-mob-50px {
	margin-top: -50px;
}

.col-spe-h {
	min-height: 400px;
}

.mb-20-spe {
	margin-bottom: 20%;
}

/*** header ***/

header.top-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	transition: background-color 0.3s ease;
}

header.top-header.scrolled {
	background-color: #341854;
}

header.top-header.scrolled .custom-logo {
	width: 160px;
	transition: width 0.3s ease;
}

header.top-header.scrolled .logo {
	max-width: 200px;
	transition: max-width 0.3s ease;
}

/**** footer ****/

footer ul {
	list-style: none;
	padding-left: 0;
}
/*

footer ul li a{
	color: #ffffff;
}

footer{
	color:#be8a32 ;
}
*/
footer .gold-vertical-lane {
	top: -100px;
}

footer {
	padding-top: 100px;
}

.gold-vertical-lane.lane-l-b {
	left: 0;
	z-index: 1;
}
.gold-vertical-lane.lane-t-r {
	top: 0;
	right: 0;
	left: auto;
	z-index: 1;
}

.gold-vertical-lane.lane-r-b {
	right: 0;
	z-index: 1;
	left: auto;
}

.bzh-map {
	background: url("images/Maps.png");
	width: 28px;
	height: 30px;
	display: block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.bzhd-icon-insta {
	background: url("images/instagram.png");
	width: 28px;
	height: 28px;
	display: block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

footer img {
	max-width: 200px !important;
	width: 100%;
}
.word-break {
	word-break: break-word;
}

@media screen and (max-width: 991px) {
	h2,
	.h2 {
		font-size: 1.5rem;
	}

	h3,
	.h3 {
		font-size: 1.25rem;
	}
	.mb-20-spe {
		margin-bottom: 10%;
	}
}

.footer-bottom ul {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}
.footer-bottom ul li,
.footer-bottom ul li a {
	color: #be8a32;
}

.footer-bottom ul li {
	margin-left: 10px;
}
.footer-bottom ul li:first-of-type(0) {
	margin-left: 0;
}
.footer-bottom {
	padding-top: 80px;
}

.meta-item {
	opacity: 0.7;
	font-size: 0.8rem;
}
@media screen and (min-width: 568px) {
	.steps {
		margin-top: 130px;
	}
}

.owl-carousel.slides button.owl-prev,
.owl-carousel.slides-eleveurs button.owl-prev,
.owl-carousel.slides-races button.owl-prev {
	left: -25px;
	position: absolute;
	color: #be8a32;
	font-size: 45px !important;
}
.owl-carousel.slides .owl-nav .owl-next,
.owl-carousel.slides-eleveurs .owl-nav .owl-next,
.owl-carousel.slides-races .owl-nav .owl-next {
	color: #be8a32;
	font-size: 45px;
	text-align: left;
	left: auto;
	right: -25px;
	position: absolute;
}

@media screen and (min-width: 568px) {
	.owl-carousel.slides .owl-nav .owl-next,
	.owl-carousel.slides-eleveurs .owl-nav .owl-next,
	.owl-carousel.slides-races .owl-nav .owl-next {
		right: auto;
		left: calc(50% - 16px);
	}
}

.owl-carousel.reverse-nav .owl-nav .owl-next {
	left: auto;
	right: -25px;
}

@media screen and (min-width: 568px) {
	.owl-carousel.reverse-nav .owl-nav button.owl-prev {
		left: calc(50% - 5px);
		right: auto;
	}
}
.owl-carousel.slides .owl-nav,
.owl-carousel.slides-eleveurs .owl-nav,
.slides-races.owl-carousel .owl-nav {
	top: auto;
	bottom: 30%;
}

.picto-citation {
	background-image: url("images/Guillemets_1.png");
	width: 106px;
	min-width: 106px;
	height: 72px;
	min-height: 72px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

.picto-cit-2 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.white-img-bg:before {
	background-color: #ffffff;
	width: calc(100vw - 90%);
	height: 40%;
	content: "";
	position: absolute;
	left: calc(-100vw + 90%);
	top: -3px;
	z-index: 0;
}

.white-img-bg-r:before {
	background-color: #ffffff;
	width: calc(100vw - 90%);
	height: 40%;
	content: "";
	position: absolute;
	right: calc(-100vw + 90%);
	top: 0;
	z-index: 0;
}

.white-img-bg img,
.white-img-bg-r img {
	position: relative;
	z-index: 1;
}

.btn-discover {
	display: inline-block;
	padding: 5px 10px;
}

.wrapper-slide-effect {
	z-index: 1;
	opacity: 0;
	top: 0;
	left: 0;
}

.item-slide .wrapper-slide-effect:hover,
.item-logo .wrapper-slide-effect:hover,
.list-gerant .wrapper-slide-effect:hover {
	background-color: rgba(190, 138, 50, 0.7);
	opacity: 1;
	color: #ffffff;
}

.item-logo .wrapper-slide-effect .btn {
	border: none !important;
	color: #1e002d !important;
}

.slides-races .item-slide .wrapper-slide-effect:hover {
	background-color: rgba(30, 0, 45, 0.7);
	opacity: 1;
	color: #ffffff;
}

@media (min-width: 992px) {
	.pt-lg-175 {
		padding-top: 175px;
	}
}

.slides-races .btn-st-2,
.slides-races .btn-st-2:hover,
.slides-races .btn-st-2:focus,
.slides-races .btn-st-2:active {
	color: #1e002d;
	border-color: #1e002d;
}

.container-fluid {
	max-width: 1600px;
	margin: auto;
}
.mxw-250px {
	max-width: 250px;
}
.mxw-150px {
	max-width: 150px;
}
.contact_form input,
.contact_form input:focus,
.contact_form input:focus-visible,
.contact_form input:-webkit-autofill,
.contact_form input:-webkit-autofill:hover,
.contact_form input:-webkit-autofill:focus,
.contact_form textarea,
.contact_form textarea:focus,
.contact_form textarea:focus-visible,
.contact_form textarea:-webkit-autofill,
.contact_form textarea:-webkit-autofill:hover,
.contact_form textarea:-webkit-autofill:focus {
	background-color: rgba(255, 255, 255, 0.1) !important;
	border: none;
	color: #be8a32;
}
.contact_form input::placeholder,
.contact_form textarea::placeholder,
.contact_form input[type="email"]::placeholder {
	color: #be8a32 !important;
}

.mt-reverse-200px {
	margin-top: -200px;
}
.pb-200px {
	padding-bottom: 150px;
}
.item-col-race:nth-of-type(1) .name-race {
	color: #ffffff;
}
@media (min-width: 768px) {
	.item-col-race:nth-of-type(3) .name-race {
		color: #ffffff;
	}
}

@media (min-width: 576px) {
	.item-col-race:nth-of-type(2) .name-race {
		color: #ffffff;
	}
}
.name-race .text-green {
	font-family: "Roboto", sans-serif;
	font-weight: bold;
}

.parallelogram {
	width: 250px;
	height: 120px;
	clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0% 100%);
	background-position: center;
	background-size: cover;
	background-color: #000000;
	display: block;
	margin-left: auto;
	max-width: 70%;
}

.btn-viande {
	width: 250px;
	max-width: 70%;
}

#map {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	height: 400px;
}
.s-map {
	min-height: 400px;
}

.bzhd-gerant .gerant-1:nth-of-type(odd) {
	background-color: #1e002d;
	color: #ffffff;
}

.bzhd-wrapper-gerant {
	padding: 4rem 0;
}
.bzhd-wrapper-gerant:first-of-type {
	padding-top: 0;
}

.bzhd-gerant .gerant-2 {
	padding-top: 6rem;
}

@media (min-width: 768px) {
	.bzhd-gerant .gerant-1 a.link-img {
		margin-bottom: -10rem;
	}
	.spe-ml {
		margin-left: -30px;
	}
	.col-md-push-1 {
		margin-right: 8.333333%;
	}
}

.s-form .wpcf7 form.invalid .wpcf7-response-output,
.s-form .wpcf7 form.unaccepted .wpcf7-response-output,
.s-form .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffffff;
	color: #ffffff;
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 2rem;
	}
}
@media screen and (min-width: 1024px) {
	.bg-custom-page {
		padding-top: 300px !important;
	}
}
@media screen and (min-width: 768px) {
	.steps .item-step {
		margin-top: -70px;
	}

	.steps .item-step:nth-of-type(2) {
		margin-top: 0;
	}
}

@media (max-width: 992px) {
	.container,
	.container-sm {
		max-width: 100%;
	}
}

.icon-map {
	width: 28px;
	height: 38px;
	display: inline-block;
	background-image: url("images/map_purple.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.bzhd-gerant .gerant-1:nth-of-type(odd) .icon-map {
	background-image: url("images/map_white.png");
}

.owl-nav button {
	font-family: "Alice", serif !important;
}
.footer-bottom {
	font-size: 14px;
}
@media screen and (max-width: 1023px) {
	.cd-dropdown-content a br,
	.cd-dropdown-content ul a br {
		display: none;
	}
	.cd-dropdown-content a,
	.cd-dropdown-content ul a {
		color: #be8a32;
	}
	.cd-dropdown-content .sf-menu .cd-secondary-dropdown li a {
		color: #ffffff;
	}
	.cd-dropdown-content .see-all a {
		color: #be8a32 !important;
		text-transform: uppercase;
	}
}
#menu-footer a {
	color: #ffffff !important;
}

footer a.text-gold:hover {
	color: #be8a32;
}

.slides-eleveurs .item-slide {
	max-width: 300px;
}

.carte-fermes {
	width: 100%;
	aspect-ratio: 1392.93/1137.1;
	overflow: hidden;

	max-width: 900px;
	position: relative;

	margin-left: 20px;
}

.carte-fermes__pattern,
.carte-fermes__villes {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;

	position: absolute;
	top: 0.5%;
	right: -5.2%;
}

.carte-fermes__pattern {
	background-image: url("images/carte-des-fermes-maison-bel-air-pattern.svg");
	z-index: 0;
}

.carte-fermes__villes {
	background-image: url("images/carte-des-fermes-maison-bel-air-villes.svg");
	z-index: 2;
}

/*** Propagation : onde part du centre (item 1) vers l’état final (item 2) ***/
@keyframes carte-fermes-pulse-propagate {
	0% {
		transform: translate(-50%, -50%) scale(0);
		opacity: 0.7;
	}
	40% {
		opacity: 0.4;
	}
	70% {
		opacity: 0.25;
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
	}
}

@keyframes carte-fermes-pulse-core {
	0%,
	100% {
		transform: scale(1);
		opacity: 0.8;
	}
	15% {
		transform: scale(1.15);
		opacity: 0.9;
	}
	30% {
		transform: scale(1);
		opacity: 0.8;
	}
}

.carte-fermes__pulse {
	position: absolute;
	right: -5.2%;
	top: 0.7%;
	z-index: 1;

	width: 100%;
	height: 100%;

	-webkit-clip-path: url(#carte-fermes__clip-path);
	clip-path: url(#carte-fermes__clip-path);
}

.carte-fermes__pulse-container {
	position: absolute;
	right: 31.7%;
	top: 50.4%;
	z-index: 1;

	width: 8%;
	height: 5%;

	display: flex;
	align-items: center;
	justify-content: center;
}

.carte-fermes__pulse-item {
	width: 100%;
	height: 100%;

	border-radius: 50%;
	background-color: #be8a32;

	position: absolute;
	transform-origin: center center;
}

/* Item 1 : centre qui pulse, déclenche visuellement la propagation */
.carte-fermes__pulse-item:nth-of-type(1) {
	width: 100%;
	height: 100%;
	animation: carte-fermes-pulse-core 2s ease-in-out infinite;
}

/* Item 2 : état final, onde qui se propage après le centre */
.carte-fermes__pulse-item:nth-of-type(2) {
	width: 850%;
	height: 850%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	z-index: -1;
	animation: carte-fermes-pulse-propagate 2s ease-out infinite;
	animation-delay: 0.35s;
}

.carte-fermes__clip-path {
	position: absolute;
	width: 0;
	height: 0;
}

/* ========================================
   Bouton contact fixe (FAB) - charte #be8a32, #341854
   ======================================== */
.contact-fab {
	position: fixed;
	bottom: 1.5rem;
	right: 1.5rem;
	z-index: 9998;
	display: block;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

.contact-fab__outer {
	position: relative;
	width: 5.5rem;
	height: 5.5rem;
	border-radius: 50%;
	background-color: #ffffff;
	box-shadow: 0 4px 20px rgba(52, 24, 84, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-fab:hover .contact-fab__outer {
	transform: scale(1.05);
	box-shadow: 0 6px 24px rgba(52, 24, 84, 0.25);
}

.contact-fab__text-svg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	animation: contact-fab-spin 12s linear infinite;
	pointer-events: none;
}

.contact-fab__text-path {
	font-family: "Roboto", sans-serif;
	font-size: 10px;
	font-weight: 600;
	fill: #341854;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

@keyframes contact-fab-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.contact-fab__inner {
	position: relative;
	z-index: 1;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	background-color: #be8a32;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease;
}

.contact-fab:hover .contact-fab__inner {
	background-color: #341854;
}

.contact-fab__arrow {
	width: 1.25rem;
	height: 1.25rem;
	color: #ffffff;
}

@media (max-width: 575px) {
	.contact-fab {
		bottom: 1rem;
		right: 1rem;
	}
	.contact-fab__outer {
		width: 4.5rem;
		height: 4.5rem;
	}
	.contact-fab__inner {
		width: 2.25rem;
		height: 2.25rem;
	}
	.contact-fab__arrow {
		width: 1rem;
		height: 1rem;
	}
}

.contact-carte {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
}

@media (max-width: 1340px) {
	.contact-carte {
		flex-direction: column;
	}
}

.contact-form {
	margin-left: auto;
	padding-left: 20px;
	max-width: 530px;
	padding-bottom: 40px;
}

@media (max-width: 1340px) {
	.contact-form {
		margin-right: auto;
		margin-left: auto;
		padding-right: 20px;
		padding-bottom: 0;
	}

	.carte-fermes {
		margin-left: auto;
	}
}

.contact-form .contact_form input,
.contact-form .contact_form input:focus,
.contact-form .contact_form input:focus-visible,
.contact-form .contact_form input:-webkit-autofill,
.contact-form .contact_form input:-webkit-autofill:hover,
.contact-form .contact_form input:-webkit-autofill:focus,
.contact-form .contact_form textarea,
.contact-form .contact_form textarea:focus,
.contact-form .contact_form textarea:focus-visible,
.contact-form .contact_form textarea:-webkit-autofill,
.contact-form .contact_form textarea:-webkit-autofill:hover,
.contact-form .contact_form textarea:-webkit-autofill:focus {
	background-color: rgba(52, 24, 84, 0.15) !important;
	border: none;
	color: #be8a32;
}
