/*
Theme Name:   Hello Elementor Child
Theme URI:    https://www.tevennec-digital.fr
Description:  Thème enfant pour Hello Elementor
Author:       TEVENNEC DIGITAL
Author URI:   https://www.tevennec-digital.fr
Template:     hello-elementor
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:  hello-elementor-child
*/

/* 
 * Ajoutez vos styles personnalisés ci-dessous
 * Ces styles écraseront ceux du thème parent
 */

.menu-noel {
            display: inline-block;
            position: relative;
            font-family: Arial, sans-serif;
            font-size: 16px;
            color: #333;
            text-decoration: none;
            padding-top: 25px;
        }
        
        .menu-noel-text {
            display: inline-block;
            position: relative;
        }
        
        .chapeau-container {
            position: absolute;
            top: -22px;
            left: 0;
            width: 20px;
            height: 20px;
            animation: balance 2s ease-in-out infinite;
        }
        
        /* Chapeau rouge */
        .chapeau {
            position: absolute;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 16px solid #DC143C;
            top: 2px;
            left: 0;
        }
        
        /* Bordure blanche du chapeau */
        .bordure {
            position: absolute;
            width: 20px;
            height: 3px;
            background: white;
            border-radius: 2px;
            top: 18px;
            left: 0;
            box-shadow: 0 0 0 1px #ccc;
        }
        
        /* Pompon blanc */
        .pompon {
            position: absolute;
            width: 6px;
            height: 6px;
            background: white;
            border-radius: 50%;
            top: -2px;
            left: 7px;
            box-shadow: 0 0 0 1px #ccc;
        }
        
        @keyframes balance {
            0%, 100% {
                transform: rotate(-12deg);
            }
            50% {
                transform: rotate(-18deg);
            }
        }
        
        .menu-noel:hover .chapeau-container {
            animation: balance 0.5s ease-in-out infinite;
        }

div.wc-block-checkout__actions_row button.wc-block-components-checkout-place-order-button,
div.wc-block-cart__submit-container a
{
	background-color: #d87bb2;
	color: #fff;
	font-weight: bold;
	border:none;
	text-decoration: none;
}
div.wc-block-checkout__actions_row button.wc-block-components-checkout-place-order-button:hover,
div.wc-block-cart__submit-container a:hover
{
	background-color: #c38261;
}
div.wc-block-components-order-summary__content h3.wc-block-components-product-name
{
	font-size:20px;
	line-height:22px;
	font-weight:bold;
}
div.wc-block-components-order-summary__content div.wc-block-components-product-metadata
{
	display:none;
}

/*############################################################
 *############################################################
 *##########################################################*/
/*###############     GRAVITY FORM     ################*/
p.gform_required_legend
{
	display:none;
}
form div.gform-body input[type=text],
form div.gform-body select,
form div.gform-body input[type=email],
form div.gform-body input[type=password],
form div.gform-body input[type=number],
form div.gform-body input[type=tel],
form div.gform-body textarea
{
	border:none;
	border-radius:0px;
	background-color:#f2f2f2;
	padding:15px 20px !important;
	max-height:150px;
}
form div.gform-body label
{
	font-size:0.8rem;
	font-weight:700;
	color:#000;
}
form div.gform_footer input[type=submit]
{
	text-transform:uppercase;
	font-weight:700;
	font-size:0.8rem;
	color:#fff;
	background-color:#C26166;
	padding:15px 25px;
	border:none;
	border-radius:0px;
	letter-spacing:1px;
	cursor:pointer;
	transition-duration:500ms;
}
form div.gform_footer input[type=submit]:hover
{
	background-color:#C38261;
	color:#fff;
	transition-duration:500ms;
}
/*###############     FIN GRAVITY FORM     ############*/
/*############################################################
 *############################################################
 *##########################################################*/