/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

body.no-scroll {
	position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
}

/* 404 Page: Start */
body.error404.default-404 .mfn-header-overlay, body.error404.default-404 header, body.error404.default-404 #Header_wrapper, body.error404.default-404 footer {
	display: block !important;
}
body.error404 #Action_bar .contact_details li.slogan .icon-clock:first-child {
	display: none;
}
#Error_404 .error_pic {
	width: 100%;
	margin-bottom: 20px;
}
#Error_404 {
    position: static;
    margin-top: 0;
	padding-top: 60px;
	padding-bottom: 60px;
}
#Error_404 .mcb-column-inner {
	margin-bottom: 0 !important;
}

#Error_404 .error_desk {
    width: 100%;
    float: unset; 
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#Error_404 .error_desk p {
	margin-bottom: 0;
}
#Error_404 .error_desk p .check {
	display: block;
	line-height: 1.5;
	margin-bottom: 20px;
}
#Error_404 .error_desk .button {
	display: inline-block !important;
	overflow: hidden;
	line-height: unset !important;
}
#Error_404 .error_desk .button span {
	z-index: 2;
	position: relative;
}
#Error_404 .error_desk .button::before {
    background: #fbcf24;
    border-radius: 50%;
    content: "";
    height: 200%;
    left: 50%;
    position: absolute;
    top: -200%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition-duration: .8s;
    width: 150%;
/*     z-index: -1; */
}
#Error_404 .error_desk p .button:hover {
	background-color: unset;
	color: #414141;
	
}
#Error_404 .error_desk .button:hover::before {
    top: -40%;
}

/* 404 Page: End */

/* Desc Popop Styles: Start */

#descPopup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
}
#descPopup .popup-content {
  background: #fff;
  padding: 20px;
  margin: calc((100vh / 2) - (215px / 2)) auto;
  width: 80%;
  max-width: 500px;
  border-radius: 10px;
  position: relative;
	display: block;
	height: 215px;
	overflow: auto;
}
#descPopup .close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
	font-weight: 700;
  cursor: pointer;
	color: #d8232a;
}
#descPopup .desc-content ul {
	list-style: disc !important;
	padding-left: 20px;
}
#descPopup .desc-content ul > li {
	margin-bottom: 10px;
}
#descPopup .desc-content ul > li:last-child {
	margin-bottom: 0;
} 
/* Desc Popup Styles: End */

/* Video Popup Styles: Start */

.custom-video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.custom-video-popup .custom-popup-content {
    position: relative;
    background: #fff;
    padding: 20px;
    max-width: 80%;
    width: 640px;
    border-radius: 10px;
    text-align: center;
}

.custom-popup-content video {
    max-width: 600px;
	width: 100%;
    height: 350px;
}

.custom-close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

/* Video Popup Styles: End  */

/* Assets Styles: Start */
.grecaptcha-badge {
	bottom: 100px !important;
	z-index: 1;
}
.has-padding-top {
	padding-top: 60px;
}
.has-padding-bottom {
	padding-bottom: 60px;
}
h1 {
	margin-bottom: 20px;
	line-height: 1 !important;
}
h2 {
	font-size: 28px !important;
	margin-bottom: 20px;
	line-height: 1.1 !important;
}
h3 {
	font-size: 24px !important;
	margin-bottom: 20px;
	line-height: 1.2 !important;
}
h4 {
	font-size: 22px !important;
	margin-bottom: 20px;
	line-height: 1.3 !important;
}
h5 {
	font-size: 20px !important;
	margin-bottom: 20px;
	line-height: 1.3 !important;
}
.mcb-column-inner {
	margin-bottom: 20px !important;
}
.mcb-column-inner p{
	margin-bottom: 0 !important;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.widget_archive ul li:after, .widget_nav_menu ul li:after {
	content: unset;
}
.fancy_heading {
	display: flex;
	flex-direction: column;
}
.fancy_heading .title {
	font-size: 28px;
	order: 1;
	margin-bottom: 5px;
}
.fancy_heading .inside {
	order: 2;
	margin-bottom: 20px;
}
.fancy_heading .fh-top {
	order: 3;
	max-width: 300px;
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
}
.fancy_heading .fh-top::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translatey(-50%);
	height: 1px;
	width: 40%;
	background-color: #fbcf24;
}
.fancy_heading .fh-top::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translatey(-50%);
	height: 1px;
	width: 40%;
	background-color: #fbcf24;
}
.custom-left-fancy-heading .fancy_heading {
	text-align: left;
}
.custom-left-fancy-heading .fancy_heading .fh-top::before {
	content: unset;
}
.custom-left-fancy-heading .fancy_heading .fh-top img{
	display: none;
}
.custom-left-fancy-heading .fancy_heading .fh-top::after {
	right: unset;
	left: 0;
}
.custom-center-fancy-heading .fancy_heading {
	align-items: center;
}

.custom-center-fancy-heading .fancy_heading .title {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.custom-center-heading {
	text-align: center;
}
.column_button .button {
	min-width: 220px;
	line-height: 1;
	overflow: hidden;
	transition: all .3s ease 0s;
	z-index: 7;
}

.column_button .button::before {
  background: #fbcf24;
    border-radius: 50%;
    content: "";
    height: 200%;
    left: 50%;
    position: absolute;
    top: -200%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition-duration: .8s;
    width: 150%;
	z-index: -1;
}
.column_button .button:hover {
  background-color: unset;
  color: #414141 !important;
  border: 1px solid #fbcf24 !important;
}
.column_button .button:hover::before {
  top: -40%;
}

.custom-center-text > .mcb-column-inner {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}
.custom-center-text p {
	text-align: center;
	margin-bottom: 0;
}
.mfn-list .mfn-list-item {
	padding: 0 !important;
	margin-bottom: 10px;
}
.mfn-list .mfn-list-item:last-child {
	margin-bottom: 0;
}
/* Assets Styles: End */

/* Bannière cookies Styles: Start */
.cmplz-cookiebanner.cmplz-show::after {
    position: absolute;
    top: -40px;
    left: 50%;
    width: 70px;
    content: "";
    height: 70px;
    background-image: url(https://yoyo-food.com/wp-content/uploads/2025/08/cookies-img-min.png);
    background-position: center;
    background-size: cover;
    z-index: 0;
    opacity: 1;
    transform: translatex(-50%);
	animation: translateAnim 2s infinite;
}
.cmplz-cookiebanner .cmplz-title {
    padding-top: 20px;
	display: none;
}
@keyframes translateAnim {
	0%, 100% {
		transform: translatex(-50%) translatey(-2px);
	}
	50% {
		transform: translatex(-50%) translatey(2px);
	}
}
/* Bannière cookies Styles: End */

/* Back To Top: Start */

#back_to_top {
	background-color: #fff9eb;
	width: 40px;
	height: 70px;
	border-radius: 20px;
	box-shadow: 0 0 50px rgba(0, 0, 0, .1);
	right: 20px !important;
}
#back_to_top i {
	animation: translateTopAnim 2s infinite;
}

/* Back To Top: End */

/* Pages Indispensables Styles: Start */
body.policy-page #Content {
	padding-bottom: 30px;
}
body.policy-page .the_content_wrapper {
	margin-bottom: 0;
}
body.policy-page .section.section-page-footer {
	display: none;
}
body.policy-page .the_content_wrapper .policy-page-content, body.policy-page .the_content_wrapper>.cmplz-document {
    border: 1px solid #fbcf24;
    padding: 30px;
	background-color: #fff;
}

.policy-page .content_wrapper .policy-page-content :last-child,
#cmplz-document> :last-child {
    margin-bottom: 0;
}
body.policy-page .section_wrapper .policy-page-content ul {
	margin-bottom: 20px;
}
body.policy-page .section_wrapper .policy-page-content ul li {
	color: #414141;
}
body.policy-page .section_wrapper .policy-page-content ul li:last-child {
	margin-bottom: 0;
}
body.policy-page .section_wrapper .policy-page-content a {
	color: #d8232a;
}
body.policy-page .section_wrapper .policy-page-content a:hover {
	color: #fbcf24;
}

body.policy-page .policy-page-content h3 {
	color: #d8232a;
}
#cmplz-document {
    max-width: unset;
    font-size: 16px;
}

#cmplz-document p,
#cmplz-document li,
#cmplz-document td
{
    font-size: 16px;
	color: #414141;
}

#cmplz-document h2 {
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.1;
}

#cmplz-document .cmplz-subtitle {
    font-size: 24px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    margin-top: 0;
    margin-bottom: 20px;
	color: #1e2427 !important;
	font-family: 'Rowdies' !important;
	color: #d8232a !important;
}
#cmplz-cookies-overview .cmplz-dropdown summary div h3, #cmplz-document .cmplz-dropdown summary div h3, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div h3, #cmplz-cookies-overview .cmplz-dropdown h4, #cmplz-document .cmplz-dropdown h4, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4 {
	font-size: 18px !important;
	color: #111316;
}
#cmplz-cookies-overview,
#cmplz-manage-consent-container {
    margin-bottom: 20px;
}

#cmplz-cookies-overview .cmplz-dropdown summary,
#cmplz-document .cmplz-dropdown summary {
    margin: 0;
}

/* Pages Indispensables Styles: End */

/* Header Styles: Start */
#Action_bar .social li a {
	font-size: 20px;
	line-height: 24px;
}
#Action_bar .contact_details li a {
	line-height: 24px;
}
#Action_bar .contact_details li a:hover, #Action_bar .social li a:hover {
	color: #d8232a !important;
}
#Action_bar .contact_details li i {
	margin-right: 10px;
}
#Action_bar .contact_details li.mail i:before {
	vertical-align: middle !important;
}
#Action_bar .contact_details li {
	margin-right: 20px;
}
#Top_bar .logo {
	margin-left: 0;
}
#Top_bar .menu > li > a span:not(.description) {
	padding: 0 15px;
}
#Top_bar .top_bar_right {
	padding-right: 0;
}
#Top_bar .menu > li.menu-item-home > a > span {
	display: flex;
	align-items: center;
	justify-content: center;
}
#Top_bar .menu > li.menu-item-home > a > span > span {
    display: none !important;
}
#Top_bar .menu > li.menu-item-home > a > span > i {
    font-size: 30px;
}
#Top_bar.is-sticky {
    height: 90px !important;
}
#Top_bar .logo, #Top_bar.is-sticky .logo {
    margin-left: 0;
    margin-right: 10px;
}
#Top_bar.is-sticky #logo, #Top_bar.is-sticky .custom-logo-link {
    height: 60px !important;
    line-height: 60px !important;
    padding: 15px 0 !important;
}
#Top_bar.is-sticky #logo img.logo-sticky {
    max-height: 60px !important;
}

#Top_bar.is-sticky .menu > li > a, #Top_bar.is-sticky .menu > li > a span {
    line-height: 60px !important;
}
.action_button {
	line-height: 1;
	overflow: hidden;
	transition: all .3s ease 0s;
	z-index: 7;
}

.action_button::before {
  background: #fbcf24;
    border-radius: 50%;
    content: "";
    height: 200%;
    left: 50%;
    position: absolute;
    top: -200%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition-duration: .8s;
    width: 150%;
	z-index: -1;
}
.action_button:hover {
  background-color: unset;
  color: #414141 !important;
  border: 1px solid #fbcf24 !important;
}
.action_button:hover::before {
  top: -40%;
}
/* Header Styles: End */

/* Subheader & Custom Subheader Classes: Start */
#Subheader .title {
	margin-bottom: 20px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	float: unset;
	font-weight: 500; 
}
.subheader-both-center #Subheader .breadcrumbs {
	margin-top: 0;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	float: unset;
}
.subheader-both-center #Subheader .breadcrumbs li a {
	color: #d8232a;
}
.subheader-both-center #Subheader .breadcrumbs li a:hover, .custom-subheader .column_breadcrumbs .breadcrumbs li a:hover{
	color: #111316;
}
#Subheader {
	overflow: hidden;
}
#Subheader::before {
	content: url(https://imgur.com/g2lPs8k.png);
	position: absolute;
	left: 0;
	bottom: -10px;
}

#Subheader::after {
	content: url(https://imgur.com/BwgiywI.png);
	position: absolute;
	right: 0;
	bottom: -15px;
	height: unset;
    left: unset;
    width: unset;
	transform: scale(0.7);
	box-shadow: unset;
}

