/*
Theme Name:   Novakom thème
Theme URI:    https://novakom.fr/
Description:  Agence de communication
Author:       Benoit ROMEO
Author URI:   https://www.agenceomega.fr/
Template:     Divi
*/

/* 
 * 
 * COULEURS 
 * 
 * Novakom : #45eba5
 * Arobase : #ED7F13
 * Boostercom : #f47322
 * 
 */

:root {
	--main-color: #45eba5;
	--createur-color: #45eba5;
}

/* -- MENU -- */
/*#top-menu-nav { margin-top:-15px !important }
.btn_contact, .et_mobile_menu > li.btn_contact > a {
	color: #fff;
	background-color: var(--main-color);
	padding: 0 !important;
	border-radius:50px;
}
body #et-top-navigation nav>ul>li.btn_contact>a, body .et-fixed-header #et-top-navigation nav>ul>li.btn_contact>a, .et_mobile_menu > li.btn_contact > a  {
	color: #fff !important;
	padding-bottom:0 !important;
	padding: 15px 25px 15px 25px !important;
}*/

/**
 * Hjqs Drawer Woocommerce Menu
 ***/
.hjqs_wc_drawer_menu_activator{}
.admin-bar .hjqs_wc_drawer_menu{
	top: 32px;
}
.hjqs_wc_drawer_menu{
	/*height: 100%;*/
	width: 300px;
	position: fixed;
	z-index: 999999;
	top: 0;
	bottom: 0px;
	right: -350px;
	background-color: #ffffff;
	overflow-x: hidden;
	padding-top: 0px;
	transition: 0.5s;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.1);
}
.hjqs_wc_drawer_menu_body{
	display: flex;
	height: 100%
}
.hjqs_wc_drawer_menu_body .widget_shopping_cart{
display: flex;
    flex-direction: column;
}
.hjqs_wc_drawer_menu_body .widget_shopping_cart_content{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.hjqs_wc_drawer_menu_body .widget_shopping_cart_content ul.cart_list{
	flex: 1;
}
.hjqs_wc_drawer_menu_body .widget_shopping_cart_content .woocommerce-mini-cart__total.total {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 10px;
    border-top: 1px solid #ebe9eb;
    border-bottom: 1px solid #ebe9eb;
    margin-bottom: 0px;
}
.hjqs_wc_drawer_menu_body .widget_shopping_cart_content .woocommerce-mini-cart__total.total strong{
	font-weight: normal;
    font-size: 16px;
    padding-top: 5px;
    padding-right: 5px;
}
.hjqs_wc_drawer_menu_body .woocommerce-mini-cart__buttons.buttons{
	display: flex;
	    min-height: 40px;
    align-items: center;
	    gap: 0px;
}
.hjqs_wc_drawer_menu_body .woocommerce-mini-cart__buttons.buttons a{
    margin: 0px !important;
    border: 0px;
    font-size: 18px;
    flex: 1;
    text-align: center;
    padding: 10px 10px !important;
	background-color:#45eba5;
	color: white !important;
	border-radius: 0;
}
.hjqs_wc_drawer_menu_body .woocommerce-mini-cart__buttons.buttons a:hover{
	background-color:#45eba5;
}
.hjqs_wc_drawer_menu_body .woocommerce-mini-cart__buttons.buttons a:after{
	font-size: 24px !important;
	display: none;
}
.hjqs_wc_drawer_menu_body .woocommerce-mini-cart__buttons.buttons a:hover{
    margin: 0px !important;
    border: 0px;
    font-size: 18px;
    flex: 1;
    text-align: center;
    padding: 10px 10px !important;
	padding-right: 15px;
	color: white !important;
	border-radius: 0;
	
}
.hjqs_wc_drawer_menu_active{
	right: 0px
}
.hjqs_wc_drawer_menu_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #ebe9eb;
}
.hjqs_wc_drawer_menu_header h2{
	padding-bottom: 0px !important;
	font-size: 24px;
}
.hjqs_wc_drawer_menu_header a{
	cursor: pointer;
}

