/*
 * Theme Name: Bedup
 * Author: DGou pour The Stash House
 * Author URI: http://the-stash-house.fr
 * Description: Thème Bedup par The Stash House
 * Template: twentynineteen
 * Version: 1.0

 * @package    bedup
 * @subpackage wordpress theme
 */

/* NEW MENU 2023 */

#header {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding: 0 10px 0 30px;
	position: relative;
	border-bottom: 2px solid #e2dcd3;
	box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
	background-color: #fff;
	z-index: 100000;
}

.shop_table .woocommerce-shipping-totals td {
    padding-left: 5px !important;
}

.header_with_submenu {
	margin-bottom:  130px;
}

.header_logo {
	height: 90px !important;
	width: 250px;
    object-fit: contain;
}

.ydu_custom_menu {
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	height: 100%;
}

.sub_active {
	padding-bottom: 141px;
}

.ydu_custom_menu .ydu_custom_menu_single > a > .logo-bedup {
	height: 90px;
	object-fit: contain;
	width: 100%;
	max-width: 220px;
}

.ydu_custom_menu .ydu_custom_menu_single_child > a > .logo-bedup {
	height: 70px;
	object-fit: contain;
	width: 100%;
	max-width: 140px;
}

.ydu_custom_menu_single.menu_logo_style {
	flex: 1;
}

.ydu_custom_menu_single {
	font-weight: 700;
	padding: 0 20px;
}

.ydu_custom_menu_single:not(.menu_btn_style):not(.menu_logo_style):not(.menu_cart_style):hover, .ydu_custom_menu_single_active,
.ydu_custom_menu_single:not(.menu_btn_style):not(.menu_logo_style):not(.menu_cart_style).ydu_current_ancestor,
.ydu_custom_menu_single:not(.menu_btn_style):not(.menu_logo_style):not(.menu_cart_style).ydu_menu_current {
	background: #e2dcd3;
}

