@font-face {
	font-family: 'Century Gothic';
	src: url('../fonts/century-gothic/CenturyGothic.eot');
	src: url('../fonts/century-gothic/CenturyGothic.eot?#iefix') format('embedded-opentype'),
			url('../fonts/century-gothic/CenturyGothic.woff') format('woff'),
			url('../fonts/century-gothic/CenturyGothic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
html,
body {
	font-family: Century Gothic, Helvetica, "sans-serif";
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Century Gothic, Helvetica, "sans-serif";
	margin: 0px;
	padding: 0;
	color: var(--header);
	text-transform: capitalize;
	transition: all 0.4s ease-in-out;
	font-weight: bold;
}

/* #b87a0e - Un ton chaud qui contraste avec le bleu et le gris. */
/* #4c8484 - Une teinte plus sombre de bleu-vert qui s'harmonise avec les autres couleurs. */

.header-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2px 0;
}


.header-main .main-menu ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	margin-inline-end: 20px;
}

.hero-1 .hero-image::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(90deg, rgba(132, 188, 29, 0.6) 33.64%, rgba(132, 188, 29, 0.6) 41.74%, rgba(255, 255, 255, 0) 59.42%);
	z-index: -1;
}

.header-top-wrapper .contact-list li a {
	color: #FFF;
}

.header-top-wrapper .contact-list li {
	color: #FFF;
	font-weight: 600;
}

.header-top-wrapper .top-right .social-icon span {
	color: #FFF;
	font-weight: 700;
}


.header-top-wrapper .top-right .social-icon a {
	color: #84bc1d;
}


.team-box-items .team-image .team-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	padding: 20px 30px;
	background-color: rgba(132, 188, 29, 0.9);
}


.hero-1 .hero-content {
	padding: 170px 0;
}

.section-padding {
	padding: 60px 0;
}

.header-main .main-menu ul li .submenu li a {
	position: relative;
	z-index: 11;
	font-size: 13px;
	font-weight: 600;
	color: var(--header);
	padding: 0 15px;
	padding-bottom: 11px;
	padding-top: 11px;
	width: 100%;
	border-bottom: 1px solid #eeeeee;
}

.footer-bottom {
	border-top: 1px solid #333F4D;
	padding: 10px 0;
}

.footer-widgets-wrapper {
	padding: 20px 0 40px;
	position: relative;
	z-index: 9;
}


.section-title span {
	display: inline-block;
	font-weight: 600;
	font-size: 26px;
	text-transform: uppercase;
	color: #b87a0e;
	margin-bottom: 30px;
	line-height: 1;
	letter-spacing: 1.8px;
	font-family: Century Gothic, Helvetica, "sans-serif";
}


.section-title {
	position: relative;
	z-index: 99;
	margin-bottom: 5px;
	margin-top: -10px;
}

.section-title h2 {
	text-transform: capitalize;
	font-size: 28px;
}

.work-process-left h2 {
	font-size: 29px;
	margin-bottom: 20px;
}


.news-card-items {
	margin-top: 30px;
	box-shadow: 1px 1px 1px black;
}

.counter-wrapper .counter-items .content p {
	color: var(--white);
	text-transform: uppercase;
}

.contact-wrapper .contact-content {
	padding: 36px;
	background-color: var(--white);
	margin-left: -70px;
	border-bottom: 1px solid black;
	border-right: 1px solid #0f0f0e;
}

.footer-bg {
	background-color: var(--theme-2);
}

.service-card-items {
	margin-top: 30px;
	box-shadow: 1px 2px 1px 2px #d1d2d4;
}

.work-process-card-items {
	border: 1px solid var(--border);
	border-radius: 5px;
	padding: 30px;
	box-shadow: 1px 1px 1px 1px #d1d2d4;
}

.active-menu {
	color: #84bc1d !important;
}



/* Project */
.project-section .project-card-items {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	overflow: hidden;
}

