.process-box-layout1.custom--light ul.content-holder li .item-content p,
.process-box-layout1.custom--light
	ul.content-holder
	li
	.item-content
	.item-title {
	color: #ffffff;
}

.section-heading.heading-light.custom--light .heading-icon {
	color: #ffffff;
	background: -webkit-linear-gradient(#ffffff, #ffffff);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background-clip: text;
	-webkit-background-clip: text;
}
.section-heading.heading-light.custom--light .heading-icon::before,
.section-heading.heading-light.custom--light .heading-icon:after {
	content: none;
}

.custom--logo {
	height: 80px;
}

.mean-container .mean-bar .logo-mobile {
	height: 100%;
}

.mean-container .mean-bar {
	width: 100%;
}

.with-errors li {
	color: var(--danger);
}

.card-tabs .card-title {
	color: var(--primary);
}

.check-list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 150px;
	width: 100%;
}

.check-list li {
	max-width: calc(50% - 26px);
	position: relative;
	margin-left: 26px;
}

.check-list li::before {
	content: "\f00c";
	color: var(--success);
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: -21px;
	top: 7px;
}

.paragraph {
	white-space: pre-wrap;
}
.paragraph .p-def {
	text-decoration: underline dotted;
}

.blog-details-content ul {
	list-style: revert;
	margin: revert;
	padding: revert;
}

body:not(.tpe-mode) .only-tpe-navitem,
body:not(.ec-mode) .only-ec-navitem,
body.no-mode:not(.ec-mode):not(.tpe-mode) .no-mode-navitem {
	display: none;
}

.faq-box .item-icon {
	align-items: center;
	margin-right: 20px;
}

.faq-box .item-icon i::before {
	font-size: xx-large;
}

.history-box-layout1 p + p {
	margin-top: 1em;
}

.btn-fill.btn-gradient {
	z-index: 0;
}

/* SPRITES */

.animated-element {
	background: url("/digeco/digeco-placeholder/media/element/element-sprites.webp");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 24px 24px;
	height: 24px;
	width: 24px;
}
.element23 {
	background-position: 0 0;
	height: 21px;
	width: 21px;
}
.element24 {
	background-position: -72px 0;
	height: 14px;
	width: 14px;
}
.element25 {
	background-position: -24px 0;
	height: 19px;
	width: 20px;
}
.element26 {
	background-position: -48px 0;
	height: 19px;
	width: 20px;
}
.element27 {
	background-position: -96px 0;
	height: 8px;
	width: 8px;
}

#cookies-eu-banner {
	background: #ffffff;
	color: #000000;
	padding: 0px;
	font-size: 13px;
	text-align: center;
	position: fixed;
	bottom: 0;
	z-index: 99999;
	box-shadow: -8px -7px 20px 0 rgba(0, 0, 0, 0.1);
}

/* Material style forms */

.material-form .mf-field {
	width: 100%;
	position: relative;
	background-color: white;
	color: black;
	border: 1px solid #8793bd;
	margin: 0;
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	padding: 0 1rem;
}

.material-form button {
	width: 100%;
}

.material-form input {
	background-color: transparent;
	border: none;
}

.material-form label {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 1rem;
	margin: 0 1rem;
	pointer-events: none;
	transition: top 0.25s, left 0.25s, transform 0.25s;
}

.material-form .mf-prefix ~ label {
	left: 1.75rem;
}

.material-form input:focus ~ label,
.material-form input:not(:placeholder-shown) ~ label {
	top: 0;
	transform: translateY(-100%);
}

/* visiocompte.com */

#home-choice {
	background-color: #667eba;
	opacity: 0.84;
}

#visio-features h2,
#home-choice h2 {
	display: block;
	font-family: "Roboto";
	font-weight: 500;
}

#home-choice h3 {
	font-size: 30px;
	font-family: "Roboto";
	font-weight: 300;
}

#home-choice p {
	font-family: "Roboto";
	font-weight: 300;
}

#home-choice .card {
	border: none;
}

#join-reasons .process-box-layout2 {
	background-color: #5e7fbf;
}

#join-reasons .process-box-layout2:hover .count-number {
	color: white;
}

#join-reasons
	[class*="col-"]:nth-child(even)
	.process-box-layout2
	.count-number {
	bottom: unset;
	top: 20px;
}

.app-btns .item-btn:hover,
.com-btn {
	background-color: #5e7fbf;
	border-color: #5e7fbf;
}

.com-btn:hover,
.com-btn:hover i {
    color: #5e7fbf
}

#visio-features .btn-fill:hover {
	color: white;
}

#visio-features h4,
#visio-features h3 {
	font-size: 30px;
	font-family: "Roboto";
	font-weight: 500;
}

#visio-features p {
	font-weight: 300;
}

.app-btns {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
}

.app-btns .item-btn {
	min-width: 180px;
	margin-bottom: 10px;
	margin-right: 30px;
	padding: 9px 29px;
	border: 1px solid #e6e6e6;
}

.app-btns .item-btn i {
	margin-right: 10px;
	margin-left: 0;
}

.app-btns .item-btn:hover i {
	transform: translate(0);
}

#personalized-piloting {
	background-color: #667eba;
}

#personalized-piloting .history-box-layout1::before {
	background-color: white;
}

#personalized-piloting .history-box-layout1 > div {
	border-radius: 25px;
}

.com-title {
	font-size: 30px;
	font-family: "Roboto";
	font-weight: 700;
}

#personalized-piloting .history-box-layout1 p {
	font-weight: 300;
}

.item-icon.desaturated-blue {
	color: #8992b9;
}
.process-box-layout3:hover .item-icon.desaturated-blue {
	background-color: #8992b9;
}

#simplify-management {
	background-color: #f9fbff;
}

#simplify-management ol {
	display: flex;
	list-style-type: none;
	counter-reset: management-steps;
	position: relative;
	padding: 0;
}

#simplify-management ol li {
	position: relative;
	counter-increment: management-steps;
	top: 3.5rem;
	text-align: center;
	flex: 1;
}

#simplify-management ol li::before {
	background-color: #8393c1;
	color: white;
	content: counter(management-steps);
	position: absolute;
	top: -3.5rem;
	left: 50%;
	transform: translateX(-50%);
	padding: 0.75rem 1.25rem;
	border-radius: 25%;
	font-size: 30px;
}

.brand-wrap-layout1 .owl-stage, .brand-wrap-layout1 .owl-item, .brand-box-layout1 {
	display: flex;
}

.brand-img {
	place-self: center;
}

@media only screen and (min-width: 576px) {
	/* Bootstrap sm */
}

@media only screen and (min-width: 768px) {
	/* Bootstrap md */
}

@media only screen and (min-width: 992px) {
	/* Bootstrap lg */
	.app-btns {
		transform: translateY(67%);
	}

	#simplify-management ol::before {
		content: " ";
		border-top: 1px dashed;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 15%;
		right: 15%;
	}
}

@media only screen and (min-width: 1200px) {
	/* Bootstrap xl */
}