.ydu_custom_menu_single a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.ydu_custom_menu_single.menu_btn_style, .ydu_custom_menu_single.menu_logo_style, .ydu_custom_menu_single.menu_cart_style {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.ydu_custom_menu_single.menu_btn_style a {
	color: #fff;
	height: max-content;
}

.ydu_custom_menu_single.menu_cart_style a {
	height: max-content;
}

.ydu_custom_menu_single.menu_logo_style a {
	justify-content: flex-start;
}

.ydu_custom_menu_single.menu_btn_style a {
	border-radius: 4px;
	background-color: #867356;
	padding: 10px 15px;
}

.ydu_custom_menu_single.menu_btn_style a:hover {
	background-color: #483e2e;
}

.ydu_custom_menu_single.menu_cart_style a {
	border-radius: 50px;
	background-color: #e2dcd3;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ydu_custom_menu_single_children_container {
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: stretch;
	width: 100%;
	gap: 20px;
}

.ydu_custom_menu_single_children {
	display: none;
	justify-content: space-between;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	border-top: 2px solid #e2dcd3;
	min-height: 105px;
	box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
}

.sub_active .ydu_custom_menu_single_children {
	top: calc(100% - 141px);
}

.ydu_custom_menu_single:hover .ydu_custom_menu_single_children {
	display: flex;
	z-index: 10000;
}

/*.ydu_custom_menu_single_active .ydu_custom_menu_single_children*/
.submenu_bedup .menu_bedup > .ydu_custom_menu_single_children,
.ydu_current_ancestor > .ydu_custom_menu_single_children {
	display: flex;
	z-index: 1000;
}

.submenu_other_furnitures .menu_other_furnitures > .ydu_custom_menu_single_children {
	display: flex;
	z-index: 1000;
}

.submenu_professionnels .menu_professionnels > .ydu_custom_menu_single_children {
	display: flex;
	z-index: 1000;
}

.ydu_custom_menu_single_child {
	padding: 10px 15px;
	font-weight: 400;
	font-size: 0.95em;
}

.ydu_custom_menu_single_child:first-child {
	/*padding-left: 0;*/
	/*padding-right: 75px;*/
}

/*.ydu_custom_menu_single_child:last-child {
	padding-right: 0;
}*/

.ydu_custom_menu_single_child:not(.menu_child_logo_style) {
	position: relative;
}

.ydu_custom_menu_single_child:not(.menu_child_logo_style):hover::after,
.ydu_custom_menu_single_child:not(.menu_child_logo_style).ydu_menu_current::after{
	content: '';
	position: absolute;
	top: 100%;
	height: 3px;
	width: 100%;
	left: 0;
	background-color: #867356;
}

.ydu_custom_menu_single_child:not(.menu_child_logo_style):hover a,
.ydu_custom_menu_single_child:not(.menu_child_logo_style).ydu_menu_current a {
	color: #867356;
}

.ydu_custom_menu_single_child:not(.menu_child_logo_style) a {
	transition-duration: 0;
}

.menu_child_logo_style {
	pointer-events: none;
	cursor: inherit;
}

.ydu_custom_menu_msg_perso {
	position: absolute;
	top: 100%;
	background-color: #e2dcd3;
	width: 100%;
	left: 0;
	text-align: center;
	padding: 8px 0;
	box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
	font-size: 0.9em;
}



@media screen and (max-width: 1330px) {

	.header_logo {
		width: 200px;
	}

}

@media screen and (max-width: 1300px) {

	.hamburger.menu-toggle {
		display: block;
	}

	.header_right {
		display: flex;
		align-items: center;
		padding-right: 20px;
	}

	.ydu_custom_menu {
		position: fixed;
		height: 100vh;
		max-width: 500px;
		top: 0;
		left: 0;
		background-color: #e2dcd3;
		flex-direction: column;
		justify-content: flex-start;
		width: calc(100% - 85px);
		align-items: flex-start;
		gap: 25px;
		box-shadow: 3px 0 9px rgba(43,0,89,.15);
		padding: 20px 30px;
		overflow: auto;
		transform: translate(0px, -100%);
		opacity: 0;
		transition: 0.5s;
	}

	.ydu_custom_menu.active {
		transform: translate(0px, 0%);
		opacity: 1;
	}

	.ydu_custom_menu_single_children {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		background-color: transparent;
		box-shadow: none;
		padding: 0;
		min-height: unset;
	}

	.ydu_custom_menu_single_children_container {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 2px;
		margin-top: 10px;
	}

	.ydu_custom_menu_single a {
		height: auto;
		justify-content: flex-start;
		text-transform: uppercase;
		padding: 0;
		font-size: 1.4rem;
	}

	.menu_child_logo_style {
		display: none;
	}

	.ydu_custom_menu_single_child,
	.ydu_custom_menu_single_child:first-child {
		padding: 0 10px;
	}

	.ydu_custom_menu_single_children_container a {
		font-weight: 100;
	}

	.ydu_custom_menu_single.menu_cart_style a {
		background-color: white;
	}

	.ydu_custom_menu_msg_perso {
		display: none;
	}

	.ydu_custom_menu_single_child:not(.menu_child_logo_style):hover::after {
		display: none;
	}

	.header_with_submenu {
		margin-bottom:  0px;
	}

}

@media screen and (max-width: 480px) {

	.ydu_custom_menu {
		padding: 30px 15px;
	}

}

/*---------------*/

 /* Evolutions page commande */

 .woocommerce-checkout .entry-content > p {
	 display: none;
 }

 form.woocommerce-checkout {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 30px;
 }

 .woocommerce-checkout .woocommerce-billing-fields h3 {
	 margin-top: 0;
 }

 .woocommerce-checkout #customer_details {
	 width: 65%;
	 padding-right: 70px;
 }

 .woocommerce-checkout #customer_details > div {
	 float: none;
	 width: 100%;
 }

 .woocommerce-checkout h3#order_review_heading {
	 display: none;
 }

 .woocommerce-checkout .woocommerce-checkout-review-order-table {
	 flex: 1;
	 background: #e2dcd3;
	 padding: 20px 40px 30px;
 }

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table {
	display: block;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table thead {
	display: none;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody {
	display: block;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .product-total {
	vertical-align: baseline;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .product-total .woocommerce-Price-amount {
	font-weight: 800;
	white-space: nowrap;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .variation {
	margin-top: 10px;
    font-size: 1.2rem;
    opacity: 0.4;
    font-weight: 600;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart_item {
	border-top: none;
	border-bottom: 1px solid #00000012;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot {
	background-color: transparent;
	display: block;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot th {
	padding: 0;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal {
	border-bottom: 1px solid #00000012;
	display: flex;
    align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot .order-total {
	display: flex;
    justify-content: space-between;
	align-items: baseline;
	padding: 10px 0;
	font-size: 2rem;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot .order-total td {
	text-align: right;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr,
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot td {
	display: block;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot .includes_tax {
	font-size: 1.1rem;
	display: block;
}

.woocommerce-checkout .woocommerce-checkout-payment {
	border-top: 1px solid #00000012;
	margin-top: 10px;
}

.woocommerce-checkout .wc_payment_method .payment_box {
	padding: 15px 20px;
    font-size: 1.3rem;
    margin-top: 10px;
    color: #00000091;
}

.woocommerce-checkout ul.wc_payment_methods {
	margin-top: 50px;
}

.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li {
	margin-bottom: 25px;
}

.woocommerce-checkout .woocommerce-privacy-policy-text,
.woocommerce-checkout .woocommerce-form__label-for-checkbox {
	font-size: 1.4rem;
}

.checkout_required_notes {
	font-size: 1.3rem;
    margin-bottom: 50px;
}

.checkout_required_notes span {
	color: #b22222;
}

.woocommerce-checkout .woocommerce-additional-fields .shop_table.woocommerce-checkout-review-order-table {
	background-color: transparent;
    padding: 0;
}

.woocommerce-checkout .woocommerce-additional-fields .shop_table.woocommerce-checkout-review-order-table tbody,
.woocommerce-checkout .woocommerce-additional-fields .shop_table.woocommerce-checkout-review-order-table .cart-subtotal {
	display: none;
}

.woocommerce-checkout .woocommerce-shipping-methods input[type="radio"] {
	width: 15px;
    height: 15px;
    border: 1px solid;
	border-radius: 50%;
	-moz-appearance: none;
    -webkit-appearance: none;
}

.woocommerce-checkout .woocommerce-shipping-methods input[type="radio"][checked="checked"] {
	background-color: black;
	border: 2px solid white;
	box-shadow: 0 0 0 2px #000;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-totals {
	padding-top: 20px;
    border-bottom: 1px solid #00000012;
    padding-bottom: 10px;
}

.faq__reponse {
	font-weight: 800;
}

@media screen and (max-width: 1200px) {

	.woocommerce-checkout #customer_details {
		padding-right: 40px;
	}

}

@media screen and (max-width: 991px) {

	.woocommerce-checkout #customer_details {
		padding-right: 0px;
		width: 100%;
	}

}

@media screen and (max-width: 480px) {

	.woocommerce-checkout .woocommerce-checkout-review-order-table {
		padding: 20px 30px 30px;
	}

}

/* Correction vignettes home */

.col.entry-content {
	position: relative;
}

.card-wrapper {
	height: 100%;
	width: 100%;
}

.card-wrapper a {
	width: 100%;
	height: 100%;
}

.card-wrapper img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

/* Correction responsive page produits/commande/panier */

.screen-reader-text {
	display: none;
}

.checkout .stripe-source-errors > ul {
	width: max-content;
	padding: 0;
}

.checkout .stripe-source-errors > ul > li {
	margin: 5px;
}

@media screen and (max-width: 992px) {
	.single-product.woocommerce .content-area {
		margin: 0 !important;
	}
}

@media screen and (max-width: 900px) {
	.woocommerce-cart .shop_table {
		width: 100%;
	}
	
	.woocommerce-cart .shop_table .product-remove {
		width: 50px;
	}
	
	.woocommerce-cart .shop_table .product-remove a {
		display: flex;
    	align-items: center;
    	justify-content: center;
	}
	
	.woocommerce-cart .shop_table .product-thumbnail img {
		width: 65px;
		max-width: 65px;
	}
	
	.woocommerce-cart .shop_table .product-name {
		padding: 20px 0;
	}
	
	.woocommerce-cart .shop_table .product-name > a {
		font-weight: 800;
	}
	
	.woocommerce-cart .shop_table .quantity .qty {
		text-align: center;
	}
	
	.woocommerce-cart .shop_table .actions {
		padding: 35px 0px;
	}
}

@media screen and (max-width: 768px) {
	.woocommerce-cart .shop_table .product-name {
		width: 100% !important;
	}
}

@media screen and (max-width: 480px) {
	.woocommerce-cart .shop_table .actions .coupon .input-text {	
    	width: 100% !important;
    	margin-bottom: 10px !important;
	}
	
	.woocommerce-cart .shop_table .actions .coupon .button {
		width: 100% !important;
    	margin-top: 10px;
	}
	
	.woocommerce-checkout .shop_table .product-name {
		width: 100%;
	}
	
	.woocommerce-cart .shop_table td[data-title="Expédition"] {
		text-align: left !important;
	}
	
	.woocommerce-cart .shop_table td[data-title="Expédition"]::before {
		float: none;
    	width: 100%;
    	text-align: left;
    	display: block;
		margin-bottom: 10px;
	}
	
	.woocommerce-cart .shop_table td[data-title="Expédition"] .woocommerce-shipping-methods li input,
	.woocommerce-cart .shop_table td[data-title="Expédition"] .woocommerce-shipping-methods li label {
		float: none;
	}
	
	.woocommerce-cart .shop_table td[data-title="Expédition"] .woocommerce-shipping-methods li input {
		margin-right: 8px;
	}
	
	.woocommerce-cart .wc-proceed-to-checkout {
		margin-top: 15px;
	}
}

/* Correction logo page d'accueil */
.logo-bedup{
	width:9em;
}

/* REMOVE out of stock message */

.product .stock.out-of-stock {
	display: none;
}

/* Correction responsive top bar */

@media screen and (max-width: 900px) {
	.left_top_bar, .top-header {
		display: none;
	}
} 

/* Petite correction responsive footer */

@media screen and (min-width: 900px) {
body .site-footer .cols--three .col:first-child, body .site-footer .cols--three .col:nth-child(2), body .site-footer .cols--three .col:nth-child(3) {
	width: 30%;
	}
	
}

/* Panier */
	
.woocommerce .cart_totals {
	width: 100% !important;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 50px;
}
	
.cart_totals_left, .cart_totals {
    width: 100% !important;
}

.cart-collaterals {
	flex-direction: row !important;
	justify-content: space-between;
	margin-top: 25px;
}

.cart_totals_left > div {
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
}

.cart_totals_left {
	width: 48%;
}

.cart_totals_left .cart_totals_left_price {
	font-weight: 700;
}

.cart_totals_left .cart_totals_left_text {
	max-width: 85%;
	padding-left: 50px;
	position: relative;
}

.cart_totals_left_payment {
	display: flex;
	flex-direction: column;
}

.cart_totals_payment_logo {
	width: 400px;
	max-width: 85%;
    padding-left: 40px;
    position: relative;
}

.cart_totals_left > div:nth-child(1) {
	margin-bottom: 25px;
}

.cart_totals_left > div:nth-child(2) {
	margin-bottom: 25px;
}

.cart_totals_left > div:nth-child(1) .cart_totals_left_text::before {
	content: '';
	background-image: url('/wp-content/uploads/2021/06/truck-solid.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
}

.cart_totals_left > div:nth-child(2) .cart_totals_left_text::before {
	content: '';
	background-image: url('/wp-content/uploads/2021/06/box-open-solid.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
}

.cart_totals_left > div:nth-child(3) .cart_totals_left_text::before {
	content: '';
	background-image: url('/wp-content/themes/bedup/src/images/cadenas.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
}

.cart_totals  .wc-proceed-to-checkout {
	margin-top: 25px;
}

.cart_totals::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #d0d0d0;
    top: 0;
}

.cart_totals {
	width: 48% !important;
	position: relative;
}

.cart_totals h2 {
	margin-top: 0 !important;
}

.woocommerce-cart-form table.shop_table thead {
	text-align: left;
}

.bounce_anim {
	position: relative;
	top: 0;
	animation: bounce 3s linear;
}

.foot-contact {
	display: none;
}

@keyframes bounce{
     0% {top: 0;}
     16% {top: -5px;}
     34% {top: 0;}
     52% {top: -5px;}
     70% {top: 0;}
     85%  {top: -5px;}
     100%   {top: 0;}
}

.woocommerce .woocommerce-shipping-calculator .form-row input.input-text::placeholder, 
.woocommerce .woocommerce-shipping-calculator .form-row input.input-text:focus::placeholder, 
.woocommerce .woocommerce-shipping-calculator .form-row textarea::placeholder, 
.woocommerce .woocommerce-shipping-calculator .form-row textarea:focus::placeholder {
	color: #867356 !important;
	font-weight: 400 !important;
}

.woocommerce-shipping-destination + form .shipping-calculator-button {
	border-bottom: none !important;
}

.shipping-calculator-button {
	border-bottom: 1px solid #867356;
}

.woocommerce-cart-form table.shop_table thead th {
    padding: 15px 0;
    border-bottom: 1px solid #d0d0d0;
}

.woocommerce-cart-form table.shop_table tbody {
	font-size: 16px;
}

.woocommerce-cart-form table.shop_table .product-thumbnail img {
	width: 80px;
    height: 80px;
    max-width: none;
}

.woocommerce-cart-form table.shop_table .product-remove a.remove {
	width: 17px;
    height: 17px;
	line-height: 17px;
    font-size: 17px;
}

.woocommerce-cart-form table.shop_table .product-name {
	padding: 20px 0;
}

.woocommerce-cart-form table.shop_table .product-name a {
	font-weight: 700;
}

.woocommerce-cart-form table.shop_table .coupon .button {
	background-color: #867356;
}

.woocommerce-cart-form table.shop_table .coupon .input-text {
	padding: 5px 10px !important;
    font-size: 14px !important;
    margin-right: 10px;
}

.cart_totals .shop_table tbody {
	text-align: left;
	font-size: 16px;
}

.cart_totals {
	margin-bottom: 50px;
}

.cart_totals .shop_table tbody th, .cart_totals .shop_table tbody td {
	padding: 10px 0;
} 

.checkout-button {
	border: none;
}

.woocommerce-cart-form table.shop_table .actions {
	padding: 25px 0;
}

.woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-button {
	text-decoration: underline;
}

.single.single-product .product_meta .posted_in {
	display: none;
}

.single.single-product .product_title.entry-title {
	margin-top: 25px;
}

/*.single.single-product .woocommerce-product-gallery .flex-viewport {
	height: 0 !important;
    padding-bottom: 75%;
}*/
	

@media screen and (max-width: 768px) {
	.woocommerce-cart-form table.shop_table .product-name, .woocommerce-cart-form table.shop_table td .woocommerce-Price-amount,
	.woocommerce-cart-form table.shop_table td .quantity {
		width: 100% !important;
		text-align: left !important;
		display: block;
	}
	
	.woocommerce-cart-form table.shop_table td {
		padding: 10px 0px;
	}
	
	.woocommerce-cart-form table.shop_table td::before {
		width: 100px !important;
		text-align: left !important;
	}
	
	.woocommerce-cart-form table.shop_table .product-name dt {
		text-align: left;
	}
	
	.woocommerce-cart-form table.shop_table .variation dt {
		width: 100px !important;
	}
	
	.woocommerce-cart-form table.shop_table .variation dd {
		width: calc(100% - 100px) !important;
	}
	
	.woocommerce-cart-form table.shop_table tr {
		position: relative;
	}
	
	.woocommerce-cart-form table.shop_table .product-remove {
		position: absolute;
    	right: 0px;
    	top: 0px;
	}
	
	.woocommerce-cart-form table.shop_table .coupon .input-text {
		width: 100% !important;
	}
	
	.woocommerce-cart-form table.shop_table .coupon .button {
		width: 100% !important;
    	margin-top: 15px;
    	margin-bottom: 30px;
	}
	
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}
	
	.woocommerce-shipping-totals.shipping td::before {
		float: none !important;
    	text-align: left !important;
    	display: block !important;
	}
	
	.woocommerce-shipping-totals.shipping .woocommerce-shipping-methods {
		text-align: left;
		margin-top: 15px !important;
	}
}

/* -----------------------*/

/* Checkout ------------- */

.checkout.woocommerce-checkout label {
	font-size: 14px !important;
    margin-bottom: 4px !important;
}

.woocommerce-checkout-review-order-table {
	text-align: left;
}

.woocommerce-checkout-review-order-table thead th {
	padding: 15px 0;
}

.woocommerce-checkout-review-order-table tbody {
	font-size: 16px;
}

.woocommerce-checkout-review-order-table tbody td {
	padding: 20px 0;
}

.woocommerce-checkout-review-order-table tbody .cart_item {
	border-top: 1px solid #e0e0e0;
}

.woocommerce-checkout-review-order-table tfoot {
	background-color: #eee;
}

.woocommerce-checkout-review-order-table tfoot th {
	padding: 20px;
}

.woocommerce-checkout-review-order-table tfoot .cart-subtotal {
	border-bottom: 1px solid white;
}

.woocommerce-checkout-payment {
	margin-top: 80px;
}

.woocommerce-checkout-payment .wc_payment_methods li {
	margin-bottom: 35px;
}

.woocommerce-terms-and-conditions-checkbox-text {
	font-size: 14px !important;
    margin-left: 7px;
}

.woocommerce-shipping-methods label {
	margin-left: 7px;
}

/* ---------------------- */

/* Promo -----------*/

.left_top_bar {
	position: relative;
}

.promo_div {
	position: absolute;
	left: 0;
	top: 12px;
	z-index: 111;
}

.promo_div a {
	color: #FFFFFF;
	font-weight: bold;
	background-color:#000000;
}

/*.promo_div a::before {
	content:"🚀";
	margin-right: 7px;
}*/

.banniere_promo {
	background-color: #867356;
    color: white;
    padding: 15px;
    text-align: center;
	margin: 30px 0 50px;
}

.banniere_promo * {
	margin: 0;
}

.banniere_promo h2 {
	font-size: 20px; 
	text-transform: uppercase;
	margin-bottom: 5px;
}

@media screen and (max-width: 1199px) {
	.promo_div {
		left: auto;
		right: 190px;
		top: 30px;
	}
}

@media screen and (max-width: 899px) {
	.promo_div {
		right: 130px;
    	top: 25px;
	}
}

@media screen and (max-width: 700px) {
	.promo_div {
		position: relative;
		right: auto;
    	top: auto;
		width: 100%;
    	padding: 10px 0;
    	text-align: center;
	}
	
	.left_top_bar {
		border-bottom: 1px solid;
		margin-bottom: 20px;
	}
}

/*------------------*/

/* Page produit --- */

.product .options .inner {
	justify-content: flex-start;
}

.product .options .inner .option {
	width: calc(20% - 30px);
    margin: 15px;
}

@media screen and (max-width: 992px) {
	.product .options .inner .option {
		width: calc(25% - 30px);
	}
	
	.cart-collaterals {
		flex-direction: column !important;
	}
	
	.cart_totals_left, .cart_totals {
		width: 100% !important;
	}
	
	.cart_totals {
		margin-top: 50px;
	}
	
	.cart_totals::after {
		display: none !important;
	}
	
	
}

@media screen and (max-width: 768px) {
	.product .options .inner .option {
		width: calc(33.333% - 30px);
	}
}

@media screen and (max-width: 560px) {
	.product .options .inner .option {
		width: calc(50% - 30px);
	}
}

/* ---------------- */

.single-product .summary.entry-summary {
	padding-left: 80px !important;
}

article.post {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

article.post .blog-thumbnail {
    width: 30%;
    text-align: left;
}
.woocommerce .quantity .qty {
    padding: 5px;
    width: 4em;
}
.screen-reader-text {

    display: none;

}
.shop_table {

    width: 100%;

}
article.post .entry-header {
    flex-grow: .5;	
    width: 70%;
}
article.post .entry-content {
    flex-grow: 1;
}
article.post .entry-header .title {
    margin-left:0; 
    font-size: 2.25em;
}
article.post .post_meta {
    margin-left: 0;
}

#colophon .top-footer .cols--half .col {
	width: 50%;
}
.bottom-footer p {
    font-size: 13px;
}
body .site-footer {
    padding: 0 0 10px;
}
.top-header {
		display:none;
    padding-top: 10px;
    border-bottom: 2px solid #36404A;
    padding-bottom: 10px;
    margin-bottom: 18px;
}
.top-header #nav2 .menu > .menu-item.special_link > a {
    background: #867356;
		color:white;
}
#header .top-header .container {
    display: block;
	text-align: right;
}

#header .top-header .container nav {
	display: inline-block;
}

.top-header #nav2 .menu > .menu-item > a {
    font-size: 14px;
    padding: 5px 14px;
    margin: 10px;
    border-radius: 7px;
}
#header > .container #nav {
	height: 65px;
}
#nav2 .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -10px;
    margin-right: -22px;
    padding-bottom: 0;
    padding-top: 0;
}
#nav2 .menu {
    list-style: none;
    margin: 0;
        margin-right: 0px;
        margin-bottom: 0px;
    position: relative;
    z-index: 1002;
}
#nav2 .menu > .menu-item {
    font-size: 1.0625em;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
    text-transform: none;
}
#nav2 .menu > .menu-item {
    font-weight: 700;
}
body.woocommerce ul.products li.product .onsale, body.woocommerce span.onsale {
    display: block;
    margin: 0;
    top: 18px;
    right: 22px;
    padding: 0 10px;
    background: #36404A;
}
body.woocommerce.single-product .product-gallery-text-container span.onsale {
		right:auto;
		left:calc( 34.375em - 28px );
}

html body.woocommerce-page.tax-product_cat ul.products li.product, body.woocommerce ul.products li.product {
    width: 31.33333%;
    margin: 0 1% 20px;
}
html body.woocommerce-page.tax-product_cat ul.products, body.woocommerce.tax-product_cat ul.products {
    justify-content: left;
}
body.woocommerce ul.products li.product .price {
    color: #867356;
    text-align: center;
    font-size: 15px;
}
body .woocommerce-product-gallery__trigger {
    top: 65px;
    right: 28px;
}
body #nav .menu > .menu-item .sub-menu .sub-menu {
	left:100%;
	top:0px;
	padding: 20px;
}

body #nav .menu > .menu-item .sub-menu .sub-menu a {
	font-size: 13.5px;
}