.custom-subheader {
	padding: 30px 0;
	overflow: hidden;
}
.custom-subheader .column_heading .title, .custom-subheader .column_column p {
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
}
.custom-subheader .column_breadcrumbs > .mcb-column-inner {
	margin-bottom: 0 !important;
}
.custom-subheader .column_breadcrumbs .breadcrumbs {
	max-width: 800px;
	margin: 0 auto;
	justify-content: center;
}
.custom-subheader .column_breadcrumbs .breadcrumbs li a{
	margin-right: 10px;
}
.custom-subheader .column_breadcrumbs .breadcrumbs li .mfn-breadcrumbs-separator{
	padding-right: 10px;
}
.custom-subheader::before {
	content: url(https://imgur.com/g2lPs8k.png);
	position: absolute;
	left: 0;
	bottom: -10px;
}
.custom-subheader::after {
	content: url(https://imgur.com/BwgiywI.png);
	position: absolute;
	right: 0;
	bottom: 0;
}
/* Subheader & Custom Subheader Classes: End */


/* Footer Styles: Start */
.mfn-footer h2 {
	font-size: 22px !important;
}
.widget_nav_menu ul {
	background-color: unset;
	list-style-type: none;
	padding-left: 0;
}
.widget_nav_menu ul > li, .widget_custom_html ul li  {
	margin-bottom: 10px;
}
.widget_nav_menu ul > li:last-child, .widget_custom_html ul li:last-child {
	margin-bottom: 0;
}
.widget_nav_menu ul > li a{
	padding: 0;
}

.copyright-bloc{
	  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    transition: color 0.3s ease 0s;
}
.copyright-bloc .copyright-nav{
    margin: 0;
    padding: 0;
    text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.copyright-bloc .copyright-nav .list-item{
    display: inline-block;
    margin: 0 5px 0 0;
}
.copyright-bloc .copyright-nav .list-item:last-child{
  margin-right: 0;
}
.copyright-bloc .copyright-nav .list-item::after{
    content: "|";
    margin: 0 0 0 5px;
}
.copyright-bloc .copyright-nav .list-item.company-item .company-name{
	text-transform: uppercase;
    font-weight: 900 !important;
}
.copyright-bloc .copyright-nav .list-item .item-link{
    display: inline-block;
    text-decoration: none;
    transition: color 0.3s;
}
.copyright-bloc .agency-logo{
	  display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.copyright-bloc .agency-logo::before{
    content: 'Développé par';
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}
.copyright-bloc .agency-logo .logo-link{
    display: inline-block;
    width: 135px;
    margin: 0;
    text-decoration: none;
}
.copyright-bloc .agency-logo .logo-img{
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.copyright-bloc .agency-logo.inverted .logo-img{
	  filter: invert(1);
}
#Footer .footer_copy .copyright, #Footer .footer_copy .one, #Footer .footer_copy .one > .mcb-column-inner, #Footer .widgets_wrapper .mcb-column-inner, #Footer .widgets_wrapper .widget  {
	margin-bottom: 0 !important;
}
#Footer .widgets_wrapper .widget {
	margin-top: 0;
}
#Footer .footer_copy {
	border-top: unset;
}
#Footer .footer_copy .social {
	display: none;
}
#Footer {
	overflow: hidden;
}


#Footer .widgets_wrapper .column:first-child .widget.widget_custom_html {
	margin-bottom: 20px !important;
}
#Footer .widgets_wrapper .column:first-child p {
	margin-bottom: 0;
}
#Footer .widgets_wrapper .column:nth-child(4) .widget.widget_custom_html  {
	margin-top: 20px;
}
#Footer .widgets_wrapper .column:nth-child(2) .widget{
	padding-left: 40px;
}
#Footer .widgets_wrapper .widget_nav_menu ul {
	padding: 0;
}
#Footer .widgets_wrapper .widget .custom-social-media {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap; 
}
#Footer .widgets_wrapper .widget .custom-social-media a {
	position: relative; 
	margin-right: 40px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#Footer .widgets_wrapper .widget .custom-social-media a:last-child {
	margin-right: 0;
}
#Footer .widgets_wrapper .widget .custom-social-media a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	transform: translate(-50%, -50%);
	background-image: url('https://yoyo-food.com/wp-content/uploads/2025/07/shape-social-media.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#Footer{
	z-index: 1;
}
#Footer .widgets_wrapper .column {
	width: calc(100% / 4);
}
#Footer .widgets_wrapper .column:last-child {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#Footer .widgets_wrapper .column:last-child .mcb-column-inner, #Footer .widgets_wrapper .column:last-child  .widget_custom_html, #Footer .widgets_wrapper .column:last-child  .custom-html-widget, #Footer .widgets_wrapper .column:last-child .footer-shapes {
	height: 100%;
}
#Footer .widgets_wrapper .column:last-child  .widget_custom_html {
	position: relative;
}
#Footer .widgets_wrapper .column:last-child .footer-shapes .footer-shape-1 {
	position: absolute;
    width: 80px;
    top: 50px;
    left: -100px;
    transform: rotate(-45deg);
	animation: translateRightAnim 2s infinite;
}

#Footer .widgets_wrapper .column:last-child .footer-shapes .footer-shape-2 {
	position: absolute;
    width: 60px;
    bottom: -30px;
    right: -10px;
	animation: translateTopAnim 2s infinite;
}

#Footer .widgets_wrapper .column:last-child .footer-shapes .footer-shape-3 {
	position: absolute;
    width: 80px;
    top: -60px;
    right: -100px;
	animation: translateTopAnim 2s infinite;
}
#Footer .widgets_wrapper .column:last-child .footer-shapes .footer-shape-4 {
	position: absolute;
    width: 60px;
    top: -20px;
    right: -10px;
	transform: rotate(45deg);
	animation: opacityAnim1 2s infinite;
	display: none
}
 #Footer .footer_copy .one {
	padding-top: 20px;
	padding-bottom: 0;

} 
#Footer .footer_copy .one::before {
	    content: "";
    background: url(https://yoyo-food.com/wp-content/uploads/2025/09/border-shape.png) repeat-x;
    position: absolute;
	width: 100%;
    height: 6px;
     z-index: 1;
    display: block;
    top:0;
    left: 0;
    z-index: 1;
	filter: brightness(0) saturate(100%) invert(89%) sepia(40%) saturate(1373%) hue-rotate(334deg) brightness(99%) contrast(98%);
}

@keyframes translateTopAnim {
	0%, 100% {
		transform: translatey(0);
	}

	50% {
		transform: translatey(4px);
	}

}

@keyframes translateRightAnim {
	0%, 100% {
		transform: rotate(-45deg) translatex(0);
	}

	50% {
		transform: rotate(-45deg) translatex(4px);
	}

}

@keyframes opacityAnim1 {
	0%, 100% {
		opacity: 1;
	}
	25% {
		opacity: 0.3;
	}
	50% {
		opacity: 0.5;
	}
	75% {
		opacity: 0.7;
	}

}
/* Footer Styles: End */

/* Contact Page Styles: Start */
.section-01-contact .custom-left-col .column_column > .mcb-column-inner, .section-01-contact .custom-right-col .column_icon_box > .mcb-column-inner {
	margin-bottom: 0 !important;
}
.section-01-contact .custom-right-col .icon_box.icon_position_left {
    min-height: unset;
    padding-left: 35px;
}
.section-01-contact .custom-right-col .icon_box .icon_wrapper {
	width: 30px;
	height: 30px;
	top: 5px;
	background-color: unset;
	box-shadow: unset; 
	border: none;
}
.section-01-contact .custom-right-col .icon_box .icon_wrapper::before {
	content: unset;
}
.section-01-contact .custom-right-col .icon_box .desc_wrapper {
	padding-top: 0;
}

.section-02-contact .custom-left-col .column_column p {
	margin-bottom: 0;
}
.section-02-contact .custom-left-col .column_list_2 > .mcb-column-inner {
	margin-bottom: 0 !important;
}
.section-02-contact .custom-left-col .column_list_2 ul > li {
	align-items: flex-start;
	font-weight: 700;
}
.section-02-contact .custom-right-col {
	border: 1px solid #fbcf24;
	padding: 20px;
	background-color: #fff;
}
.section-02-contact .custom-right-col .column_column > .mcb-column-inner {
	margin-bottom: 0 !important;
}
.section-02-contact .custom-right-col .gform-theme--foundation .gform_fields {
	row-gap: 20px;
}
.section-02-contact .custom-right-col .gform-body .gfield, .section-02-contact .custom-right-col .gform-body fieldset.gfield {
	display: flex !important;
	flex-wrap: wrap;
	gap: 10px;
}
.section-02-contact .custom-right-col .gform-body .gfield .gfield_label{
	width: 200px;
	font-size: 16px;
}
.section-02-contact .custom-right-col .gform-body .gfield .ginput_container{
	width: calc(100% - 210px);
} 
.section-02-contact .custom-right-col .gform-body .gfield input {
	border-color: #cccaca;
	background-color: transparent;
	font-size: 16px;
	border-radius: unset !important;
}
.section-02-contact .custom-right-col .gform-body .gfield textarea {
	border-color: #cccaca;
	background-color: transparent;
	resize: none;
	font-size: 16px;
	border-radius: unset !important;
}
.section-02-contact .custom-right-col .gform-body fieldset.gfield.gfield--type-checkbox {
	margin-left: 210px;
}
.section-02-contact .custom-right-col .gform-body .gfield .ginput_container.ginput_container_checkbox {
	width: 100%;
}
.section-02-contact .custom-right-col .gform-body fieldset.gfield.gfield--type-checkbox .gfield_description {
	font-size: 14px;
	margin-top: 0;
}
.section-02-contact .custom-right-col .gform-body fieldset.gfield.gfield--type-checkbox .gfield_description a {
	color: #d82324 ;
}
.section-02-contact .custom-right-col .gform-body fieldset.gfield.gfield--type-checkbox .gfield_description a:hover {
	color: #fbcf24 ;
}
.section-02-contact .custom-right-col .gform-body .gfield .ginput_container.ginput_recaptcha, .section-02-contact .custom-right-col .gform-footer {
	margin-left: 210px;
}

.section-02-contact .custom-right-col .gform-footer input[type="submit"] {
	padding: 10px 20px !important;
	background-color: #d82324 !important;
	color: #fff !important;
	border: 1px solid #d8232a !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	border-radius: unset !important;
}
.section-02-contact .custom-right-col .gform-footer input[type="submit"]:hover {
	background-color: #fbcf24 !important;
	color: #414141 !important;
	border-color: #fbcf24 !important;
}
input:focus, textarea:focus {
	outline: unset !important;
	border: 1px solid #d8232a !important;
}
/* Contact Page Styles: End */


/* Accueil Page Styles: Start */
.section-01-home .column_button > .mcb-column-inner, .section-01-home .column_image > .mcb-column-inner {
	margin-bottom: 0 !important;
}
.section-01-home .a-propos-content {
	margin-top: 80px;
}
.section-01-home .a-propos-img-1 .column_image > .mcb-column-inner {
	padding-left: 30px;
}

.section-01-home .a-propos-img-1 .image_frame, .section-01-home .a-propos-img-2 .image_frame {
	width: 250px;
	height: 300px;
	overflow: visible;
}
.section-01-home .a-propos-img-1 .image_frame .image_wrapper, .section-01-home .a-propos-img-2 .image_frame .image_wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: visible;
	
}
.section-01-home .a-propos-img-1 .image_frame .image_wrapper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	clip-path: polygon(0 0, 80% 0%, 100% 20%, 100% 80%, 100% 100%, 20% 100%, 0 100%, 0% 20%);
}

.section-01-home .a-propos-img-1 .image_frame .image_wrapper::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -20px;
  width: 100%;
  height: 100%;
  border: 1px solid #fbcf24;
  clip-path: polygon(0 0, 80% 0%, 100% 20%, 100% 80%, 100% 100%, 20% 100%, 0 100%, 0% 20%);
  z-index: -1;
}
.section-01-home .a-propos-img-2 {
	margin-top: 130px;
}
.section-01-home .a-propos-img-2 .column_image > .mcb-column-inner {
	padding-right: 40px;
}
.section-01-home .a-propos-img-2 .image_frame .image_wrapper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
}
.section-01-home .a-propos-img-2 .image_frame .image_wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  border: 1px solid #fbcf24;
  clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
  z-index: -1;
}

.section-02-home .custom-left-col .mcb-wrap-inner {
	border: 1px solid #fbcf24;
	padding: 10px;
	margin-left: 12px;
	margin-right: 12px;
	background-color: #fff;
}

.section-02-home .custom-left-col .custom-menu-box .feature_box .feature_box_wrapper{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.section-02-home .custom-left-col .custom-menu-box .feature_box .photo_wrapper {
	order: 2;
	width: 150px;
	padding-left: 20px;
	border-left: 1px dashed #fbcf24;
}

.section-02-home .custom-left-col .custom-menu-box .feature_box .photo_wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-02-home .custom-left-col .custom-menu-box .feature_box .desc_wrapper {
	order: 1;
	width: calc(100% - 150px);
	padding-left: 0;
	padding-right: 20px;
}
.section-02-home .custom-left-col .custom-menu-box .feature_box .desc_wrapper .title {
/* 	color: #d8232a; */
	margin-bottom: 10px;
}
.section-02-home .custom-left-col .custom-menu-box > .mcb-column-inner {
	margin-bottom: 0 !important;
	padding: 10px;
}
.section-02-home .custom-left-col .custom-menu-box .feature_box .desc_wrapper .desc .item-description {
	margin-bottom: 10px !important;
}
.section-02-home .custom-left-col .custom-menu-box .feature_box .desc_wrapper .desc .item-price {
	color: #d8232a;
	padding: 5px 10px;
	border: 1px solid #d8232a;
	max-width: 130px;
	text-align: center;
}
.section-02-home .custom-right-col .custom-img-1, .section-02-home .custom-right-col .custom-img-1 .image_frame, .section-02-home .custom-right-col .custom-img-1 .image_wrapper  {
	width: 100%;
	height: 100%;
}

.section-02-home .custom-right-col .custom-img-1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: 938px;
}
.section-02-home .custom-right-col .custom-img-1 > .mcb-column-inner {
	margin-bottom: 0 !important;
	height: 100%;
}

