/*
Theme Name: AMC
Description: A child theme for Arctic Media Creation
Author: Yukon Cloud
Author URI: https://yukoncloud.com
Author Email: contact@yukoncloud.com
Version: 1.0.0
Text Domain: hello-elementor-child
Template: hello-elementor
*/



/* Header transparent au départ */
.header-sticky {
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.header-sticky.scrolled {
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.header-sticky.scrolled .e-con-inner{
    padding-top: 10px;   
    padding-bottom: 10px;
}


.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    display: none !important;
}

.elementor-widget-text-editor a{
    text-decoration: underline;
}