.btn {
	padding: .35rem .6rem;
}

.step .step-item a::before {
	z-index: 0;
}

#results ~ .pagination {
	display:none!important;
}

.simulator-content {
	background-color: var(--romantic);
	margin: 0 auto;
	padding: 20px;
	height: 100%;
}

.simulator-content h1 {
	text-align: center;
	margin-bottom: 30px;
}

.simulator {
	border-radius: 20px;
	padding-top: 0;
	padding-bottom: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: var(--white);
	max-width: 1200px;
}

.simulator-header {
	display: flex;
	align-items: center;
	position: relative;
}

.simulator-header img {
	width: 80px;
	height: auto;
	margin-top: -30px;
	margin-left: auto;
	margin-right: auto;
}

.simulator-body {
	font-family: var(--font-family-sofiapro-medium);
}

.step .step-item.active a::before {
	background-image: url("../../images/step-active@1x-6qCo-kK.png");
}

.zangdar__wizard > section {
	display: none;
}
.zangdar__wizard {
	display: block;
	position: relative;
}

.zangdar__wizard .zangdar__step {
	display: block;
	height: 0;
	width: 0;
	opacity: 0;
	transform: translateY(20px);
}
.zangdar__wizard .zangdar__step.zangdar__step__active {
	display: block;
	opacity: 1;
	z-index: 1;
	height: auto;
	width: auto;
	transform: translateY(0);
	transition:
			opacity .5s ease-out,
			transform .5s ease-out;
}

#steps-native {
	padding: 30px 0;
	font-family: var(--font-family-sofiapro-regular);
	font-size: var(--font-size-m);
}

.table td, .table th {
	padding: .3rem .4rem;
}

span.tooltip::after {
	max-width: max-content;
}

input#restauration ~ span {
	height: 100%;
	left: 0;
	top: 2px;
	margin-left: 5px;
}
.btn:hover {
	background: #FFE9DB;
	border-color: #FFD2B5;
}
a:focus {
	box-shadow: none;
}
.step .step-item a::before {
	background-image: url("../../images/step@1x-Gd89f8J.png");
}
.form-radio input:checked + .form-icon {
	background: #3A5AC7;
	border-color: #3A5AC7;
}

.mamili-column {
	font-family: var(--font-family-sofiapro-light);
	font-size: var(--font-size-l);
	flex: 0 1 auto;
	background-color: var(--coral);
	padding-right: 38px;
}
.ehpad-column {
	font-family: var(--font-family-sofiapro-light);
	font-size: var(--font-size-l);
	background-color: #F2F2F2;
}

.pricing-summary {
	flex: 1 0 auto;
	order: 2;
	font-family: var(--font-family-sofiapro-medium);
	font-size: var(--font-size-m);
}