.project-section .project-image {
	position: relative;
	flex-grow: 1;
	overflow: hidden;
}

.project-section .project-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.project-section .project-content {
	padding: 15px;
	text-align: center;
}

.project-section .project-card-items:hover .project-image img {
	transform: scale(1.1);
}

/* Team */
.team-section .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.team-box-items {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.team-image {
	position: relative;
	height: 400px; /* Fixez la hauteur souhaitée pour les images */
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.team-image img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Assure que l'image couvre entièrement le conteneur */
	transition: transform 0.3s ease;
}

.team-content {
	padding: 15px;
	text-align: center;
}

.team-box-items:hover .team-image img {
	transform: scale(1.1);
}

.theme-btn {
	display: inline-block;
	vertical-align: middle;
	border: none;
	outline: none !important;
	background-color: #cccccc;
	color: #0078a3;
	font-size: 16px;
	font-weight: 500;
	border-radius: 0;
	letter-spacing: 0;
	padding: 12px 30px;
	transition: 500ms;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
	text-align: center;
	z-index: 9;
	border-radius: 5px;
}


.footer-widgets-wrapper .single-footer-widget .list-area li a::before {
	position: absolute;
	top: 9px;
	left: 0;
	width: 10px;
	height: 10px;
	content: "";
	background-color: #b87a0e;
	border-radius: 10px;
}


.about-wrapper .about-content .nav .nav-link.active {
	position: relative;
	background-color: #0e5b87;
	color: var(--white);
}

.array-button .array-next:hover {
	background-color:var(--header);
	color: var(--white);
	border: 1.5px solid var(--header);
}

.testimonial-card-items .client-info {
	text-align: center;
	background-color: #4c8484;
	padding: 22px 20px;
}

.faq-content .accordion-item .accordion-header .accordion-button {
	font-weight: 500;
	letter-spacing: -0.2px;
	border: 0;
	border-radius: 5px 5px 0 0;
	box-shadow: none;
	background-color: var(--header);
	background-color: #bcbcbc;
	color: #0e5b87;
	padding: 26px 25px;
	font-size: 16px;
}

.faq-content .accordion-item .accordion-header .accordion-button.collapsed {
	background-color: var(--white);
	color: var(--header);
}

.service-card-items .service-content h3 {
	font-size: 25px;
}


.preloader .animation-preloader .txt-loading .letters-loading {
	color: var(--theme);
	position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
	color: #0e5b87;
	content: attr(data-text-preloader);
	left: 0;
	opacity: 0;
	font-family: Century Gothic, Helvetica, "sans-serif";
	*/position: absolute;
	top: -3px;
	transform: rotateY(-90deg);
}


@media (max-width: 1399px) {
	.header-main .main-menu ul li a {
			display: inline-block;
			font-size: 11px;
			font-weight: 100;
			color: var(--header);
			padding: 20px 1px;
			text-align: left;
			position: relative;
			text-transform: capitalize;
			transition: all 0.4s ease-in-out;
	}

	body {
		font-size: 12px;
		}
}


@media (min-width: 1366px) {
	.header-main .main-menu ul li a {
			display: inline-block;
			font-size: 14px;
			font-weight: 100;
			color: var(--header);
			padding: 20px 10px;
			text-align: left;
			position: relative;
			text-transform: capitalize;
			transition: all 0.4s ease-in-out;
	}
}


.single-contact-card {
	background-color: #f8f8f8;
	padding: 40px;
	transition: all 0.3s ease-in-out;
	box-shadow: 2px 1px 3px 2px #bdbbbb;
}

.far-values{
	color: #0e5b87;
}

.single-contact-card:hover {
	background-color: #0E5B87;
}

.office-google-map-wrapper iframe {
	height: 380px;
	width: 100%;
}


.page-banner-wrap::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #84bc1da8;
	opacity: 0.8;
	z-index: -1;
}


.team-image {
	position: relative;
	height: 300px;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}


