/*
Theme Name:     Stratus - Child Theme
Theme URI:      http://themovation.com/stratus
Template:       stratusx
Author:         Themovation
Author URI:     http://themovation.com
Version:        3.0
Text Domain:    stratus
Domain Path:    /languages/
*/


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

/*.headhesive--clone.dark-header {
    background-color: #c3897333 !important;
}

ul#menu-groovy-menu-icons.nav.navbar-nav li.menu-item /*.menu-item-type-post_type.menu-item-object-page.menu-item-563*//* a {
	color:#c38973 !important;
}*/

/* acceuil */

div.tp-flipbox__action a.tp-flipbox__btn {
	font-size:1em;
	border:2px solid white;
	border-radius:50px;
	padding:5px 25px 10px 25px;
	margin-bottom:70px;
}

div.tp-flipbox__action a.tp-flipbox__btn:hover {
	text-decoration:none;
}

/* Contactez-nous */

@media (min-width: 640px) {
.th-form-stacked form .frm_submit, div.frm_submit {
	width: 40% !important;
	margin: 0 auto !important;
	}
}

/* menu */

.gm-navbar .gm-logo > a img {
    height: 55px;
	min-height: 50px !important;
	padding-left:20px;
}

/* WooCommerce */

.woocommerce.single-product .product {
    margin-top: 150px;
}

.page-title h1, h1.entry-title, div.page-description h1 {
	margin-top:75px !important;
}

.bouge:hover {
  animation: shake 1.9s;
  animation-iteration-count: infinite;
	/*cursor: url(https://dev.atmanmanufacture.com/wp-content/themes/stratusx-child/cursor.gif), pointer;*/
}

/*@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -1px) rotate(-0.5deg); }
  20% { transform: translate(-2px, 0px) rotate(0.5deg); }
  30% { transform: translate(2px, 1px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(0.5deg); }
  50% { transform: translate(-1px, 1px) rotate(-0.5deg); }
  60% { transform: translate(-2px, 1px) rotate(0deg); }
  70% { transform: translate(2px, 1px) rotate(-0.5deg); }
  80% { transform: translate(-1px, -1px) rotate(0.5deg); }
  90% { transform: translate(1px, 1px) rotate(0deg); }
  100% { transform: translate(1px, -1px) rotate(-0.5deg); }
}*/

@keyframes shake {
  0% { transform: translate(0px, 0px) rotate(0deg); }
  30% { transform: translate(1px, 0px) rotate(0deg); }
  50% { transform: translate(0px, 0px) rotate(0deg); }
  70% { transform: translate(1px, 0px) rotate(0deg); }
  100% { transform: translate(0px, 0px) rotate(0deg); }
}

/*a {
	cursor: url(https://dev.atmanmanufacture.com/wp-content/themes/stratusx-child/cursor.cur), pointer;
}*/

/***************
 * PROVISOIRE
***************/

.gm-actions {display:none !important;}

/* Cookies */

.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #000;
}

/* produit composé */

div.dd-select a.dd-selected small.dd-selected-description.dd-desc.dd-selected-description-truncated {
	display:none;
}

div.wooco_components.wooco-components div.wooco_component.wooco_component_type_products div.wooco_component_desc {
	display:none;
}

div.woocommerce form.woocommerce-cart-form table.shop_table.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item.cart_item.wooco-cart-item.wooco-cart-child.wooco-item-child td.product-price, div.woocommerce form.woocommerce-cart-form table.shop_table.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item.cart_item.wooco-cart-item.wooco-cart-child.wooco-item-child td.product-subtotal {
	color:white;
}

/**************** REVISION JUIN 2022 *****************/

.sliderimgLiVertical img {
	background:transparent !important;
	border:none !important;
}

h2.hotspot-title {
	text-transform:uppercase;
}

#hotspot-4145 .hotspots-placeholder {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 900px) {
  .gm-menu-item__txt-wrapper {
	  text-align: center;
	}
}

/* suppression badges WooCommerce */

.woocommerce span.onsale {
  display: none;
}