/*==========================================
	GENERAL
==========================================*/
::placeholder {color: inherit;opacity: 0.6;}
/*.post-content {margin-bottom:50px;}*/
/*.main-content {min-height:600px;}*/
.small-content {min-height:400px;}
.section-padding {padding: 100px 0;}


/*==========================================
	MAIN MENU
==========================================*/
.main-header .logo img,
.main-menu ul {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5 ease;
	-ms-transition: all .5 ease;
	-o-transition: all .5 ease;
	transition: all .5 ease;
}
.main-header {padding: 20px 0;}
.main-header .logo img, .footer-logo {height:60px;}
.nav-scroll {
	position: fixed;
	top: -100px;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
}
.main-header.nav-scroll {padding: 15px 0;}
.main-header.nav-scroll .logo img {height:45px;}
.main-header.nav-scroll .main-menu ul {gap: 40px;}


/*==========================================
	FOOTER
==========================================*/
footer {background: var(--dark-grey);}
.footer-top {padding: 100px 0 0;}
.footer-column {margin-bottom: 30px;}
.footer-column .footer-title {color: var(--white); font-size: 18px; margin-bottom: 20px;}
.footer-column p {color: var(--white);}
.footer-menu-nav ul li + li {margin-top: 15px;}
.footer-menu-nav ul li a, .footer-tel a {color: var(--white); position: relative;}
.footer-menu-nav ul li a:hover, .footer-tel a:hover {color: var(--secondary);}
.footer-menu-nav ul li a::before {
	position: absolute;
	content: "\f061";
	font-family: "Font Awesome 6 Pro";
	font-size: 14px;
	left: 0px;
	top: 0px;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: var(--secondary);
}
.footer-menu-nav ul li a:hover {padding-left: 20px;}
.footer-menu-nav ul li a:hover::before {opacity: 1;}
.footer-bottom {}
.footer-bottom-container {padding: 30px 0; margin-top: 50px; border-top: 1px solid rgba(var(--white-rgb), .20);}
.footer-bottom-copyright, .footer-bottom-copyright a {color: var(--white); font-size: 13px;}
.footer-bottom-copyright a:hover {color: var(--secondary);}

.footer-column .footer-title {
	position: relative;
	padding-bottom: 15px;
}
.footer-column .footer-title::after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 40px;
	height: 2px;
	background-color: var(--white);
}
.footer-column .footer-socials {gap: 20px;}
.footer-logo {}

.footer-socials {gap: 30px;}
.footer-socials li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	line-height: 1;
	font-size: 18px;
	color: var(--white);
	border: 1px solid var(--white);
	border-radius: 15px;
}
.footer-socials li a:hover {border-color: var(--secondary);	background: var(--secondary);	color: var(--white);}
.footer-menu-nav-horizontal ul {font-size: 15px; gap: 25px;}
.footer-menu-nav-horizontal ul li, .footer-menu-nav-horizontal ul li a {color: var(--white); position: relative;}
.footer-menu-nav-horizontal ul li a:hover {color: var(--secondary);}
.footer-menu-nav-horizontal ul li::after {content: '-';	position: absolute;	right: -18px;	bottom: 0px;}
.footer-menu-nav-horizontal ul li:last-child::after {content: none;}


