/*
 Theme Name:   Industrium Child
 Description:  Industrium Child Theme
 Theme URI:	   https://demo.artureanec.com/themes/industrium
 Author:       Artureanec
 Author URI:   https://demo.artureanec.com
 Template:     industrium
 Version:      1.0.0
 License: GNU  General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  industrium-child
*/

/* =Theme customization starts here
------------------------------------------------------- */

/*Modifications header*/
.logo-container img {
    width: 178px !important;
}
.header a.industrium-button {
    color: #fff !important;
}
@media only screen and (min-width: 1500px){
.header .main-menu li:not(:last-of-type) {
    margin-right: 30px !important;
}}
body.single-product .page-title-container {
    display: none;
}
p.gform_required_legend {
    display: none !important;
}
span.yith-wcbr-brands-logo {
    display: none !important;
}


/*Reglage produits Woocommerce*/

/*Margin Top et Botton Content*/
@media only screen and (min-width: 992px){
.single-product .content-wrapper {
    margin: 0px auto !important;
}}

.fadeIn {
  animation: fadeIn 1s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*Hover Produits page Catalogue*/
.listeProduits a:hover{
    padding-left: 20px;
    transition: 0.2s;	
}

/*Modifications footer*/
.footer .whiteText:not(.footer-special-text){
	color: #e0e1e4;
	text-decoration: underline;
}

.footer .current-menu-item>a{
	color: #e0e1e4 !important;
}

.footer .current-menu-item>a::before{
	background-color: #e0e1e4 !important;
}

.footer .footer-copyrights-container>a{
	color: #abafb5;
	text-decoration: underline;
}

.footer .footer-special-text.whiteText{
	-webkit-text-stroke: 1px #e0e1e4;
}

.footer .whiteText:hover, .footer .current-menu-item>a:hover, .footer .footer-copyrights-container>a:hover{
	color: #3861ae !important;
}

.footer .current-menu-item>a:hover::before{
	background-color: #3861ae !important;
}

/*Modifications de l'affichage des produits*/
.woocommerce-loop-product__wrapper>.attachment-woocommerce_wrapper{
	aspect-ratio: 1/1;
	object-fit: contain;
}

.woocommerce-loop-product__wrapper{
	aspect-ratio: 9/11;
}

.woocommerce-loop-product__wrapper>.attachment-woocommerce_wrapper img{
	transition: 0.4s !important;
	opacity: 1;
}

.woocommerce-loop-product__wrapper>.attachment-woocommerce_wrapper:hover img{
	width: 110% !important;
	max-width: 110%;
	transform: translate(-2.5%, -2.5%);
	transition: 0.4s !important;
	opacity: 0.7;
}

li.wp-social-link.wp-social-link-facebook.wp-block-social-link {
    text-align-last: center !important;
    /* padding-top: 0px; */
}
li.wp-social-link.wp-social-link-linkedin.wp-block-social-link {
    text-align: -webkit-center !important;
}
.wp-block-social-link-anchor svg {
    fill: white;
	margin-top: 10px;
}