/*
Theme Name: 	MFM Digital
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		MFM Digital
Author URI: 	http://mfmdigital.com.com
Description:	MFM Digital Child Theme
Template:		betheme
Version: 		1.0.0
*/

/* Theme customization starts here
-------------------------------------------------------------- */

#Subheader {
	display: none;
}
.mfn-header-menu .menu-item.button-menu {
	background: #000000;
}

footer {
	background: #000000;
}

footer .footer-title {
	padding-top: 70px;
	margin-left: 12px;
}

footer .footer-title img {
	width: 250px;
}

footer .widget_nav_menu ul.menu {
	list-style-type: none;
	padding-left: 0;
	padding-top: 0;
}

footer .widget_nav_menu h4 {
	margin-bottom: 5px;
}

footer .widget_nav_menu ul li a {
	padding: 0;
}

footer .widget_nav_menu ul li::after {
	content: '';
	display: none;
}

footer .footer_copy {
	color: #bababa;
}

footer .footer_copy .copyright {
	float: left;
}

footer .footer_copy ul.social {
	float: right;
	margin-right: 20px;
}

footer .footer_copy ul.social li {
	margin-right: 0;
	display: inline-block;
}

footer .footer_copy ul.social li a {
	color: #65666C;
}

footer .footer_copy a:not(.button,.icon_bar,.mfn-btn,.mfn-option-btn) {
	color: #d1d1d1;
}

footer p.social {
	color: #ffffff;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 0px;
}

footer p.social a {
	font-size: 150%;
	transition: all .1s ease-in-out;
}

footer p.social a:hover {
	color: #0036ec !important;
}

footer .footer_copy .mfn-divider-border .mfn-divider-inner::before {
	content: '';
	border-color: rgb(209 209 209 / 13%);
	width: 100%;
	border: 1px solid;
	display: block;
	margin: 20px 0;
}

footer .mfn-footer-menu .menu-item a {
	padding: 0 0 3px;
	transition: all .1s ease-in-out;
}

footer .mfn-footer-menu .menu-item a:hover {
	color: #0036ec !important;
}

.mcb-item-blockquote-inner p.author {
	margin-left: 0;
}

.mcb-item-blockquote-inner p.author i {
	display: none;
}

.button .button_label {
	padding: 0 !important;
	margin: 0 !important;
}
.button.button_full_width .button_label {
	margin: 0 !important;
}

.column_blog .author-date {
	display: none;
}

.column_blog .post-item .image_frame {
	max-width: 350px;
	max-height: 350px;
	height: auto;
}

.column_blog .post-item .image_frame .image_wrapper {
	text-align: center;
}

.column_blog .post-item {
	padding: 40px 0;
	border-top: 1px solid #d6d6d6;
	margin: 0;
}

.column_blog .post-item .post-desc > div:not(.post-head) {
	max-width: 500px;
}

.column_blog .category .cat-btn {
	display: none;
}

.column_blog .category .cat-wrapper {
	display: block;
	top: 0;
	right: 0;
}

.classic .post-meta .category {
	display: block;
	position: static;
}

.section-mfmfilters, .section-mfmblog {
	background: #ffffff;
}

.section-mfmblog {
	z-index: 0;
}

.section-mfmblog .post-footer .post-links {
	display: none;
}

.single-post .section-post-header {
	padding-top: 100px;
}
.single-post .entry-title {
	text-align: center;
}

.category-evenements .events-link a, .blog .all-link a {
	color: #000000 !important;
	text-decoration: underline;
}

.column_livesearch .mfn-live-search-wrapper {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 3px solid #000000;
	border-radius: 0;
}

.column_livesearch .mfn-live-search-wrapper .icon_search {
	right: 0;
	left: auto;
	width: 30px;
}

.column_livesearch .mfn-live-search-wrapper .field {
	padding-left: 0 !important;
}

.column_livesearch .mfn-live-search-box {
	top: calc(100% + 3px);
}

.column_blog .category .cat-wrapper .post-categories, .column_blog .category .cat-wrapper .post-categories li a {
	transition: all .3s ease-in-out;
}

.type-post .category .cat-wrapper ul.post-categories {
	width: fit-content;
	padding: 7px 25px;
	margin: 0 auto;
}

.type-post .category .cat-wrapper ul.post-categories li a:hover {
	text-decoration: none;
}

.type-post .category .cat-wrapper .post-categories {
	transition: all .3s ease-in-out;
}

.type-post .category .cat-wrapper .post-categories:hover {
	background: #000000 !important;
}

.type-post .post-date {
	text-align: center;
}

