/**
* Template Name: Auziris
* Updated: 1/07/2026 with Bootstrap v5.3.0
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font-family: "Assistant", sans-serif;
	color: #444;
}

a {
	color: #4fa6d5;
	text-decoration: none;
}

a:hover {
	color: #45beff;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
	font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
	background: #68A4C4;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	background: #85b6cf;
	color: #fff;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	height: 80px;
	transition: all 0.5s;
	z-index: 997;
	transition: all 0.5s;
	background: #1e4356;
}

#header.header-transparent {
	background: none;
}

#header.header-scrolled {
	background: rgba(30, 67, 86, 0.8);
	height: 60px;
}

.logo {clear:both; float:left; position:relative; width:200px; height:40px; background:transparent; z-index:1;}
.logo h1 {position:absolute; top:0; left:0; width:inherit; height:inherit; background:transparent url('site/auziris.png') no-repeat left top; text-indent:-5000px; z-index:10;}
.logo #clogo {position:absolute; top:0; left:0; width:inherit; height:inherit; z-index:50;}
.logo #clogo a {position:absolute; top:0; left:0; width:inherit; height:inherit; background:transparent url('site/px.png') no-repeat left top; text-indent:-5000px; z-index:50;}


#main {
	margin-top: 80px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
	padding: 0;
}

.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}

.navbar li {
	position: relative;
}

.navbar a,
.navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 30px;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
	transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}

.navbar a.active,
.navbar a.active:focus {
	font-weight:600;
	color: #a2cce3;
}

.navbar a.last {
	color: #F27E1F;
}
.navbar a.last::before {
	font-family: bootstrap-icons !important;
  content: "\f134";
 	color: #F27E1F;
 	padding-right:0.5em;
}

.navbar a:hover,
.navbar li:hover>a,
.navbar li:hover>a::before {
	color: #a2cce3;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}

@media (max-width: 991px) {
	.mobile-nav-toggle {
		display: block;
	}

	.navbar ul {
		display: none;
	}
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(17, 38, 48, 0.9);
	transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
	padding: 10px 20px;
	font-size: 15px;
	color: #1e4356;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
	color: #68A4C4;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
	margin: 15px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
	width: 100%;
	height: 90vh;
	overflow: hidden;
	position: relative;
	text-align: center;
}

#intro::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 130%;
	height: 95%;
	background: linear-gradient(to right, rgba(30, 67, 86, 0.9), rgba(30, 67, 86, 0.7)), url("site/intro-bg.jpg") center top no-repeat;
	z-index: 0;
	border-radius: 0 0 50% 50%;
	transform: translateX(-50%) rotate(0deg);
}

#intro::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 130%;
	height: 96%;
	background: #68A4C4;
	opacity: 0.3;
	z-index: 0;
	border-radius: 0 0 50% 50%;
	transform: translateX(-50%) translateY(18px) rotate(2deg);
}

#myintro {
	z-index: 10;
}

#intro h2 {
	margin-bottom: 15px;
}

#intro h3 {
	color: #fff;
	font-size: 1.5em;
	font-weight: 500;
}

#intro p {
	color: #fff;
	font-size: 1.1em;
}

#intro .btn-get-started {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 50px;
	transition: 0.5s;
	line-height: 1;
	margin: 10px;
	color: #fff;
	animation-delay: 0.8s;
	border: 2px solid #68A4C4;
}

#intro .btn-get-started:hover {
	background: #68A4C4;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 768px) {
	#intro::after {
		width: 180%;
		height: 95%;
		border-radius: 0 0 50% 50%;
		transform: translateX(-50%) rotate(0deg);
	}

	#intro::before {
		top: 0;
		width: 180%;
		height: 94%;
		border-radius: 0 0 50% 50%;
		transform: translateX(-50%) translateY(20px) rotate(4deg);
	}
}

@media (max-width: 575px) {
	#intro h2 {
		font-size: 30px;
	}

	#intro::after {
		left: 40%;
		top: 0;
		width: 200%;
		height: 95%;
		border-radius: 0 0 50% 50%;
		transform: translateX(-50%) rotate(0deg);
	}

	#intro::before {
		left: 50%;
		top: 0;
		width: 200%;
		height: 94%;
		border-radius: 0 0 50% 50%;
		transform: translateX(-50%) translateY(20px) rotate(4deg);
	}
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 60px 0;
}

.section-bg {
	background-color: #f3f8fa;
}

.section-title {
	text-align: center;
	padding-bottom: 30px;
}

.section-title h2 {
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}

.section-title h2::before {
	content: "";
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}

.section-title h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background: #68A4C4;
	bottom: 0;
	left: calc(50% - 20px);
}

.section-title p {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	padding: 15px 0;
	background-color: #f3f8fa;
	min-height: 40px;
}

.breadcrumbs h2 {
	font-size: 28px;
	font-weight: 300;
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

.breadcrumbs ol li+li {
	padding-left: 10px;
}

.breadcrumbs ol li+li::before {
	display: inline-block;
	padding-right: 10px;
	color: #6c757d;
	content: "/";
}

@media (max-width: 768px) {
	.breadcrumbs .d-flex {
		display: block !important;
	}

	.breadcrumbs ol {
		display: block;
	}

	.breadcrumbs ol li {
		display: inline-block;
	}
}

/*--------------------------------------------------------------
# Services sur la HP
--------------------------------------------------------------*/
.serviceshp {
	padding-bottom: 20px;
}