/*-------------------------------------
SCROLL TO TOP
--------------------------------------*/
.scroll_top {
  width: 40px;
  height: 40px;
  position: fixed;
  font-size: 0;
  z-index: 9999;
  right: 10px;
  bottom: 32px;
  background: var(--primary);
  visibility: hidden;
  opacity: 0;
  color: var(--white);
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scroll_top.visible {
  visibility: visible;
  opacity: 1;
}
.scroll_top:before {
  content: "\f106";
	font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  color: var(--white);
}
.scroll_top:hover {background-color: var(--secondary);}


/*==========================================
	SHARE
==========================================*/
.post-share {margin-top: 25px;}
.post-share h6 {margin: 0 0 15px 0;}
.sharebtn {}
.sharebtn ul {display: flex;gap: 0 20px; padding-left: 0 !important; margin: 15px 0 !important;}
.sharebtn ul li {}
.sharebtn ul li a {font-size: 18px; color: var(--secondary);}
.sharebtn ul li a:hover {color: var(--primary);}
.sharebtn ul li i {}


/*==========================================
	Shape IMAGE
==========================================*/
.shape-image-area {position: absolute; z-index: 1;}
.shape-image-area img {height:120px;}
.shape-image-area.top-left {top:0; left:-1px;}
.shape-image-area.top-right {top:0; right:0;}
.shape-image-area.bottom-left {bottom:0; left:-1px;}
.shape-image-area.bottom-right {bottom:0; right:0;}
.shape-image-area.center-left {top: 50%; left: -1px; transform: translateY(-50%);}
.shape-image-area.center-right {top: 50%; right: 0; transform: translateY(-50%);}


/*==========================================
	HOME BANER
==========================================*/
.home .banner-image, .home .home-ref-slide {height: 70vh;}
.banner-image::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,rgba(0,0,0,.7),transparent 100%,#fff);
}
.banner-image .slide-content {
  position: absolute;
  /*top: 50%;*/
	bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 100%;
  padding: 50px 0;
	z-index: 1;
}
.banner-image .slide-content .slide-contents {gap: 50px;}
.banner-image .slide-content .slide-contents .slide-title {font-size: 42px; line-height: 1.2em;}
.banner-image .slide-content .slide-contents .slide-desc {font-size: 18px; line-height: 1.6em; max-width: 50%; }
.home-ref-slide .slide-content {padding:50px;}
.home-ref-slide .slide-content .slide-contents {gap: 50px;}
.home-ref-slide .slide-content .slide-contents .slide-title {font-size: 42px; line-height: 1.2em; font-size: clamp(30px, 3vw, 42px);}
.home-ref-slide .slide-content .slide-contents .slide-desc {font-size: 18px; line-height: 1.6em; max-width: 100%; }

.home-ref .shape-image-area {position: absolute;right: 0;bottom: 0;z-index: 1;}
/*.home-ref .shape-image-area img.one {width:120px;}*/




/*==========================================
0. PAGE BANNER & TITLES
==========================================*/
.page-banner {
	height: 250px;
	padding: 25px 0;
	background: linear-gradient(180deg, rgba(32, 40, 45, 0.1) 0%, rgba(255, 255, 255, 0.1) 95%);
	background: linear-gradient(180deg, rgba(32, 40, 45, 0.1) 0%, rgba(255, 255, 255, 0.1) 50%);
	background: #f4f4f4;
}
.page-banner h1 {margin:0 0 15px;}
.page-banner p.subtitle {font-size: 22px;}
.bg-title {
	font-size: 150px;
	position: absolute;
	font-weight: 900;
	letter-spacing: 0;
	left: -90px;
	left: 0;
	z-index: -1;
	top: -65px;
	top: calc(50% - 75px);
	font-family: var(--font-family-title);
	min-width: max-content;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(0, 0, 0, 0.1);
	line-height: 1;
}
.bg-title {left: 50%;	transform: translateX(-50%);}
.title-style-two {margin-bottom: 30px;}
.title-style-two h1, .title-style-two h2 {margin: 0;}
.title-style-two .sub-title {
	position: relative;
	color: var(--primary);
	margin-bottom: 0;
	letter-spacing: 3px;
	display: inline-block;
	text-transform: capitalize;
	font-size: var(--font-size16);
}
.title-style-two .sub-title span {color: var(--secondary);}
.title-style-two .sub-title span:first-child {margin-right: 5px;}
.title-style-two .sub-title span:last-child {margin-left: 5px;}

