.margin-bm50 {
	margin-bottom: 50px;
}
.icon-bottom {
	position: absolute;
	bottom: 30px;
	left: calc(50% - 30px);
	padding: 15px 5px;
	opacity: 0.9;
	transform: translatey(0px);
	background: linear-gradient(-45deg, rgba(74,125,109,1) 0%, rgba(74,125,109,1) 35%, rgba(126,190,170,1) 100%);
	background-size: 600% 600%;
	animation: gradient 6s ease infinite;
	z-index: 4;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
		transform: translatey(0px);
	}
	50% {
		background-position: 100% 50%;
		transform: translatey(-20px);
	}
	100% {
		background-position: 0% 50%;
		transform: translatey(0px);
	}
}
.icon-bottom img {
	width: 50px;
}
.logo img {
	width: 347px;
	/*height: 118px;*/
}
.font-title {
	font-family: "active-one", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.post-subtitle {
	font-size: 2rem;
}
.display-2 {
	font-size: 4.5rem;
}
.slider-text .display-2 {
	font-weight: normal;
}
.slider-img:before {
	background: rgba(38, 38, 39, 0.7);
}
.section-color {
	background: #FFF8F4;
	background: linear-gradient(141deg, rgba(255,248,244,1) 0%, rgba(255,220,199,1) 100%);
}
.section-color-gradient {
	background: linear-gradient(-45deg, rgba(74,125,109,1) 0%, rgba(126,190,170,1) 100%);
	background-size: 400% 400%;
	animation: gradientbg 6s ease infinite;
	color: #fff !important;
}
.section-color-gradient h2 {
	color: #fff;
}
@keyframes gradientbg {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 0%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.section-color-green {
	background: rgb(74,125,109);
	background: linear-gradient(141deg, rgba(74,125,109,1) 0%, rgba(74,125,109,1) 35%, rgba(126,190,170,1) 100%);
	color: #fff !important;
}
.section-color-green h1, .section-color-green h2, .section-color-green h3, .section-color-green h4,
.section-color-green .el-smalltitle {
	color: #fff;
}
.section-color-green .widgettitle:after, .section-color-green .el-smalltitle:after, .section-color-green .el-subtitle:after {
	background-color: #fff;
}
.section-color-green .read-more, .section-color-green .submit, .section-color-green .wpcf7-submit, .section-color-green .page-links a,
.section-color-green .post-password-form input[type="submit"], .section-color-green .el-btn .elementor-button {
	background-color: #FFF8F4;
	color: #4A7D6D;
}
.section-color-green .read-more:after, .section-color-green .submit:after, .section-color-green .wpcf7-submit:after, .section-color-green .page-links a:after,
.section-color-green .post-password-form input[type="submit"]:after, .section-color-green .el-btn .elementor-button:after {
	background-color: #4A7D6D;
}
.section-color-green textarea, .section-color-green input {
	background: rgba(255, 255, 255, 0.8) !important;
	color: #4A7D6D;
	font-weight: bold;
}
.display-6.font-title {
	font-size: 1.50rem;
}
.section-color-green .price-box {
	color: #000 !important;
}
li.sep {
	text-align: center;
	font-size: 60px;
	color: rgba(255,220,199,1);
	padding: 0;
	margin: 0;
	line-height: 1;
}
.fz-3 {
	font-size: 3.1rem;
}
.fz-3 span {
	font-size: 1.7rem;
}
.fz-1-4 {
	font-size: 1.4rem;
}
.price-box {
	padding: 50px 20px;
}
.price-box .font-title {
	line-height: 1;
}
.price-box .price-title {
	font-size: 3rem;
	margin-top: 40px !important;
	margin-bottom: -10px !important;
}
.price-box.section-color-green .font-title {
	color: rgba(255,220,199,1);
}
.price-features {
	font-size: 1.1rem;
}
.price-features li:after {
	content: '';
	position: relative;
	width: 100%;
	background-color: #4A7D6D;
	height: 4px;
	display: block;
	margin: 20px auto 10px auto;
	-webkit-mask-image: url(images/divider-1.svg);
	mask-image: url(images/divider-1.svg);
	opacity: 0.3;
	max-width: 60%;
}
.price-box-middle .price-features li:after {
	background-color: rgba(255,220,199,1);
}
.price-box img {
	max-width: 100%;
}
.price-box-middle {
	position: relative;
}
.pref {
	position: absolute;
	top: -5px;
	right: -20px;
	padding: 10px;
	border-radius: 10px;
	background-color: rgba(255,220,199,1);
	color: rgb(131, 110, 101) !important;
	rotate: 15deg;
	line-height: 1.2;
	font-size: 24px;
}
.tarifs-container {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.portfolio-layout-masonry {
	max-height: 1500px;
	overflow: hidden;
	mask-image: linear-gradient(180deg, #000 90%, transparent);
}
.portfolio-layout-masonry.all-photos {
	max-height: none;
	overflow: auto;
	mask-image: none;
}
nav.nav-holder {
	mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 35%, #ffffff 65%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(141deg, rgba(74,125,109,1) 0%, rgba(74,125,109,1) 35%, rgba(146, 229, 202, 1) 100%);
	/*background: linear-gradient(141deg, rgba(255,220,199,1) 0%, rgba(255,248,244,1) 100%);*/
	border-radius: 20px;
	position: relative;
	backdrop-filter: blur(10px);
}
nav.nav-holder:hover {
	opacity: 1;
	mask-image: none;
}

nav.nav-holder ul.menu-nav {
	z-index: 1;
	padding-top: 10px;
	padding-bottom: 10px;
}
.nav-fixed-top nav.nav-holder ul.menu-nav {
	background: none;
	box-shadow: none;
	padding-top: 0;
	padding-bottom: 0;
}
.menu-nav ul li.active a {
	color: #3a3a3a;
}
.menu-nav li a:hover, .menu-nav > li:hover > a, .menu-nav > li.current-menu-item > a {
	background: none;
	color: #fff;
}
.menu-nav li a:after {
	background: #fff;
}
.menu-nav li a {
	color: #fff;
}
.menu-nav li.active,
.menu-breadcrumb li.active {
	background: linear-gradient(141deg, rgba(74,125,109,1) 0%, rgba(74,125,109,1) 35%, rgb(146, 229, 202) 100%);
}
.menu-nav li.active > a,
.menu-nav li.active > a:hover{
	color: #fff !important;
	padding-left: 30px;
}
.menu-nav > li.active {
	padding: 0 8px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.3);
}
.nav-fixed-top .menu-nav > li.active a:after {
	transform: scaleX(1);
}
.menu-nav > li.active > a,
.menu-nav > li.active > a:hover{
	padding-left: 0;
	color: #ffdcc7 !important;
}
.nav-fixed-top .menu-nav > li.active > a,
.nav-fixed-top li a {
	color: rgba(74,125,109,1) !important;
}
.nav-fixed-top li a:hover,
.nav-fixed-top .menu-nav > li:hover > a,
.nav-fixed-top .menu-nav > li.current-menu-item > a{
	color: #000;
}
.nav-fixed-top .header-container5 {
	padding-top: 0;
	padding-bottom: 0;
}
.menu-breadcrumb {
	display: none;
	margin-bottom: 0;
}
.nav-fixed-top .menu-breadcrumb {
	background: none !important;
	display: block;
}
.nav-fixed-top .menu-breadcrumb li {
	display: inline-block;
	position: relative;
	padding: 0 10px;
}
.menu-breadcrumb li.active {
	padding: 4px 10px;
	border-radius: 5px;
}
.menu-breadcrumb li.active a {
	color: #fff !important;
	font-weight: bold;
}
.menu-breadcrumb .menu-item.title {
	font-size: 1.5rem;
	color: rgba(74,125,109,1);
}
.menu-breadcrumb .menu-item.title i{
	font-size: 1.4rem;
	vertical-align: middle;
}
.nav-fixed-top li a:after {
	content: "";
	position: absolute;
	background: rgba(74,125,109,1);
	top: 100%;
	margin-top: -11px;
	left: 0%;
	width: 100%;
	height: 2px;
	transform: scaleX(0);
	transition: transform 0.3s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	transform-origin: right center;
	display: block;
}
.nav-fixed-top .menu-breadcrumb li a:after {
	margin-top: 0;
	left: 5px;
	width: calc(100% - 10px);
}
.nav-fixed-top .menu-breadcrumb li.active a:after {
	display: none;
}
.menu-breadcrumb .menu-item:hover a:after {
	transform: scaleX(1);
}
.nav-fixed-top nav.nav-holder{
	background: none !important;
	mask-image: none;
	opacity: 1;
}
.btn-header .read-more {
	background: linear-gradient(141deg, rgba(255,248,244,1) 0%, rgba(255,220,199,1) 100%);
	color: #000;
}
.btn-header .read-more:after {
	background: #000;
}

.top-single-bkg.no-bkg:before {
	display: none;
}
.read-more.no-icon:after {
	display: none !important;
}
.read-more.no-icon i {
	padding-left: 10px;
}
.portfolio-awards .post-image:hover img {
	transform: scale(1) !important;
}
.testimonial-client span {
	color: #4A7D6D;
	display: block;
	font-size: 1.7rem;
}
.testimonial-client {
	font-size: 2.5rem;
	text-align: center;
	line-height: 1;
}


/* Preview Grid */
.stack {
	margin: 20px auto;
	padding: 0;
	position: relative;
	max-width: 100%;
}
.stack img {
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
	outline: 1px solid transparent;
}
.stack img:last-child {
	position: relative;
}
.stack-previewgrid img:first-child,
.stack-previewgrid img:nth-child(2),
.stack-previewgrid img:nth-child(3) { /* you'd use smaller images here and not define the width like this */
	width: 24.5%;
	top: auto;
	left: auto;
	bottom: -10px;
}
.stack-previewgrid img:first-child {
	right: 12.5%;
	transform: rotate(2deg);
}
.stack-previewgrid img:nth-child(2) {
	left: 37.75%;
	transform: rotate(-3deg);
}
.stack-previewgrid img:nth-child(3) {
	left: 12.5%;
	transform: rotate(3deg);
}
.stack-previewgrid img:nth-child(4) {
	transform-origin: 50% -1.5%;
}
.stack-previewgrid.active img:nth-child(4) {
	transform: scale(0.75);
}
.lead {
	font-style: italic;
}
.faq-card div {
	height: 100%;
	position: relative;
}
.faq-card h3 span {
	display: block;
	font-size: 6rem;
	opacity: 0.15;
	color: #000;
	margin-right: 10px;
	position: absolute;
	padding: 5px 10px;
	top: -20px;
	left: -16px;
	transform: rotate(12deg);
}
.faq-card h3 {
	color: #4A7D6D;
	font-size: 2.5rem;
	line-height: 1;
	text-align: center;
	margin-bottom: 20px;
}
.faq-card .section-color-green h3 {
	color: #fff;
}
.faq-card .section-color-green h3 span {
	color: #4A7D6D;
	background: linear-gradient(141deg, rgba(255,220,199,1) 0%, rgba(255,248,244,1) 100%);
	border-radius: 10px;
	opacity: 1;
}
.faq-card .section-color {
	background: linear-gradient(141deg, rgba(255,248,244,0.5) 0%, rgba(255,220,199,0.5) 100%);
}
.faq-card img {
	max-width: 200px;
	margin: 50px auto 0 auto;
	display: block;
}
.faq-card p {
	font-size: 1.1rem;
	line-height: 1.4 !important;

}
h1.font-title {
	text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}
.text-justify {
	text-align: justify;
}
.margin-nobottom100 {
	margin-bottom: 0;
}
.testimonial-company.aligncenter {
	margin-top: 0;
}
.menu-mask {
	background: #000;
	background: linear-gradient(141deg, rgba(74,125,109,1) 0%, rgba(74,125,109,1) 35%, rgb(146, 229, 202) 100%);
	background-size: 400% 400%;
	color: #fff !important;
	animation: gradientbg2 3s ease-in-out infinite;
}
@keyframes gradientbg2 {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.menu-mobile li:hover > a, .menu-mobile li.current-menu-item > a {
	color: rgba(255,220,199,1);
}
.menu-contact {
	padding-top: 60px;
}
.menu-contact .widgettitle:after {
	background-color: rgba(255,220,199,1);
}
.copyright {
	padding: 0;
}
.copyright .container {
	padding: 40px 0;
	position: relative;
	overflow: hidden;
}
.copyright .container img {
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate(-25deg);
}
footer {
	padding-bottom: 0;
}
.slider-text h1 a {
	color: #fff;
	transition: color 0.5s ease-in-out;
}
.slider-text h1 a:hover {
	color: rgba(255,220,199,1);
}
.mariage-geoloc {
	max-width: 800px;
	padding: 30px;
}
.mariage-geoloc p.aligncenter {
	margin-top: 0;
}
.mariage-geoloc p.aligncenter a {
	font-weight: bold;
}


/******** RESPONSIVE ********/
.show-mobile {
	display: none;
}
@media (max-width: 768px) {
	.hide-mobile {
		display: none;
	}
	.show-mobile {
		display: block;
	}
	.display-2 {
		font-size: 3rem;
		line-height: 1;
	}
	.slider-text {
		padding-top: 80px;
	}
	.post-subtitle {
		font-size: 1.5rem;
		line-height: 1.2;
	}
	.no-max-height {
		max-height: none;
		mask-image: none;
	}
	.nav-fixed-top {
		background: linear-gradient(141deg, rgba(74,125,109,1) 0%, rgba(74,125,109,1) 35%, rgb(146, 229, 202) 100%);
	}
	.logo {
		width: 100%;
	}
	.logo img {
		margin-left: 25px;
		width: 220px;
	}
	.read-more {
		text-align: center;
	}
	.item-2cols {
		width: 100%;
	}
}