#nav .menu > .menu-item.menu-item-has-children:hover .sub-menu .sub-menu {
	display:none;
}

#nav .menu > .menu-item.menu-item-has-children {
	overflow: hidden;
	transition: all 0.3s;
}

#nav .menu > .menu-item.menu-item-has-children:hover {
	overflow: visible;
	background-color: #e2dcd3;
}

#nav .menu > .menu-item.menu-item-has-children:hover .sub-menu {
	opacity: 1;
}

#nav .menu > .menu-item.menu-item-has-children .sub-menu .menu-item:hover .sub-menu {
	display:block;
}
body #nav .sub-menu a {
    color: #2f2e2f;
    display: block;
    padding: 0 .72308em 0 .72308em;
}

#nav .sub-menu {
	width: max-content;
	bottom: auto;
    margin: 0;
    padding: 10px 18px 10px;
    opacity: 0;
	transform: none;
	background-color: #e2dcd3;
	transition: all 0.5s;
	max-width: 200px;
}

#nav .menu > .menu-item.menu-item-has-children > a {
	z-index: 9999999999;
}

#nav .menu>.menu-item:before {
	display:none;
}

#nav .hide-desktop {
	display: none;
}

.gallery-group {
	max-width: 68.75em;
    margin: 30px auto;	
}

