:root {
	--younitedpay-purple: #c5a1fe;
	--younitedpay-pink: #F9F5FF;
	--younitedpay-purple-dark: #6200FE;
	--younitedpay-grey: #564C5D;
	--younitedpay-light-grey: #9A949E;
}

@font-face {
	font-family: "Roc Grotesk";
	src: url("./fonts/RocGroteskMedium.otf") format("opentype");
}

/* SECTION Info prix avec bouton */
.younitedpay-bestprice-action {
	display: flex;
	align-items: center;
	cursor: pointer;
}

@media (max-width: 768px) {
	.younitedpay-bestprice-action {
		justify-content: center;
	}
}

/* SECTION Info prix avec bouton END */

#younitedpay-popupzone {
	position: fixed !important;
	z-index: 1500;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	background-color: rgba(0, 0, 0, 0.5) !important;
	height: 100vh;
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

#younitedpay-bestprice-modal {
	position: relative;
	width: 100%;
	height: auto;
	max-height: 100% !important;
	display: flex;
	justify-content: center;
	align-items: center;
	color: black;
	font-family: "Roc Grotesk", Roboto, sans-serif;
	border-radius: 2px;
	overflow-y: auto;
	background-color: var(--younitedpay-pink);
}

@media (min-width: 768px) {
	#younitedpay-bestprice-modal {
		max-width: 1015px !important;
	}
}

#younitedpay-bestprice-modal div {
	box-sizing: border-box;
}

/* SECTION GAUCHE */

#younitedpay-bestprice-modal .younitedpay-bestprice-left {
	height: 100%;
	width: 100%;
	padding: 40px;
	gap: 30px;
	background-color: var(--younitedpay-pink);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media (min-width: 768px) {
	#younitedpay-bestprice-modal .younitedpay-bestprice-left {
		width: 32% !important;
	}
}

@media (max-width: 850px) {
	#younitedpay-bestprice-modal .younitedpay-bestprice-left {
		display: none !important;
	}
}

#younitedpay-bestprice-modal .younitedpay-bestprice-steps>div {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
}

#younitedpay-bestprice-modal .younitedpay-bestprice-steps>div>span {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: var(--younitedpay-grey);
}

#younitedpay-bestprice-modal .younitedpay-bestprice-steps>div>div>div {
	height: 32px;
	width: 32px;
	margin-right: 10px;
	background-color: var(--younitedpay-purple);
	display: flex;
	justify-content: center;
	align-items: center;
}

#younitedpay-bestprice-modal .younitedpay-bestprice-title {
	font-size: 38px;
	font-weight: 500;
	line-height: 46px;
	letter-spacing: -0.02em;
	text-align: left;
	display: flex;
	align-items: flex-end;
	width: 245px;
}

#younitedpay-bestprice-modal .younitedpay-bestprice-title-fr {
	height: 184px;
	width: 240px;
}

#younitedpay-bestprice-modal .younitedpay-bestprice-title-en {
	height: 120px;
	display: flex;
	align-items: flex-end;
}

#younitedpay-bestprice-modal .younitedpay-bestprice-title-es {
	height: 130px;
	width: 230px;
}


#younitedpay-bestprice-modal .younitedpay-bestprice-logo {
	display: flex;
	justify-content: center;
}

#younitedpay-bestprice-modal .younitedpay-bestprice-logo>img {
	width: 100px;
}

/* SECTION GAUCHE - FIN */

/* SECTION DROITE */
#younitedpay-bestprice-modal .younitedpay-bestprice-right {
	height: 100%;
	width: 100%;
	padding: 40px;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width: 610px) {
	#younitedpay-bestprice-modal .younitedpay-bestprice-right {
		padding: 20px;
	}
}

#younitedpay-bestprice-modal .younitedpay-bestprice-right>div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#younitedpay-bestprice-modal .younitedpay-bestprice-starting-payment {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-top: 18px;
}

#younitedpay-bestprice-modal .younitedpay-bestprice-starting-payment>span {
	font-size: 18px;
	font-weight: 600;
	text-align: left;
}

#younitedpay-bestprice-modal .younitedpay-bestprice-starting-payment>div>img {
	width: 30px;
	right: 32px;
	top: 40px;
	position: absolute;
}

#younitedpay-bestprice-modal .younitedpay-bestprice-month-choice {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

#younitedpay-bestprice-modal .younitedpay-bestprice-month-choice div {
	transition-property: all !important;
	display: flex;
	margin-left: 8px !important;
	margin-right: 8px !important;
	margin-bottom: 4px !important;
	border-radius: 999px;
	width: 52px;
	height: 40px;
	background: #DEE2E6;
	color: #1C1C1C;
}

#younitedpay-bestprice-modal .younitedpay-bestprice-month-choice div.younitedpay-bestprice-month-checked {
	background: #1C1C1C;
	color: white;
}

#younitedpay-bestprice-modal .younitedpay-bestprice-month-choice div span {
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
}

#younitedpay-bestprice-modal .younitedpay-bestprice-month-selected {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

#younitedpay-bestprice-modal .younitedpay-bestprice-month-selected span {
	font-size: 16px;
	font-weight: 700;
	color: var(--younitedpay-purple);
}

#younitedpay-bestprice-modal .younitedpay-bestprice-payment-info {
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: flex-start;
	margin-top: 24px;
}

#younitedpay-bestprice-modal .younitedpay-bestprice-payment-info>span {
	color: var(--younitedpay-grey);
	font-size: 20px;
	font-weight: 600;
	text-align: left;
}

#younitedpay-bestprice-modal .younitedpay-bestprice-payment-info .younitedpay-bestprice-price-per-month {
	color: var(--younitedpay-purple);
	font-weight: bold;
}

#younitedpay-bestprice-modal .younitedpay-bestprice-details {
	width: 100%;
	border: 2px solid;
	border-color: var(--younitedpay-purple);
	border-radius: 8px;
	padding: 12px;
	margin-top: 24px;
}

#younitedpay-bestprice-modal .younitedpay-bestprice-bloc>div {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 0;
	color: var(--younitedpay-grey);
}
#younitedpay-bestprice-modal .younitedpay-bestprice-bloc>div:first-child {
	margin-top: 0 !important;
}

#younitedpay-bestprice-modal .younitedpay-bestprice-bloc>div.younitedpay-bestprice-bloc-lg:nth-child(3) {
	margin-top: 24px !important;
	margin-bottom: 24px !important;
	color: var(--younitedpay-purple) !important;
}

#younitedpay-bestprice-modal .younitedpay-bestprice-bloc>div.younitedpay-bestprice-bloc-lg {
	font-weight: 600;
	font-size: 20px;
	margin-top: 0 !important;
}

#younitedpay-bestprice-modal .younitedpay-bestprice-bloc>div>span:last-child {
	font-weight: 600;
}

#younitedpay-bestprice-modal .younitedpay-bestprice-credit {
	color: var(--younitedpay-grey);
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	margin-top: 24px;
	max-height: 90px;
	display: flex;
}

@media (max-width: 620px) {
	#younitedpay-bestprice-modal .younitedpay-bestprice-credit {
		max-height: 80px;
	}
}

@media (max-width: 500px) {
	#younitedpay-bestprice-modal .younitedpay-bestprice-credit {
		font-size: 14px;
		line-height: 16px;
	}
}

#younitedpay-bestprice-modal .younitedpay-bestprice-month-choice>div,
#younitedpay-bestprice-modal .younitedpay-bestprice-close {
	cursor: pointer;
}

/* SECTION DROITE - FIN */