/*
Theme Name: Merchandiser Child
Theme URI: https://merchandiser.wp-theme.design/
Description: This is a child theme for Merchandiser.
Author: OFFGROUND
Author URI: https://www.offground.fr/
Template: merchandiser
Version: 2.0
*/


/***********************************************/
/*************** HEADER - BUTTON ***************/
/***********************************************/

.site-header .header-wrapper .tools2 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    vertical-align: middle;
    opacity: 0;
    -webkit-animation: global_fadein 1.5s forwards;
    animation: global_fadein 1.5s forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.site-header .header-wrapper .tools2 ul {
    list-style: none;
    padding: 0 25px 0 0;
    margin: 0;
    display: table;
    text-align: right;
    float: right;
    font-size: 1em;
}

.site-header .header-wrapper .tools2 ul li {
    padding: 0 0 0 1.1111111111rem;
    margin: 0;
    display: table-cell;
    line-height: 1em;
    vertical-align: middle;
}

/**********************************************************/
/*************** IMPORTANT - GLOBAL SETTING ***************/
/**********************************************************/

.button {
    border-radius: 15px;    
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea  {
    border-radius: 10px;
}

.mark {
    padding: 4px 8px;
    border-radius: 9rem;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.no-gap {
    gap: 0!important;
}
/***********************************************************/
/*************** IMPORTANT - LATE POINT FONT ***************/
/***********************************************************/

.latepoint-w { 
	font-family: var(--global--font-primary) !important;
}

.latepoint-lightbox-v2 h1, .latepoint-lightbox-v2 h2, .latepoint-lightbox-v2 h3, .latepoint-lightbox-v2 h4, .latepoint-lightbox-v2 h5, .latepoint-lightbox-v2 h6,.latepoint-lightbox-w h1, .latepoint-lightbox-w h2, .latepoint-lightbox-w h3, .latepoint-lightbox-w h4, .latepoint-lightbox-w h5, .latepoint-lightbox-w h6 { 
	font-family: var(--global--font-secondary) !important;
	font-weight: 600; !important;
}

.latepoint-book-button {
    font-weight: 600;
    font-size: 13px;
    padding: 1.1111111111rem 2.2222222222rem;
}

/************************************************************/
/*************** IMPORTANT - IMPUT CORRECTION ***************/
/************************************************************/
.latepoint-w .os-form-group.os-form-select-group input[type=email], .latepoint-w .os-form-group.os-form-select-group input[type=number], .latepoint-w .os-form-group.os-form-select-group input[type=password], .latepoint-w .os-form-group.os-form-select-group input[type=tel], .latepoint-w .os-form-group.os-form-select-group input[type=text], .latepoint-w .os-form-group.os-form-select-group textarea, .latepoint-w .os-form-group.os-form-textfield-group input[type=email], .latepoint-w .os-form-group.os-form-textfield-group input[type=number], .latepoint-w .os-form-group.os-form-textfield-group input[type=password], .latepoint-w .os-form-group.os-form-textfield-group input[type=tel], .latepoint-w .os-form-group.os-form-textfield-group input[type=text], .latepoint-w .os-form-group.os-form-textfield-group textarea{
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none !important;
    background-color: var(--global--text-color-ultra-light) !important;
    color: var(--global--text-color) !important;
    font-family: var(--global--font-primary) !important;
    font-size: 0.7777777778rem !important;
    font-weight: bold !important;
    height: auto;
    line-height: 1;
    outline: none;
    padding: 1rem 1.3888888889rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.latepoint-w .os-form-group.os-form-select-group .os-form-control:focus, .latepoint-w .os-form-group.os-form-select-group input.os-form-control:focus, .latepoint-w .os-form-group.os-form-textfield-group .os-form-control:focus, .latepoint-w .os-form-group.os-form-textfield-group input.os-form-control:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none;
}
.latepoint-w .os-form-group.os-form-select-group .os-form-control:focus, .latepoint-w .os-form-group.os-form-select-group input.os-form-control:focus, .latepoint-w .os-form-group.os-form-textfield-group .os-form-control:focus, .latepoint-w .os-form-group.os-form-textfield-group input.os-form-control:focus {
    background-color: var(--global--text-color-light) !important;
}
.latepoint-w .os-form-group.os-form-textfield-group.has-value input.os-form-control, .latepoint-w .os-form-group.os-form-textfield-group.has-value textarea.os-form-control {
    border-radius: 5px !important;
}

/***********************************************************/
/*************** IMPORTANT - PRINCIPAL TITLE ***************/
/***********************************************************/

h1, h2, h3, h4, h5, h6, a {
	font-weight:600 !important;
}

/************************************************************/
/*************** IMPORTANT - PRINCIPAL BUTTON ***************/
/************************************************************/

body .is-layout-flex {
    flex-wrap: wrap;
    align-items: flex-start;
}

/*********************************************************************/
/*************** IMPORTANT - HEADER DISPLAY CORRECTION ***************/
/*********************************************************************/


@media only screen and (min-width: 64em) {
.site-header .header-wrapper .nav {
    flex-grow: 5;
}
}

/********************************************************************/
/*************** IMPORTANT - BLOCK DISPLAY CORRECTION ***************/
/********************************************************************/

@media screen and (max-width:640px) { 
.padding {
     padding-left:25px !important;
     padding-right:25px !important;
 }
}

[class*=wp-block-] {
    margin-bottom: 0.5rem;
}

.wp-block-cover.alignfull {
    margin-bottom: -5rem;
}

/*********************************************************/
/*************** BANNER - COVER BACKGROUND ***************/
/*********************************************************/



@media only screen and (min-width: 64em)
.page .alignfull, .single .alignfull {
    margin-top: 5rem;
    margin-bottom: -1rem;
    padding-left: 5rem;
    padding-right: 5rem;
}
.wp-block-cover .has-background-dim.has-background-gradient {
    margin-bottom: 0 !important;
}
.wp-block-cover .has-background-dim:not([class*=-background-color]) {
    margin-bottom: 0 !important;
}

video.wp-block-cover__video-background.intrinsic-ignore {
    border-radius: 0.5em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
}

.minimal-banner {
    max-height: 50px;
}

.minimal-banner .wp-block-group {
    margin-bottom: 0px !important;
}

.is-rounded {
    border-radius:15px;
}

@media and screen (min-width: 781px) {
.wp-block-cover.akram {
    padding-top:0 !important;
    padding-bottom:0 !important;
    }
}

/******************************************************/
/*************** LATE POINT - FORMULAIRE ***************/
/******************************************************/

.latepoint-lightbox-w {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999999999 !important;
}

.cnb-zindex-10 {
    z-index: 99999 !important;
}


/******************************************************/
/*************** LATE POINT - CONNEXION ***************/
/******************************************************/

.latepoint-login-form-w h4 {
    color: var(--global--font-primary);
}
.latepoint-login-form-w .os-social-or {
    color: var(--global--font-primary);
}
.latepoint-w .os-form-w {
    border-radius: 5px;
}
.latepoint-w .os-form-buttons .os-form-group .latepoint-btn {
    margin-right: 5px;
    border-radius: 5px;
}
.latepoint-w .os-form-group.os-form-textfield-group input[type="text"] {
    -webkit-appearance: none;
    border-radius: 5px !important;
}

/*********************************************************/
/*************** LATE POINT - RESSOURCES LIST ***************/
/*********************************************************/

.latepoint-resources-items-w .resource-item .ri-price {
    color: #191919 !important;
}

.latepoint-resources-items-w .resource-item .ri-name h3 {
    margin: 10px 0;
    font-size: 18px;
}

.latepoint-btn.latepoint-btn-primary {
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    border: 1px solid #222222;
    color: #222222;
}
a.latepoint-btn.latepoint-btn-primary.os_trigger_booking {
    width: 100%;
}
.latepoint-resources-items-w .resource-item {
    border-radius: 10px;
}
.latepoint-resources-items-w .resource-item .ri-description {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.3;
}
.latepoint-resources-items-w .resource-item .ri-price {
    font-weight: normal;
}

.latepoint-resources-items-w {
    display: -webkit-box !important;
    overflow: auto !important;
}
.latepoint-resources-items-w .resource-item {
    width: 250px;
    margin-right: 15px !important;
}

@media screen and (max-width: 640px) {
    .latepoint-resources-items-w .resource-item {
        width: 200px;
        margin-right: 15px !important; 
    }
}

.latepoint-resources-items-w.resources-columns-3, .latepoint-resources-items-w.resources-columns-4 {
    padding: 0% 6% 1% 6%;
}

iframe {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.latepoint-resources-items-w {
	justify-self: center;
}

@media and screen (max-width:780px) {
	.latepoint-ressources-items-w {
		justify-self: start;
	}
}


/*******************************************/
/*************** MENU MOBILE ***************/
/*******************************************/

.offcanvas_aside {
    top: 0 !important;
}


.offcanvas_aside nav.offcanvas_navigation ul.offcanvas_menu li.menu-item a {
    font-family: var(--global--font-primary);
}

.offcanvas_aside nav.offcanvas_navigation ul.offcanvas_menu>li.menu-item a {
    font-size: 1.6rem;
    letter-spacing: 0.02rem;
}




li#menu-item-526 {
    background: #432D5A;
    border-radius: 9rem;
    margin: 0px 0px 0px 0px;
    padding: 5px;
    text-align: center;
}

li#menu-item-526 a {
    color: #fff;
    font-size: 13px;
}

@media screen and (max-width: 640px) {
.offcanvas_aside nav.offcanvas_navigation ul.offcanvas_menu>li.menu-item-526 {
    border-radius: 9rem;
    margin: 20px 0px 0px 0px !important;
    padding: 10px !important; 
    text-align: center;
	background-color: #432D5A;
}


.offcanvas_aside nav.offcanvas_navigation ul.offcanvas_menu>li.menu-item-526 a {
    font-size: 15px !important;
	color: #ffffff;
}
}

.offcanvas_aside nav.offcanvas_navigation ul.offcanvas_menu ul.sub-menu li.menu-item a {
    font-size: 1.01rem;
}

.offcanvas_aside.open {
    z-index: 99999;
}

/****************************************************/
/*************** SERVICES LIST - CARD ***************/
/****************************************************/

figure.wp-block-image.size-full.is-style-default {
    margin-bottom: 25px !important;
}

h3.has-black-color.has-text-color {
font-size:21px;
margin: 10px 0px !important;
}

/******************************************************/
/*************** COOKIES - ACCUEIL ***************/
/******************************************************/


#cookie-notice .cn-button {
    max-width: 95% !important;
    min-width: 95% !important;
	  text-transform: none !important;
	  border-radius:5px;
}