.gallery-group img {
	width: 100%;
}

@media screen and (min-width: 1200px) {
	body #header {
		padding-top:0;
	}
	.top-header {
		display:block;
	}
}
 
@media screen and (max-width: 1200px) {
	
    article.post .blog-thumbnail {
        width: calc( 30% - 20px );
        margin-right: 20px;
    }
	
	body.woocommerce.single-product .product-gallery-text-container span.onsale {
		left: calc( 40% - 28px );
	}
	
	body #nav .menu > .menu-item .sub-menu .sub-menu {
		display: none !important;
	}
	
	body #nav .menu > .menu-item .sub-menu {
		opacity: 1;
		max-width: 100%;
		padding-left: 5vw;
		padding-top: 0;
		padding-bottom: 20px;
	}
	
	#nav .hide-desktop {
		display: block;
	}
	
	.single-product .summary.entry-summary {
		padding-left: 20px !important;
	}
	
	#header > .container #nav {
		height: auto;
		top: 0;
		bottom: 0;
		position: fixed;
		overflow: auto;
	}
	
	body.nav_active {
		overflow: hidden;
	}
	
	#main-menu-container {
		padding-bottom: 70px;
	}
	
}

@media screen and (max-width: 992px) {
    article.post .entry-header .title {
        font-size: 1.55em;
    }
    article.post .entry-header {
        width: 60%;
    }
    article.post .blog-thumbnail {
        width: calc( 40% - 20px );
    }
	body.woocommerce.single-product .product-gallery-text-container span.onsale {
			left: calc( 91% - 28px );
	}
	html body.woocommerce-page.tax-product_cat ul.products li.product, body.woocommerce ul.products li.product {
			width: 48%;
			margin: 0 1% 20px;
	}
}

