/* Nettoyage et organisation */
.clear { clear: both; }
.nobr { white-space: nowrap; }

/* Tables WooCommerce */
.shop_table .variation-Typederservation {
	display: none !important;
}
.woocommerce-MyAccount-navigation-link--downloads {
	display: none;
}

/* WooCommerce - Formulaire de réservation */
.wc-bookings-booking-form {
	border: 1px solid #ddd;
	padding: 1em 1em 0;
	margin: 0 0 1em;
}
.wc-bookings-booking-form input {
	box-sizing: border-box;
}
.wc-bookings-booking-form .form-field {
	margin: 0 0 1em;
}
.wc-bookings-booking-form .form-field input[type=number] {
	width: 25%;
}
.wc-bookings-booking-form label {
	display: block;
}
.wc-bookings-booking-form select {
	width: 100%;
}
.wc-bookings-booking-form .wc-bookings-time-block-picker {
	display: flex;
	justify-content: space-between;
}
.wc-bookings-booking-form .wc-bookings-time-block-picker div {
	width: 100%;
}
.wc-bookings-booking-form .block-picker {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	min-height: 30px;
}
.wc-bookings-booking-form .block-picker li.block {
	white-space: nowrap;
	text-align: center;
}
.wc-bookings-booking-form .block-picker li.fully_booked a,
.wc-bookings-booking-form .block-picker li.fully_booked a.selected {
	background-color: #c0392b !important;
	background-image: none !important;
	border-color: rgba(0, 0, 0, 0.1) !important;
	color: #fff !important;
	text-decoration: line-through !important;
	cursor: not-allowed;
	opacity: 0.35;
}
.wc-bookings-booking-form .block-picker li {
	float: left;
	margin: 0;
	padding: 0;
	min-width: 33%;
}
.wc-bookings-booking-form .block-picker li a {
	margin: 0;
	border: 0;
	padding: .5em;
	text-align: center;
	display: block;
	text-decoration: none;
	box-shadow: none;
}
.wc-bookings-booking-form .block-picker li a .booking-spaces-left {
	display: none;
	height: 0;
}
.wc-bookings-booking-form .block-picker li a.selected {
	background: #239e57 !important;
	color: #fff !important;
}
.wc-bookings-booking-form .block-picker li:nth-child(odd) a {
	background: #fff;
}
.wc-bookings-booking-form .block-picker li:nth-child(odd) a:hover,
.wc-bookings-booking-form .block-picker li:nth-child(odd) a:focus {
	background: #239e57;
	color: #fff;
}
.wc-bookings-booking-form .block-picker li:nth-child(even) a {
	background: #f5f5f5;
}
.wc-bookings-booking-form .block-picker li:nth-child(even) a:hover,
.wc-bookings-booking-form .block-picker li:nth-child(even) a:focus {
	background: #239e57;
	color: #fff;
}

/* WooCommerce - Personnalisation du texte */
.wc_bookings_field_persons label {
	font-size: 30px !important;
	color: var(--e-global-color-primary);
	font-family: "Bungee", Sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1em;
}
#wc_bookings_field_persons {
	width: 100% !important;
	padding: 0.5rem 1rem !important;
}

/* WooCommerce - Picker de dates */
.wc-bookings-date-picker .ui-icon-circle-triangle-e,
.wc-bookings-date-picker .ui-icon-circle-triangle-w {
	background-image: url(/wp-content/plugins/woocommerce-bookings/dist/images/ui-icons_ffffff_256x240.png) !important;
}
.wc-bookings-date-picker .ui-icon-circle-triangle-e {
	background-position: -32px 0 !important;
}
.wc-bookings-date-picker .ui-icon-circle-triangle-w {
	background-position: -96px 0 !important;
}

/* WooCommerce - Messages et prix */
.woocommerce-message {
	border-top-color: #94005D;
}
.woocommerce div.product span.price {
	color: #94005D;
	font-size: 1.25em;
	font-weight: bold;
}
.wc-deposits-wrapper .wc-deposits-payment-description {
	color: #94005D;
	margin: 1em 0;
	font-weight: bold;
}

/* WooCommerce - Boutons et affichages divers */
.block-picker .block {
	margin-right: 20px !important;
}
.hideall {
	display: none;
}

/* Mise en page des champs personnalisés */
li.tmcp-field-wrap {
	flex: 0 0 25% !important;
}
#don li.tmcp-field-wrap {
	flex: 0 0 33% !important;
}

/* Titres et mises en page */
h2.tc-cell, h3.tc-cell {
	font-size: 30px !important;
}
.tm-section-description {
	padding: var(--tcgap);
	margin: -35px calc(-1 * var(--tcgap)) 0;
}

/* Personnalisation du chatbot */
.chatbot-container {
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 1.3em;
}
