.prize .content {
	border: 2px solid #EFEFEF;
	box-sizing: border-box;
}

.prize .content > .title {
	width: 100%;
	padding-bottom: 30px;
	display: block;
}

.prize .content > .costs {
	width: 100%;
	text-align: center;
	display: block;
}

.prize .content > .costs .currency,
.prize .content > .costs .prizing,
.prize .content > .costs .textValue {
	font-size: 32px;
	color: #C40005;
}

.prize .content > .costs .textValue,
.prize .content > .costs .prizing {
	font-size: 32px;
}

.prize .content > .costs .textValue {
	top: 0.05em;
}

.prize .content > .costs .currency {
	top: -0.75em;
}

.prize .content .description {
	padding: 20px 0;
	grid-area: description;
}

.prize .content .infos .info {
	width: 100%;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #EFEFEF;
}

.prize .content .infos .info .title,
.prize .content .infos .info .value {
	width: 100%;
	display: inline-block;
}

.prize .content .infos .info .value {
	margin-bottom: 10px;
}

.prize .content .infos .info .value p {
    margin: 0;
}

/*.prize .content .infos .info .title {
	font-weight: bold;
}*/

.prize .content .infos .info .value {
	font-weight: normal;
}

.prize .content hr {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	height: 1px;
	color: #C40005;
	background: #C40005;
}

.prize.highlight .content hr {
	color: white;
	background: white;
}

.prize .btn-order {
	text-align: center;
	background-color: #C40005;
	color: #FFFFFF;
	display: block;
	box-sizing: content-box;
        width: 100%;
}

.prize .btn-order span {
	padding: 13px 15px;
	display: inline-block;
}

.prize .btn-order:hover,
.prize.highlight .btn-order {
	color: #C40005;
	background-color: #FFFFFF;
	border-color: #C40005;
}

.prize.highlight .btn-square.btn-order:hover {
	color: #FFFFFF;
	background-color: #C40005;
	border-color: #FFFFFF;
}

.prize.highlight .content,
.prize.highlight .content > .costs .prizing,
.prize.highlight .content > .costs .period,
.prize.highlight .content > .costs .currency,
.prize.highlight .content > .costs .textValue,
.prize.highlight .content > .infos .value p,
.prize.highlight .content > .title {
	color: #FFFFFF;
	background-color: #C40005;
}

.prize.highlight .content {
	border-color: #c40005;
}

.prize .center-block {
	display: flex;
	justify-content: center;
	align-items: center;
}

.prizing-container.prizing-landingpage .prize .paymentinfo {
	height: auto;
	margin-left: 15px;
}

.prize .paymentinfo {
	display: inline-block;
	position: relative;
	height: 18px;
	width: 100px;
	padding-top: 10px;
}

.prize .paymentinfo .period {
	position: absolute;
	top: 0;
	left: 0;
}

.prize .paymentinfo .bettermentTax {
	position: absolute;
	bottom: -10px;
	left: 0;
	font-size: 12px;
}

.prize .btn-order {
	padding-top: inherit;
	min-width: 100px;
}

a.toggleInfos {
	text-transform: capitalize;
}

a.toggleInfos.btn-primary:hover {
	background-color: #C40005;
	border-color: #FFFFFF;
}

.highlight a.toggleInfos.btn-primary:hover {
	background-color: #C40005 !important;
	color: #FFFFFF !important;
	border-color: #FFFFFF !important;
}

.highlight a.toggleInfos.btn-primary {
	background-color: #FFFFFF !important;
	border-color: #C40005 !important;
	color: #C40005 !important;
}

.highlight a.toggleInfos {
	color: #FFFFFF;
}

.toggleInfos {
	font-size: 14px;
	margin-bottom: 5px;
}

a.toggleInfos.btn.center-block:hover,
span.fa.fa-chevron-down:hover {
	color: #333F44;
}

.prizingform .prize {
	margin-bottom: 15px;
}

a.btn-square {
	height: 52px;
}

.prizingform .comment {
	margin-top: 10px;
}

.formInfosCollapse > span.fa-chevron-down:before {
	content: "\f077";
}

.formInfosCollapse.collapsed > span.fa-chevron-down:before {
	content: "\f078";
}

.prizing-container.prizing-landingpage .prize .content {
	background-color: #F1F1F1;
	border: none;
}