@media screen and (max-width: 899px) {
	.single-product .summary.entry-summary {
		padding-left: 0px !important;
	}
}

@media screen and (max-width:767px) {
    article.post .entry-header .title {
        font-size: 1.2em;
    }
	body.woocommerce.single-product .product-gallery-text-container span.onsale {
			left: calc( 88% - 28px );
	}
}

@media screen and (max-width:480px) {
	article.post .entry-header {
		flex-grow: 1;
		width: 100%;
	}
	article.post .blog-thumbnail {
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px;
    }
	body.woocommerce.single-product .product-gallery-text-container span.onsale {
			left: calc( 85% - 28px );
	}
	html body.woocommerce-page.tax-product_cat ul.products li.product, body.woocommerce ul.products li.product {
			width: 98%;
			margin: 0 1% 20px;
	}
}


/***  YDU FEV 21 ***/

.full_width_section {
	width: 100vw;
	max-width: none;
	padding : 0 50px;
}

.page-id-5852 #content, .page-id-6110 #content, .page-id-5852 #content, .page-id-5898 #content {
	padding-bottom: 0;
}

/* Style titre page */

.page-id-5821 #simple-content-1, .page-id-6110 #simple-content-1, .page-id-5852 #simple-content-1 {
	background-color: #e2dcd3;
	padding: 20px 0;
}
.page-id-5821 .slider-h1, .page-id-6110 .slider-h1, .page-id-5852 .slider-h1 {
	text-transform: uppercase;
	color: #867356;
    right: 0;
	top: 30%;
    width: 100%;
    /*transform: translate(-50% , 50%);*/
}
.page-id-5821 .slider-h1 strong, .page-id-6110 .slider-h1 strong,  .page-id-5852 .slider-h1 strong {
	font-size: 1.8em;
	font-weight: 400;
}




