/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: astra-child
Template: astra
*/

/************** GLOBAL ******************/

:root{
	--noir:#1c1a17;
	--blanc:#FBFAF9;

	--dark:#54595F;	
	--btn-gris:#1c1a171a;
	--gris-texte : #78736D;
	--gris-clair:#f5f5f5;
	--fond-tres-clair: #f7f6f5;
	
	--orange-dark:#b45309;
	--orange-darker : #dc7b06;
	--orange-normal : #F59E0B;
	--orange-light:#FBF0E3;

	--vert-light :rgba(34, 197, 94, 0.14);
	--vert-dark :#15803d;
	--rouge-light :#ff00001f;
	--rouge-dark :#dc3232;
	--bleu-dark :rgb(37, 99, 235);
	--bleu-light :rgba(59, 130, 246, 0.12);
	--violet-dark :rgb(91, 33, 182);
	--violet-light :rgba(139, 92, 246, 0.14);
	--turquoise-dark :rgb(2, 132, 199);
	--turquoise-light :rgba(14, 165, 233, 0.14);

	--rouge:#dc3232;
	--vert:#46b450;
	--jaune :#856404;

}

@font-face {
	font-family: 'StyreneA-var(--noir)';
	src: url('/wp-content/uploads/fonts/styrene/StyreneA-Black.woff2') format('woff2'),
		url('/wp-content/uploads/fonts/styrene/StyreneA-Black.woff') format('woff'),
		url('/wp-content/uploads/fonts/styrene/StyreneA-Black.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'StyreneA-Regular';
	src: url('/wp-content/uploads/fonts/styrene/StyreneA-Regular.woff2') format('woff2'),
		url('/wp-content/uploads/fonts/styrene/StyreneA-Regular.woff') format('woff'),
		url('/wp-content/uploads/fonts/styrene/StyreneA-Regular.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: 'StyreneA-Regular', sans-serif;
}

.gform-theme--foundation .gform_fields{
	row-gap:15px !important;
}
.gform-theme--foundation input[type="submit"]{
	background:var(--noir) !important;
}

.ast-addon-cart-wrap{
	border:none !important;
	transform: translate(-6px, 1px);
}

/************** ADMIN ******************/


.table-modeles {
	width: 100%;
	border-collapse: collapse;
	margin-top: 25px;
}

.table-modeles th, .table-modeles td {
	border: 1px solid #eee;
	padding: 10px 14px;
	text-align: left;
}

.table-modeles th {
	background: #f8f8f8;
	font-weight: 600;
}

.table-modeles a {
	color: #0073aa;
	text-decoration: none;
}

.table-modeles a:hover {
	text-decoration: underline;
}

/************** GALLERIE MARQUE ******************/

.brand-logos-wall {
	display: flex;
	flex-wrap: wrap;
	justify-content: center; /* centre horizontalement la dernière ligne */
	align-items: center;
	gap: 40px; /* espace horizontal + vertical */
	max-width: 1280px;
	margin: 40px auto 60px auto;
}

/* Chaque "case" de logo a la même hauteur visible */
.brand-logo-item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto; /* hauteur uniforme */
	height:45px;
}

/* Les images s’adaptent, gardent leurs proportions et remplissent la case */
.brand-logo-item img {
	max-height: 100%; /* occupe toute la hauteur de la case */
	width: auto;
	object-fit: contain;
	height:100% !important;
}

/* Responsive : réduit les tailles sur petit écran */
@media (max-width: 768px) {
	.brand-logo-item {
		flex: 1 1 140px;
		height: 48px;
	}
}

/************** PRODUITS ******************/

.custom-product-link h2{
	font-weight:400;
	font-size:20px;
	margin-bottom:5px;
}

.custom-product-link .custom-product-price{
	font-weight:400 !important;
	font-size:20px !important;
}

/************** FICHE PRODUIT ******************/
/* === LAYOUT PRINCIPAL === */
.brnds-container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px 20px;
}
.brnds-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: start;
}
.brnds-image img {
	width: 100%;
	border-radius: 8px;
}

