.card-carousel {
	padding-left: calc((100vw - 1440px) / 2) !important;
}

.latest-news,
.card-carousel.company-pg {
	padding-left: calc((100vw - 1630px) / 2) !important;
}

.card-carousel .card {
	padding: 48px 30px;
	background-color: #fff;
	border-radius: 20px;
	height: 100%;
}

.card-carousel .owl-stage {
	padding-left: 0 !important;
	margin-left: 0;
	margin-right: auto;
	display: flex;
}

.card-carousel .card h3 {
	margin-top: 0;
	font-family: var(--ff2) !important;
	font-style: italic;
}

.counters {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	column-gap: 40px;
}

.counters .counter {
	border-radius: 50%;
	border: 4px solid #fff;
	display: flex;
	padding: 65px 24px 0;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	flex: 0 0 240px;
	height: 240px;
}

.counters .counter .value {
	font-size: 48px;
	font-weight: 500;
	display: block;
}

.counters .counter .label {
	margin-top: 16px;
	font-size: 14px;
	line-height: 1.7;
	display: block;
}

.faq-block details:first-child {
	padding-top: 0;
}

.faq-block details {
	padding: 32px 0;
	border-bottom: 1px solid #c7c7c7 !important;
}

.faq-block .e-n-accordion-item-title {
	padding: 0 !important;
}

.faq-block details:last-child {
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.faq-block .e-n-accordion-item-title-icon {
	width: 40px;
	flex: 0 0 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #c7c7c7;
	border-radius: 50%;
}

.ultime-news-carousel .owl-stage {
	padding-left: 0 !important;
}

.news-item {
	position: relative;
}

.news-item a.permalink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.news-item .news-thumb {
	height: 160px;
	position: relative;
	overflow: hidden;
}

.news-item .news-thumb img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: .5s;
}

.news-item a:hover + .news-thumb img {
	transform: scale(1.2);
}

.news-item .news-meta {
	background-color: #fff;
	padding: 0px 17px 0px 12px;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	transform: translateY(-27px);
	position: relative;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	height: 27px;
}

.news-item .news-meta span {
	display: block;
	line-height: 1;
}

.news-item .news-date {
	display: block;
	margin-top: -9px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
}

.news-item .news-title {
	margin-top: 16px;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 16px;
}

.news-item .icon {
	margin-right: 0;
	margin-left: auto;
	display: table;
	width: 16px;
	transition: .5s;
}

.news-item a:hover + .news-thumb + .news-meta + .news-date + .news-title + .icon {
	transform: translateX(5px);
}

.news-item .icon svg {
	width: 100%;
}

.newsletter-form .wpforms-field input {
	border-radius: 8px !important;
	height: 54px;
	padding: 0 16px !important;
	border: none !important;
}

.newsletter-form .wpforms-field-checkbox {
	padding: 0;
	margin-top: 16px;
	margin-bottom: 40px;
}

.newsletter-form .wpforms-field-checkbox li {
	display: flex;
	align-items: center;
}

.newsletter-form .wpforms-field-checkbox input {
	padding: 0 !important;
}

div.wpforms-container-full input[type=checkbox]:checked:after {
	border-left-color: var(--2);
	border-bottom-color: var(--2);
}

div.wpforms-container-full input[type=checkbox]:checked:before, div.wpforms-container-full input[type=radio]:checked:before {
	box-shadow: 0 0 0 1px #000,0px 1px 2px rgba(0,0,0,0.15);
	border-color: #000;
}

.newsletter-form .wpforms-field-checkbox label,
.newsletter-form .wpforms-field-checkbox label *{
	color: #fff;
	font-size: 14px !important;
}

.newsletter-form .wpforms-field-checkbox label a {
	text-decoration: underline;
}

.newsletter-form div.wpforms-container-full button[type=submit] {
	display: table;
	margin: 0 auto;
	height: 54px;
	border: 2px solid #fff;
	border-radius: 0;
	background-color: #000 !important;
	padding: 0 32px;
}

