@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Regular.woff2') format('woff2'),
        url('../fonts/DMSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Medium.woff2') format('woff2'),
        url('../fonts/DMSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Bold.woff2') format('woff2'),
        url('../fonts/DMSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} 
body{
	background: #222222;
	color: #ffffff;
    font-family: 'DM Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}
a{
	text-decoration: none;
}
img{
	height: auto;
	max-width: 100%;
}
h4{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}
b, strong {
    font-weight: 700;
}
.site-color{
	color: #6DC2D3;
}
.container{
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.header{
	background: #222222;
    background: linear-gradient(0deg, rgba(34, 34, 34, 0%) 10%, rgba(26, 26, 27, 1) 40%);
    padding: 20px 0 40px;
}
.header .container{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo img{
	width: 120px;
}
.header .mainMenu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header .mainMenu ul li{
	margin: 0 24px 0 0;
}
.header .mainMenu ul li:last-child{
	margin: 0;
}
.header .mainMenu ul li a{
	border-radius: 20px;
	color: #ffffff;
	display: block;
	font-family: 'Inter';
	font-size: 18px;
	font-weight: 400;
	padding: 8px 18px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.header .mainMenu ul li a:hover{
	background: #6DC2D3;
	color: #ffffff;
}
.headerPhone {
	display: flex;
	align-items: center;
	gap: 10px;
}
.headerPhone span {
	color: #ffffff;
	font-size: 14px;
}
.headerPhone a {
	text-decoration: none;
}
.headerPhone strong {
	color: #6DC2D3;
	font-size: 44px;
	font-weight: bold;
	letter-spacing: 1px;
	transition: all 0.3s;
}
.headerPhone a:hover strong {
	color: #ffffff;
}

/* Header button - hidden by default */
.headerBtn {
	display: none;
}

/* Sticky header */
.header.sticky {
	position: fixed;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 60px);
	max-width: 1400px;
	z-index: 1000;
	background: #6DC2D3;
	padding: 12px 30px;
	min-height: 65px;
	border-radius: 20px;
	animation: slideDown 0.3s ease;
	box-sizing: border-box;
	overflow: hidden;
}
.header.sticky .container {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateX(-50%) translateY(-30px);
	}
	to {
		opacity: 1;
		transform: translateX(-50%) translateY(0);
	}
}
.header.sticky .logo {
	background: none;
	border-radius: 0;
	padding: 0;
}
/* Logo switching for sticky header */
.logo-sticky {
	display: none;
}
.header.sticky .logo-default {
	display: none;
}
.header.sticky .logo-sticky {
	display: block;
}
.header.sticky .logo img {
	width: 100px;
}
.header.sticky .headerPhone span {
	text-decoration: underline;
}
.header.sticky .headerPhone strong {
	font-size: 32px;
	color: #ffffff;
}
.header.sticky .headerBtn {
	display: block;
}
.header.sticky .headerBtn .action-primary {
	background: transparent;
	border: 2px solid #ffffff;
	height: 46px;
	line-height: 42px;
}
.header.sticky .headerBtn .action-primary:hover {
	background: #ffffff;
	color: #6DC2D3;
}
.header.sticky .headerBtn .btn-icon {
	background: #ffffff;
}
.header.sticky .headerBtn .btn-icon svg {
	color: #6DC2D3;
}

.action-primary{
	background: #6DC2D3;
	border-radius: 30px;
	color: #ffffff;
	display: inline-block;
	font-family: 'DM Sans';
    font-size: 13px;
    font-weight: 400;
	height: 42px;
	line-height: 42px;
	letter-spacing: 0.6px;
	padding: 0 25px;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.action-primary:hover{
	background: #ffffff;
	color: #6DC2D3;
	box-shadow: 0 0 60px rgba(109,194,211,0.8);
}
.bigTitle{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -0.62px;
}
.videoBanner{
	margin: 0 0 40px;
}
.videoBanner .textBlock{
	margin: 0;
}
.videoBanner .videoBlock video{
	height: auto;
	max-width: 100%;
	vertical-align: middle;
    width: 100%;
}

/* iPad Frame Style */
.ipad-frame {
    background: linear-gradient(145deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    border-radius: 30px;
    padding: 15px;
    box-shadow: 
        0 0 0 2px #3a3a3a,
        0 0 0 4px #1a1a1a,
        0 20px 60px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
}
.ipad-frame::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #2a2a2a;
    border-radius: 50%;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
}
.ipad-screen {
    background: #000;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}
.ipad-screen::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 18px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    z-index: 1;
}
.ipad-screen video {
    display: block;
    border-radius: 18px;
}

@media (max-width: 767px) {
    .ipad-frame {
        border-radius: 20px;
        padding: 10px;
		margin-bottom: 20px;
    }
    .ipad-frame::before {
        width: 3px;
        height: 3px;
        left: 5px;
    }
    .ipad-screen {
        border-radius: 12px;
    }
    .ipad-screen video {
        border-radius: 12px;
        margin: 0;
        display: block;
    }
}

@media (min-width: 768px) {
    .ipad-frame {
        border-radius: 35px;
        padding: 18px;
		margin-bottom: 21px;
    }
    .ipad-screen {
        border-radius: 20px;
    }
    .ipad-screen video {
        border-radius: 20px;
    }
}

@media (min-width: 1350px) {
    .ipad-frame {
        border-radius: 40px;
        padding: 22px;
    }
    .ipad-frame::before {
        width: 5px;
        height: 5px;
        left: 10px;
    }
    .ipad-screen {
        border-radius: 22px;
    }
    .ipad-screen video {
        border-radius: 22px;
    }
}
.videoBanner .textBlock .powerText{
	margin: 0 0 22px;
}
.videoBanner .textBlock .powerText span{
	background: #000000;
	border-radius: 6px;
	color: #6DC2D3;
	display: inline-block;
	font-family: 'Inter';
	font-size: 10px;
	padding: 6px 12px;
}
.videoBanner .textBlock .bigTitle{
	color: #6DC2D3;
	margin: 0 0 12px;
}
.videoBanner .textBlock p{
	font-size: 17px;
	margin: 0 0 25px;
}
.videoBanner .textBlock p strong{
	color: #6DC2D3;
	font-weight: 500;
}

.sectionTwo .blackBlock{
	background: #000000;	
	padding: 40px 0 0;
}
.sectionTwo .topText{
	margin: 0 0 32px;
}
.sectionTwo .topText p{
	font-size: 13px;
	margin: 0;
}
.sectionTwo .topText h2{
	font-weight: 400;
	margin: 0 0 5px;
}
.sectionTwo .topText h4{
	color: #6DC2D3;
	font-weight: bold;
	margin: 0;
}

.project-model{
	overflow: hidden;
}

.project-model-slider .owl-carousel .owl-stage-outer{
	overflow: hidden;
}
.project-model-slider .owl-carousel .item{
	background: #000000;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	display: flex;
	flex-direction: column;
	padding: 40px 20px;	
}
.project-model-slider .owl-carousel .owl-dots{
	margin-top: 25px;
	text-align: center;
}
.owl-carousel button.owl-dot{
	background: #ffffff;
	border-radius: 50%;
	margin: 0 6px;
	height: 12px;
	width: 12px;
}
.owl-carousel button.owl-dot.active{
	background: #6DC2D3;
	border-radius: 30px;
	width: 35px;
}
.project-model-slider .owl-carousel .item {
	min-height: 400px;
}
.project-model-slider .textBlock {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.project-model-slider .textBlock h2{
	font-weight: 400;
	margin: 0 0 12px;
}
.project-model-slider .textBlock h4{
	color: #ffffff;
	margin: 0 0 25px;
}
.project-model-slider .textBlock h4 strong{
	color: #6DC2D3;
}
.project-model-slider .textBlock p{
	color: #ffffff;
	margin: 0 0 18px;
}
.project-model-slider .textBlock p strong{
	color: #6DC2D3;
}
.project-model-slider .textBlock p .underline-text{
	text-decoration: underline;
}
.project-model-slider .textBlock .btnBlock{
	margin: 35px 0 0;
}
.project-model-slider .imgBlock .ipad-frame {
	max-width: 100%;
}
.project-model-slider .imgBlock .ipad-screen video {
	width: 100%;
	height: auto;
	display: block;
}

.promoter-section{
	padding: 50px 0;
}
.promoter-section .leftBlock{
	margin: 0 0 40px;
}
.promoter-section .leftBlock h4{
	color: #ffffff;
	font-family: 'Inter';
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 35px;
}
.promoter-section .leftBlock h3{
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: -0.62px;
	margin: 0 0 25px;
}
.promoter-section .leftBlock h3 strong, .promoter-section .leftBlock p strong{
	color: #6DC2D3;
	font-weight: bold;
}
.promoter-section .leftBlock p{
	line-height: 26px;
	margin: 0;
}
.promoter-section .rightBlock iframe{
	width: 100%;
}

.quality4kSection{
	padding-bottom: 60px;
	margin-top: 40px;
	overflow: hidden;
}
.quality4kSection .owl-carousel .owl-stage-outer{
	overflow: visible;
}
.quality4kSection .owl-carousel .item{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.quality4kSection .owl-carousel .owl-item img{
	display: inline-block;
	width: auto;
}
.quality4kSection .item.firstSlide .imgBlock{
	margin: 0 0 35px;
}
.quality4kSection .item.firstSlide .imgBlock img{
	box-shadow: 0 0 60px rgba(0, 0, 0, 1);
}
.quality4kSection .item.allSlide .imgBlock{
	margin: 0 0 35px;
}

.quality4kSection .item .textBlock h2 {
    font-weight: 400;
    margin: 0 0 10px;
}
.quality4kSection .item .textBlock h4{
	margin: 0 0 45px;
}
.quality4kSection .item .textBlock p{
	margin: 0 0 22px;
	max-width: 475px;
	width: 100%;
}
.quality4kSection .item .textBlock p:last-of-type{
	margin: 0 0 15px;
}
.quality4kSection .feature-list {
	list-style: none;
	margin: 15px 0 0;
	padding: 0;
}
.quality4kSection .feature-list li {
	color: #ffffff;
	font-size: 15px;
	margin: 0 0 8px;
	padding-left: 0;
}
.quality4kSection .feature-list li:last-child {
	margin: 0;
}
.quality4kSection .owl-carousel .owl-dots {
	margin-top: 25px;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.nosRealSection {
    margin: 0 0 50px;
    text-align: center;
}
.nosRealSection .imgBlock{
	text-align: center;
}
.nosRealSection .imgBlock img{
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(109,194,211,1);
	display: inline-block;
}
.nosRealSection .ipad-large {
	display: none;
	max-width: 100%;
	width: 100%;
	box-shadow: 0 0 40px rgba(109,194,211,0.5);
}

@media (min-width: 768px) {
	.nosRealSection .ipad-large {
		display: block;
	}
}
.nosRealSection .ipad-large .ipad-screen {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.nosRealSection .ipad-large .ipad-screen iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 18px;
}
.nosRealSection .ipad-large .ipad-screen #carte-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 18px;
}

/* Mode carte - sans cadre iPad */
.nosRealSection .ipad-frame.carte-mode {
	background: none !important;
	padding: 0 !important;
	box-shadow: none !important;
	border-radius: 20px;
}
.nosRealSection .ipad-frame.carte-mode::before {
	display: none !important;
}
.nosRealSection .ipad-frame.carte-mode .ipad-screen {
	background: none !important;
	border-radius: 20px;
	padding-bottom: 0 !important;
	height: auto !important;
}
.nosRealSection .ipad-frame.carte-mode .ipad-screen::before {
	display: none !important;
}
.nosRealSection .ipad-frame.carte-mode #carte-image {
	position: relative !important;
	width: 100%;
	height: auto;
	border-radius: 0;
	box-shadow: none;
}
.nosRealSection h2{
	font-weight: 400;
	margin: 50px 0 12px;
}
.nosRealSection h4{
	margin: 0 0 32px;
}
.nosRealSection ul {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	gap: 12px;
    list-style: none;
    margin: 0 0 32px;
    padding: 0;    
}
.nosRealSection ul li{
	background: #000000;
	border-radius: 30px;
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.6px;
	margin: 0;
	padding: 12px 24px;
	text-transform: uppercase;
}
.nosRealSection ul li:hover{
	background: #6DC2D3;
}
.nosRealSection .linkWrap a{
	color: #ffffff;
	font-family: 'Inter';
	font-size: 15px;
	text-decoration: underline;
}

.confianceBlock .innerBlock{
	background: transparent;	
	padding: 40px 20px 50px;
}
.confianceBlock .innerBlock h3{
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: -0.62px;
	margin: 0 0 40px;
}
.confianceBlock .innerBlock h3 strong{
	color: #6DC2D3;
	font-weight: bold;
}
.logos-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
.logo-item {
	background: #2a2a2a;
	border-radius: 77px;
	padding: 12px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
}
.logo-item img {
	max-height: 28px;
	width: auto;
	height: auto;
	object-fit: contain;
}

/* Logos Carousel */
.logos-carousel {
	position: relative;
}
.logos-carousel .owl-stage {
	display: flex;
	align-items: center;
}
.logos-carousel .owl-item {
	display: flex;
	justify-content: center;
}
.logos-carousel .logo-item {
	background: #2a2a2a !important;
	border-radius: 60px !important;
	padding: 12px 12px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 75px;
	margin: 0 auto;
	border: none !important;
	min-width: 150px;
}
.logos-carousel .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	padding: 0 10px;
	box-sizing: border-box;
}
.logos-carousel .owl-nav button {
	pointer-events: auto;
	background: #6DC2D3 !important;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff !important;
	transition: all 0.3s ease;
}
.logos-carousel .owl-nav button:hover {
	background: #5ab3c4 !important;
}
.logos-carousel .owl-nav button.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
.logos-carousel .owl-nav .owl-prev {
	margin-left: -20px;
}
.logos-carousel .owl-nav .owl-next {
	margin-right: -20px;
}

@media (min-width: 768px) {
	.logos-grid {
		gap: 15px;
	}
	.logo-item {
		padding: 15px 25px;
		height: 55px;
		border-radius: 77px;
	}
	.logo-item img {
		max-height: 50px;
	}
}

@media (min-width: 1350px) {
	.logos-grid {
		gap: 20px;
	}
	.logo-item {
		padding: 18px 35px;
		height: 60px;
		border-radius: 77px;
	}
	.logo-item img {
		max-height: 50px;
	}
}

.footer{
	background: #222222;
    background: linear-gradient(180deg, rgba(34, 34, 34, 0%) 5%, rgba(26, 26, 27, 1) 40%);
	padding: 40px 0 50px;
}
.ftrLogo{	
    margin: 0 0 25px;
}
.ftrLogo img{
	width: 90px;
}
.ftrPhone{
	color: #ffffff;
	margin-bottom: 25px;
}
.ftrPhone a {
	text-decoration: none;
}
.ftrPhone strong{
	color: #6DC2D3;
	display: block;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -0.62px;
	transition: all 0.3s;
}
.ftrPhone a:hover strong {
	color: #ffffff;
}
ul.ftrLinks{
	list-style: none;
	margin: 0 0 25px;
	padding: 0;
}
ul.ftrLinks li{
	margin: 0 0 5px;
}
ul.ftrLinks li:last-child{
	margin: 0;
}
ul.ftrLinks li a{
	color: #ffffff;
	text-decoration: underline;
}
.ftrbtn{
	margin-bottom: 14px;
}
.ftrbtn a{
	font-family: 'Inter';
	font-size: 12px;
	height: 38px;
    line-height: 38px;
	padding: 0 18px;
}
/* Button with icon style */
a.btn-with-icon {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 0 8px 0 20px;
	border-radius: 30px;
}
a.btn-with-icon .btn-icon {
	background: #ffffff;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}
a.btn-with-icon .btn-icon svg {
	width: 12px;
	height: 12px;
	color: #6DC2D3;
	margin-left: 2px;
}

/* Footer specific */
.ftrbtn a.btn-with-icon {
	border-radius: 10px;
}
.freDesign p{
	margin: 0 0 5px;
	font-size: 12px;
}
.freDesign img{
	height: 30px;
	width: auto;
}
.map-marker-info .action-primary{
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	margin-bottom: 20px;
}
.map-marker-info .action-primary:hover{
	border-color: #6DC2D3;
	box-shadow:none;
}

/* Slider Navigation Buttons */
.slider-nav-buttons {
	display: grid;
	grid-template-columns: repeat(3, auto);
	gap: 12px;
	margin-top: 30px;
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	justify-content: end;
}
.slider-nav-btn {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 30px;
	color: #ffffff;
	font-family: 'DM Sans';
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.5px;
	padding: 12px 24px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
}
.slider-nav-btn:hover {
	border-color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
}
.slider-nav-btn.active {
	background: #ffffff;
	color: #000000;
	border-color: #ffffff;
}
.sectionTwo .blackBlock .container {
	position: relative;
}
.sectionTwo .blackBlock .topText {
	max-width: 60%;
}
@media (max-width: 991px) {
	.slider-nav-buttons {
		position: static;
		transform: none;
		max-width: 100%;
		justify-content: center;
		margin-top: 25px;
	}
	.sectionTwo .blackBlock .topText {
		max-width: 100%;
		text-align: center;
	}
}
@media (max-width: 575px) {
	.slider-nav-btn {
		font-size: 10px;
		padding: 10px 16px;
	}
}

/* ========================================
   Popup Rendez-vous
   ======================================== */
.rdv-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9998;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}
.rdv-overlay.active {
	opacity: 1;
	visibility: visible;
}

.rdv-popup {
	position: fixed;
	top: 20px;
	right: -100%;
	width: 70%;
	height: calc(100% - 40px);
	background: #6DC2D3;
	z-index: 9999;
	transition: right 0.4s ease;
	overflow-y: auto;
	box-shadow: -5px 0 30px rgba(0, 0, 0, 0.3);
	border-radius: 30px 0 0 30px;
}
.rdv-popup.active {
	right: 0;
}

.rdv-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 44px;
	height: 44px;
	background: rgba(255, 255, 255, 0.2);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	transition: all 0.3s ease;
}
.rdv-close:hover {
	background: rgba(255, 255, 255, 0.3);
	transform: rotate(90deg);
}

.rdv-content {
	padding: 80px 40px 40px;
}
.rdv-content h2 {
	font-family: 'DM Sans', sans-serif;
	font-size: 42px;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 15px;
	line-height: 1.2;
}
.rdv-content > p {
	font-size: 16px;
	color: #ffffff;
	margin: 0 0 30px;
}

.typeform-container {
	min-height: 400px;
	background: transparent;
	border-radius: 15px;
}
.typeform-container iframe {
	width: 100%;
	height: calc(100vh - 50px);
	min-height: 650px;
	border: none;
	border-radius: 10px;
}

body.popup-open {
	overflow: hidden;
}

/* Responsive popup */
@media (max-width: 991px) {
	.rdv-popup {
		width: 70%;
	}
}
@media (max-width: 768px) {
	.rdv-popup {
		width: 100%;
		top: 0;
		height: 100%;
		border-radius: 0;
	}
	.rdv-content {
		padding: 70px 25px 30px;
	}
	.rdv-content h2 {
		font-size: 32px;
	}
}
