/*
Theme Name:   	Storefront Child Theme
Author:       	Popmédias
Author URI:     https://popmedias.com
Template:     	storefront
Description:  	Thème Storefront personnalisé pour Nantel Promotionnel
Version:      	1.0.0
Text Domain:  	storefront


/* Footer personnalisé */
.site-footer {
	padding: 3.706325903em 0 0;
}
.site-footer .col-full {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}
.site-footer .col-full .col-3 {
	width: calc(25% - 15px);
}
.site-footer .col-full .col-3 p:last-of-type {
	margin: 0;
}
.site-footer .col-full .col-3 h3 {
	font-weight: 700;
}
.site-footer .col-full .col-3 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.site-footer .col-full .col-3 img {
	display: block;
	max-width: 200px;
}
.site-footer .col-full .col-3 .socials {
	margin: 20px 0 0;
	text-align: left;
}
.site-footer .col-full .col-3 .socials a {
	text-decoration: none;
}
.site-footer .col-full .col-3 .socials i {
	margin: 0 10px 0 0;
	transition: opacity 0.3s ease-in-out;
}
.site-footer .col-full .col-3 .socials i:hover {
	opacity: 0.8;
}
.site-footer .col-full::before {
	display: none;
}
.site-footer .col-12 {
	width: 100%;
}
.site-footer .copyright {
	text-align: center;
    margin: 3.706325903em 0 0;
    border-top: 1px solid #ffffff42;
    padding: 20px 0;
}

/* Inputs personnalisés */
.site-header input[type=search] {
	border-radius: 10px;
	background-color: #fff;
}
.site-header input[type=search]:focus {
	background-color: #fff;
}


/* Elementor */
body.elementor-page .site-content > .col-full {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
body.elementor-page .site-header {
	margin-bottom: 0 !important;
}
body.elementor-page h2 {
	font-size: inherit;
}

/* Woocommerce */
body:not(.archive):not(.post-type-archive-product):not(.tax-product_cat):not(.tax-product_tag) #secondary {
    display: none;
}

body:not(.archive):not(.post-type-archive-product):not(.tax-product_cat):not(.tax-product_tag) #primary {
    width: 100%;
}

/* Responsive */
@media (min-width: 768px) {
    .col-full { 
		max-width: 1210px;	
	}
@media screen and (max-width: 1024px) {
	.site-footer .col-full .col-3 {
		width: calc(50% - 10px);
	}
	.site-footer .col-full .col-3:nth-child(1),
	.site-footer .col-full .col-3:nth-child(2) {
		margin: 0 0 20px;
	}
}
@media screen and (max-width: 640px) {
	.site-footer .col-full .col-3 {
		width: 100%;
	}
	.site-header .custom-logo-link img {
		max-width: 150px;
	}
	.site-footer .col-full .col-3:nth-child(3) {
		margin: 0 0 20px;
	}
}