/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/*
@font-face {
    font-family: Spartan;
    src: url('/fonts/Spartan-Regular.ttf');
}


h1{
    font-family: Spartan !important;
}
*/
.hide {
    display: none !important;
}

#home_bouton_achat_container{
    position: absolute;
    bottom: 0;
    right: 0;
}

.hundred-percent-height{
    height: calc(-83px + 100vh) !important;
}
.admin-bar .hundred-percent-height{
    height: calc(-115px + 100vh) !important;
}

#iframe_map_wrapper {
	overflow: hidden;
}
#iframe_map_wrapper > iframe {
	margin-top: -71px;
	margin-bottom: -24px;
}

.fusion-form-recaptcha-field {
	visibility: hidden;
	margin-bottom: -60px !important;
}

.fusion-woo-stock-tb.fusion-woo-stock-tb-1 {
	background: var(--button_gradient_top_color_hover);
	color: var(--button_accent_hover_color,var(--button_accent_color)) !important;
	border-color: var(--button_border_hover_color);
	display: inline !important;
	padding: 20px 21px 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 19px !important;
}
    .fusion-woo-stock-tb.fusion-woo-stock-tb-1 p {
        margin-bottom: 17px !important;
    }
