:root {
	--font-family: "GFS Didot", serif;
}
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: var(--font-family) !important;
	background-color: #fffdfb !important;
}

li {
	list-style: none;
}

p {
	color: #332923 !important;
}
.btn {
	background-color: none !important;
}

a {
	text-decoration: none !important;
	color: white;
}
.mt20 {
	margin-top: 20px;
}
.header {
	padding-top: 10px;
	border-bottom: 1px solid #a2a2a2;
}
.content {
	display: flex;
	color: #a2a2a2;
	font-size: 13px;
	background-color: #fbfbfb;
}
.header-contact {
	display: flex;
	justify-content: center;
	width: 100%;
}
.header-contact li {
	margin-right: 16px;
}
.logo {
	display: flex;
	justify-content: center;
}

/* NavBar */
.navbar {
	background-color: #041722 !important;
	padding: 15px 20px !important;
}

.nav-text {
	color: #cbcbcb !important;
}

.navbar-collapse {
	justify-content: flex-end !important;
}

.navbar-collapse ul {
	margin-right: 20px !important;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
	background: #010b10;
	font-size: 15px;
	height: 40px;
	padding: 0;
	color: rgba(255, 255, 255, 0.6);
}

#topbar .contact-info a {
	line-height: 0;
	color: rgba(255, 255, 255, 0.6);
	transition: 0.3s;
}

#topbar .contact-info a:hover {
	color: #fff;
}

#topbar .contact-info i {
	color: rgba(255, 255, 255, 0.6);
	line-height: 0;
	margin-right: 5px;
}

#topbar .contact-info .phone-icon {
	margin-left: 15px;
}

#topbar .social-links a {
	color: rgba(255, 255, 255, 0.6);
	padding: 4px 12px;
	display: inline-block;
	line-height: 1px;
	transition: 0.3s;
}

#topbar .social-links a:hover {
	color: #fff;
}

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

#header.fixed-top {
	background: #041722;
}

#header .logo {
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#header .logo a {
	color: #fff;
}

#header .logo img {
	max-height: 40px;
}

.scrolled-offset {
	margin-top: 70px;
}

/*--------------------------------------------------------------
# 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 > ul > li {
	margin-left: 5px;
}

.navbar a,
.navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 15px 24px 15px;
	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:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
	background: #0e2735;
} */

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

.mobile-nav-toggle.bi-x {
	color: #0e2735;
}

@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(0, 0, 0, 0.9);
	transition: 0.3s;
	z-index: 999;
}

.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 {
	padding: 10px 20px;
	font-size: 15px;
	color: #191919;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
	color: #0e2735;
	background: none;
}

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

.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
	min-width: 200px;
}

.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
	color: #0e2735;
}

.navbar-mobile .dropdown > .dropdown-active {
	display: block;
} */
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	width: 100%;
	height: calc(100vh - 110px);
	background: url("asset/img/hero-bg.jpg");
	background-size: cover;
	position: relative;
	text-align: center;
}

#hero:before {
	content: "";
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

#hero h1 {
	font-family: "GFS Didot", serif;
	margin: 0 0 10px 0;
	font-size: 48px;
	font-weight: 300;
	line-height: 56px;
	text-transform: uppercase;
	color: #fff;
}

#hero h2 {
	color: #eee;
	margin-bottom: 30px;
	font-size: 20px;
	font-style: italic;
}

#hero .btn-get-started {
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.5px;
	display: inline-block;
	padding: 10px 28px;
	transition: 0.5s;
	border: 2px solid #fff;
	color: #fff;
}

#hero .btn-get-started:hover {
	background: #0e2735;
	border-color: #0e2735;
}

@media (min-width: 1024px) {
	#hero {
		background-attachment: fixed;
	}
}

@media (max-width: 768px) {
	#hero {
		text-align: center;
	}
	#hero .container {
		padding-top: 40px;
	}
	#hero h1 {
		font-size: 28px;
		line-height: 36px;
	}
	#hero h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 30px;
	}
}

/* NavBar */

.contenu {
	padding-top: 40px;
	padding-bottom: 40px;
}
.center {
	display: flex;
	justify-content: center;
}