/* HP */

.page-id-5821 .encart-titre, .page-id-5852 .encart-titre {
	margin-top: 100px;
}

@media (min-width: 480px) and (max-width: 899px) {
	.page-id-5821 .encart-titre {
	margin-top: 50px !important;
	}
}
	
	
/* slider */

.page-id-5821 .slider .slide .inner img {
	width: 100% !important;
	height: calc( 100vh - 160px);
	object-fit: cover;
}
.page-id-5821 .slider .slide .mask {
	padding: 0;
}

.page-id-5821 .slider.swiper-container {
	height: calc( 100vh - 160px);
}
.page-id-5821 .slider .swiper-button-prev {
	display:none;
}
.page-id-5821 .slider .swiper-button-next {
	display:none;
}
.page-id-5821 .slider.swiper-container-horizontal>.swiper-pagination-bullets {
	left: 50%;
	transform: translate(-50%);
}
.page-id-5821 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 1px 6px;
}
.page-id-5821 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: white;
    opacity: 0.8;
	box-shadow: 0 3px 15px 1px rgba(0, 0, 0, .5);
}
.page-id-5821 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #867356;
}

.page-id-5821 .site-content {
    padding-top: 0;
}

.hp-bedup-valeurs-wrapper {
	margin-top: 100px !important;
	padding-left: 20px;
}
.hp-bedup-valeurs-wrapper .hp-bedup-valeurs {
	display: flex;
    align-items: center;
	margin-bottom:30px;
}
.hp-bedup-valeurs-wrapper .hp-bedup-valeurs .hp-bedup-valeurs-content {
	padding-left: 15px;
}
.hp-bedup-valeurs-wrapper .hp-bedup-valeurs img {
	max-width: none;
}

@media (min-width: 1480px) {
	.page-id-5821 .slider .slide .inner {
	max-width: 80em;
	}
}



/* Encart link 3 col */

.page-id-5821 #three-columns-4 > div, .page-id-5852 #three-columns-6 > div, .page-id-5898 #three-columns-4 > div {
	position: relative;
}
.card-title-content {
	background-color: rgba(0,0,0,0.5);
	padding: 20px 0;
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	pointer-events: none;
}
.card-title-content .card-title, .card-title-content p {
	color: #fff;
	text-align: center;
}
.card-title-content .card-title {
	margin-bottom: 0px;
}

.three-columns .card-wrapper img {
	margin: 0;
}
@media (max-width: 539px) {
	.card-title-content {
	padding: 10px;
	}
}

/* Encart link 4 col */
.page-id-5821 #four-columns-9 > div, .page-id-5898 #four-columns-6 > div {
	position: relative;
	padding-bottom: 22%;
}

.page-id-5821 #four-columns-9 .card-wrapper, .page-id-5898 #four-columns-6 .card-wrapper {
	height: 100%;
	position: absolute;
}
.page-id-5821 #four-columns-9 .card-wrapper a, .page-id-5898 #four-columns-6 .card-wrapper a {
	height: 100%;
	display: block;
}
.page-id-5821 #four-columns-9 .card-wrapper img, .page-id-5898 #four-columns-6 .card-wrapper img {
	height:100%;
	object-fit: cover;
}

@media (max-width: 900px) {
	.page-id-5821 #four-columns-9 > div, .page-id-5898 #four-columns-6 > div {
	padding-bottom: 50%;
	}
}

.little-card-title-content .little-card-title {
	color: #fff;
	font-size: 1.8rem;
}
.little-card-title-content {
	background-color: rgba(0,0,0,0.5);
	padding: 10px 20px;
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	pointer-events: none;
}

/* CTA */
.page-id-5821 #simple-content-8, .page-id-5898 #simple-content-8, .page-id-6110 #simple-content-10, .page-id-5852 #simple-content-11 {
	background-color: #e2dcd3;
	padding: 50px 0;
}

/* .page-id-5821 #simple-content-7{
	background-color: #e2dcd3;
	padding: 5px 0;
}
.page-id-5821 #simple-content-8{
	margin-top: 50px;
} */
.page-id-5821 #simple-content-7 .cta-projet, .page-id-5898 #simple-content-8 .cta-projet, .page-id-5852 #simple-content-11 .cta-projet, .page-id-6110 #simple-content-10 .cta-projet {
	text-align: center;
}

.page-id-5821 .wprevpro.wprev-no-slider.revnotsameheight, .page-id-5898 .wprevpro.wprev-no-slider.revnotsameheight, .page-id-5852 .wprevpro.wprev-no-slider.revnotsameheight, .page-id-6110 .wprevpro.wprev-no-slider.revnotsameheight  {
	margin-bottom: 100px;
}

/* Votre projet */


.projet-step-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}
.projet-step-wrapper .projet-step-content {
	padding: 30px;	
	display: flex;
	flex-direction: column;
	width: 30%;
	text-transform: uppercase;
	font-weight: bold;
	border: solid 2px #867356;
	margin-bottom: 50px;
	
}
.projet-step-wrapper .projet-step-content .step-number {
	font-size: 3em;	
	font-weight: 900;
	color: #867356;
}
.page-id-6110 #simple-content-1 {
	margin-bottom: 100px;
}

@media (max-width: 480px) {
	.projet-step-wrapper {
	justify-content: center;
	}
	.projet-step-wrapper .projet-step-content {
	width: 80%;
	}
}

/* CONCEPT*/

.page-id-5852 #simple-content-0 {
	background-image: url('https://www.bedup.fr/wp-content/uploads/2021/05/bg-bedup.png');
	background-repeat: no-repeat;
	background-size: contain;
    background-position: top;
	/*height: calc( 100vh - 160px);*/
}
.page-id-5852 #simple-content-1 {
	margin-bottom: 50px;
} 

.page-id-5852 .site-content {
	padding-top: 0;
}

.page-id-5852 #video-container-3 {
	margin-top: 3em;
}
.service-valeurs {
	padding: 10px 30px;
}

@media (min-width: 1431px) {
	.page-id-5852 .view-zoom-portable, .page-id-5852 .view-zoom-tablette, .page-id-5852 .view-zoom-mobile {
	display: none;
	}
	.page-id-5852 .view-zoom-desktop {
	display: block;
	}
}