[data-section]::after {
	content: '/ ' attr(data-section);
	color: #c7c7c7;
	position: absolute;
	max-width: 1630px;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 40px;
	font-size: 18px;
	font-weight: 400;
}

[data-section="02"]::after {
	top: 80px;
}

[data-section="03"]::after {
	top: 0px;
}

[data-section="04"]::after {
	top: 56px;
}

.standard-text a {
	text-decoration: underline;
	color: inherit;
}

.team-accordion span.role {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: #6d6d6d;
}

.video-bg {
	position: absolute !important;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.video-bg .elementor-wrapper {
	height: 100%;
	width: 100%;
}

.quotations-carousel .owl-nav {
	display: flex;
	column-gap: 24px;
	justify-content: flex-end;
	margin-top: 32px;
	position: absolute;
	width: 50%;
	bottom: -32px;
	right: 0;
	transform: translateY(100%);
	z-index: 2;
}

.quotations-carousel .owl-nav button {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #c7c7c7 !important;
	border-radius: 50px;
}

.quotations-carousel .owl-nav button.disabled {
	opacity: .3;
}

.card-pages h3 {
	font-family: var(--ff2) !important;
}

/**/
.loghi-carousel .owl-stage {
	display: flex;
	align-items: center;
}

.loghi-carousel .owl-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width:1560px) {
	.quot-title-home.elementor-widget-heading h2 {
		font-size: 92px !important;
	}    
}

@media screen and (max-width: 1440px) {
	.card-carousel .owl-stage{
		padding-left: 23px !important;
	}
}

@media screen and (max-width:1240px) {
	.quot-title-home.elementor-widget-heading h2 {
		font-size: 60px !important;
	}    
}

@media screen and (max-width: 991px) {
	.play-video {
		transform: translateX(0);
	}
	
	[data-elementor-type="wp-page"] {
		overflow: hidden;
	}
	
	.overflow-hidden {
		overflow-x: hidden;
		overflow-y: visible;
		max-width: 100vw !important;
	}
	
	.btn-rows {
		flex-wrap: nowrap !important;
		overflow: scroll !important;
		column-gap: 0px !important;
		margin-right: -23px !important;
		margin-left: -23px !important;
		width: calc(100% + 46px) !important;
		scrollbar-width: none;
		  -ms-overflow-style: none;
	}
	
	.btn-rows::-webkit-scrollbar {
		display: none;
	}
	
	.btn-rows > .elementor-widget-button {
		white-space: nowrap;
		flex: 0 0 auto;
		margin-left: 16px;
	}
	
	.img-grid {
		overflow: hidden;
	}
	
	.card-carousel {
		margin-right: -23px;
		width: calc(100% + 46px) !important;
	}
	
	.card-carousel .card {
		padding: 32px 24px;
	}
	
	.custom-ul:before {
		display: none;
	}
	
	.custom-ul .custom-li {
		display: block;
		margin-top: 32px;
	}
	
	.custom-ul .custom-li .n {
		margin: 0 auto 40px;
		position: relative;
	}
	
	.custom-ul .custom-li .n:after {
		content: '';
		width: 2px;
		height: 24px;
		background-color: var(--1);
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -1px;
		margin-top: 1px;
	}
	
	.custom-ul .custom-li .value {
		margin-left: 0;
		display: block;
		margin-top: 0;
	}
	
	.counters {
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	
	.counters .counter:nth-child(2) {
		margin-left: 0;
		margin-right: auto;
	}
	
	.latest-news {
		margin-right: -46px;
		width: calc(100% + 46px);
	}
	
	.news-item .icon {
		margin-top: 16px;
	}
	
	.wpforms-container .wpforms-field {
		flex: 0 0 100%;
		width: 100%;
		min-width: 100%;
		margin-left: 0 !important;
		padding-left: 0;
	}
	
	.newsletter-form .wpforms-field-checkbox li {
		justify-content: center;
	}
	
	.newsletter-form .wpforms-field-checkbox label, .newsletter-form .wpforms-field-checkbox label * {
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.q-head {
		flex-wrap: wrap;
	}
	
	.q-head .q-date,
	.q-head strong {
		width: 100%;
	}
}