/*==========================================================
0. BREADCRUMBS
==========================================================*/
#breadcrumbs, #breadcrumbs span {padding: 0; margin: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; position: relative; z-index: 99;/*text-transform: uppercase;*/margin: 0; font-family: var(--font-family-title); font-size: var(--font-size15); line-height: 1;}
#breadcrumbs {margin-top: 15px;}
#breadcrumbs a {color: var(--title-color);}
#breadcrumbs a:hover {color: var(--text-color);}
#breadcrumbs span {margin: 0 5px;}
#breadcrumbs span:first-child {margin-left: 0;}
#breadcrumbs span.breadcrumb_last {margin: 0 5px; margin-right: 0; color: var(--text-color);}
#breadcrumbs span.breadcrumb_last span {margin: 0 5px;}
#breadcrumbs span i {font-size: var(--font-size12); margin: 0 5px; margin-top: 2px;}
#breadcrumbs span i.breadcrumb-separator {
	/*
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid var(--secondary);
	*/
	color: var(--text-color);
}

/*==========================================
	PAGINATION
==========================================*/
.page-numbers {list-style: none; margin: 0; margin-bottom: 0px; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin-top: 25px;}
.page-numbers li {padding: 0 5px 5px;}
.page-numbers li:first-child {padding-left: 0;}
.page-numbers li:last-child {padding-right: 0;}
.page-numbers li a, .page-numbers li span {
	display: block;
	background-color: transparent;
	color:  var(--primary);
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid  var(--primary);
  border-radius: 20px;
	text-align: center;
	font-size: 16px;
  margin: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.page-numbers li a:hover, .page-numbers li span.current {background-color: var(--secondary) ;border-color: var(--secondary);	color: var(--white);}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .page-numbers li a, .page-numbers li span {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .page-numbers li a, .page-numbers li span {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
  }
}



/*==========================================
	404
==========================================*/
.page_404 .header-404 {font-size: 140px;color: var(--primary);}
.page_404 .header-404 img {height:100px;}


/*==========================================
	FORMS
==========================================*/
input[type="text"], input[type="email"], input[type="number"], input[type="search"], input[type="password"], input[type="tel"], input[type="date"], input[type="time"], textarea, select {
	font-size: 15px;
	font-weight: 400;
	border-radius: 15px;
	padding: 12px 20px;
	color: var(--text-color);
	margin-bottom: 0;
	box-shadow: none;
	width: 100%;
	min-height: 50px;
	border: 1px solid rgba(32, 40, 45, 0.2);
  margin-bottom: 10px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, textarea:focus {
	border-color: var(--title-color);
	color: var(--title-color);
}
input [type="submit"], input.wpcf7-submit {
	color: var(--white);
	border: 2px solid var(--primary);
	background-color: var(--primary);
	border-radius: 20px;
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	position: relative;
	z-index: 1;
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	padding: 15px 30px;
	margin: 15px 0;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

input [type="submit"]:hover, input.wpcf7-submit:hover {
	color: var(--secondary);
	border: 2px solid var(--white);
	background-color: var(--white);
}

.wpcf7 {background-color: var(--secondary);	padding: 50px; border-radius: 15px;}
.wpcf7 label {
	display: flex;
	flex-direction: column;
	color: var(--white);
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}
.wpcf7 p {color: var(--white);font-size: 16px;margin-bottom: 15px;}
.wpcf7 p a {color: var(--primary); text-decoration: underline;}
.wpcf7 p a:hover {color: var(--white)!important;}
.wpcf7-form-control-wrap {position: relative;	margin: 15px 0;}
.wpcf7-acceptance .wpcf7-list-item {display: inline-block;	margin: 0;}
.wpcf7-acceptance .wpcf7-list-item input {height: 18px;	width: 18px;	margin: 0px 5px 0 0;}


/*==========================================
	CONTACT
==========================================*/
.contact-info-area-wrapper-p, .contact-map {padding:50px;}
.contact-info-area-wrapper-p .single-contact-info {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 50px;
}
.contact-info-area-wrapper-p .single-contact-info:last-child {margin-bottom: 0;}
.contact-info-area-wrapper-p .single-contact-info .icon {
	height: 50px;
	width: 50px;
	background: var(--white);;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-info-area-wrapper-p .single-contact-info .icon i {color: var(--primary);}
.contact-info-area-wrapper-p .single-contact-info .info-wrapper span {
	color: var(--grey);
	display: block;
	margin-bottom: 10px;
}
.contact-info-area-wrapper-p .single-contact-info .info-wrapper a {
	color: var(--white);
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2em;
}
.contact-info-area-wrapper-p .single-contact-info .info-wrapper a:hover {color: var(--secondary); }
.contact-form {margin-top: 50px;}


/*==========================================
	EXPERTISES
==========================================*/
svg.schema-metier {overflow: visible;}
.schema-metier .schema-rond {cursor: pointer;}
.schema-metier .schema-rond .schema-item-bg {
	transition: all .3s ease;
	transform-origin: center;
	transform-box: fill-box;
}
.schema-metier .schema-rond.active .schema-item-bg {
	transform: scale(1.1);
	stroke: var(--primary);
	stroke-width: 4px;
	filter: drop-shadow(0 0 10px rgba(255,255,255,.5));
	fill: transparent;
}
.schema-metier .schema-rond.active .schema-item-text path {fill: var(--secondary);}
@keyframes pulseNode {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.08);
	}
	100% {
		transform: scale(1);
	}
}
.schema-metier .schema-rond:hover .schema-item-bg {animation: pulseNode 1s infinite;	transform-origin: center;}

/*------------------------------------------
	Contenus
------------------------------------------*/
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.schema-content .schema-item {display: none; box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);}
.schema-content .schema-item.active {display: block;animation: fadeInUp .5s ease;}
.schema-content .schema-item h3 {margin-top: 0;}
#schema-metier-mobile {display: none;}
@media (max-width: 599px) {
	#schema-metier-desktop {display: none;}
	#schema-metier-mobile {display: block;}
	.schema-content .schema-item {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		height: 40vh;
		z-index: 10;
		overflow-y: auto;
		background: #fff;
		box-shadow: 0 -5px 20px rgba(0,0,0,.15);
	}
}


/*==========================================
	REFERENCE SEARCH FORM
==========================================*/
.recherche {border: 1px solid #b9b9a9; padding: 25px; box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);}
.recherche .searchandfilter ul {margin: 0;padding: 0;	display: flex;	justify-content: center;	align-items: center; flex-direction: column;}
.recherche .searchandfilter ul li {margin: 0 10px;	text-align: center;}
.searchandfilter h4 {margin: 0;	padding: 5px 0 10px; font-size: 22px !important;}
.searchandfilter select.sf-input-select, .searchandfilter select.sf-input-select:hover, .searchandfilter select.sf-input-select:focus, .search-filter-reset {
	background: #fff;
	padding: 15px 15px;
	font-size: 16px;
	border: 0;
	outline: 1px solid rgba(32, 40, 45, 0.2) !important;
	border-right: 10px solid transparent;
	margin:0;
}
.recherche .result_number {text-align: center;}
.search-filter-reset {
	font-size: 14px;
	display: inline-block;
	color: var(--text-color);
	border: 1px solid rgba(32, 40, 45, 0.2);
	background: transparent;
	transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
	border-radius: 15px;
	min-height: 50px;
}
.search-filter-reset:hover {color: var(--white); background: var(--title-color);}
/*
.search-results .reference h2 {}
.search-results .reference h2:hover {color: var(--secondary);}
*/

.single-project-style-three img {height: 250px; width: 100%;	transition: 0.5s;}
.single-project-style-three h2 {margin-bottom: 5px;}
.single-project-style-three:hover h2,
.single-project-style-three h2:hover {color: var(--secondary);}
.single-project-style-three .typologies {font-size: 15px;}


/*==========================================
	REFERENCE
==========================================*/
.reference__header ul li {color: var(--white)!important}
.reference__title_one h2 {margin:0 0 15px;}
.reference__title_two.has-white-color p {color: var(--white)!important}
.reference__missions ul, .reference__particularites ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 5px 40px;
}
.reference__image-principale,
.reference__image-secondaire {}
.reference__image-principale a,
.reference__image-secondaire a {
	display: block;
	overflow: hidden;
}
.reference__image-principale img,
.reference__image-secondaire img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform .3s ease;
}
.reference__logo img {display: block; width: 100%}
/*.no-second-img {padding: 10px 0; background: #f4f4f4;}*/
@media (max-width: 768px) {
.reference__missions ul, .reference__particularites ul {
		grid-template-columns: 1fr;
	}
}