.serviceshp h3 {
	font-weight: 600;
	text-align: center;
	padding-bottom: 24px;
	text-transform: uppercase;
}

.serviceshp .serviceshp-box {
	padding: 30px;
	position: relative;
	overflow: hidden;
	margin: 0 0 40px 0;
	background: #fff;
	box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
	transition: all 0.3s ease-in-out;
	text-align: center;
	border: 1px solid #fff;
}

.serviceshp .box {
	margin: 20px auto;
}

.serviceshp .box .serviceshp-img {
	width: 120px;
	border-radius: 50%;
	border: 4px solid #e1eeff;
	margin: 0 auto;
}

.serviceshp .title {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}

.serviceshp .title a {
	color: #111;
}

.serviceshp .description {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 0;
}

.serviceshp .serviceshp-box:hover {
	border-color: #2282ff;
}

/*--------------------------------------------------------------
# Bouton contact au milieu des pages
--------------------------------------------------------------*/

.contactbtn .contact-btn {
	text-align: center;
}

.contactbtn .get-contact-btn {
	background: #1e4356;
	display: inline-block;
	width:auto;
	padding: 6px 30px;
	border-radius: 20px;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 2em;
	font-weight: 400;
	transition: 0.3s;
}

.contactbtn .get-contact-btn .bi {
	margin-right: 10px;
	font-size: 0.9em;
}

.contactbtn .get-contact-btn:hover {
	background: #68A4C4;
}

/*--------------------------------------------------------------
# Nos Refs (hp + pages)
--------------------------------------------------------------*/
.nos-refs .container {
	box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
	background: #fff;
}

.nos-refs h3 {
	font-weight: 600;
	text-align: center;
	padding-top: 3rem;
	text-transform: uppercase;
}

.nos-refs .get-started-btn {
	background: #1e4356;
	display: inline-block;
	width:auto;
	padding: 6px 30px;
	border-radius: 20px;
	color: #fff;
	transition: none;
	font-size: 14px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	transition: 0.3s;
}

.nos-refs .get-started-btn:hover {
	background: #68A4C4;
}

.nos-refs .imgs-nosrefs img {
	max-width: 100%;
	border: 1px solid #f3f8fa;
  border-radius: 10px;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services h3 {
	font-weight: 500;
	font-size: 1.5em;
}

.services span.name {
	color: #F90;
}

.services p {
	text-align: justify;
}

.services p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Faits
--------------------------------------------------------------*/
.faits .counters span {
	font-size: 48px;
	display: block;
	color: #68A4C4;
}

.faits .counters p {
	padding: 0;
	margin: 0 0 20px 0;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
}

/*--------------------------------------------------------------
# Temoignages
--------------------------------------------------------------*/
.temoignages {
	padding: 60px 0;
}

.temoignages .section-header {
	margin-bottom: 40px;
}

.temoignages .temoignages-carousel {
	overflow: hidden;
}

.temoignages .temoignage-item {
	text-align: center;
}

.temoignages .temoignage-item .temoignage-img {
	width: 120px;
	border-radius: 50%;
	border: 4px solid #fff;
	margin: 0 auto;
}

.temoignages .temoignage-item h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #111;
}

.temoignages .temoignage-item h4 {
	font-size: 14px;
	color: #999;
	margin: 0 0 15px 0;
}

.temoignages .temoignage-item .quote-icon-left,
.temoignages .temoignage-item .quote-icon-right {
	color: #fbfcfd;
	font-size: 26px;
}

.temoignages .temoignage-item .quote-icon-left {
	display: inline-block;
	left: -5px;
	position: relative;
}

.temoignages .temoignage-item .quote-icon-right {
	display: inline-block;
	right: -5px;
	position: relative;
	top: 10px;
}

.temoignages .temoignage-item p {
	font-style: italic;
	margin: 0 auto 15px auto;
}

.temoignages .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.temoignages .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #68A4C4;
}

.temoignages .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #68A4C4;
}

/*--------------------------------------------------------------
# Références Details
--------------------------------------------------------------*/
.references-details {
	padding-bottom: 10px;
}