.pricing-summary h2 {
	color: var(--white);
	font-family: var(--font-family-sofiapro-bold);
	font-size: var(--font-size-m);
	margin-top: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.pricing-summary h3 {
	background-color: #ff9575;
	border-radius: 8px;
	font-size: var(--font-size-l);
}

.cost-card {
	display: none;
}

.cost-card.active {
	display: block;
}

.cost-card section {
	margin-bottom: 10px;
}

.cost-card .total {
	background-color: var(--romantic);
	border-radius: 8px;
	align-content: center;
	font-size: var(--font-size-xl);
}

.other-costs-header {
	background-color: #ff9575;
	border-radius: 8px;
	cursor: pointer;
	position: relative;
}

.other-costs-header::after {
	content: url("../../images/arrow-down-sPSTpkj.svg");
	position: absolute;
	right: 3px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s ease;
}

.other-costs-header[aria-expanded="true"]::after {
	transform: translateY(-50%) rotate(180deg);
}

.accordion-collapse.collapse {
	display: none;
}

.accordion-collapse.collapse.show {
	display: block;
}

.pricing-section .swiper-wrapper {
	padding-top: 25px;
}

.mamili .pricing-content {
	position: relative;
	background-color: transparent;
	border-color: #FFFFFF;
	flex-grow: 1;
	flex-basis: 50%;
}

.mamili .pricing-content.bottom {
	border-color: #FFFFFF;
}

.mamili .pricing-content.toggle {
	border: none;
	padding: 0;
}

.simulation-label {
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 2px;
}

.house-icon {
	width: 47px;
	height: 47px;
	margin-top:-25px;
	margin-left: auto;
	margin-right: auto;
}

.simulation-text {
	margin-left: 30px;
	height: 57px;
	position: absolute;
	right: -28px;
	bottom: -10px;
}

.mamili .bottom {
	background-color: #FFFFFF;
}

.pricing-card .bottom .total {
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
}

.pricing-card .total .text {
	flex: 0 0 60%;
	line-height: 1.2;
	padding: 10px;
	border-right: 2px solid var(--gulf-blue);
}

.pricing-card .total .text span {
	font-size: var(--font-size-s);
	white-space: break-spaces;
}
.pricing-card .total .price {
	color: var(--coral);
	font-family: var(--font-family-rubik-bold);
	font-size: var(--font-size-xl);
	text-align: center;
	line-height: 1.1;
	white-space: initial;
	width: 100%;
}

.pricing-card .total .price sup {
	display: inline-block;
	font-size: 18px;
	vertical-align: super;
}

.pricing-content {
	background-color: transparent;
	border-radius: 10px;
	border-width: 1px;
	border-style: solid;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pricing-content strong{
	font-family: var(--font-family-sofiapro-bold);
}

.ehpad-icon {
	width: 47px;
	height: 47px;
	margin-top: -25px;
	margin-left: auto;
	margin-right: auto;
}

.ehpad .pricing-content {
	border-color: #D9D9D9;
	flex-grow: 1;
	flex-basis: 50%;
	position: relative;
}

.ehpad .pricing-content.bottom {
	font-family: var(--font-family-rubik-bold);
	background-color: #E2E2E2;
	border-color: #E2E2E2;
}

.pricing-card .bottom {
	padding: 0;
}

.pricing-section .mention {
	font-size: 10px;
	margin-left: 38px;
	margin-right: 38px;
	text-align: center ;
}

.toggle-link {
	display: inline-block;
	color: var(--white);
	text-decoration: underline;
	cursor: pointer;
	font-family: var(--font-family-sofiapro-medium);
	font-size: var(--font-size-m);
	background: none;
	border: none;
	padding: 0.2rem 0;
	transition: color 0.3s ease;
}

.toggle-link.active {
	text-decoration: none;
	cursor: default;
}
.toggle-link:not(.active):hover,
.toggle-link:not(.active):focus {
	color: var(--catalina-blue);
	outline: none;
}

.btn-adjust {
	background: none;
	border: none;
	font-size: 1.2em;
	color: #3A5AC7;
	cursor: pointer;
	width: 24px;  /* Largeur fixe pour les deux boutons */
	height: 24px; /* Hauteur fixe pour assurer un carré */
	line-height: 24px; /* Alignement vertical du texte */
	text-align: center;
	padding: 0;
	margin: 0 2px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.price-column {
	width: 150px; /* Ajustez cette valeur selon vos besoins */
	white-space: nowrap;
}

#hours-display {
	font-weight: bold;
	min-width: 40px;
	display: inline-block;
	text-align: center;
}

/* Ajustement spécifique pour le signe moins */
.btn-adjust-minus {
	font-size: 1.5em; /* Légèrement plus grand pour compenser la différence de largeur */
	line-height: 20px; /* Ajusté pour centrer verticalement */
}

.pagination .btn {
	font-size: var(--font-size-m);
}







@media (max-width: 600px) {
	.step-item a {
		font-size: 0;
	}
}
@media screen and (min-width: 768px) {
	.pagination .btn {
		font-size:var(--font-size-l);
	}
	.btn {
		padding-left: 20px;
		padding-right: 20px;
	}
	.simulator-content h1 {
		margin-bottom: 65px;
	}
	.simulator-header img {
		width: 150px;
		margin-top: -50px;
	}
	.simulator {
		/*padding: 0 90px 30px;*/
	}
	#steps-native {
		padding: 30px;
	}
}
@media screen and (min-width: 768px) {
	#results {
		min-height: 510px;
	}

	.pricing-card .total .price {
		font-size: var(--font-size-xxl);
	}

	.pricing-content {
		border-width: 2px;
	}
}

@media screen and (min-width: 992px) {
	.ehpad-column,
	.pricing-card {
		flex: 0 0 224px;
		width: 224px;
	}
}
@media screen and (min-width: 1200px) {
	.ehpad-column {
		flex: 0 0 268px;
	}

	.pricing-card {
		flex: 0 0 268px;
		width: 268px;
	}

	.pricing-content {
		margin-left: 38px !important;
		margin-right: 38px !important;
	}

	.pricing-content.top {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