/*==============================================================================================================
 XX. RESPONSIVE
==============================================================================================================*/
/*==========================================================
0. BOOTSTRAP 5 Grid
==========================================================*/
/*
Extra small <576px = xs
Small ≥576px = sm
Medium ≥768px = md
Large ≥992px = lg
X-Large ≥1200px = xl
XX-Large ≥1400px = xxl
*/
@media (min-width: 1600px) {}
@media (min-width: 1400px) {}
@media (min-width: 1200px) {}
@media (min-width: 992px) {}
@media (min-width: 768px) {}
@media (min-width: 576px) {}


@media (max-width: 1600px) {}
@media (max-width: 1400px) {}
@media (max-width: 1300px) {
.shape-image-area img {height: 80px!important;}
.shape-image-area.outgrid {display: none;}
}
@media (max-width: 1200px) {
.main-menu ul {gap: 30px;}
.main-header.nav-scroll .main-menu ul {gap: 25px;}
.bg-title {font-size: 48px;	top: calc(50% - 24px);}
.single-reference .shape-image-area {display:none;}
.contact-info-area-wrapper-p, .contact-map, .wpcf7 {padding: 15px;}
}

/*Menu break*/
@media (max-width: 992px) {}
@media (max-width: 991px) {
.page-banner {height: auto; padding: 15px 0;}
.section-padding {padding: 50px 0;}
.footer-top {padding: 50px 0 0;}
.footer-menu-nav ul {display: none;}
.footer-title.mobile-expand,
.footer-title.mobile-expand.toggle.active::before {cursor: pointer;}
.footer-title.mobile-expand.toggle::before {
	color: #fff;
	content: "\f056";
	font-family: "FontAwesome";
	font-size: 22px;
	padding: 0;
	position: absolute;
	top: 0;
	right: 15px;
}
.footer-title.mobile-expand.toggle.active::before {
	content: "\f055";
	font-family: "FontAwesome";
}
.footer-menu-nav-horizontal ul {flex-direction: column; gap: 10px;}
.footer-menu-nav-horizontal ul li::after {content: none;}
.page_404 .header-404 {font-size: 100px;}
.page_404 .header-404 img {height:70px;}
.home .banner-image, .home .home-ref-slide {height: auto;}
.home-ref-slide .slide-content {padding: 25px; height: auto;}
.home-ref-slide .slide-content .slide-contents {gap: 15px; text-align: center; align-items: center;}
.home-ref-slide .slide-content .slide-contents .slide-desc {font-size: 16px;}
.home-ref-slide .home-ref {flex-direction: column; height: auto;}
.home-ref-slide .home-ref .reference-img img {height: 40vh;}
.reference__particularites {margin-bottom: 25px;}
.reference__infos .w-33 {width:100%;}
.reference__infos .equal-height-container {text-align: center;}
.reference__logo img {width: 250px;	margin: 0 auto;}
.shape-image-area img {height: 80px;}
}
@media (max-width: 768px) {
	.recherche .searchandfilter ul {flex-direction: column;}
	.searchandfilter select.sf-input-select {width: 90%;}
}
@media (max-width: 767px) {}
@media (max-width: 650px) {}
@media (max-width: 575px) {
.footer-bottom-container {margin-top: 30px;flex-direction: column;}
.contact-info-area-wrapper-p .single-contact-info .info-wrapper a {font-size: 16px;}
}
@media (max-width: 400px) {}
@media (max-width: 360px) {}