.hjqs_wc_drawer_menu_body .remove.remove_from_cart_button{
    right: -40px !important;
    bottom: 0;
    width: 40px;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 60%);
    border-radius: 0;
    left: auto !important;
	transition: all 0.2s;
	font-size: 0;
}
.hjqs_wc_drawer_menu_body .remove.remove_from_cart_button::before{
    content: "\f1f8";
    font-size: 14px;
    color: white;
    font-family: 'Font Awesome 5 Free';
	transition: all 0.2s;
}
.hjqs_wc_drawer_menu_body .remove.remove_from_cart_button:hover{
	background: rgb(255 0 0 / 70%) !important;
}
.hjqs_wc_drawer_menu_body .remove.remove_from_cart_button:hover::before{
	transform: scale(1.1)
}
.hjqs_wc_drawer_menu_body .mini_cart_item:hover .remove.remove_from_cart_button{
	right: 0px !important;
}
.hjqs_wc_drawer_menu_body .mini_cart_item{
    padding-left: 0px !important;
    padding-bottom: 0px !important;
	border-bottom: 1px solid #ebe9eb;
}
.hjqs_wc_drawer_menu_body .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail{
	width: 90px;
	margin-left: 15px;    
	margin-top: -20px;
}
.hjqs_wc_drawer_menu_body .mini_cart_item a + a{
	padding-left: 20px;
	font-size: 18px;
	line-height: 17px;
	font-weight: normal !important;
	    margin-top: 20px;
}
.hjqs_wc_drawer_menu_body .mini_cart_item .quantity{
	padding-left: 20px;
	font-size: 12px;
}
.hjqs_wc_drawer_menu_body .mini_cart_item a + a::after{
    content: 'Voir le produit';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 64%);
    left: -340px;
    width: calc(100% - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
	transition: all 0.5s 0.2s;
}
.hjqs_wc_drawer_menu_body .mini_cart_item a + a:hover::after{
    text-decoration: underline;
}
.hjqs_wc_drawer_menu_body .mini_cart_item:hover  a + a::after{
	left: 0px;
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li { margin-top:0 !important; align-items:center; }
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a { padding-bottom:0 !important; }

span.hjqs_wc_drawer_menu_activator_badge_content {
    /*position: absolute;
    margin-left: 64px;
    margin-top: -2px;*/
	
    background-color: transparent !important;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    color: #222222;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    border: 2px solid #222222;
}

li.hjqs_wc_drawer_menu_activator>a {
	display: flex;
    align-content: flex-start;
    align-items: center;
    gap: 4px;
	color:#FFF !important;
	padding-bottom:0 !important;
}

li.hjqs_wc_drawer_menu_activator {
	margin-top:0 !important;
    background-color: var(--main-color);
	padding:8px 10px !important;
    border-radius: 15px;
	transition: all .2s ease !important;
}
li.hjqs_wc_drawer_menu_activator:hover {
    background-color: #45eba5;
}

.hjqs_wc_drawer_menu_body .widget_shopping_cart{
	width: 100%;
}
.hjqs_wc_drawer_menu_body .woocommerce-mini-cart__empty-message{
	padding: 20px;
}
.hjqs_wc_drawer_menu_header button{
	background: transparent;
    border: none;
	cursor: pointer;
}
.hjqs_wc_drawer_menu_header svg{
	color: rgb(255 0 0 / 70%) !important
}
.hjqs_wc_drawer_menu_body .variation-Nombredepochessousvide,
.hjqs_wc_drawer_menu_body .variation-Rpartitiondespochessousvide{
	display: none !important;
}


/* -- BLOG -- */
.display_wtitle .widgettitle { display:none; }

/* -- CONTACT --*/
.et-pb-contact-message { color:#fff !important; }

/* -- BOUTON HAUT DE PAGE -- */
.et_pb_scroll_top.et-pb-icon { background-color: var(--main-color) !important; }

/* -- FOOTER --*/
footer ul#menu-plan-de-site>li { width:90% !important; margin:0; }
footer ul#menu-plan-de-site>li>a { padding:0 !important; }
body .footer-link a { transition: color 300ms ease 0ms; }
body .footer-link a:hover { color:var(--main-color) !important; transition: color 300ms ease 0ms; }
body .footer-link a.link_createur { color:var(--createur-color) !important; }

/* -- DIVI MOBILE -- */
#dm-menu .sub-menu { margin-top:20px !important; padding:0 !important; }

/* -- FIX BUGS -- */
.et-fixed-header #et-top-navigation { min-height:0 !important; }
#cookie-notice .cn-button:not(.cn-button-custom) { background:var(--main-color) !important } 
header>div.container { width:90%; }

/* -- TIPS DIVI -- */
.align-last-module { display:flex; flex-flow:column nowrap; }
.align-last-module>div:last-child { margin-top:auto !important; padding-top:30px; }
.va-center { align-items:center !important; }

/* TABLETS */
@media all and ( max-width: 980px) {
	.reverse-column { display:flex !important; flex-direction:column-reverse !important; }
	.reverse-column>div.et_pb_column:first-child { margin-bottom:0 !important; }
	.reverse-column>div.et_pb_column:last-child { margin-bottom:30px !important; }
	.special-reverse-column>div { display:flex !important; flex-direction:column-reverse !important; }
	.special-reverse-column>div>div.et_pb_column:first-child { margin-bottom:0 !important; }
	.special-reverse-column>div>div.et_pb_column:last-child { margin-bottom:30px !important; }
	
	/* FOOTER*/ 
	footer .et_pb_menu--style-left_aligned .et_pb_menu__wrap { justify-content:flex-start;}
	footer .et-menu > li > a { color:lighter !important; }
	footer .et_pb_menu .et_pb_menu__menu { display:flex !important; justify-content:center !important; }
	footer .et_mobile_nav_menu { display:none; }
}

/* MOBILE */
@media all and ( max-width: 767px) {
	/* FOOTER */
	footer .et_pb_menu .et_pb_menu__menu>nav>ul { justify-content:center !important; }
    footer .et_pb_menu .et_pb_menu__menu>nav>ul>li>a { margin:auto !important; }
}