@media (max-width: 1430px) {
	.page-id-5852 .view-zoom-desktop, .page-id-5852 .view-zoom-tablette, .page-id-5852 .view-zoom-mobile {
	display: none;
	}
	.page-id-5852 .view-zoom-portable {
	display: block;
	}
	
}

@media (max-width: 992px) {
	.page-id-5852 .view-zoom-desktop, .page-id-5852 .view-zoom-tablette, .page-id-5852 .view-zoom-mobile {
		display: none;
	}
	.page-id-5852 .view-zoom-portable {
		display: block;
	}
	
	.woocommerce .cart_totals {
		grid-template-columns: 1fr;
		grid-row-gap: 50px;
		grid-column-gap: 0;
	}
	
}
	
@media (max-width: 767px) {
	.shop_table {
		width: 100%;
		margin-bottom: 50px;
	}
	
	.cart-collaterals .cross-sells {
		margin-top: 50px;
	}
	
}
@media (max-width: 480px) {
	.page-id-5852 .view-zoom-desktop, .page-id-5852 .view-zoom-tablette, .page-id-5852 .view-zoom-portable {
		display: none;
	}
	.page-id-5852 .view-zoom-mobile {
		display: block;
	}
	
}

@media (max-width: 1100px) {
	.page-id-5852 #simple-content-0 {
		background-size: 140%;
	}
}

@media (max-width: 899px) {
	.page-id-5852 .service-valeurs img {
		width: 130px !important;
	}
	.page-id-5852 #simple-content-8 .encart-titre {
		justify-content: flex-start !important;	
	}
}

@media (max-width: 750px) {
	.page-id-5852 #simple-content-0 {
		background-size: 160%;
	}
}

@media (max-width: 540px) {
	.page-id-5852 #simple-content-7 > div > div > div {
		flex-direction: column;
	}
}

/*page PRO CAMPUS */

@media (min-width: 1480px) {
	.page-id-6110 .slider .slide .inner {
		max-width: 80em;
	}
}
/*
.page-id-6110 .slider .slide .inner {
	width:100vw;
	max-width: none;
}*/
.page-id-6110 .slider .slide .inner img {
	width: 100% !important;
	height: calc( 100vh - 160px);
	object-fit: cover;
}
.page-id-6110 .slider .slide .mask {
	padding: 0;
}

.page-id-6110 .slider.swiper-container {
	height: calc( 100vh - 160px);
}
.page-id-6110 .slider .swiper-button-prev {
		display:none;
}
.page-id-6110 .slider .swiper-button-next {
		display:none;
}
.page-id-6110 .slider.swiper-container-horizontal>.swiper-pagination-bullets {
	left: 50%;
	transform: translate(-50%);
}
.page-id-6110 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 1px 6px;
}
.page-id-6110 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: white;
    opacity: 0.8;
	box-shadow: 0 3px 15px 1px rgba(0, 0, 0, .5);
}
.page-id-6110 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #867356;
}


.page-id-6110 .site-content {
    padding-top: 0;
}

.page-id-6110 #three-columns-4 img {
	margin: 0;
}

.page-id-6110 #simple-content-3 .container {
	max-width: none;
}
.page-id-6110 #simple-content-3 img {
	width: 100%;
}
.page-id-6110 #simple-content-3 {
	margin: 100px 0;
}

/*nouveau bouton Style */

.btn-border-style {
	border: solid 2px black;
	color: black !important;
	background-color: transparent;
	border-radius: 0;
	font-size: 14px;
	padding: 15px 20px;
	word-break: unset !important;
}
.btn-border-style:hover {
	border: solid 2px #867356;
	color: white !important;
	background-color: #867356;
}

body.woocommerce .content-area .site-main {
	max-width:100%;
}

.view-zoom-portable, .view-zoom-tablette, .view-zoom-mobile {
    display: none;
}

@media (max-width: 539px) {
	.btn-border-style {
		width:100%;	
		margin: 15px 0 0 0 !important;
	}
	.full_width_section {
		padding: 0 30px;
	}
	.page-id-5821 .slider-h1 strong, .page-id-6110 .slider-h1 strong, .page-id-5852 .slider-h1 strong  {
	font-size: 1.2em;
	}
	.page-id-5821 #simple-content-1, .page-id-5852 #simple-content-1, .page-id-6110 #simple-content-1 {
	background-color: #e2dcd3;
	padding: 20px 0;
	}
}

	
	
/* page LITERIE */
	
.postid-182 .entry-content{
	margin-top: 75px;
}

/* page RELOOKING */
	
.page-id-2817 h3.encart-titre {
	margin-top: 75px !important;
}

@media (min-width: 769px) {
.faq__container .row{
	display: flex;
	justify-content: space-between;
}
}


@media (min-width: 769px) {
	.type-post h2 a {
		font-size: 2rem;
	}
}


/* panier RELOOKING */
/* General basket styling */
.basket {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}

/* Price range styling */
.basket .price {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    white-space: nowrap;
}

.basket .price span {
    display: inline-block;
}

/* Variations form styling */
.basket .variations_form {
    width: 100%;
}

.basket .variations {
    width: 100%;
    margin-bottom: 20px;
}

.basket .variations th.label {
    text-align: left;
    padding-bottom: 10px;
}

.basket .variations td.value {
    padding-bottom: 10px;
}

.basket select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.basket select:focus {
    border-color: #8B4513;
    box-shadow: 0 0 5px rgba(139, 69, 19, 0.5);
}

.basket .single_variation_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.basket .single_add_to_cart_button {
    background-color: #8B4513;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.basket .single_add_to_cart_button:hover {
    background-color: #5A2E0A; /* Darker brown for hover state */
}