.contenu-text {
	display: flex;
	flex-direction: column;
	text-align: justify;
}
.contenu p {
	margin-bottom: 12px;
	letter-spacing: 1.2;
}
/* Footer */

.wrapper-footer {
	background-color: #010b10;
	color: #fffdfb;
	padding: 15px 0;
}
.footer-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-content a {
	color: #fffdfb !important;
}
@media (min-width: 992px) {
	.wrapper-contact {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.contact {
		display: flex;
		justify-content: center;
	}
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.section-title {
	text-align: center;
	padding: 30px 0;
	position: relative;
}
.section-title h1 {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 0;
	color: #191919;
	position: relative;
	z-index: 2;
}
.section-title h2 {
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 0;
	color: #191919;
	position: relative;
	z-index: 2;
}

.section-title span {
	position: absolute;
	top: 30px;
	color: #f4f4f4;
	left: 0;
	right: 0;
	z-index: 1;
	font-weight: 700;
	font-size: 52px;
	text-transform: uppercase;
	line-height: 0;
}

.section-title p {
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}

@media (max-width: 575px) {
	.section-title h2,
	h1 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.section-title span {
		font-size: 38px;
	}
}
.contact .info-box {
	color: #444444;
	text-align: center;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 20px 0 30px 0;
}

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

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

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

.contact .info-box a {
	color: #444444 !important;
}

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

.contact .php-email-form .error-message br + br {
	margin-top: 25px;
}

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

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
	background-color: #0e2735;
}

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

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

.contact .php-email-form input[type="submit"] {
	background: #010b10;
	border: 0;
	padding: 10px 24px;
	color: #fff;
	transition: 0.4s;
}

.contact .php-email-form input[type="submit"]:hover {
	background: #0e2735;
}

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

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

.custom-shape-divider-bottom-1624619575 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
}

.custom-shape-divider-bottom-1624619575 svg {
	position: relative;
	display: block;
	width: calc(118% + 1.3px);
	height: 159px;
}

.custom-shape-divider-bottom-1624619575 .shape-fill {
	fill: #fffdfb;
}
.flex-logo img {
	max-width: 70%;
}
.flex-img {
	display: flex;
	align-items: center;
}
@media (max-width: 992px) {
	.flex-logo {
		display: none;
	}
}

.divider {
	/* minor cosmetics */
	display: table;
	font-size: 24px;
	text-align: center;
	width: 75%; /* divider width */
	margin: 14px auto; /* spacing above/below */
}
.divider span {
	display: table-cell;
	position: relative;
}
.divider span:first-child,
.divider span:last-child {
	width: 50%;
	top: 18px; /* adjust vertical align */
	-moz-background-size: 100% 2px; /* line width */
	background-size: 100% 2px; /* line width */
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
}
.divider span:first-child {
	/* color changes in here */
	background-image: -webkit-gradient(
		linear,
		0 0,
		0 100%,
		from(transparent),
		to(#a2a2a2)
	);
	background-image: -webkit-linear-gradient(
		180deg,
		transparent,
		#a2a2a2
	);
	background-image: -moz-linear-gradient(
		180deg,
		transparent,
		#a2a2a2
	);
	background-image: -o-linear-gradient(
		180deg,
		transparent,
		#a2a2a2
	);
	background-image: linear-gradient(
		90deg,
		transparent,
		#a2a2a2
	);
}
.divider span:nth-child(2) {
	color: #a2a2a2;
	padding: 0px 5px;
	width: auto;
	white-space: nowrap;
}
.divider span:last-child {
	/* color changes in here */
	background-image: -webkit-gradient(
		linear,
		0 0,
		0 100%,
		from(#a2a2a2),
		to(transparent)
	);
	background-image: -webkit-linear-gradient(
		180deg,
		#a2a2a2,
		transparent
	);
	background-image: -moz-linear-gradient(
		180deg,
		#a2a2a2,
		transparent
	);
	background-image: -o-linear-gradient(
		180deg,
		#a2a2a2,
		transparent
	);
	background-image: linear-gradient(
		90deg,
		#a2a2a2,
		transparent
	);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #0e2735;
	border-top-color: #efefef;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

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

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

.back-to-top:hover {
	background: #041822;
	color: #fffdfb;
}

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