.section-02-home .custom-right-col .column_counter {
	position: absolute;
	bottom: 0;
	max-width: 300px;
	left: var(--mfn-column-gap-left);
	background-color: #fff;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.section-02-home .custom-right-col .column_counter > .mcb-column-inner {
	margin-bottom: 0 !important;
	background-image: unset;
}
.section-02-home .custom-right-col .column_counter .counter {
	padding-top: 50px;
}
.section-02-home .custom-right-col .column_counter .number-wrapper {
	color: #d8232a;
}
.section-02-home .custom-right-col .column_counter .title {
	color: #111316;
}

.section-02-home .custom-right-col .custom-img-2 {
	position: absolute;
    bottom: 0;
    right: 0;
	width: auto;
}
.section-02-home .custom-right-col .custom-img-2 .image_frame {
	width: 130px;
	height: 150px;
}
.section-02-home .custom-right-col .custom-img-2 .image_frame .image_wrapper {
	width: 100%;
	height: 100%
}
.section-02-home .custom-right-col .custom-img-2  > .mcb-column-inner {
	margin-bottom: 0 !important;
}
.section-02-home .custom-right-col .custom-img-2 img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	transform: rotate(-30deg);
	animation: translateTopImg 2.2s infinite;
}
@keyframes translateTopImg {
	0%, 100% {
		transform: translatey(0) rotate(-30deg);
	}

	50% {
		transform: translatey(4px) rotate(-30deg);
	}

}

.section-03-home .custom-section-title .mcb-wrap-inner{
	max-width: 1000px; 
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.section-03-home .custom-section-title .mcb-wrap-inner .column_heading {
	width: calc(50% - 20px) ;  
}
.section-03-home .custom-section-title .title{
	padding: 20px;
	border: 1px solid #111316;
	text-align: center;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.section-03-home .custom-section-title .title.active {
	background-color: #d8232a;
	
	border-color: #d8232a;
	color: #fff;
}
.section-03-home .custom-section-title .title.active {
	color: #fff !important;
}
.section-03-home .custom-section-title .mcb-wrap-inner::before {
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	left: -100px;
	transform: translatey(-50%);
	width: 100px;
	height: 1px;
	border: 1px dashed #d8232a;
}
.section-03-home .custom-section-title .mcb-wrap-inner::after {
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	right: -100px;
	transform: translatey(-50%);
	width: 100px;
	height: 1px;
	border: 1px dashed #d8232a;
}
.section-03-home .custom-center-heading {
	text-align: center;
}
.section-03-home .custom-center-heading .title::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translatey(-50%);
	width: 35%;
	height: 1px;
	border: 1px dashed #d8232a;
}

.section-03-home .custom-center-heading .title::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translatey(-50%);
	width: 35%;
	height: 1px;
	border: 1px dashed #d8232a;
}
.section-03-home .column_photo_box > .mcb-column-inner {
	margin-bottom: 0 !important;
}
.section-03-home .column_photo_box .photo_box {
	border: 1px solid #cccaca;
	padding: 30px;
	transition: all .5s ease-in-out;
	position: relative;
	cursor: pointer;
}
.section-03-home .column_photo_box .photo_box::before {
	content: "";
	position: absolute;
	bottom: 0;
    left: 0;
	width: 0;
    height: 0;
	opacity: 0;
    border-left: 1px solid #fbcf24;
    border-bottom: 1px solid #fbcf24;
}
.section-03-home .column_photo_box .photo_box::after  {
	content: "";
	position: absolute;
	top: 0;
    right: 0;
	width: 0;
    height: 0;
	opacity: 0;
    border-right: 1px solid #fbcf24;
    border-top: 1px solid #fbcf24;
}
.section-03-home .column_photo_box .photo_box .image_frame {
	transform: scale(0.9);
	transition: all 0.2s ease-in-out;
	margin-bottom: 0;
	width: 200px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}
