/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.1
*/

/* ===== FORMULAIRE DEVIS ===== */

.half { 
	margin-bottom:0px !important;
}
.wc-quote-form {
	padding:10px;
	background:#eeeeee !important;
	margin-bottom:20px !important;
}
.wc-quote-form form{
	display:grid;
	grid-template-columns:1fr;
	gap:14px;
}

.wc-hidden{display:none;}

.wc-quote-form input,
.wc-quote-form textarea{
	width:100%;
	padding:10px;
	margin-bottom:10px !important;
}

.wc-quote-form label{
	font-weight:600;
}

@media(min-width:768px){

	.wc-quote-form form{
		grid-template-columns:repeat(2,1fr);
	}

	.wc-quote-form .half{grid-column:span 1;}
	.wc-quote-form .full{grid-column:span 2;}
}

.btnsubmit { background:#d0d529 !important;color: white !important; }
.btnsubmit:hover { background:#000000 !important;color: white !important; }

/* === Alignement checkbox RGPD === */
.wc-quote-form .rgpd label{
	display:flex;
	align-items:flex-start;
	gap:10px;
	cursor:pointer;
}

.wc-quote-form .rgpd input[type="checkbox"]{
	width:auto;
	margin-top:3px;
}