.references-details .card {
	border: 0;
	padding: 0 30px;
	margin-bottom: 60px;
	position: relative;
}

.references-details .card-img {
	width: calc(100% + 60px);
	margin-left: -30px;
	overflow: hidden;
	z-index: 9;
	border-radius: 0;
}

.references-details .card-img img {
	max-width: 100%;
	transition: all 0.3s ease-in-out;
}

.references-details .card-body {
	z-index: 10;
	background: #fff;
	border-top: 4px solid #fff;
	padding: 30px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	margin-top: -60px;
	transition: 0.3s;
}

.references-details .card-title {
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

.references-details .card-title a {
	color: #1e4356;
	transition: 0.3s;
}

.references-details .card-text {
	color: #5e5e5e;
}

.references-details .card-presta {
	color: #7e7e7e;
	font-size: 0.9em;
	font-style: italic;
}

.references-details .lire-plus a {
	color: #777777;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	transition: 0.3s;
}

.references-details .lire-plus a:hover {
	color: #68A4C4;
}

.references-details .card:hover img {
	transform: scale(1.1);
}

.references-details .card:hover .card-body {
	border-color: #68A4C4;
}

.references-details .card:hover .card-body .card-title a {
	color: #68A4C4;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
	padding-bottom: 30px;
}

.contact .info-box {
	color: #444;
	text-align: center;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 20px 0 30px 0;
	margin-bottom: 30px;
}

.contact .info-box i {
	font-size: 32px;
	color: #68A4C4;
	border-radius: 50%;
	padding: 8px;
	border: 2px dotted #a2cce3;
}

.contact .info-box h3 {
	font-size: 20px;
	color: #666;
	font-weight: 700;
	margin: 10px 0;
}

.contact .info-box p {
	padding: 0;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}

.contact .form-box {
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 30px;
	margin-bottom: 30px;
}

.contact .form-box .errors {
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 1rem;
}

.contact .form-box .errors span span {
	font-weight: bold;
}

.contact .email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.contact .email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.contact .email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	animation: animate-loading 1s linear infinite;
}

.contact .email-form input,
.contact .email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
}

.contact .email-form input::focus,
.contact .email-form textarea::focus {
	background-color: #68A4C4;
}

.contact .email-form input {
	padding: 10px 15px;
}

.contact .email-form textarea {
	padding: 12px 15px;
}

.contact .email-form button[type=submit], .contact .email-form input[type=submit], .contact .email-form input[type=button] {
	background: #68A4C4;
	border: 0;
	padding: 10px 24px;
	margin: 0 10px;
	color: #fff;
	transition: 0.4s;
}

.contact .email-form button[type=submit]:hover, .contact .email-form input[type=submit]:hover, .contact .email-form input[type=button]:hover {
	background: #8dbad2;
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.map {
	padding: 0;
	margin-bottom: -6px;
}

.map iframe {
	width: 100%;
	height: 380px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background: #0b212d;
	padding: 0 0 30px 0;
	color: #fff;
	font-size: 14px;
}

#footer .footer-newsletter {
	padding: 50px 0;
	background: #0d2735;
}

#footer .footer-newsletter h4 {
	font-size: 24px;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1;
	font-weight: 600;
	color: #a2cce3;
}

#footer .footer-newsletter form {
	margin-top: 30px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 50px;
}

#footer .footer-newsletter form input[type=email] {
	border: 0;
	padding: 4px;
	width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 20px;
	margin: 3px;
	background: #68A4C4;
	color: #fff;
	transition: 0.3s;
	border-radius: 50px;
}

#footer .footer-newsletter form input[type=submit]:hover {
	background: #468db3;
}

#footer .footer-top {
	background: #0d2735;
	border-top: 1px solid #17455e;
	border-bottom: 1px solid #123649;
	padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
	margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	color: #a2cce3;
	font-weight: 600;
}

#footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: "Roboto", sans-serif;
	color: #fff;
}

#footer .footer-top .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #1e4356;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
	background: #68A4C4;
	color: #fff;
	text-decoration: none;
}

#footer .footer-top h4 {
	font-size: 18px;
	font-weight: 600;
	color: #a2cce3;
	position: relative;
	padding-bottom: 12px;
}

#footer .footer-top .footer-links {
	margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #a2cce3;
	font-size: 18px;
	line-height: 1;
}

#footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}

#footer .footer-top .footer-links ul a {
	color: #fff;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
	color: #a2cce3;
}

#footer .footer-top .footer-contact {
	margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
	line-height: 26px;
}

#footer .copyright {
	text-align: center;
	padding-top: 30px;
}

#footer .credits {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}

#footer .credits a {
	color: #a2cce3;
}

/* Les classes perso
-------------------------------- */
.dpn {display:none;}