#cookie-notice.cookie-revoke-visible.cn-effect-fade {
    border-radius: 0.5rem !important;
    max-width: 90% !important;
    min-width: 90% !important;
    margin-left: 5% !important;
    display: table-cell;
}

#cookie-notice {
    letter-spacing: 0;
    line-height: 20px;
}

/***********************************/
/*************** FAQ ***************/
/***********************************/

.wp-block-faq-block-for-gutenberg-faq .question h4 {
    margin-bottom: 10px;
    padding: 0;
    clear: none;
    font-size: 18px;
    text-transform: math-auto;
}

.wp-block-faq-block-for-gutenberg-faq .question {
    text-transform: inherit;
	font-size: 18px;
}

.wp-block-faq-block-for-gutenberg-faq {
    
    font-size: 16px;
    
    line-height: 1.6em;
    padding: 10px 20px 10px 20px;
    margin-bottom: 10px;
    border-radius: 10px !important;
}

.wp-block-faq-block-for-gutenberg-faq {
	font-family: var(--global--font-primary) !important;
}

/**********************************************/
/*************** INSTAGRAM FEED ***************/
/**********************************************/
	
.sbi_follow_btn a {
    background: #fff !important;
    color: #121212 !important;
}
	
.sbi_photo {
    border-radius: 10px !important;
}
	