@media only screen and (min-width: 960px) {
	.single-post .post-wrapper-content .the_content_wrapper {
		max-width: 800px;
		margin: 0 auto;
	}
}

.page-template-default .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
	margin-bottom: 0;
}

.page-template-default .forminator-ui.forminator-custom-form .forminator-error-message {
	margin-bottom: 10px;
	display: block;
}

.forminator-ui.forminator-custom-form input[type=date], .forminator-ui.forminator-custom-form input[type=email],
.forminator-ui.forminator-custom-form input[type=number], .forminator-ui.forminator-custom-form input[type=password],
.forminator-ui.forminator-custom-form input[type=search], .forminator-ui.forminator-custom-form input[type=tel],
.forminator-ui.forminator-custom-form input[type=text], .forminator-ui.forminator-custom-form input[type=url],
.forminator-ui.forminator-custom-form select, .forminator-ui.forminator-custom-form textarea {
	width: 100%;
}

.forminator-ui.forminator-custom-form .forminator-button-submit {
	background: #0036ec;
	transition: all .3s ease-in-out;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}

.forminator-ui.forminator-custom-form .forminator-row-last {
	text-align: center;
}

.forminator-ui.forminator-custom-form .forminator-button-submit:hover {
	background: #000000;
}

.contact-bonjour {
	position: absolute;
	width: fit-content !important;
	right: 50px;
	top: -35px;
	z-index: 3;
}

.contact-hello {
	position: absolute;
	width: fit-content !important;
	z-index: 3;
	display: none;
}

@media only screen and (min-width: 768px) {
	.contact-bonjour {
		right: 100px;
		top: 35px;
	}
	.contact-hello {
		left: -135px;
		top: 200px;
		display: block;
	}
}

@media only screen and (min-width: 960px) {
	.contact-bonjour {
		right: 240px;
		top: 35px;
	}
	.contact-hello {
		left: -115px;
		top: 220px;
	}
}

.column_blog .post-item.category-evenements .category .cat-wrapper ul.post-categories, .type-post.category-evenements .category .cat-wrapper ul.post-categories {
	background: #00a629;
}
.column_blog .post-item.category-evenements .category .cat-wrapper ul.post-categories li a, .type-post.category-evenements .category .cat-wrapper ul.post-categories li a {
	color: #ffffff;
}

.column_blog .post-item.category-presse .category .cat-wrapper ul.post-categories, .type-post.category-presse .category .cat-wrapper ul.post-categories {
	background: #8fd8ff;
}
.column_blog .post-item.category-presse .category .cat-wrapper ul.post-categories li a, .type-post.category-presse .category .cat-wrapper ul.post-categories li a {
	color: #000000;
}

.column_blog .post-item.category-recrutement .category .cat-wrapper ul.post-categories, .type-post.category-recrutement .category .cat-wrapper ul.post-categories {
	background: #def704;
}
.column_blog .post-item.category-recrutement .category .cat-wrapper ul.post-categories li a, .type-post.category-recrutement .category .cat-wrapper ul.post-categories li a {
	color: #000000;
}

.column_blog .post-item.category-clients .category .cat-wrapper ul.post-categories, .type-post.category-clients .category .cat-wrapper ul.post-categories {
	background: #9047FF;
}
.column_blog .post-item.category-clients .category .cat-wrapper ul.post-categories li a, .type-post.category-clients .category .cat-wrapper ul.post-categories li a {
	color: #ffffff;
}

.column_blog .post-item.category-entreprise .category .cat-wrapper ul.post-categories, .type-post.category-entreprise .category .cat-wrapper ul.post-categories {
	background: #C7AAED;
}
.column_blog .post-item.category-entreprise .category .cat-wrapper ul.post-categories li a, .type-post.category-entreprise .category .cat-wrapper ul.post-categories li a {
	color: #000000;
}
.column_blog .category .cat-wrapper ul.post-categories {
	padding: 7px 25px;
}

.column_blog .category .cat-wrapper .post-categories li {
	display: none;
	border-bottom: none;
}

.column_blog .category .cat-wrapper .post-categories li:first-of-type {
	display: block;
}

.column_blog .category .cat-wrapper .post-categories:hover {
	background: #000000 !important;
}

.column_blog .category .cat-wrapper .post-categories:hover li a {
	color: #ffffff !important;
}

.column_blog .category .cat-wrapper .post-categories li a {
	font-weight: bold;
}

.column_blog .category .cat-wrapper .post-categories li a:hover {
	background: none;
}

.column_blog .pager_load_more .button_icon {
	display: none;
}

