/*
Theme Name: Sober Child Theme
Theme URI: http://uix.store/sober/
Author: UIX Themes
Author URI: http://uix.store
Description: Sober is a fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sober
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: sober
*/

.vc_custom_heading,
.wpb_text_column,
.wpb_wrapper,
h1, h2, h3, h4, h5, h6,
p, span {
  font-family: inherit !important;
}

.wp-block-social-links.has-normal-icon-size > li.wp-block-social-link {
	font-size: 28px !important;
}

.footer-widgets:before {
	display: none;
}
.footer-widgets {
    display: block !important;
    border-top: 1px solid #f1f2f4 !important;
}

.site-content {
	padding-bottom:0px !important;
	padding-top:0px !important;
}

form.fluent_form_3 .ff-btn-submit:not(.ff_btn_no_style) {
	width: 100%;
	height: 65px;
	background-color: #23232c !important;
}

div.border-radius > figure > div > img {
	border-radius: 20px !important;
}

.woocommerce div.product div.images img {
		aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    border-radius: 6px !important;
}

/* Centrer verticalement la colonne résumé (summary) par rapport à la galerie */
@media (min-width: 992px) {
    .product-summary {
        display: flex;
        align-items: center; /* ❤️ vertical centering */
    }
}


.woocommerce ul.products li.product a img {
	  aspect-ratio: 4 / 5 !important;
    object-fit: cover !important;
    border-radius: 6px !important;
}

.topbar {
	background-color: black !important;
}

.no-page-header .site-header {
    border-bottom: 1px solid #f1f2f4 !important;
}

#post-983 .entry-header {
	display: none;
}