.prizing-container.prizing-landingpage .prize .content .infos .info .title {
	font-weight: normal;
}

.prizing-container.prizing-landingpage .prize.highlight .content {
	background-color: #C40005;
	border: none;
	position: relative;
	z-index: 1;
}

.prizing-container.prizing-landingpage .prize.highlight .highlightIcon {
	position: absolute;
	bottom: calc(100% - 130px);
	left: 10%;
	z-index: 0;
}

.prizing-container.prizing-landingpage .prize .content > .title {
	grid-area: title;
	border-bottom: 4px solid #FFFFFF;
	padding: 0;
	margin: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.prizing-container.prizing-landingpage .prize.highlight .content > .costs {
	border-bottom: 1px solid #FFFFFF42;
}

.prizing-container.prizing-landingpage .prize .content > .costs {
	grid-area: price;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #c4000542;
}

.prizing-container.prizing-landingpage .prize .content .description {
	padding: 10px 25px;
}

.prizing-container.prizing-landingpage .prize .content .infos {
        padding: 30px 25px 10px 25px;
	display: grid;
	grid-template-rows: repeat(auto-fit,50px);
	height: 100%;
	grid-area: infos;
        row-gap: 10px;
}

.prizing-container.prizing-landingpage .prize .content .infos .info {
	padding: 0;
	height: 50px;
	border-bottom: none;
/*        display: flex;
	gap: 15px;
        justify-content: center;*/
}

.prizing-container.prizing-landingpage .prize .paymentinfo {
	width: auto;
}

.prizing-container.prizing-landingpage .prize .paymentinfo .period {
	position: relative;
	top: initial;
	left: initial;
}

.prizing-container.prizing-landingpage .checkBoxImage {
	margin-right: .5rem;
	vertical-align: top;
}

.prizing-container.prizing-landingpage .prize .content .infos .info .title {
	width: 75%;
}

.prizing-landingpage .carousel-control.left,
.prizing-landingpage .carousel-control.right {
	background: none;
}

.prizing-landingpage .carousel-control .fa-chevron-left,
.prizing-landingpage .carousel-control .fa-chevron-right,
.prizing-landingpage .carousel-control .icon-next,
.prizing-landingpage .carousel-control .icon-prev {
	color: #C40005;
}

.prizing-landingpage .carousel-inner {
	width: 75%;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.prizing-landingpage .carousel-inner div {
		padding: 0;
	}

	.prizing-container.prizing-landingpage .carousel-inner .prize .content .infos .info {
		font-size: 14px;
	}

	.prizing-container.prizing-landingpage .prize.highlight .highlightIcon {
		display: none;
	}
}

.prizingform .checkbox input {
	margin-top: 7px;
}
.prizingform .checkbox.f3-form-error label {
	color: #C40005;
}

/* show containers equal in height */
.prizing-container > .team-row {
	display: grid;
	grid-auto-flow: column;
	gap: 15px;
	grid-auto-columns: minmax(0, 1fr);
}

.prizing-container > .team-row .prize {
	width: 100%;
}

.prizing-container > .team-row .prize .content {
	--titleGridHeight: 65px;
	--priceGridHeight: 65px;
	--descriptionGridHeight: minmax(100px, min-content);
	--infosGridHeight: auto;
	--buttonsGridHeight: 90px;
	--supInfosGridHeight: min-content;

	display: grid;
	grid-template-rows: [title] var(--titleGridHeight) [price] var(--priceGridHeight) [description] var(--descriptionGridHeight) [infos] var(--infosGridHeight) [buttons] var(--buttonsGridHeight) [supInfos] var(--supInfosGridHeight);
	grid-template-areas:
		"title"
		"price"
		"description"
		"infos"
		"buttons"
		"supInfos"
	;
	height: 100%;
}

.prizing-container > .team-row .prize .content .button {
	padding: 15px;
	grid-area: buttons;
}

@media (max-width: 991px) {
	.prizing-container > .team-row {
		grid-auto-flow: row !important;
		grid-template-columns: auto !important;
	}

	.prizing-container .carousel .carousel-inner {
		display:flex;
	}
	.prizing-container .carousel .carousel-inner .prize {
		height: auto;
	}
}

.prizing-container > .team-row.grid-cols-12 {
	grid-template-rows: auto;
	grid-template-columns: repeat(1, 1fr);
	grid-auto-flow: row
}

.prizing-container > .team-row.grid-cols-6 {
	grid-template-rows: auto;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-flow: row
}
.prizing-container > .team-row.grid-cols-4 {
	grid-template-rows: auto;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-flow: row;
}
.prizing-container > .team-row.grid-cols-3 {
	grid-template-rows: auto;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-flow: row
}

.highlight .supInfos .value * {
	color: white;
}

.supInfos {
	margin-bottom: 30px;
	display: flex;
	min-height: 100px;
	flex-direction: column;
	justify-content: center;
	grid-area: supInfos;
}

.supValue {
	height: min-content;
}

.supValue p {
	margin: 0;
	text-align: inherit;
}

/* DEFAULT DESIGN REWORK STYLES */
.section-wrapper.default-style .team-row {
	--heightAnimationTime: 1s;

	gap: unset;
	display: flex;
	height: 100%;
	grid-template-rows: unset;
	grid-template-columns: unset;
	grid-auto-flow: unset;
	grid-auto-columns: unset;
}

.section-wrapper.default-style .team-row .prize {
	height: 100%;
}

.section-wrapper.default-style .team-row .content {
	position: relative;
	display: grid;
	grid-template-rows: 100px 100px 100px auto 150px;
	grid-template-areas: "title" "price" "description" "infos" "buttons"
}



.section-wrapper.default-style .team-row .content .title {
	margin: 0;
}

.section-wrapper.default-style .team-row .content > * {
	padding: 30px;
}

.section-wrapper.default-style .team-row .content .description {
	margin-bottom: auto;
}

.section-wrapper.default-style .team-row .prize .content .buttons {
	margin-top: auto;
	background: white;
	height: min-content;
	width: 100%;
}

.section-wrapper.default-style .team-row .prize.highlight .content .buttons {
	background: #c40005;
}

.section-wrapper.default-style .team-row .prize .content .buttons .toggleInfos {
	margin-bottom: 15px;
	display: none;
}

.section-wrapper.default-style .team-row .content .infos {
	max-height: 270px; /* 240 (4 items / 60px) + 30px padding */
	margin-top: 0;
	height: fit-content;
	overflow: hidden;
	transition: max-height var(--heightAnimationTime);
	display: grid;
	grid-template-rows: repeat(auto-fit, 60px);
}

.section-wrapper.default-style .team-row .content .infos.openPrice {
	max-height: 5000px; /* box will never get that high (hopefully) - used for height transition */
}

.section-wrapper.default-style .team-row .content .infos .info {
	min-height: 50px;
	height: auto;
	max-height: 100px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.section-wrapper.default-style .team-row .content .infos .info * {
	display: block;
}

.section-wrapper.default-style .team-row .content .infos .info .value *,
.section-wrapper.default-style .team-row .content .infos .info .value {
	font-size: 11px;
	margin: 0;
}

.section-wrapper.default-style .team-row .content .button {
	margin-top: 0;
	padding: 0;
}

.section-wrapper.default-style .toggleInfosBig span.fa-chevron-down {
	margin-left: 5px;
	transition: transform 0.2s
}

.section-wrapper.default-style .toggleInfosBig.openPrice span.fa-chevron-down {
	transform: rotate(180deg);
}

@media (max-width: 991px) {
	.section-wrapper.default-style .team-row .prize .content .buttons .toggleInfos {
		display: block;
	}

	.section-wrapper.default-style .toggleInfosBig {
		display: none;
	}

	.section-wrapper.default-style .team-row .content {
		grid-template-rows: 100px 100px 100px auto 250px;
	}

	.section-wrapper.default-style .team-row > div {
			margin-bottom: 15px;
	}
}

/* Style override for carousel view */
.prizing-container.prizing-landingpage .team-row .carousel .prize .content .infos {
	grid-template-rows: repeat(auto-fit, minmax(0, auto));

}

.prizing-container.prizing-landingpage .team-row .carousel .prize .content .infos .info {
	height: 100%;
	min-height: 50px;
}

.prizingform .dbayCaptchaContainer {
	position: relative;
	justify-content: end;
}

@media (max-width: 767px) {
	.prizingform .dbayCaptchaContainer {
		justify-content: center;
	}
}