.column_blog .pager_load_more {
	padding: 10px 40px;
	border: 1px solid transparent;
}

.column_blog .pager_load_more:hover {
	background: transparent;
	border: 1px solid #000000;
	color: #000000;
}

.column_counter .mcb-item-counter-inner {
	background-image: none;
}

.column_counter .mcb-item-counter-inner .number-wrapper {
	position: relative;
	font-size: 70px;
	font-weight: bold;
}

.column_counter .mcb-item-counter-inner .number-wrapper .number {
	margin-right: 10%;
}

.column_counter .mcb-item-counter-inner .number-wrapper .postfix {
	position: absolute;
	top: -8px;
	margin-left: -10%;
	font-size: 0.65em;
	white-space: nowrap;
}

@media only screen and (min-width: 768px) {
	.column_counter .mcb-item-counter-inner .number-wrapper {
		font-size: 58px;
	}
	.column_counter .mcb-item-counter-inner .number-wrapper .number {
		margin-right: 10%;
	}

	.column_counter .mcb-item-counter-inner .number-wrapper .postfix {
		margin-left: -10%;
	}
}

@media only screen and (min-width: 960px) {
	.column_counter .mcb-item-counter-inner .number-wrapper {
		font-size: 36px;
	}
	.column_counter .mcb-item-counter-inner .number-wrapper .number {
		margin-right: 10%;
	}

	.column_counter .mcb-item-counter-inner .number-wrapper .postfix {
		margin-left: -10%;
	}
}

@media only screen and (min-width: 1240px) {
	.column_counter .mcb-item-counter-inner .number-wrapper {
		font-size: 70px;
	}
	.column_counter .mcb-item-counter-inner .number-wrapper .number {
		margin-right: 10%;
	}

	.column_counter .mcb-item-counter-inner .number-wrapper .postfix {
		margin-left: -10%;
	}
}

@media only screen and (min-width: 768px) {
	footer {
		padding-left: 30px;
		padding-right: 30px;
	}
	footer .container {
		max-width: 100%;
	}
}

@media only screen and (min-width: 960px) {
	footer {
		padding-left: 120px;
		padding-right: 120px;
	}
	footer .container {
		max-width: 1420px;
	}
}

@media only screen and (max-width: 959px) {
/* @media only screen and (max-width: 959px) { */
	.section-full .section_wrapper {
		max-width: 100% !important;
	}
	.section_wrapper {
		max-width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.section-full .section_wrapper {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.testi-violet {
	background: url('dist/img/quotes/quote-violet1.png') 40px 30px no-repeat, url('dist/img/quotes/quote-violet2.png') right 40px bottom 30px no-repeat, black;
}

.testi-yellow {
	background: url('dist/img/quotes/quote-yellow1.png') 40px 30px no-repeat, url('dist/img/quotes/quote-yellow2.png') right 40px bottom 30px no-repeat, black;
}

.testi-blue {
	background: url('dist/img/quotes/quote-blue1.png') 40px 30px no-repeat, url('dist/img/quotes/quote-blue2.png') right 40px bottom 30px no-repeat, black;
}

.testi-green {
	background: url('dist/img/quotes/quote-green1.png') 40px 30px no-repeat, url('dist/img/quotes/quote-green2.png') right 40px bottom 30px no-repeat, black;
}

.section {
	padding-right: 0;
	padding-left: 0;
}

.section:not(.section-full) {
	padding-right: 0;
	padding-left: 0;
}

@media only screen and (min-width: 768px) {
	.section:not(.section-full) {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media only screen and (min-width: 960px) {
	.section {
		max-width: 940px;
		margin: 0 auto;
	}
	.section:not(.section-full) {
		padding-right: 120px;
		padding-left: 120px;
	}
}

@media only screen and (min-width: 1240px) {
	.section {
		max-width: 1420px;
	}
}

@media only screen and (max-width: 767px) {
	.line-arrow .one-second {
		width: 48% !important;
	}
	.line-arrow .one-third {
		width: 32% !important;
	}
	.line-arrow .one-sixth {
		width: 19% !important;
	}
}

.overflow-y-scroll {
	max-height: 750px;
}

.overflow-y-scroll, .menu-carte {
	overflow-y: auto;
	direction: rtl;
	scrollbar-color: #000000 #c2c2c2;
	scrollbar-width: thin;
	scrollbar-face-color: #000000; /* Firefox 63 compatibility */
	scrollbar-track-color: #cccccc; /* Firefox 63 compatibility */
}

.overflow-y-scroll > div, .menu-carte > div {
	direction: ltr;
}

.overflow-y-scroll::-webkit-scrollbar, .menu-carte::-webkit-scrollbar {
	width: 8px;
	background-color: transparent;
}
.overflow-y-scroll::-webkit-scrollbar-thumb, .menu-carte::-webkit-scrollbar-thumb {
	background: #000000;
	border-radius: 0;
}
.overflow-y-scroll::-webkit-scrollbar-thumb:hover, .menu-carte::-webkit-scrollbar-thumb:hover {
	background: #000000;
}
.overflow-y-scroll::-webkit-scrollbar-track, .menu-carte::-webkit-scrollbar-track {
	background-color: transparent;
	border: none;
	border-right: 6px solid #000000;
	outline: solid 5px #f0f0f0;
	outline-offset: -3px;
	box-shadow: none;
}

p:empty {
	display: none;
}

.carte-france .carte-item:not(.carte-paris) {
	display: none;
}

.clients_slider .blog_slider_header {
	display: none;
}

blockquote p {
	line-height: initial;
}

#nano-menu-mobile{
    position:fixed;
    height:100vh;
    width:100vw;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: #fff;
    z-index:99999;
    transform:translateX(100vw);
    transition:transform ease-in-out .4s
}
#nano-menu-mobile.active{
    transform:translateX(0px);
}
#nano-menu-mobile .menu-head{
    height:66px;
    background-color: #def704;
    display:flex;
    align-items:center;
    box-sizing: border-box;
    padding:0 10px;
    justify-content: space-between;
}
#nano-menu-mobile .menu-head img{
    width:calc(100% - 40px);
    max-width: 260px;
    display:block;
}
#nano-menu-mobile .menu-head .close{
    display:inline-block;
    width:56px;
    height:56px;
    cursor: pointer;
    background-image: url(dist/img/icons/cross.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 38px;
}
#nano-menu-mobile [data-block]{
    height:calc(100vh - 66px);
    width:calc(100vw - 36px);
    overflow:auto;
    position:absolute;
    top:66px;
    left:100%;
    display:flex;
    align-items:stretch;
    justify-content: center;
    flex-direction: column;
    gap:32px;
    color:#000;
    padding:0px 20px 0 25px;
    box-sizing: border-box;
    transform: translateX(0px);
    transition: all ease-in-out .3s;
}
.mfn-header-tmpl-menu-sidebar-right{display:none!important}