.section-03-home .column_photo_box .photo_box .image_frame .image_wrapper {
	width: 100%;
	height: 100%;
}
.section-03-home .column_photo_box .photo_box .image_frame .image_wrapper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-03-home .column_photo_box .photo_box:hover {
/* 	border-color: #d8232a; */
/* 	box-shadow: 0 0 50px rgba(0, 0, 0, .1); */
	border-color: transparent;
}
.section-03-home .column_photo_box .photo_box:hover .image_frame {
	transform: scale(1);
}
.section-03-home .column_photo_box .photo_box:hover::before , .section-03-home .column_photo_box .photo_box:hover::after  {
    width: 100%;
    height: 100%;
    transition: width .35s,height .35s,border-radius .15s .15s,opacity .5s;

    opacity: 1;
}
.section-03-home .column_photo_box .photo_box .desc {
	display: none;
}
.section-04-home .column_feature_box > .mcb-column-inner {
	margin-bottom: 0 !important;
	padding: 0;
}
.section-04-home .feature_box {
	padding: 20px 80px;
	border: 1px solid #fbcf24;
	background-color: #fff9eb;
}
.section-04-home .feature_box .feature_box_wrapper .photo_wrapper {
	width: 300px;
	height: 300px;
}
.section-04-home .feature_box .feature_box_wrapper .photo_wrapper img {
	animation: pulse linear .5s infinite;
	width: 100%;
	height: 100%;
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.section-04-home .feature_box .feature_box_wrapper .desc_wrapper {
	width: calc(100% - 300px);
}
.section-04-home .feature_box .feature_box_wrapper .desc_wrapper .desc .item-description {
	margin-bottom: 20px !important;
}
.section-04-home .feature_box .feature_box_wrapper .desc_wrapper .item-price {
	color: #d8232a;
	font-size: 20px;
	font-weight: 600;
}
.section-04-home .feature_box .feature_box_wrapper .desc_wrapper .desc ul {
	list-style: disc;
	padding-left: 20px;
}
.section-04-home .feature_box .feature_box_wrapper .desc_wrapper .desc ul > li {
	margin-bottom: 10px;
}
.section-04-home .feature_box .feature_box_wrapper .desc_wrapper .desc ul > li:last-child {
	margin-bottom: 0;
}
.section-05-home {
	min-height: 500px;
	background-color: #ffeac5;
	margin-top: -150px;
}
.section-05-home .section_wrapper {
	padding: 5px 0;
	background-color: #d8232a;
/* 	  display: inline-block; */
/*   padding-left: 100%; */
/*   animation: marquee 20s linear infinite; */
}
.section-05-home .section_wrapper .wrap.mcb-wrap {
	animation: marquee 4s linear infinite;
	transition: all 0.2s ease;
}
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
.section-05-home .section_wrapper .column_promo_box > .mcb-column-inner {
	margin-bottom: 0 !important;
}
.section-05-home .section_wrapper .column_promo_box .promo_box_wrapper {
	display: flex;
	align-items: center;
}
.section-05-home .section_wrapper .column_promo_box .photo_wrapper {
	width: 30px;
	height: 30px;
	
}
.section-05-home .section_wrapper .column_promo_box .photo_wrapper  img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-05-home .section_wrapper .column_promo_box .desc_wrapper {
	width: calc(100% - 30px);
	padding: 0;
}
.section-05-home .section_wrapper .column_promo_box .title {
	color: #fff;
	margin-bottom: 0;
	font-size: 16px !important;
}


.section-06-home {
	margin-top: -255px;
}
.section-06-home .custom-categories-carousel > .mcb-column-inner {
	margin-bottom: 0 !important;
	max-width: calc(1220px - var(--mfn-column-gap-left) - var(--mfn-column-gap-right));
	width: calc(100% - var(--mfn-column-gap-left) - var(--mfn-column-gap-right));
	margin-left: auto;
	margin-right: auto;
}
.section-06-home .speciality-categories .owl-item {
/* 	padding: 10px; */
	
}
.section-06-home .speciality-categories .category-item {
	padding: 10px;
	border: 1px solid #fbcf24;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: linear-gradient(180deg, #fff9eb 65%, rgba(221, 158, 160, 0.8) 100%);
/* 	width: 80%; */
}
.section-06-home .speciality-categories .category-item .category-image {
	width: 200px;
	height: 200px;
	margin-bottom: 20px;
}
.section-06-home .speciality-categories .category-item .category-image img {
 	width: 100%;
	height: 100%;
	object-fit: contain; 
	transition: all 0.2s ease-in-out;
}
.section-06-home .speciality-categories .category-item:hover .category-image img {
	transform: scale(1.05);
}
.section-06-home .speciality-categories .category-item .category-title h3 {
	margin-bottom: 0;
}

.section-06-home .speciality-categories .category-item:hover .category-title h4 {
	color: #d8232a;
}
.section-06-home .speciality-categories .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	gap: 5px;
}
.section-06-home .speciality-categories .owl-dots .owl-dot {
	width: 30px;
	height: 2px;
	background-color: #FFEAC5;
	
}
.section-06-home .speciality-categories .owl-dots .owl-dot.active {
	background-color: #d8232a;
}
.section-07-home .column_portfolio > .mcb-column-inner {
	margin-bottom: 0 !important;
}
.section-07-home .portfolio_group {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.section-07-home .portfolio_group .portfolio-item {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	width: calc(100% / 3) !important;
}
.section-07-home .portfolio_group .portfolio-item .portfolio-item-fw-bg {
	position: relative;
}
.section-07-home .portfolio_group .portfolio-item .portfolio-item-fw-bg::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.section-07-home .portfolio_group .portfolio-item:hover .portfolio-item-fw-bg::before {
	opacity: 1;
	width: 100%;
	height: 100%;
}
.section-07-home .portfolio_group .portfolio-item:nth-child(2) .portfolio-item-fw-bg::before, .section-07-home .portfolio_group .portfolio-item:nth-child(4) .portfolio-item-fw-bg::before, .section-07-home .portfolio_group .portfolio-item:last-child .portfolio-item-fw-bg::before  {
	opacity: 1;
	width: 100%;
	height: 100%;
}
.section-07-home .portfolio_group .portfolio-item:first-child .portfolio-item-fw-bg::before, .section-07-home .portfolio_group .portfolio-item:nth-child(4) .portfolio-item-fw-bg::before {
	background-color:  rgba(216, 35, 42, 0.5);
}
.section-07-home .portfolio_group .portfolio-item:nth-child(2) .portfolio-item-fw-bg::before, .section-07-home .portfolio_group .portfolio-item:nth-child(5) .portfolio-item-fw-bg::before {
	background-color: rgba(251, 207, 36, 0.5);
}
.section-07-home .portfolio_group .portfolio-item:nth-child(3) .portfolio-item-fw-bg::before, .section-07-home .portfolio_group .portfolio-item:last-child .portfolio-item-fw-bg::before {
	background-color: rgba(216, 35, 42, 0.5);
}
.section-07-home .portfolio_group .portfolio-item .desc {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 90%;
	z-index: 2;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	min-height: 127px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-07-home .portfolio_group .portfolio-item:hover .desc {
	opacity: 1;
	
}
.section-07-home .portfolio_group .portfolio-item .desc .title_wrapper {
	padding-right: 0;
}
.section-07-home .portfolio_group .portfolio-item .desc .title_wrapper h3 {
	margin-bottom: 0;
}
.section-07-home .portfolio_group .portfolio-item .desc .entry-title a{
	color: #fff;
}
.section-07-home .portfolio_group .portfolio-item:nth-child(2) .desc .entry-title a, .section-07-home .portfolio_group .portfolio-item:nth-child(5) .desc .entry-title a {
	color: #414141;
}
.section-07-home .portfolio_group .portfolio-item .desc .button-love {
	display: none;
}

.section-07-home .portfolio_group .portfolio-item:nth-child(2) .desc, .section-07-home .portfolio_group .portfolio-item:nth-child(4) .desc, .section-07-home .portfolio_group .portfolio-item:last-child .desc  {
	opacity: 1;
	width: 80%;
}
.section-07-home .portfolio_group .portfolio-item:first-child .desc, .section-07-home .portfolio_group .portfolio-item:nth-child(4) .desc{
	background-color: #d8232a;
}
.section-07-home .portfolio_group .portfolio-item:nth-child(2) .desc, .section-07-home .portfolio_group .portfolio-item:nth-child(5) .desc {
	background-color: #fbcf24;
}
.section-07-home .portfolio_group .portfolio-item:nth-child(3) .desc, .section-07-home .portfolio_group .portfolio-item:last-child .desc {
	background-color: #d8232a;
}

.section-08-home {
	padding-bottom: 80px
}
.section-08-home .mcb-wrap-inner {
	padding: 20px;
	border: 1px solid #fbcf24;
}
.section-08-home .column_column > .mcb-column-inner {
	margin-bottom: 0 !important;
	max-width: calc(1220px - var(--mfn-column-gap-left) - var(--mfn-column-gap-right) );
	width: calc(100% - var(--mfn-column-gap-left) - var(--mfn-column-gap-right) );
	margin-left: auto;
	margin-right: auto;
}

.section-09-home {
	margin-bottom: 170px;
}
.section-09-home .custom-content-box{
	position: relative;
	min-height: 550px;
}
.section-09-home .custom-content-box .mcb-wrap-inner  {
	position: absolute;
	right: 0;
	bottom: -90px;
	width: 400px;
	background-color: #FFEAC5;
	padding: 20px;
}
.section-09-home .custom-content-box .column:last-child > .mcb-column-inner {
	margin-bottom: 0 !important;
}
/* .section-09-home .custom-content-box .mfn-list .mfn-list-item, .section-09-home .custom-content-box .mfn-list .mfn-list-icon i {
	color: #d8232a;
} */

.section-09-home .customt-boxes{
	position: relative;
}
.section-09-home .custom-boxes > .mcb-column-inner {
	margin-bottom: 0 !important;
}
.section-09-home .custom-boxes .mcb-wrap-inner  {
	position: absolute;
	left: 0;
	top: 20px;
	width: calc(100% - 400px);
}
.section-09-home .custom-boxes .mfn-icon-box .icon-wrapper {
	position: relative;
	width: 80px;
}
.section-09-home .custom-boxes .mfn-icon-box .icon-wrapper i::before {
    width: 50px;
    height: 50px;
	line-height: 50px;
    background-image: url("https://yoyo-food.com/wp-content/uploads/2025/07/shape-social-media.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.section-09-home .custom-boxes .mfn-icon-box .icon-wrapper i {
	font-size: 16px !important;
	color: #d8232a;
	
}
.section-09-home .custom-boxes .mfn-icon-box .title {
	font-size: 18px;
}
.section-09-home .custom-video-wrapper  {
	position: absolute;
    top: 158px;
    right: 20px;
    transform: translateY(-50%);
    width: 400px;
}
.section-09-home .custom-video-wrapper .custom-video-link > .mcb-column-inner {
	margin-bottom: 0 !important;
	margin-left: 0;
	margin-right: 0;
}

.section-09-home .custom-video-wrapper .custom-video-link .mfn-icon-2 {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color:#d8232a;
	position: relative;
	 animation: ripple-blue 1s linear infinite;
}
@keyframes ripple-blue {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

.section-09-home .custom-video-wrapper .custom-video-link .mfn-icon-2 i {
	color: #fff;
}

.custom-section-home .column_photo_box > .mcb-column-inner {
	padding-bottom: 20px;
	border-bottom: 1px solid #fbcf24;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.custom-section-home .column_photo_box:last-child > .mcb-column-inner{
	margin-bottom: 0 !important;
	padding-bottom: 0;
	border: none;
}
.custom-section-home .photo_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.custom-section-home .photo_box  .image_frame {
	width: 100px;
	height: 100px;
}
.custom-section-home .photo_box  .image_frame  .image_wrapper {
	width: 100%;
	height: 100%;
}
.custom-section-home .photo_box  .image_frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.custom-section-home .photo_box:hover  .image_frame img {
	transform: scale(1.1);
}
.custom-section-home .photo_box .title {
	margin-bottom: 0;
	max-width: 250px;
	text-align: left;
}

.section-10-home {
	background-color: #ffeac5;
}
.section-10-home .custom-newsletter-form > .mcb-column-inner {
	margin-bottom: 0 !important;
}
.section-10-home .custom-newsletter-form form {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.section-10-home .custom-newsletter-form form .gform-body {
	width: 70%;
}
.section-10-home .custom-newsletter-form form .gform-body .gform_fields {
	row-gap: 20px;
}
.section-10-home .custom-newsletter-form form .gform-footer {
	width: 30%;
	margin-top: 0;
}
.section-10-home .custom-newsletter-form form .gform-body input {
	width: 100%;
	box-shadow: none;
    border-color: #cccaca;
    border-radius: 0;
	background-color: transparent;
/* 	border-right-color: #fbcf24; */
}
.section-10-home .custom-newsletter-form form .gform-body #field_submit {
	justify-content: flex-end; 
	align-items: center;
}
.section-10-home .custom-newsletter-form form input[type="submit"] {
/* 	width: 100% !important; */
	border-radius: 0 !important;
	background-color: #d8232a !important;
	border-color: #d8232a !important;
	color: #fff !important;
/* 	border-left: unset !important; */
}
.section-10-home .custom-newsletter-form form input[type="submit"]:hover {
	background-color: #fbcf24 !important;
	color: #414141 !important;
	border-color: #fbcf24 !important;
}
.section-10-home .custom-newsletter-form .gfield--type-captcha iframe {
	transform: scale(0.7) translatex(-70px);
}
.section-10-home .custom-newsletter-form  .gform_validation_errors .gform_submission_error {
	font-size: 18px !important;
}
.section-10-home .column_image > .mcb-column-inner {
	margin-bottom: 0 !important;
}
.section-10-home .column_image .image_frame {
	height: 300px;
}
.section-10-home .column_image .image_frame .image_wrapper {
	height: 100%;
}
.section-10-home .column_image .image_frame .image_wrapper img {
	height: 100%;
	object-fit: cover;
}

.section-11-home .custom-left-instagram-box .column_image > .mcb-column-inner, .section-11-home .custom-right-instagram-box .column_image > .mcb-column-inner {
	margin-bottom: 0 !important;
}
.section-11-home .custom-left-instagram-box .column_image .image_frame, .section-11-home .custom-right-instagram-box .column_image .image_frame {
	height: 620px;
}
.section-11-home .custom-left-instagram-box .column_image .image_frame .image_wrapper , .section-11-home .custom-right-instagram-box .column_image .image_frame .image_wrapper, .section-11-home .custom-left-instagram-box .column_image .image_frame .image_wrapper a, .section-11-home .custom-right-instagram-box .column_image .image_frame .image_wrapper a{
	height: 100%;
}
.section-11-home .custom-left-instagram-box .column_image .image_frame img, .section-11-home .custom-right-instagram-box .column_image .image_frame img{
	height: 100%;
	object-fit: cover;
}

.section-11-home .custom-center-instagram-box .column_image.custom-first-center-image {
	width: 100%;
}
.section-11-home .custom-center-instagram-box .column_image.custom-last-center-image > .mcb-column-inner {
	margin-bottom: 0 !important;
}
.section-11-home .custom-center-instagram-box .column_image.custom-last-center-image {
	width: 50%
}
.section-11-home .custom-center-instagram-box .column_image .image_frame {
	width: 100%;
	height: 300px;
}
.section-11-home .custom-center-instagram-box .column_image .image_frame .image_wrapper, .section-11-home .custom-center-instagram-box .column_image .image_frame .image_wrapper a {
	width: 100%;
	height: 100%;
}
.section-11-home .custom-center-instagram-box .column_image .image_frame img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-11-home .image_wrapper::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	background-color: rgba(216, 35, 42, 0.5);
	transition: all 0.3s ease-in-out;
	z-index: 1;
}
.section-11-home .image_wrapper:hover::before {
	width: 100%;
	height: 100%;
}
.section-11-home .custom-center-instagram-box .column_image.custom-first-center-image .image_frame .image_wrapper:before {
	width: 100%;
	height: 100%;
}

.section-11-home .custom-center-instagram-box .column_image.custom-first-center-image .image_links, .section-11-home .image_frame .image_wrapper:hover .image_links {
	display: flex;
}
.custom-left-instagram-box .column_image .image_links, .custom-center-instagram-box .column_image .image_links, .custom-right-instagram-box .column_image .image_links {
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
	width: 40px !important;
}
.custom-left-instagram-box .column_image .image_links a, .custom-center-instagram-box .column_image .image_links a, .custom-right-instagram-box .column_image .image_links a {
	width: 100% !important;
	background-color: transparent;
	border: unset;
}
.custom-left-instagram-box .column_image .image_links a:hover, .custom-center-instagram-box .column_image .image_links a:hover, .custom-right-instagram-box .column_image .image_links a:hover {
	background: unset;
}
.custom-left-instagram-box .column_image .image_links a  i , .custom-center-instagram-box .column_image .image_links a  i , .custom-right-instagram-box .column_image .image_links a  i {
	font-size: 40px;
	color: #fff;
}
.custom-left-instagram-box .column_image .image_links a svg, .custom-center-instagram-box .column_image .image_links a svg, .custom-right-instagram-box .column_image .image_links a svg {
	display: none;
}
.section-11-home .custom-instagram-gallery {
	display: none;
}
.section-11-home .custom-instagram-gallery .column_column  > .mcb-column-inner {
	margin-bottom: 0 !important;
}
.section-11-home .custom-instagram-gallery .instagram-item, .section-11-home .custom-instagram-gallery .instagram-item a {
	width: 100%;
}
.section-11-home .custom-instagram-gallery .instagram-item img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}
.section-11-home .custom-instagram-gallery .instagram-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(216, 35, 42, 0.5);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.section-11-home .custom-instagram-gallery .instagram-item i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
    color: #fff;
	z-index: 2;
}
.section-11-home .custom-instagram-gallery .owl-nav {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.section-11-home .custom-instagram-gallery .owl-nav div {
    font-size: 15px !important;
    height: 80px !important;
    line-height: 80px !important;
    text-align: center;
    width: 35px !important;
	background-color: #fbcf24 !important;
}

.section-blog-home .column_blog_news ul {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.section-blog-home .column_blog_news ul li {
    width: calc((100% / 2) - 10px);
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.section-blog-home .column_blog_news ul li .photo {
    width: 100%;
    border: none;
    height: 350px;
    position: relative;
}
.section-blog-home .column_blog_news ul li .photo a {
	height: 100%;
}

.section-blog-home .column_blog_news ul li .photo a img {
	height: 100%;
	object-fit: cover;
}
.section-blog-home .column_blog_news ul li .photo::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background-color: rgba(216, 35, 42, 0.5);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.section-blog-home .column_blog_news ul li:hover .photo::before {
	width: 100%;
    height: 100%;
}
.section-blog-home .column_blog_news ul li .desc {
    width: 100%;
    padding: 35px 20px;
    margin-left: 0;
    min-height: 125px;
	display: flex;
	flex-direction: column;
	background-color: #FFEAC5;
}
.section-blog-home .column_blog_news ul li .desc h4 {
	  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
	order: 1;
	font-weight: 500;
}
.section-blog-home .column_blog_news ul li .desc h4 a:hover {
	color: #d8232a;
}
.section-blog-home .column_blog_news ul li .desc .desc_footer {
	order: 3;
	border: none ;
	position: absolute;
	top: 330px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #d8232a;
	padding: 5px 10px;
	z-index: 3;
}
.section-blog-home .column_blog_news ul li .desc .desc_footer  .date {
	color: #fff;
}
.section-blog-home .column_blog_news ul li .desc .post-excerpt {
	order: 2;
	margin-top: 0;
	margin-bottom: 0;
}
.section-blog-home .column_button > .mcb-column-inner {
	margin-bottom: 0 !important;
}
/* Accueil Page Styles: End */


/* A propos Page Styles: Start */
/* .section-01-about .custom-left-col .column_fancy_heading {
	min-height: 245px;
} */
.section-01-about h2 {
	max-width: 400px;
}
.section-01-about .custom-left-col .yoyo-image .image_frame {
	height: 135px;
}
.section-01-about .custom-left-col .yoyo-image .image_frame .image_wrapper {
	height: 100%
}
.section-01-about .custom-left-col .yoyo-image .image_frame img {
	height: 100%;
	object-fit: cover;
/* 	opacity: 0.1; */
	animation: opacityAnim 3s infinite;
}
@keyframes opacityAnim {
  from { opacity: 0.1; }
  to   { opacity: 0.15; }
}
.section-01-about .about-image > .mcb-column-inner {
	margin-bottom: 0 !important;
}
.section-01-about .about-image .image_frame {
	width: 100%;
	height: 350px;
}
.section-01-about .about-image .image_wrapper  {
	width: 100%;
	height: 100%;
}
.section-01-about .about-image .image_wrapper  img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
}
.section-02-about .timeline_items:after {
	border-color: #d8232a;
}
.section-02-about .timeline_items > li {
	padding: 0 !important;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	width: 100%;
	padding-bottom: 25px !important;
}
.section-02-about .timeline_items > li:nth-child(even) {
	flex-direction: row ;
}
.section-02-about .timeline_items > li h3 {
	width: 50%;
	padding-left: 100px;
	text-align: left;
}
.section-02-about .timeline_items > li:nth-child(even) h3 {
	padding-left: 0;
	padding-right: 80px;
}
.section-02-about .timeline_items > li .desc {
	width: 50%;
	padding-right: 20px;
	text-align: left;
	text-decoration: none !important;
	font-size: 16px; 
	line-height: 1.5;
}
.timeline_items > li .desc::before {
	content: unset;
}
.section-02-about .timeline_items > li h3 span {
	background-image: unset;
	padding: 5px 10px;
	border: 1px solid #d8232a;
}

.section-02-about .timeline_items > li h3 span::after {
	content: unset;
}

.section-03-about .custom-left-col .column_image > .mcb-column-inner {
/* 	margin-bottom: 0 !important; */
}
.section-03-about .custom-left-col .column_image .image_frame {
	width: 100%;
	height: 350px;
	overflow: visible;
}
.section-03-about .custom-left-col .column_image .image_frame .image_wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
}
.section-03-about .custom-left-col .column_image .image_frame .image_wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
}
.section-03-about .custom-left-col .column_image .image_frame .image_wrapper::before {
	content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    border: 1px solid #fbcf24;
    clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
    z-index: -1;
}

.section-03-about .custom-left-col .column_counter > .mcb-column-inner {
	margin-bottom: 0 !important;
	    background-image: linear-gradient(180deg, rgba(255, 234, 197, 0.5) 45%, rgba(221, 158, 160, 0.8) 100%);
	
}
.section-03-about .custom-left-col .counter {
	padding: 10px;
}
.section-03-about .custom-left-col .counter .icon_wrapper {
	display: flex;
	justify-content: center;
}

.section-03-about .custom-left-col .counter .icon_wrapper i {
	font-size: 20px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #d8232a !important;
	 background-image: url(https://yoyo-food.com/wp-content/uploads/2025/07/shape-social-media.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	display: flex;
	justify-content: center; 
	align-items: center;
}
.section-03-about .custom-left-col .counter .desc_wrapper .number-wrapper {
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	color: #111316;
}
.section-03-about .custom-left-col .counter .desc_wrapper .title {
	color: #111316;
	min-height: 60px;
}
.section-03-about .custom-right-col .column_button > .mcb-column-inner {
	margin-bottom: 0 !important;
}
.section-04-about {
	background-color: #ffeac5;
}
.section-04-about .custom-left-col .column_icon_box > .mcb-column-inner {
	margin-bottom: 0 !important;
}
.section-04-about .custom-left-col .icon_box {
	padding-left: 0;
}
.section-04-about .custom-left-col .icon_box  .desc_wrapper {
	padding-top: 0;
}
.section-04-about .custom-left-col .icon_box  .desc_wrapper .title {
	max-width: 350px;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
	color: #d8232a;
	border: 1px solid #d8232a;
	background-color: #fff;
	font-size: 18px;
}
.section-04-about .custom-left-col .icon_box .desc_wrapper .desc p {
	margin-bottom: 10px !important;
}
.section-04-about .custom-left-col .column_icon_box:last-child .icon_box .desc_wrapper .desc p:last-child {
	margin-bottom: 0 !important;
}
.section-04-about .custom-right-col .column_image > .mcb-column-inner {
	margin-bottom: 0 !important;
}
.section-04-about .custom-right-col .column_image .image_frame {
	width: 100%;
	height: 350px;
	overflow: visible;
}
.section-04-about .custom-right-col .column_image .image_frame .image_wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
}
.section-04-about .custom-right-col .column_image .image_frame .image_wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	clip-path: polygon(20% 0%, 100% 0, 100% 20%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
}
.section-04-about .custom-right-col .column_image .image_frame .image_wrapper::before {
	content: "";
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    border: 1px solid #fbcf24;
    clip-path: polygon(20% 0%, 100% 0, 100% 20%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
    z-index: -1;
}
.section-05-about {
	padding-bottom:  40px;
}
.section-05-about .photo_box {
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	padding: 10px;
}
.section-05-about .photo_box .image_frame, .section-05-about .photo_box .title {
	height: 200px;
	width: 100%;
}
.section-05-about .photo_box .image_frame .image_wrapper {
	width: 100%;
	height: 100%;
}
.section-05-about .photo_box .image_frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-05-about .photo_box:hover .image_frame img {
	transform: scale(1.1);
}
.section-05-about .photo_box .title {
	margin-bottom: 0;
	display: flex;
    justify-content: center;
    align-items: center;
	border: 1px solid #fbcf24;
}
.section-05-about .custom-box-photo-first .photo_box .image_frame {
	order: 1;
}
.section-05-about .custom-box-photo-first .photo_box .title{
	order: 2;
}
/* A propos Page Styles: End */

/* Menu Page Styles: Start */
.section-01-menu {
	padding-bottom: 40px;
}
.custom-category-button {
	padding-top: 60px;
	cursor: pointer;
}
.custom-category-button .button {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fbcf24;
	border-color: transparent;
	color: #414141;
}
.custom-category-button .button::before {
	content: unset;
}

.custom-category-button .button:hover {
	border-color: #d8232a !important;
}
.category-section {
  display: none;
}
.category-section.active-cat-section {
  display: block;
}

.custom-category-button.active-button .photo_box {
    border: 1px solid #d8232a !important;
}
.custom-category-button.active-button .photo_box .title{
    color: #d8232a;
}
.custom-category-button .photo_box {
	display: flex;
	flex-direction: column-reverse;
	padding: 10px;
	border: 1px solid #fbcf24;
	justify-content: center;
	align-items: center;
}
.custom-category-button .photo_box .title {
	padding-top: 50px;
}
.custom-category-button .photo_box .image_frame{
	width: 100px;
	height: 100px; 
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}
.custom-category-button .photo_box .image_wrapper{
	width: 100%;
	height: 100%; 
}
.custom-category-button .photo_box .image_frame img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.category-section.has-padding-bottom {
	padding-bottom: 40px;
}
.category-section .custom-left-col, .category-section .custom-right-col {
	margin-bottom: 20px;
}
.category-section .custom-right-col:nth-of-type(2n + 1) .custom-img-2 {
	right: unset;
	left: -22px;
}
/* Menu Page Styles: End */

/* Specialités Page Styles: Start */

.menu-carousel {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
}
.section-01-specialites .column_column > .mcb-column-inner {
	margin-bottom: 0 !important;
}
.menu-carousel .owl-item {
	background-image: url(https://imgur.com/JIDRJKh.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

 .menu-carousel .owl-item .menu-item::after {
	content: "";
	position: absolute;
	top: 50px;
    left: 50px;
    bottom: 50px;
    right: 50px;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
	border: 1px solid #fff;
	 z-index: -1;
} 
 .menu-carousel .owl-item .menu-item::before {
	content: "";
    position: absolute;
    top: 50px;
    left: 50px;
    bottom: 50px;
    right: 50px;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    border: 1px solid #fff;
	z-index: -1;
	 transform: rotate(2deg);
}  
.menu-carousel .menu-item {
	position: relative;
	z-index: 2;
	padding: 50px 100px;
 	min-height: 678px; 
}
.menu-carousel .menu-item .menu-shapes {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.menu-carousel .menu-item .menu-shapes img {
	
}
.menu-carousel .menu-item .menu-shapes .shape-2-left  {
	position: absolute;
	top: 65px;
    left: 80px;
	width: 50px;
 	opacity: 0.7;
	z-index: 3;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(33%) hue-rotate(73deg) brightness(107%) contrast(107%);
}

.menu-carousel .menu-item .menu-shapes .shape-2-right  {
	position: absolute;
	bottom: 65px;
    right: 80px;
    transform: rotate(20deg);
	width: 50px;
 	opacity: 0.7;
	z-index: 3;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(33%) hue-rotate(73deg) brightness(107%) contrast(107%);
}
.menu-carousel .menu-item .menu-shapes .shape-top {
	position: absolute;
	top: 0;
    left: 0;
	width: 100%;
	height: 25px;

}
.menu-carousel .menu-item .menu-shapes .shape-bottom {
	position: absolute;
	bottom: 0;
    left: 0;
	width: 100%;
	height: 25px;
/* 	transform: rotate(180deg); */
}
.menu-carousel .menu-item .menu-shapes .shape-right {
	position: absolute;
	top: 0;
    right: -5px;
    width: 25px;
	height: 100%;
/* 	transform: rotatey(180deg); */
}
.menu-carousel .menu-item .menu-shapes .shape-left {
	position: absolute;
	top: 0;
    left: -5px;
    width: 25px;
	height: 100%;
}
.menu-carousel .menu-item h3 {
	font-family: "Pacifico", cursive;
	font-size: 45px !important;
	font-weight: 700;
/* 	color: #414141 !important; */
	margin-bottom: 0;
}

.menu-carousel .menu-item h4 {
	font-family: "Pacifico", cursive;
	font-size: 28px !important;
	font-weight: 500;
}
.menu-carousel .menu-item h3, .menu-carousel .menu-item h4 {
	color: #fff;
	text-align: center;
}
.menu-carousel .menu-item .menu-item-title {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
/* 	background-color: #fff; */
/* 	padding: 10px 30px; */
	position: relative;
	margin-top: 30px;
}
.menu-carousel .menu-item .menu-item-title::before {
	content: url(https://yoyo-food.com/wp-content/uploads/2025/09/carte-title-shape.png);
	position: absolute;
	bottom: -30px;
	left: 50%;
 	transform: translatex(-50%); 
/* 	width: 80%;
	height: 1px; */
/* 	background-color: #414141; */
}

.menu-carousel .menu-item .menu-item-content {
	display: flex;
	gap: 5px;
	color: #fff;
	margin-top: 60px;
	margin-bottom: 50px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
.menu-carousel .menu-item .menu-item-content .menu-section {
	width: calc((100% / 2) - 10px);
}
.menu-carousel .menu-item .menu-item-content table {
	margin: 0;
	font-size: 16px;
}
.menu-carousel .menu-item .menu-item-content table td {
	padding: 5px;
	text-align: left;
	line-height: 1.2;
}
.menu-carousel .menu-item .menu-item-content table td .item-subtitle {
	font-size: 12px;
}
.menu-carousel .menu-item .menu-item-content table td .item-title {
	font-weight: 500;
	margin-bottom: 5px;
}
.menu-carousel .menu-item .menu-item-content table td.price {
	vertical-align: baseline;
	font-family: "Pacifico";
	padding: 0;
	font-weight: 500;
}
.menu-carousel .menu-item .menu-item-content table td.price {
	font-size: 18px;
}
.menu-carousel .menu-item .menu-item-content table td.price > span {
	font-size: 10px;
	display: inline-block;
}
.menu-carousel .menu-item .menu-item-content .has-image.menu-section {
	position: relative;
	padding-top: 130px;
}
.menu-carousel .menu-item .menu-item-content .has-image.menu-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translatex(-50%);
	width: 100px; 
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	
	filter: brightness(0) saturate(100%) invert(93%) sepia(0%) saturate(29%) hue-rotate(129deg) brightness(106%) contrast(106%);
/* 	opacity: 0.7; */
}
.menu-carousel .menu-item .menu-item-content .menu-section.has-image-breakfast:before {
/* 	content: url(https://imgur.com/PMBGa1I.png); */
	background-image: url(https://yoyo-food.com/wp-content/uploads/2025/09/carte-shape-4.png);
}
.menu-carousel .menu-item .menu-item-content .menu-section.has-image-ice-cream:before {
	background-image: url(https://yoyo-food.com/wp-content/uploads/2025/09/carte-shape-5.png);
}
.menu-carousel .menu-item .menu-item-content .menu-section.has-image-sucre:before {
/* 	content: url(https://imgur.com/PMBGa1I.png); */
	background-image: url(https://yoyo-food.com/wp-content/uploads/2025/09/carte-shape-1.png);
}
.menu-carousel .owl-nav {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.menu-carousel .owl-nav button {
	font-size: 20px !important;
	font-weight: 700 !important;
}
.menu-carousel .owl-nav button span {
	padding: 5px;
	background-color: #fff;
}
/* Specialtés Page Styles: End */

/* Nos emplacements Page Styles: Start */
.section-01-emplacements .custom-left-col .column:last-child > .mcb-column-inner, .section-01-emplacements .custom-right-col .column:last-child > .mcb-column-inner {
	margin-bottom: 0 !important;
}


.section-emplacements {
	padding-bottom: 40px !important;
	background-color: #ffeac5;
}
.section-emplacements .card-emplacement  {
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	width: calc((100% / 3) - 20px);
	
}
.section-emplacements .card-emplacement .mcb-wrap-inner {
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}
.section-emplacements .card-emplacement .image-emplacement > .mcb-column-inner {
	margin-bottom: 0 !important;
	margin-right: 0;
	margin-left: 0;
}
.section-emplacements .card-emplacement .image-emplacement .image_frame {
	height: 250px;
	width: 100%;
}
.section-emplacements .card-emplacement .image-emplacement .image_wrapper {
	width: 100%;
	height: 100%;
}
.section-emplacements .card-emplacement .image-emplacement img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-emplacements .card-emplacement .map-emplacement > .mcb-column-inner {
	margin-bottom: 0 !important;
	margin-left: 0;
	margin-right: 0;
} 
.section-emplacements .card-emplacement .infos-emplacement > .mcb-column-inner {
	margin-bottom: 0 !important;
	margin-top: -8px;
	margin-left: 0;
	margin-right: 0;
} 
.section-emplacements .card-emplacement .infos-emplacement .icon_box {
	padding: 10px;
	background-color: #ffeac5;
	background-color: #fff;
	border: 1px solid #fbcf24;
	border-top: none;
	min-height: 170px;
	position: relative;
}

.section-emplacements .card-emplacement .infos-emplacement .icon_box .desc_wrapper {
	text-align: left;
}
.section-emplacements .card-emplacement .infos-emplacement .icon_box .desc_wrapper p {
	margin-bottom: 20px !important;
}
.section-emplacements .card-emplacement .infos-emplacement .icon_box .desc_wrapper a {
	display: inline-block;
	min-width: 220px;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	background-color: #d8232a;
	border: 1px solid #d8232a;
	position: absolute;
	bottom: 10px;
	left: 10px;
	overflow: hidden;
}
.section-emplacements .card-emplacement .infos-emplacement .icon_box .desc_wrapper a:before {
    background: #fbcf24;
    border-radius: 50%;
    content: "";
    height: 200%;
    left: 50%;
    position: absolute;
    top: -200%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition-duration: .8s;
    width: 150%;
    
}

.section-emplacements .card-emplacement .infos-emplacement .icon_box .desc_wrapper a:hover {
	border-color: #fbcf24;
}
.section-emplacements .card-emplacement .infos-emplacement .icon_box .desc_wrapper a:hover:before {
	top: -40%;
}
.section-emplacements .card-emplacement .infos-emplacement .icon_box .desc_wrapper a:hover span {
	color: #414141;
	z-index: 2;
	position: relative;
}

.section-03-emplacements .wrap .column:last-child > .mcb-column-inner {
	margin-bottom: 0 !important;
}
.section-03-emplacements .section_wrapper {
	padding: 20px;
	border: 1px solid #fbcf24;
 	background-color: #fff; 
}
.section-03-emplacements .custom-right-col .column_image > .mcb-column-inner {
	min-height: 180px;
	position: relative;
	overflow: visible;
	width: 100%;
}
.section-03-emplacements .custom-right-col .column_image .image_frame {
	position: absolute;
	height: 250px;
	top: 50%;
	transform: translateY(-50%);
	right: -20px;
}
/* Nos emplacements Page Styles: End */

/* Blog Page Styles: Start */
.with_aside .sections_group, .with_aside .sidebar.columns {
	padding-top: 60px;
	padding-bottom: 60px
}
.with_aside .sidebar.columns {
	min-height: unset !important;
}
.with_aside .sections_group .section_wrapper .column > .mcb-column-inner{
	margin-bottom: 0 !important;
}
.with_aside .sections_group .post {
	margin-bottom: 2%;
}
.with_aside .sections_group .post .image_frame {
	height: 250px;
}
.with_aside .sections_group .post .image_frame .image_wrapper, body.blog .sections_group .post .image_frame .image_wrapper a {
	height: 100%;
}
.with_aside .sections_group .post .image_frame .image_wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.with_aside .sections_group .post .post-desc-wrapper {
	padding: 35px 20px;
	background-color: #ffeac5;
	width: calc(100% - 40px);
}
.with_aside .sections_group .post .post-desc-wrapper .post-desc {
	padding: 0;
}
.with_aside .sections_group .post .post-desc .post-head {
	position: absolute;
	top: 230px;
	left: 50%;
	transform: translateX(-50%);
	padding: 5px 10px;
	background-color: #d8232a;
}
.with_aside .sections_group .post .post-desc .post-head .post-meta {
	margin-bottom: 0;
	color: #fff;
}
.with_aside .sections_group .post .post-desc .post-excerpt {
	display: none;
}
.with_aside .sections_group .post .post-desc .post-title .entry-title  {
	margin-bottom: 0;
	font-weight: 500;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	font-style: normal;
}
.with_aside .sections_group .post .post-desc .post-title .entry-title:hover {
	color: #d8232a;
}
.with_aside .sections_group .post .post-desc .post-footer {
	padding-top: 0;
	padding-bottom: 0;
}
.with_aside .sections_group .post .post-desc .post-footer .post-links {
	padding-left: 0;
	float: left;
	border-left-width: 0;
}
.with_aside .sections_group .post .post-desc .post-footer .post-links .icon-doc-text{
	color: #d8232a;
} 
.pager .pages {
	background-image: unset;
	background-color: #fff;
	margin-top: 0;
}
.pager .pages a.active, .pager .pages a:hover {
	background-color: #fbcf24;
	color: #111316;
}
.with_aside .sidebar.columns .widget {
	margin-top: 0;
}
.with_aside .sidebar.columns .widget:last-child {
	margin-bottom: 0;
}
.with_aside .sidebar.columns .widget h3{
	padding: 10px;
	background-color: #fbcf24;
}
.with_aside .sidebar.columns .widget_categories ul, .with_aside .sidebar.columns .widget_recent_entries ul{
	background-color: unset;
	border: 1px solid #fbcf24;
	color: #414141 !important;
}
.with_aside .sidebar.columns .widget_categories ul li {
	margin-bottom: 10px;
}
.with_aside .sidebar.columns .widget_categories ul li:last-child {
	margin-bottom: 0;
}
.with_aside .sidebar.columns .widget_categories ul li a {
	color: #414141 !important;
	padding: 0;
}
.with_aside .sidebar.columns .widget_categories ul li a:hover {
	color: #d8232a !important;
}
.with_aside .sidebar.columns .widget_recent_entries ul {
	padding: 5px 10px 5px 30px;
	list-style-type: square;
}
.with_aside .sidebar.columns .widget_recent_entries ul li {
	background-color: unset;
	padding: 0;
	margin-bottom: 10px;
}
.with_aside .sidebar.columns .widget_recent_entries ul li:last-child {
	margin-bottom: 0;
}
.with_aside .sidebar.columns .widget_recent_entries ul li:after {
	content: unset;
}
.with_aside .sidebar.columns .widget_recent_entries ul li a {
	border: none; 
	margin-bottom: 0;
	display: inline-block;
	vertical-align: top;
}
.with_aside .sidebar.columns .widget_recent_entries ul li a:hover {
	color: #d8232a;
}
.widget_search input[type="text"] {
    color: #414141 !important;
}
.widget_search input[type="text"]:focus {
	background-color: #fff;
	border-color: #fbcf24 !important;
}
.with_aside .sidebar.columns .widget:last-child .menu{
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 20px;
	padding: 20px 10px;
	background-color: #fff;
}
.with_aside .sidebar.columns .widget:last-child .menu li {
	margin-bottom: 0;
}
.with_aside .sidebar.columns .widget:last-child .menu li a{
    position: relative;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color:#fbcf24;
}

/* Blog Page Styles: End */

/* Single Post Page Styles: Start */
body.single-post .post .post-header .post-meta {
	margin-bottom: 0;
	padding: 10px;
	background-color: #d8232a;
    color: #fff;
}
body.single-post .post .post-header .post-meta .category.mata-tags {
	display: none;
}
body.single-post .post .single-photo-wrapper.image .image_frame {
	height: 300px;
	width: 100%;
	margin-bottom: 20px;
}
body.single-post .post .single-photo-wrapper.image .image_frame .image_wrapper, body.single-post .post .single-photo-wrapper.image .image_frame .image_wrapper a, body.single-post .post .single-photo-wrapper.image .image_frame .image_wrapper a> div{
	height: 100%;
}
body.single-post .post .single-photo-wrapper.image .image_frame .image_wrapper img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
body.single-post .post .the_content_wrapper  {
	margin-bottom: 0;
}
body.single-post .post .the_content_wrapper ul {
	margin-bottom: 20px;
	color: #414141;
}
body.single-post .post .the_content_wrapper ul li:last-child{
	margin-bottom: 0;
}
body.single-post .post .the_content_wrapper :last-child {
	margin-bottom: 0;
}
/* Single Post Page Styles: End */

/* Search Page Styles: Start */
body.search-results #Content {
	padding-top: 0;
}
body.search-results .sections_group .posts_group  {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
body.search-results .sections_group .posts_group .search-item {
	width: calc(50% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	display: block;
	position: relative;
}
.search-results .search-item .post-featured-image {
	width: 100%;
	margin-right: 0;
	height: 250px;
}
.search-results .search-item .post-featured-image > a {
	width: 100%;
	height: 100%;
	display: inline-block;
}
.search-results .search-item .post-featured-image > a img:last-child {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.search-results .search-item .search-content {
	width: calc(100% - 40px);	
	padding: 35px 20px;
    background-color: #ffeac5;
}
.search-results .search-item .search-content .post-meta {
    position: absolute;
    top: 230px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 10px;
    background-color: #d8232a;
	color: #fff;
	margin-bottom: 0;
}
.search-results .search-item .search-content .post-title h4{
    margin-bottom: 0;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal;
}
.search-results .search-item .search-footer.align-left {
	margin-top: 20px;
	padding: 7px 0 0;
}
.search-results .search-item .search-footer.align-left .icon-doc-text {
	color: #d8232a;
}
.search-not-found .snf-pic i {
	color: #d8232a;
}
/* Search Page Styles: End */

/* Galerie Page Styles: Start */
.section-01-galerie .column_portfolio > .mcb-column-inner {
	margin-bottom: 0 !important;
}
.section-01-galerie .column_portfolio .filters_wrapper .categories {
	display: flex !important;
	justify-content: center; 
	align-items: stretch;
}
.section-01-galerie .column_portfolio .filters_wrapper .categories > li {
	margin-top: 0;
	margin-bottom: 0;
}

.section-01-galerie .column_portfolio .filters_wrapper .categories > li a {
	background-color: #fbcf24 !important;
	text-align: center;
	color: #111316 !important;
}
.section-01-galerie .column_portfolio .filters_wrapper .categories > li.current-cat a {
	background-color: #d8232a !important;
	color: #fff !important;
}
.section-01-galerie .portfolio_group .portfolio-item .desc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.section-01-galerie .portfolio_group .portfolio-item .desc .entry-title {
	margin-bottom: 0;
}

.section-01-galerie .portfolio_group .portfolio-item .desc .entry-title a {
	color: #fff;
}
.section-01-galerie .portfolio_group .portfolio-item .portfolio-item-fw-bg::before {
	content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease-in-out;
	background-color: rgba(216, 35, 42, 0.5);
}
.section-01-galerie .portfolio_group .portfolio-item:hover .portfolio-item-fw-bg::before {
	opacity: 1;
	width: 100%;
	height: 100%;
}
.section-01-galerie .portfolio_group .portfolio-item:hover .desc {
	opacity: 1;
}
/* Galerie Page Styles: End */


/* Testimonial Styles: Start */
.testimonials-home .owl-stage-outer {
	padding: 0 10px;
}
.testimonials-home .testimonial-item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.testimonials-home .testimonial-item .testimonial-header {
	width: 100px;
}
.testimonials-home .testimonial-item .testimonial-user-avatar {
	position: relative;
}
.testimonials-home .testimonial-item .testimonial-user-avatar::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 110%;
	height: 110%;
	border-radius: 50%;
	border: 1px dashed #d8232a;
}
.testimonials-home .testimonial-item .testimonial-desc {
	width: calc(100% - 170px);
	padding-left: 20px;
	display: flex;
	flex-wrap: wrap;
	padding-top: 50px;
	position: relative;
}
.testimonials-home .testimonial-item .testimonial-desc::before {
	content: "“"; 
    font-size: 60px;
	line-height: 1;
	font-weight: 700;
    color: #d8232a; 
	position: absolute;
	top: 0;
	left: 20px;
}
.testimonials-home .testimonial-item .testimonial-desc .testimonial-author-name {
	order: 2;
	width: 100%;
}
.testimonials-home .testimonial-item .testimonial-desc .testimonial-description {
	order: 1;
	width: 100%;
	margin-bottom: 20px;
}
.testimonials-home .owl-nav {
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translatex(-50%);
	display: flex;
	justify-content: space-between;
	gap: 20px;
	background-color: #fff9eb;
	padding: 10px 20px;
	border: 1px solid #fbcf24;
}
.testimonials-home .owl-nav button span {
	font-size: 13px;
	text-transform: uppercase;
}
.testimonials-home .owl-nav button:hover span {
	color: #d8232a;
}
/* Testimonial Styles: End */




/* ------- Responsive Design: Start ------- */
@media (max-width: 1440px) {
	.mfn-icon-box-laptop-top, .mfn-icon-box-laptop-bottom {
    	flex-direction: row;
	}
	.mfn-icon-box-laptop-center {
		align-items: flex-start;
	}
}

@media (min-width: 768px) {
	/* Scrollbar Styles: Start */
::-webkit-scrollbar {
  width: 12px; 
}
::-webkit-scrollbar-track {
  background-color: rgba(251, 207, 36, 0.2); 
  border-radius: 5px; 
}

::-webkit-scrollbar-thumb {
  background-color: #414141; 
  border-radius: 5px; 
  border: 2px solid transparent;
  background-clip: padding-box; 
}
::-webkit-scrollbar-thumb:hover {
  background-color: #414141; 
}

::-webkit-scrollbar-thumb:active {
  background-color: #414141;
}
/* Scrollbar Styles: End */
}
@media (max-width: 1280px) {
	/* Footer Responsive Styles: Start */
	.copyright-bloc .agency-logo .logo-link {
		width: 95px;
	}
	/* Footer Responsive Styles: End */
	
	.section-03-home .column_photo_box .photo_box {
		padding: 10px;
	}
	.section-03-home .custom-center-heading .title::before {
		width: 30%;
		left: 10px;
	}
	.section-03-home .custom-center-heading .title::after {
		width: 30%;
		right: 10px;
	}
}

@media (max-width: 1023px) {
 	#Side_slide.close-header {
		right: -100% !important;
	}
	#Side_slide.open-header {
		right: 0 ;
		width: 100%;
	} 
	#Side_slide #menu ul {
		max-width: 500px;
		margin: 0 auto;
	}
	
	#Side_slide .menu > li:first-child > a > span > i {
		display: none;
	}
	#Side_slide .extras {
		display: flex;
		justify-content: center;
	}
	#Side_slide .extras .action_button {
		max-width: 220px;
	}
	#Side_slide #menu ul li {
		border-top: none;
		padding: 0 20px;
		margin-bottom: 20px;
	}
	#Side_slide #menu ul li a {
		text-align: center;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		padding: 10px 0;
		background-color: rgba(255, 255, 255, 0.1);
		border-radius: 12px;
	}
	#Side_slide #menu ul li.current-menu-item a {
		background-color: rgba(255, 255, 255, 0.2);
		background-color: #d8232a;
	}
	#Side_slide .social li a {
		font-size: 24px;
		color: #fbcf24;
	}
	#Side_slide .close-wrapper a.close i {
		color: #fbcf24;
	}
	
	/* Footer Responsive Styles: Start */
	.copyright-bloc .agency-logo{
		width: 100%;
		margin-top: 10px;
	}
	.copyright-bloc .copyright-nav .list-item:last-child::after {
		content: unset;
	}
	/* Footer Responsive Styles: Start */
	
		/* Nos emplacements Page Responsive Styles: Start */
	.section-emplacements .card-emplacement {
		width: calc((100% / 2) - 20px);
	}
	/* Nos emplacements Page Responsive Styles: End */
	
		/* Spécialités Page Responsive: Start */
	.menu-carousel .menu-item .menu-item-content .menu-section {
		width: calc((100% / 2) - 10px);
		margin-bottom: 20px;
	}
	.menu-carousel .menu-item {
		min-height: 678px;
	}
	.menu-carousel .menu-item .menu-item-content .has-image.menu-section {
		padding-top: 0;
	}
	.menu-carousel .menu-item .menu-item-content .has-image.menu-section:before {
		content: unset;
	}
	/* Spécialités Page Responsive: End */
}
@media (max-width: 1000px) {
	.custom-section-home .column_photo_box > .mcb-column-inner {
		margin-left: var(--mfn-column-gap-left);
		margin-right: var(--mfn-column-gap-right);
	}
}
@media only screen and (min-width: 960px) and (max-width: 1239px) {
	/* Assets Styles: Start */
	.section_wrapper, .container, .with_aside .content_wrapper {
     	max-width: 1220px; 
	}
	.custom-subheader .column_heading .title, .custom-subheader .column_column p {
		max-width: 600px;
	}
	/* Assets Styles: End */
	
	/* Header Styles: Start */
	#Top_bar .menu > li > a span:not(.description) {
		padding: 0 10px;
	}
	#Top_bar .menu > li > a {
		font-size: 16px;
	}
	#Top_bar .top_bar_right {
		padding-left: 10px;
	}
	/* Header Styles: End */
	
	/* Home Page: Start */
	.section-02-home .custom-right-col .custom-img-2 {
		right: 0;
	}
	.section-09-home .custom-content-box .mcb-wrap-inner {
		right: 30px;
		bottom: 0;
	}
	.section-09-home .custom-video-wrapper {
		right: 50px;
		top: 68px;
	}
	.section-09-home .custom-boxes .mcb-wrap-inner {
		width: 100%;
	}
	/* Home Page: End */

}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	/* Assets Styles: Start */
	.section_wrapper, .container, .with_aside .content_wrapper {
     	max-width: 1220px; 
	}
	.fancy_heading .fh-top {
		width: 200px;
	}
	.custom-subheader::before, #Subheader::before{
		opacity: 0.2;
	}
	.custom-subheader::after, #Subheader::after {
		right: -30px;
    	bottom: -30px;
    	transform: scale(0.5);
    	opacity: 0.5;
	}
	/* Assets Styles: End */
	#menu > ul > li > a, #overlay-menu ul li a {
		font-size: 18px;
	}
	#Footer .widgets_wrapper .column {
		width: calc(100% / 2);
	}
	#Footer .widgets_wrapper .container {
        display: flex;
        flex-wrap: wrap;
    }
	#Footer .widgets_wrapper .column:first-child {
		order: 1;
	}
	#Footer .widgets_wrapper .column:nth-child(2){
		order: 4;
	}
	#Footer .widgets_wrapper .column:nth-child(3) {
		order: 3;
	}
	#Footer .widgets_wrapper .column:nth-child(4) {
		order: 2;
	}
		#Footer .widgets_wrapper .column:first-child .mcb-column-inner, #Footer .widgets_wrapper .column:nth-child(4) .mcb-column-inner{
		margin-bottom: 20px !important;
	}
	#Footer .widgets_wrapper .column:nth-child(2) .widget {
		padding-left: 0;
	}
	.copyright-bloc .copyright-nav .list-item.company-item {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.copyright-bloc .copyright-nav .list-item.company-item::after {
		content: unset;
	}
	
	/* Home Page Responsive Styles: Start */
	.section-03-home .wrap.custom-photo-box {
		width: 50%;
		margin-top: 24px;
	}
	.section-02-home .custom-left-col {
		width: 100%;
	}
	.section-02-home .custom-right-col  {
		display: none;
	}
	.section-03-home .custom-center-heading .title::before, .section-03-home .custom-center-heading .title::after {
    	content: unset;
	}
		.section-05-home .section_wrapper .wrap.mcb-wrap {
		width: calc(100% / 4);
	}
	.section-05-home .section_wrapper .wrap.mcb-wrap:nth-child(5),
  	.section-05-home .section_wrapper .wrap.mcb-wrap:nth-child(6) {
    	display: none;
  	}
	.section-05-home .section_wrapper .column_promo_box .title {
		font-size: 20px !important;
	}
	.section-07-home .portfolio_group .portfolio-item .desc .title_wrapper h3 {
		font-size: 18px !important;
	}
	.section-09-home .custom-content-box .mcb-wrap-inner {
		right: 30px;
		bottom: 0;
	}
	.section-09-home .custom-video-wrapper {
		right: 50px;
		top: 110px;
	}
	.section-09-home .custom-boxes .mcb-wrap-inner {
		width: 100%;
	}
	.testimonials-home .testimonial-item .testimonial-header {
		width: 50px;
	}
	.testimonials-home .testimonial-item .testimonial-desc {
		width: calc(100% - 50px);
	}

	/* Home Page Responsive Styles: End */
	
	/* Contact Page Responsive Syles: Start */
	.section-01-contact .custom-right-col .icon_box .icon_wrapper {
		position: absolute;
		margin-bottom: 0;
	}
	.section-01-contact .custom-right-col .icon_box .desc_wrapper {
		text-align: left;
		padding-top: 5px;
	}
	.section-02-contact .custom-right-col .gform-body .gfield .ginput_container, .section-02-contact .custom-right-col .gform-body .gfield .gfield_label {
		width: 100%;
	}
	.section-02-contact .custom-right-col .gform-body .gfield .ginput_container.ginput_recaptcha, .section-02-contact .custom-right-col .gform-footer, .section-02-contact .custom-right-col .gform-body fieldset.gfield.gfield--type-checkbox{
		margin-left: 0;
	}
	/* Contact Page Responsive Syles: End */
	
	/* Menu Page Responsive Styles: Start */
	.category-section .custom-left-col, .category-section .custom-right-col {
		width: 100%;
	}
	.section-02-home .custom-right-col .custom-img-1 img {
		max-height: 400px;
	}
	.custom-category-button {
		width: calc(100% / 3) !important;
	}
	/* Menu Page Responsive Styles: End */
	
	/* Blog Page Responsive Styles: Start */
	.with_aside .sections_group {
		padding-bottom: 0;
	}
	.with_aside .sidebar.columns {
		padding-top: 40px;
	}
	.with_aside .sections_group, .with_aside .sidebar.columns {
		width: 100%;
	}
	.with_aside .sidebar.columns .widget:last-child .menu {
		max-width: 400px;
		margin: 0 auto;
	}
	/* Blog Page Responsive Styles: End */
	
	/* Presentation Page Responsive Styles: Start */
	.section-01-about .custom-left-col .yoyo-image .image_frame .image_wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.section-01-about .custom-left-col .yoyo-image .image_frame img {
		height: auto;
		width: 80%;
	}
	.section-03-about .custom-left-col .counter .desc_wrapper .title {
		min-height: 72px;
	}
	.section-04-about .custom-left-col .icon_box .desc_wrapper {
		text-align: left;
	}
	.section-05-about .column_photo_box {
		width: 50%;
	}
	.section-05-about .photo_box .title {
		height: unset;
		padding: 20px 0;
	}
	/* Presentation Page Responsive Styles: Start */
}
@media (max-width: 767px) {
	body.policy-page .section_wrapper {
    max-width: unset !important;
}
	body.policy-page .the_content_wrapper .policy-page-content, body.policy-page .the_content_wrapper>.cmplz-document {
    padding: 0;
    border: none;
    background-color: unset;
}
	.custom-cursor__cursor-two, .custom-cursor__cursor {
		display: none;
	}
	.custom-subheader::before, #Subheader::before {
		opacity: 0.2;
		transform: scale(0.7);
		left: -50px;
        bottom: -30px;
	}
	.custom-subheader::after, #Subheader::after {
    	right: -30px;
    	bottom: -30px;
    	transform: scale(0.5);
    	opacity: 0.5;
	}
	.custom-left-fancy-heading .fancy_heading {
		text-align: center !important;
		align-items: center;
	}
	.custom-left-fancy-heading .fancy_heading .fh-top::after {
		left: unset;
		right: 0;
	}
	.custom-left-fancy-heading .fancy_heading .fh-top img {
		display: block;
	}
	.custom-left-fancy-heading .fh-top::before {
		content: "" !important;
	}
	body {
		font-size: 16px;
	}
	#menu > ul > li > a, #overlay-menu ul li a {
		font-size: 18px;
	}
	#Footer .widgets_wrapper .column {
		width: 100%;
	} 
	#Footer .widgets_wrapper .column .mcb-column-inner {
		margin-bottom: 20px !important;
	}
	#Footer .widgets_wrapper .column:last-child .mcb-column-inner {
		margin-bottom: 0 !important;
	}
	#Footer .widgets_wrapper .column:nth-child(2) .widget {
		padding-left: 0;
	}
	#Footer .widgets_wrapper .column .widget {
		text-align: center;
	}
	#Footer .widgets_wrapper .widget .custom-social-media {
		justify-content: center;
	}
	.copyright-bloc .copyright-nav .list-item {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.copyright-bloc .copyright-nav .list-item:last-child {
		margin-bottom: 0;
	}
	.copyright-bloc .copyright-nav .list-item::after {
		content: unset;
	}
	
	/* Home Page Responsive Styles: Start */
	.section.full-width-ex-mobile > .section_wrapper {
    max-width: 100%!important;
}
	.section-01-home .a-propos-img-2 {
		margin-top: 0;
	}
	.section-01-home .a-propos-img-1 .image_frame, .section-01-home .a-propos-img-2 .image_frame {
		width: 100%;
	}
	.section-01-home .a-propos-img-2 .column_image > .mcb-column-inner {
		padding-right: 0;
		padding-left: 20px;
	}
	.section-01-home .a-propos-content {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.section-01-home .a-propos-img-1 .column_image > .mcb-column-inner {
    	padding-left: 20px;
	} 
	
	.section-02-home .custom-right-col .custom-img-1 > .mcb-column-inner {
		margin-left: var(--mfn-column-gap-left);
    	margin-right: var(--mfn-column-gap-right);
	}
	.section-03-home .custom-section-title .mcb-wrap-inner .column_heading {
		width: 100%;
	}
	.section-03-home .custom-section-title .mcb-wrap-inner::before, .section-03-home .custom-section-title .mcb-wrap-inner::after {
		content: unset;
	}
	.section-03-home .wrap.custom-photo-box {
		margin-top: 20px;
	}
	.section-03-home .custom-center-heading .title::before {
    	content: unset;
	}
	.section-03-home .custom-center-heading .title::after {
		left: 50%;
		right: unset;
		transform: translatex(-50%);
		top: calc(100% + 10px);
		width: 70%;
	}
	.section-03-home .column_photo_box > .mcb-column-inner {
		margin-bottom: 20px !important;
	}
	.section-03-home .column_photo_box:last-child > .mcb-column-inner {
		margin-bottom: 0 !important;
	}
	.section-05-home .section_wrapper .wrap.mcb-wrap {
		width: calc(100% / 3);
	}
	.section-04-home .feature_box .feature_box_wrapper .photo_wrapper {
		width: 180px;
		height: 180px;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		justify-content: center;
	}
	.section-04-home .feature_box .feature_box_wrapper .desc_wrapper {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.section-05-home .section_wrapper .wrap.mcb-wrap:nth-child(4),
	.section-05-home .section_wrapper .wrap.mcb-wrap:nth-child(5),
  	.section-05-home .section_wrapper .wrap.mcb-wrap:nth-child(6) {
    	display: none;
  	}
	.section-05-home .section_wrapper .column_promo_box .title {
		font-size: 20px !important;
	}
	.section-05-home .section_wrapper .column_promo_box .photo_wrapper {
		margin-bottom: 0;
	}
	.section-06-home .speciality-categories .owl-dots {
		display: none;
	}
	.section-06-home .speciality-categories .owl-nav {
		display: flex !important;
    	margin-top: 20px;
    	justify-content: center;
		column-gap: 10px;
	}
	.section-06-home .speciality-categories .owl-nav div {
		padding: 10px !important;
		background-color: #d8232a;
		color: #fff;
	}
	.section-07-home {
		padding-bottom: 40px !important;
	}
	.section-blog-home .column_blog_news ul li {
		width: 100%;
	}
	.section-blog-home .column_blog_news ul li .photo {
		height: 250px;
	}
	.section-blog-home .column_blog_news ul li .desc .desc_footer {
		top: 230px;
	}
	.testimonials-home .testimonial-item .testimonial-header {
    	width: 50px;
		margin-bottom: 20px;
	}
	.testimonials-home .testimonial-item .testimonial-desc {
    	width: 100%;
		padding-top: 0;
		padding-left: 0;
	}
	.testimonials-home .testimonial-item .testimonial-desc::before {
		content: unset;
	}
	.testimonials-home .owl-nav {
		max-width: 350px;
		width: 100%;
	}
	.section-09-home {
		margin-bottom: 210px;
	}
	.section-09-home .custom-content-box .mcb-wrap-inner {
    	right: unset;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
	}
	.section-09-home .custom-video-wrapper {
    	right: unset;
		transform: translateX(-50%);
		left: calc(50% - 10px);
    	top: 90px;
	}
	.section-09-home .custom-boxes .mcb-wrap-inner {
		width: 100%;
	}
	.custom-section-home .photo_box .title {
		font-size: 18px !important;
		max-width: 180px;
	}
	.custom-section-home .photo_box .image_frame {
		width: 50px;
		height: 50px;
	}
	.section-10-home .column_image > .mcb-column-inner {
    	margin-bottom: 20px !important;
	} 
	.custom-right-instagram-box, .custom-center-instagram-box, .custom-left-instagram-box {
		display: none;
	}
	 .section-11-home .custom-instagram-gallery {
		display: block;
	}  
	/* Home Page Responsive Styles: End */
	
	/* A propos Page Responsive Styles: Start */
	.section-01-about .custom-left-col .yoyo-image {
		display: none;
	}
	.section-01-about .custom-left-col .column_fancy_heading {
    	min-height: unset;
	}
	.section-01-about .custom-left-col .column_image > .mcb-column-inner, .section-03-about .custom-left-col .column_image > .mcb-column-inner {
    	margin-bottom: 20px !important;
	}
	.section-01-about .custom-right-col .column_column > .mcb-column-inner, .section-01-about .custom-right-col .column_button > .mcb-column-inner {
		text-align: center;
	}
	.section-02-about .column_timeline > .mcb-column-inner {
		margin-bottom: 0 !important;
	}
	.section-02-about .timeline_items > li {
		background: unset !important;
		flex-wrap: wrap;
	}
	.section-02-about .timeline_items > li:last-child {
		padding-bottom: 0 !important;
	}
	.section-02-about .timeline_items > li h3 {
		width: 100%;
		padding-left: unset;
	}
	.section-02-about .timeline_items > li h3::before, .section-02-about .timeline_items:after {
		content: unset;
	}
	.section-02-about .timeline_items > li .desc {
		width: 100%;
		padding-right: 0;
	}
	.section-03-about .custom-right-col .column_button {
		text-align: center;
	}
	.section-03-about .custom-right-col .column_column > .mcb-column-inner {
		text-align: center;
	}
	.section-03-about .custom-left-col .column_counter > .mcb-column-inner {
		margin-bottom: 20px !important;
	}
	.section-03-about .custom-left-col .counter .desc_wrapper .title {
		min-height: unset;
	}

	.section-04-about .custom-left-col .column_icon_box:last-child > .mcb-column-inner {
		margin-bottom: 20px !important;
	}
	.section-05-about .photo_box .title {
		height: unset;
		padding: 20px 0;
	}
	.section-05-about .column_photo_box .photo_box .image_frame {
	order: 1;
}
.section-05-about .column_photo_box .photo_box .title{
	order: 2;
}
	/* A propos Page Responsive End: Start */
	
	/* Contact Page Responsive Syles: Start */
	.section-01-contact .custom-right-col .column_column > .mcb-column-inner, .section-01-contact .custom-right-col .column_button > .mcb-column-inner {
		text-align: center;
	}
	.section-01-contact .custom-left-col .column_column > .mcb-column-inner, .section-02-contact .custom-left-col .custom-info-box:last-child > .mcb-column-inner {
		margin-bottom: 20px !important;
	}
	.section-01-contact .custom-right-col .column_icon_box > .mcb-column-inner  {
		display: flex;
		justify-content: center;
	}
	.section-02-contact .custom-left-col .column_column > .mcb-column-inner, .section-02-contact .custom-left-col .custom-info-box .icon_box .desc_wrapper {
		text-align: center
	}
	.section-02-contact .custom-right-col {
		margin-top: 20px;
	}
	.section-02-contact .custom-right-col .gform-body .gfield .ginput_container, .section-02-contact .custom-right-col .gform-body .gfield .gfield_label {
		width: 100%;
	}
	.section-02-contact .custom-right-col .gform-body .gfield .ginput_container.ginput_recaptcha, .section-02-contact .custom-right-col .gform-footer, .section-02-contact .custom-right-col .gform-body fieldset.gfield.gfield--type-checkbox{
		margin-left: 0;
	}
	/* Contact Page Responsive Syles: End */
	
	/* Nos emplacements Page Responsive Styles: Start */
	.section-01-emplacements .custom-left-col .column:last-child > .mcb-column-inner {
		margin-bottom: 20px !important;
	}
	.section-01-emplacements .custom-right-col .column_column {
		text-align: center;
	}
	.section-emplacements .card-emplacement {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.section-emplacements .card-emplacement .infos-emplacement .icon_box {
		min-height: unset;
	}
	.section-emplacements .card-emplacement .infos-emplacement .icon_box .desc_wrapper a {
		position: relative;
		bottom: unset;
		left: unset;
	}
	.section-03-emplacements .wrap .column_image {
		display: none;
	}
	.section-03-emplacements .column_column {
		text-align: center;
	}
	/* Nos emplacements Page Responsive Styles: End */
	
	/* Menu Page Responsive Styles: Start */
	.section-02-home .custom-right-col  {
		display: none;
	}
	/* Menu Page Responsive Styles: End */
	
	/* Specialités Page Responsive Styles: Start */
	.menu-carousel .menu-item .menu-item-content .menu-section {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.menu-carousel .menu-item {
		padding: 10px;
		min-height: 705px;
	}
	.menu-carousel .owl-item .menu-item::before, .menu-carousel .owl-item .menu-item::after {
		content: unset;
	}
	.menu-carousel .menu-item .menu-item-content {
		margin-bottom: 0;
	}
	.menu-carousel .menu-item .menu-shapes .shape-2-left, .menu-carousel .menu-item .menu-shapes .shape-2-right {
		display: none;
	}
	.menu-carousel .menu-item .menu-item-title {
		width: 80%;
	}
	.menu-carousel .menu-item .menu-shapes .shape-top, .menu-carousel .menu-item .menu-shapes .shape-bottom{
		height: 15px;
	}
	.menu-carousel .menu-item .menu-shapes .shape-left, .menu-carousel .menu-item .menu-shapes .shape-right{
		width: 15px;
	}
	.menu-carousel .menu-item .menu-item-title h3{
		font-size: 32px !important;
	}
	/* Specialités Page Responsive Styles: End */
	
	/* Search Page Responsive Styles: Start */
	.with_aside .sections_group {
		padding-bottom: 0;
	} 
	.with_aside .sidebar.columns {
		padding-top: 40px;
	}
	body.search-results .sections_group .posts_group .search-item {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.search-results .search-item .post-featured-image {
		margin-bottom: 0 !important;
	}
}
@media (max-width: 639px) {
	.grecaptcha-badge {
		visibility: hidden;
	}
	.section-10-home .custom-newsletter-form form .gform-body input {
		text-align: center;
	}
	.section-10-home .custom-newsletter-form .gfield--type-captcha iframe{
		transform: scale(0.95);
	}
	.section-10-home .custom-newsletter-form .gfield--type-captcha .ginput_container {
		display: flex;
		justify-content: center;
	}
	.section-10-home .custom-newsletter-form form .gform-body #field_submit {
		justify-content: center;
	}
	.section-10-home .custom-newsletter-form form .gform-body #field_submit input[type="submit"] {
		width: 100%;
	}
}
@media (max-width: 479px) {
	.custom-subheader::before, .custom-subheader::after {
		content: unset;
	}
	.content_wrapper .section_wrapper, .container, .four.columns .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}
	/* Home Page Responsive Styles: Start */
	.section-02-home .custom-left-col .custom-menu-box .feature_box .photo_wrapper {
		width: 100%;
		padding-left: 0;
		padding-top: 10px;
		border-left: none;
		padding-bottom: 10px;
		border-bottom: 1px dashed #fbcf24;
		height: 180px;
		order: 1;
	}
	.section-02-home .custom-left-col .custom-menu-box .feature_box .desc_wrapper {
		width: 100%;
		padding-right: 0;
		padding-bottom: 0;
		text-align: center;
		order: 2;
	}
	.section-02-home .custom-left-col .custom-menu-box .feature_box .desc_wrapper .desc .item-price {
		margin-left: auto;
		margin-right: auto;
	}
	.section-02-home .custom-right-col .custom-img-2 {
		display: none;
	}
	
	.section-04-home .feature_box {
		padding: 20px;
	}
	.section-04-home .feature_box .feature_box_wrapper .photo_wrapper {
		width: calc(100% - 10px);
		height: auto;
	}
	.section-05-home .section_wrapper .wrap.mcb-wrap {
    	width: calc(100% / 2);
	}
	.section-05-home .section_wrapper .wrap.mcb-wrap:nth-child(3) {
		display: none;
	}
	.section-09-home .custom-content-box .mcb-wrap-inner {
		width: 100%;
		padding: 10px;
	}
	.section-09-home .custom-video-wrapper {
		top: 60px;
	}
	.section-09-home .custom-video-wrapper .custom-video-link .mcb-column-inner {
		display: flex;
		justify-content: center;
	}
	.section-09-home .custom-boxes .mfn-icon-box .icon-wrapper {
		width: 50px;
	}

	.section-10-home .custom-newsletter-form form .gform-body {
		width: 100%;
	}
	.section-10-home .custom-newsletter-form form .gform-footer {
		width: 100%;
		margin-top: 20px;
		justify-content: center;
	}
	.section-10-home .custom-newsletter-form form .gform-body input {
		border-right-color: #cccaca;
	}
	.section-10-home .custom-newsletter-form form .gform-body .gfield.gfield--type-captcha {
		transform: scale(0.85) translateX(-20px);
	}

	.section-blog-home .column_blog_news ul li .desc .desc_footer {
		padding: 5px;
	}
	/* Home Page Responsive Styles: End */
	.menu-carousel .menu-item {
		min-height: 849px;
	}
}
@media (max-width: 425px) {
	.section-09-home {
		margin-bottom: 280px;
	}
}
@media (max-width: 325px) {
	.section-05-home .section_wrapper .column_promo_box .title {
    	font-size: 18px !important;
	}
	.column_button .button {
		width: 100%;
	}
}
/* ------- Responsive Design: End ------- */