/* === INFOS PRODUIT === */
.brnds-cat {
	font-size: 12px;
	text-transform: uppercase;
	color: #777;
	margin-bottom: 8px;
}
.brnds-title {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
}
.brnds-price {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
	color: var(--noir);
}
.brnds-desc {
	font-size: 14px;
	color: #444;
	line-height: 1.6;
	margin-bottom: 20px;
}
.brnds-variations form.cart {
	margin-bottom: 30px;
}

/* === BLOCS VENDEURS === */
.brnds-vendors h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	border-top: 1px solid #eee;
	padding-top: 25px;
}
.vendor-card {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 12px 16px;
	margin-bottom: 10px;
	background: #fafafa;
	transition: all .2s ease;
}
.vendor-card:hover {
	background: #f2f2f2;
}
.vendor-price {
	display: flex;
	align-items: center;
	gap: 15px;
	font-weight: 600;
	color: var(--noir);
}
.no-vendor {
	color: #888;
	font-size: 14px;
}

/* === TABS === */
.brnds-tabs {
	margin-top: 40px;
	border-top: 1px solid #eee;
	padding-top: 30px;
}

/* === RESPONSIVE === */
@media(max-width: 768px){
	.brnds-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
}

/* === PRODUITS SIMILAIRES === */
.brnds-related {
	margin-top: 80px;
	border-top: 1px solid #eee;
	padding-top: 60px;
}
.brnds-related-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}
.brnds-related-grid ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.brnds-related-grid ul.products li.product {
	text-align: center;
	border: 1px solid #f2f2f2;
	border-radius: 8px;
	padding: 15px;
	transition: all 0.2s ease;
}
.brnds-related-grid ul.products li.product:hover {
	border-color: #ddd;
	background: #fafafa;
}
.brnds-related-grid ul.products li.product img {
	max-width: 100%;
	border-radius: 6px;
	margin-bottom: 10px;
}
.brnds-related-grid ul.products li.product .woocommerce-loop-product__title {
	font-size: 14px;
	font-weight: 500;
	color: var(--noir);
	margin: 10px 0 5px;
}
.brnds-related-grid ul.products li.product .price {
	font-weight: 600;
	color: var(--noir);
	font-size: 14px;
}
@media(max-width: 900px) {
	.brnds-related-grid ul.products {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}
@media(max-width: 500px) {
	.brnds-related-grid ul.products {
		grid-template-columns: 1fr;
	}
}



/**** STYLE PAGES SITE FRONT ***/

/*  
 * COMMUN 
 */
.elementor-button-info a.elementor-button {
    background-color: var(--btn-gris)!important;
    color: var(--noir)!important;
	border-width:0!important;
	cursor:default!important;
	padding: 11px 16px!important;
    font-size: 14px!important;
    border-radius: 30px!important;
	font-weight: 500!important;
}
.elementor-button-info a svg path {
    fill: var(--noir)!important;
}


.elementor-button-info.btn-light-orange a.elementor-button{
	background-color:var(--orange-light)!important;
	color: var(--orange-dark)!important;
}
.elementor-button-info.btn-light-orange a svg path {
    fill: var(--orange-dark)!important;
}


.gform_required_legend{
	display:none;
}
.gform-footer {
    justify-content: center;
}
label.gfield_label.gform-field-label,
legend.gfield_label.gform-field-label,
label.gform-field-label.gfield_consent_label{
	font-family:'Inter';
	font-size:16px;
	font-weight: 500;
}
label.gform-field-label.gform-field-label--type-sub {
    font-family: 'Inter';
}
#field_2_12 {
    font-weight: 300;
    font-family: 'Inter';
    color: var(--gris-texte);
    line-height: normal;
    font-size: 14px;
}
.gform_button.button{
	font-family: 'Inter' !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 14px 24px !important;
    border-radius: 0 !important;
    border: 1px solid var(--noir)!important;
}
.gform_button.button:hover{
	background:transparent!important;
	color:var(--noir)!important;
}