#nano-menu-mobile [data-block="0"]{
width:100vw
}
#nano-menu-mobile [data-block].active{
    transform:translateX(-100%)
}
#nano-menu-mobile [data-block] a{
    font-size: 20px;
    line-height:1em;
    font-weight: bold;
    position: relative;
    display: block;

}
#nano-menu-mobile [data-block] a[class*="icon"]{
    text-indent: -100vw;
    display: inline-block;
}
#nano-menu-mobile [data-block] a[class*="icon"]::before{
    text-indent:100vw
}
#nano-menu-mobile [data-block] a+p{
    font-size:17px;
    line-height:1em;
    margin-top: 18px;
}
#nano-menu-mobile [data-block] a.has-sub{
    padding-right: 18px;
}
#nano-menu-mobile [data-block] a.has-sub::after{
    content:'';
    display:inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top:calc(.5em - 7px);
    right:0;
    background-image:url(dist/img/icons/nano-icon-arrow-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}
#nano-menu-mobile [data-block="0"] a{
    font-size:24px
}
#nano-menu-mobile [data-block]:not([data-block="0"]){
    background-color: #00a629;
    color:#fff
}
#nano-menu-mobile [data-block] a{
    color:#000
}
#nano-menu-mobile [data-block]:not([data-block="0"]) a{
    color:#fff;
    
}

#nano-menu-mobile [data-block] .back{
    display:inline-block;
    width: 30px;
    height: 30px;
    position:absolute;
    top:20px;
    left:50px;
    background-image: url(dist/img/icons/nano-icon-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform:rotate(180deg);
    cursor: pointer;
}
#nano-menu-mobile [data-block] .menu-connect{
    position:absolute;
    top:19px;
    right:0;
}
#nano-menu-mobile [data-block] .menu-connect a{
    display:inline-block;
    font-size: 20px;
    padding:18px 30px;
    border:solid 1px #0035e9;
    box-sizing: border-box;
}

#nano-menu-mobile [data-block] .menu-contact{
    margin-top:30px;

}
#nano-menu-mobile [data-block] .menu-contact a{
    display:inline-block;
    font-size:20px;
    color:#fff;
    padding:13px 52px 16px;
    background-color: #000;

}