.basket .quantity input {
    width: 60px;
    text-align: center;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.basket .reset_variations {
    margin-left: 10px;
    color: #8B4513;
    cursor: pointer;
    text-decoration: none;
}

.basket .reset_variations:hover {
    text-decoration: underline;
}
.crossed-price {
    text-decoration: line-through !important;
}


/* General styles for the shipping section */
.woocommerce-shipping-totals {
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 20px;
}

/* Style the table cells */
.shop_table th, 
.shop_table td {
    padding: 10px;
    vertical-align: top;
    text-align: left;
}

/* Style the shipping methods list */
.woocommerce-shipping-methods {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Shift the radio buttons 20px to the right */
.woocommerce-shipping-methods input[type="radio"] {
    margin-left: 20px;
}


/* align le bouton du formulaire a gauche */
#gform_submit_button_2 {
    display: block !important; /* Assure que le bouton prend toute la largeur disponible */
    float: left !important; /* Aligne le bouton à gauche */
    margin-bottom: 20px !important; /* Ajoute une marge en dessous du bouton */
}

.gform_button.button + p {
    clear: both !important; /* Force les éléments suivants à apparaître en dessous du bouton */
    margin-top: 60px !important; /* Ajoute une marge au-dessus du paragraphe suivant pour plus d'espace */
}



/* Changement de style pour les CTA */

.button, .woocommerce .knowmore a.button {
    background-color: #867356;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    height: auto;
    line-height: inherit;
    overflow: hidden;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all .35s cubic-bezier(.23,1,.32,1);
}

.btn-border-style {
    background-color: #867356; /* Fond couleur initiale */
    color: #fff !important; /* Texte blanc initial */
    border: none; /* Supprime la bordure */
    border-radius: 0; /* Coins carrés */
    font-size: 14px;
    padding: 15px 20px;
    word-break: unset !important;
    transition: background-color .35s cubic-bezier(.23,1,.32,1), color .35s cubic-bezier(.23,1,.32,1); /* Transition pour le survol */
}

.btn-border-style:hover {
    background-color: #e1dcd4; /* Fond couleur au survol */
    color: #000 !important; /* Texte noir au survol */
    border: none; /* Assure qu'il n'y a pas de bordure au survol */
}

/* Changement de style pour les videos inspirations */

.links-field {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
}

.link {
    flex: 1 1 30%;
    margin: 15px;
    background: #fff;
    border: 1px solid #000; /* Black outline */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.link:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.inner {
    padding: 20px;
    text-align: center;
}

.link__logo img {
    width: 200px;
    height: 112px;
    object-fit: cover;
    margin-bottom: 15px;
}

blockquote {
    font-style: italic;
    color: #555;
    margin: 15px 0;
}

.link__title {
    font-size: 1.25em;
    font-weight: bold;
    margin-top: 10px;
}

.link__title a {
    text-decoration: none;
    color: #333;
}

.link__title a:hover {
    text-decoration: underline;
}
/* Ombrage au hover sur section nos produits */
/* Cible les images */
#four-columns-4 .col img {
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Transition fluide pour le zoom et l'ombre */

    box-shadow: none; /* Pas d'ombre par défaut */
}

/* Applique un léger zoom et une ombre portée au survol */
#four-columns-4 .col:hover img {
    transform: scale(1.02); /* Zoom léger au survol */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Légère ombre portée */
}

.carousel-container .slick-slide {
    margin: 0 5px; /* 10px de gap au total entre les slides */
	height: 300px; 
}
.carousel-container .slick-slide img {
	width: 100%;
	object-fit: cover;
}
.carousel-container .slick-dots {
    bottom: 25px;
    text-align: center;
}

/* Prix barré en promo */

/* Style pour le prix barré */
.woocommerce-variation-price .price del span.woocommerce-Price-amount {
    text-decoration: line-through !important; /* Forcer le style */
    color: inherit; /* Conserver la couleur par défaut */
}


/* Pied de page mobile*/

.menu-sticky {

    justify-content: center !important;

}

/* couleur de fond avis google */

.page-id-5821 #simple-content-1, .page-id-6110 #simple-content-1, .page-id-5852 #simple-content-1 {
    background-color: #fff !important;
    padding: 20px 0;
}

/* badge */



.header_badge {
	width: auto; /* Ajustez la largeur selon vos besoins */
    display: inline-block;
    vertical-align: middle;
	margin-left:60px;
    /* Ajoutez d'autres styles si nécessaire, comme des marges ou des bordures */
}

/* Masquer le badge sur les écrans de moins de 768px (mobile) */
@media (max-width: 768px) {
    .header_badge {
        display: none;
    }
}

/* CONTACT FORM SELECT */

/* Conteneur principal du formulaire */
.gform_wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    position: relative;
    overflow: hidden; /* Empêche tout dépassement */
}

/* Style des champs de saisie */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper textarea,
.gform_wrapper select {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

/* Effet au focus */
.gform_wrapper input:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
    border-color: #867356;
    box-shadow: 0 0 5px rgba(134, 115, 86, 0.5);
    outline: none;
}

/* Espacement entre les champs */
.gform_fields .gfield {
    margin-bottom: 20px;
}

/* Style des labels */
.gform_wrapper label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #4a4033;
}

/* Bouton "Envoyer" bien aligné */
.gform_footer {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.gform_wrapper .gform_button {
    background-color: #867356;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    width: 100%; /* Assure un bon alignement */
    max-width: 250px; /* Taille raisonnable */
    text-align: center;
}

.gform_wrapper .gform_button:hover {
    background-color: #6f5d45;
}

/* Style des cases à cocher et radio */
.gform_wrapper .gfield_checkbox input,
.gform_wrapper .gfield_radio input {
    margin-right: 8px;
}

.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label {
    font-weight: normal;
    display: inline-block;
}

/* Amélioration du select */
.gform_wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    padding-right: 40px;
}

/* Style du CAPTCHA */
.gform_wrapper .ginput_recaptcha {
    margin: 15px 0;
}

/* Ajustement pour les mobiles */
@media screen and (max-width: 768px) {
    .gform_wrapper {
        padding: 20px;
    }

    .gform_footer {
        justify-content: center;
    }

    .gform_wrapper .gform_button {
        font-size: 16px;
        max-width: 100%;
    }
}

/* Appliquer un style uniforme aux champs select */
.gform_wrapper select {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    appearance: none; /* Supprime l'apparence par défaut */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20"><path fill="%234a4033" d="M7 10l5 5 5-5z"/></svg>'); 
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

/* Effet au survol et focus */
.gform_wrapper select:hover,
.gform_wrapper select:focus {
    border-color: #867356;
    box-shadow: 0 0 5px rgba(134, 115, 86, 0.5);
    outline: none;
}

/* Ajustement de l'espacement et affichage plus clair */
.gform_wrapper .gfield_select {
    position: relative;
    display: flex;
    align-items: center;
}

/* Ajustement pour les mobiles */
@media screen and (max-width: 768px) {
    .gform_wrapper select {
        font-size: 14px;
        padding: 10px;
        background-size: 18px;
    }
}