/**************************************/
/*************** FOOTER ***************/
/**************************************/

.footer-widget-wrapper .footer-widget-area * {
    font-weight:normal;
    
}
.footer-widget-wrapper .footer-widget-area li.widget h4.widget-title {
    font-weight: bold;
}

/****************************************************************/
/****************************************************************/
/****************************************************************/

/******************************************************/
/*************** SERVICES LIST - SLIDER ***************/
/******************************************************/

@media screen and (max-width: 640px) {
.services-list-column {
    display: -webkit-box !important;
    overflow: auto !important;
}
.services-list {
    min-width: 230px !important;
    max-width: 230px !important;
}
}

/****************************************************/
/*************** SERVICES LIST - CARD ***************/
/****************************************************/

@media screen and (max-width: 640px) {
    .services-list {
        margin-right:15px !important;
		padding:15px 10px 10px 10px;
    }
}

.services-list {
    box-shadow: 0 2px 18px -6px rgba(0,0,0,.2), 0 1px 2px 0 rgba(0,0,0,.1);
    border-radius: 10px;
}

.services-list img {
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.services-list h3 {
    padding-right: 20px;
    padding-left: 20px;
}

.services-list p {
    padding-right: 20px;
    padding-left: 20px;
}

.services-list > div > div {
    padding-right: 20px;
    padding-left: 20px;
}

@media only screen and (min-width: 64em)  {
.wp-block-columns.alignfull .wp-block-column:not(:first-child) {
    margin-left: 1rem;
    margin-right: 1rem;
}
}

figure.wp-block-image.size-full.is-style-default {
    margin-bottom: 25px !important;
}

h3.has-black-color.has-text-color {
	font-size:21px;
	margin: 10px 0px !important;
}

/*************************************************/
/*************** HOMEPAGE - SLIDER ***************/
/*************************************************/

.swiper-slide {
    border-radius: 1rem !important;
}

/*************************************************/
/*************** HOMEPAGE - PRODUCT **************/
/*************************************************/

.home .wc-block-grid.has-4-columns .wc-block-grid__product {
    max-width: 50%;
    display: inline-table;
}

/*************************************************/
/*************** WOOCOMMERCE - SHOP **************/
/*************************************************/

.woocommerce .shop_categories_list_overlay {
    display:none;
}

.woocommerce ul.shop_categories_list {
    width: unset;
}

.woocommerce ul.shop_categories_list li {
    padding: 1.6666666667rem 1.222222rem 1.6666666667rem 0;
}

.woocommerce ul.shop_categories_list li a {
    background: #f5F6F4;
    padding: 10px 16px;
    border-radius: 9em;
}

.woocommerce ul.shop_categories_list li a .woocommerce-loop-category__title mark {
    display: none;
}

.woocommerce ul.shop_categories_list li a .woocommerce-loop-category__title {
    color: var(--global--bg-color);
    -webkit-text-fill-color: unset !important;
}