/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


/* Paiement page */
.review__coord {
	font-family: "Caviar Dreams", Sans-serif;
	color: #333;
	font-weight: 500;
}

.wpmc-steps-wrapper {
	font-family: "Nexa", Sans-serif;
	color: #333;
	font-weight: 600;
}

.wpmc-tab-text,
.wpmc-steps-wrapper h2 {
	font-family: "Caviar Dreams", Sans-serif;
	color: #333;
	font-weight: 600;
}

.thwcfe-html-field-wrapper {
	width: 100%;
	flex: 0 0 auto;
}

.wpmc-steps-wrapper .form-row {
	padding: 5px 10px !important;
}

.woocommerce-form-login__submit,
#place_order,
.woocommerce .button:focus,
.wpmc-nav-wrapper button,
.wpmc-nav-wrapper button:hover {
	text-transform: uppercase;
	letter-spacing: 0.6px;
	background-color: #90AFA3 !important;
	border-radius: 31px 4px 31px 4px;
}

.wpmc-nav-wrapper button:hover {
	background-color: var(--e-global-color-e2dfbe2);
}

.thwcfe-checkout-file,
.thwcfe-uloaded-file-list-item {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 6px 12px;
	min-width: 100%;
	min-height: 41px;
}

.woocommerce-checkout-review-order-table .product-quantity,
.woocommerce-checkout-review-order-table thead,
.woocommerce-checkout-review-order-table tr.cart-subtotal {
	display: none;
}

.wpmc-step-review.wpmc-step-payment .aj-col-6 {
	padding: 10px 20px;
}

/* User profil */
.ajev1-container {
	font-family: "Nexa", Sans-serif;
	color: #2E3532;
}

.ajev1-subcontainer {
	padding: 0px 120px;
}

.ajev1-green-subcontainer {
	background: #F5F8F7;
}

.ajev1-hello-text,
.ajev1-hello-subtext {
	font-weight: 600;
	line-height: 34px;
}

.ajev1-hello-text {
	font-size: 44px;
	margin-top: 16px;
}

.ajev1-hello-subtext {
	font-size: 18px;
	margin-bottom: 20px;
}

.ajev1-nav {
	padding: 0px 20px !important;
}

.ajev1-nav .nav {
	background: #90AFA3;
	border-radius: 15px;
	padding: 40px 40px !important;
	margin: 0px 20px !important;
	position: absolute;
}

.ajev1-nav-btn {
	color: #FFFFFF !important;
	font-size: 20px !important;
	text-transform: uppercase;
	padding: 10px 20px !important;
	font-weight: 600 !important;
	border-radius: 30px 10px 30px 10px !important;
	margin: 10px 0px !important;
}

.ajev1-nav-btn:hover,
.ajev1-nav-btn.active {
	background: #FFFFFF !important;
	color: #90AFA3 !important;
}

.ajev1-coord,
.ajev1-stage,
.ajev1-commande {
	padding: 40px 0px;
}

.ajev1-coord-title,
.ajev1-commande-title {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}

.ajev1-docs-title,
.ajev1-stage-title {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 25px;
}

.ajev1-coord-content,
.ajev1-commande-content {
	font-size: 24px;
	font-family: "Nexa Book";
	line-height: 44px;
}

.ajev1-commande-content span {
	font-family: "Nexa";
	font-weight: 700;
}

.ajev1-commande-content {
	font-size: 26px;
}

.ajev1-btn {
	color: #FFFFFF !important;
	font-size: 16px !important;
	text-transform: uppercase;
	padding: 8px 40px !important;
	font-weight: 500 !important;
	border-radius: 22px 6px 22px 6px !important;
	background: #90AFA3;
	border: none;
	line-height: 26px;
}

.ajev1-btn:hover {
	background: #91C2AF !important;
}

.ajev1-commande-item {
	padding: 10px 0px;
	border-top: 1px solid #2E3532;
}

.ajev1-docs-item,
.ajev1-stage-item {
	border-radius: 22px 6px 22px 6px !important;
	background: white;
	padding: 15px 30px;
	margin-bottom: 20px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	font-size: 24px;
}

.ajev1-stage-item-content th {
	font-size: 18px;
	text-transform: none;
	font-weight: 600;
	min-width: 180px;
}

.ajev1-stage-item-content td {
	font-size: 17px;
}

@media (max-width: 1378px) {
	.ajev1-subcontainer {
		padding: 0px 20px;
	}
}

@media (max-width: 767px) {
	.ajev1-nav .nav {
		position: initial;
	}
}

/* Custom Boot AJ */
.aj-row,
.woocommerce-additional-fields__field-wrapper,
.woocommerce-billing-fields__field-wrapper {
	display: flex !important;
	flex-wrap: wrap;
}

.aj-col-1 {
	width: 8.33%;
	flex: 0 0 auto;
}

.aj-col-2 {
	width: 16.66%;
	flex: 0 0 auto;
}

.aj-col-3 {
	width: 25%;
	flex: 0 0 auto;
}

.aj-col-4 {
	width: 33.33%;
	flex: 0 0 auto;
}

.aj-col-5 {
	width: 41.66%;
	flex: 0 0 auto;
}

.aj-col-6 {
	width: 50%;
	flex: 0 0 auto;
}

.aj-col-7 {
	width: 58.33%;
	flex: 0 0 auto;
}

.aj-col-8 {
	width: 66.66%;
	flex: 0 0 auto;
}

.aj-col-9 {
	width: 75%;
	flex: 0 0 auto;
}

.aj-col-10 {
	width: 83.33%;
	flex: 0 0 auto;
}

.aj-col-11 {
	width: 91.66%;
	flex: 0 0 auto;
}

.aj-col-12 {
	width: 100%;
	flex: 0 0 auto;
}

#wpmc-skip-login {
	margin: auto;
	margin-top: -50px;
}

@media (max-width: 960px) {

	.aj-col-2,
	.aj-col-3,
	.aj-col-4,
	.aj-col-5,
	.aj-col-6 {
		width: 50% !important;
	}

	.aj-col-1,
	.aj-col-7,
	.aj-col-8,
	.aj-col-9,
	.aj-col-10,
	.aj-col-11,
	.aj-col-12,
	#permis_recto_field,
	#permis_verso_field {
		width: 100% !important;
	}

	.wpmc-step-payment .aj-col-6 {
		width: 100% !important;
	}
}