* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@font-face {
  font-family: 'abeezee';
  src: url('webfonts/Montserrat-Regular.woff2') format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'abeezee';
  src: url('webfonts/Montserrat-Bold.woff2') format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'abeezee';
  src: url('webfonts/Montserrat-Thin.woff2') format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100;
}
html {
	overflow: hidden;
	overflow-y: auto;
}
body {
	overflow: hidden;
	font-size:16px;
	color: #555;
	background-color: var(--whiteColor);
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 500;
}
html,
body,
button,
input,
select,
textarea {
	font-family: "Montserrat-Regular", sans-serif;
}
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
address, p, hr {
  margin: 0;
  margin-bottom: 15px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
ol, ul,
li > ul,
li > ol {
  margin: 0 0 15px;
}
h1, h2, h3, h4, h5, h6 {
	/*font-family: "Bebas Neue", serif;*/
	font-family: "Montserrat-Regular", sans-serif;
	line-height: 1.2;
}
h1 {
	font-size: 44px;
	font-weight: 800;
	color: var(--primaryColor);
}
h2 {
	font-size: 36px;
	font-weight: 800;
	color: var(--tertiaryColor);
}
h3 {
	font-size: 20px;
	font-weight: 500;
	color: var(--tertiaryColor);
}

h4, h5, h6 {
	font-weight: 500;
	color: var(--primaryColor);
}
h4 {
	font-size: 18px;
}

h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	line-height:1.4
}
a, a:visited {
	transition: all 0.4s ease-in-out 0s;
	color: var(--secondaryColor);
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	text-decoration:underline;
	outline: none;
	color: var(--secondaryColor);
}
*:focus {
    box-shadow: none !important;
}
.transition-3s {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}


.cover-image,
.cover-image-top {
	/*background-size:cover!important;*/
	background-size:cover!important;
}
.radius100 {
	border-radius:100%;
}
.height-500 {
	min-height:500px;
}
.height-750 {
	min-height:750px;
}

/******************************************************************************
	MENUHEADER
*******************************************************************************/
.navik-menu ul li > a {
	font-size: 16px;
	font-weight: 600;
}
.navik-menu ul ul li > a {
  font-size: 16px;
  font-style: normal;
}
/*
.header-transparent-on.homepage .navik-menu > ul > li:hover > a, 
.header-transparent-on.homepage .navik-menu > ul > li.current-menu > a,
.header-opacity-on.homepage .navik-menu > ul > li:hover > a,
.header-opacity-on.homepage .navik-menu > ul > li.current-menu > a {
	color: var(--whiteColor);
}*/

.header-transparent-on .navik-menu > ul > li:hover > a, 
.header-transparent-on .navik-menu > ul > li.current-menu > a,
.header-opacity-on .navik-menu > ul > li:hover > a,
.header-opacity-on .navik-menu > ul > li.current-menu > a {
	color: #333;
}
.header-shadow-wrapper.sticky::after {
    box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.1);
}

.cta {
	position:relative;
	top:-5px;
}
.cta a.btn-head-cta,
.sticky .cta a.btn-head-cta {
	font-weight:600;
	text-decoration:none;
	border-radius:50px;
	color:var(--whiteColor);
}
.cta a.btn-head-cta:hover,
.sticky .cta a.btn-head-cta:hover {
	text-decoration:none;
}
.cta a.btn-head-cta {
	background-color: #212529;
	border-color: #212529;	
}
.cta a.btn-head-cta:hover {
	background-color: var(--tertiaryColor);
	border-color: var(--tertiaryColor);
	color:var(--whiteColor);
}
.sticky .cta a.btn-head-cta {
	background-color: var(--secondaryColor);
	border-color: var(--secondaryColor);	
}
.sticky .cta a.btn-head-cta:hover {
	background-color: var(--primaryColor);
	border-color: var(--primaryColor);
	color:var(--whiteColor);
}

@media (min-width: 1200px) {
	.navik-header .logo img {
    max-height: 60px;
	}
	.navik-menu > ul > li:last-child > a {
    padding: 0 0 0 0;
	}
	.navik-menu > ul > li > a {
    padding: 0;
    margin: 0 20px;
	}	
	.navik-menu li > ul {
	padding: 17px 0;
	border-radius: 6px;
	}
	.navik-menu li > ul ul {
	top: -17px;
	}
	.navik-menu ul ul li > a::before {
	top: 17px;
	left: 25px;
	width: 0;
	height: 0;
	content: "";
	background: none;
	}
	.navik-menu ul ul li:hover > a {
	padding-left: 25px !important;
	color:var(--secondaryColor);
	background-color: transparent;
	}
	.navik-menu ul ul li:hover > a::before {
	width: 0;
	}
	.navik-menu ul ul li > a {
    padding: 5px 25px 7px !important;
    color: #333;
	}
	
	.header-transparent.sticky .navik-menu > ul > li.current-menu > a::after,
	.header-transparent-on .navik-menu > ul > li.current-menu > a::after,
	.header-transparent.sticky .navik-menu > ul > li > a::after,
	.header-transparent-on .navik-menu > ul > li > a::after {
	content: "";
	display: block;
	}
	.header-transparent.sticky .navik-menu > ul > li > a::after,
	.header-transparent-on .navik-menu > ul > li > a::after {
	position:absolute;
	left:50%;	
	width:0%; 
	height:3px;
	background-color: var(--secondaryColor); 
	transform:translateX( -50% );
	-webkit-transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
	-o-transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
	transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	}
	.header-transparent-on .navik-menu > ul > li > a::after {
	bottom:25px; 	
	}
	.header-transparent.sticky .navik-menu > ul > li > a::after {
	bottom:15px; 	
	}
	
	.header-transparent.sticky .navik-menu > ul > li.current-menu > a::after,
	.header-transparent-on .navik-menu > ul > li.current-menu > a::after,
	.header-transparent.sticky .navik-menu > ul > li > a:hover::after,	
	.header-transparent-on .navik-menu > ul > li > a:hover::after {
	width:100%;
	}	
	.navik-header.sticky .logo img {
    max-height: 50px;
	}
	/*.header-transparent-on.homepage .navik-menu > ul > li > a, 
	.header-opacity-on.homepage .navik-menu > ul > li > a {
	color: #fff;
	}*/
	.header-transparent-on .navik-menu > ul > li > a, 
	.header-opacity-on .navik-menu > ul > li > a {
	color: #333;
	}
	.navik-menu.submenu-top-border li > ul {
    border-top: 0px solid #fff;
	}
	.header-transparent-on .navik-menu.submenu-top-border li > ul {
	margin-top: -10px;
	}
	.header-transparent-on .navik-menu > ul > li.dropdown_menu > a > span::before, 
	.header-opacity-on .navik-menu > ul > li.dropdown_menu > a > span::before {
	border-color: #555;
	}
}
@media (max-width:1199px) {
	.navik-header .logo img {
	height: 60px;
	}
	.navik-header .logo {
	padding: 10px 40px 10px 0;
	text-align: left;
	}
	.cta {
	top:0;
	margin-top:15px;
	}
}


@media (max-width:767px) {
	.cta {
	top:0;
	}
}

/******************************************************************************
	BANNER HOME
*******************************************************************************/



/******************************************************************************
	BREADCRUMP
*******************************************************************************/
.breadcrumb-wrap {
	padding: 30px 0 20px;
	background-color: var(--bgBreadcrumb);
}
.breadcrumb-title {
	font-size: 36px;
	line-height: 30px;
	font-weight: 700;
	margin: 0 0 20px;
	text-align: center;
	color:#000;
}

.breadcrumb-menu {
	text-align: center;
}
ul.breadcrumb-menu {
	padding-left: 0!important;
}
.breadcrumb-menu li {
	display: inline-block;
	position: relative;
	color: var(--primaryColor);
	font-weight: 500;
	padding-right: 10px;
	margin-right: 11px;
	font-size: 15px;
}
.breadcrumb-menu li:after {
	position: absolute;
	font-family:"Font Awesome 6 Free";
	top: 1px;
	right: -7px;
	content: "/";
	font-size: 14px;
	font-weight:900;
	color:#AAAAAA;
}
.breadcrumb-menu li:first-child {
	margin-left: 0;
}
.breadcrumb-menu li:first-child a {
	padding-left: 0;
}
.breadcrumb-menu li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.breadcrumb-menu li:last-child:after {
	display: none;
}
.breadcrumb-menu li a {
	display: inline-block;	
	position: relative;
	color: var(--secondaryColor);
}
.breadcrumb-menu li a:hover {
	color: var(--secondaryColor);
	text-decoration:underline;
}
.breadcrumb-menu li:last-child a:after {
	display: none;
}

/******************************************************************************
	HEADING
*******************************************************************************/
.header-area {
	position: relative;
}
.header-area.six h1,
.header-area.six h2 {
  text-align: center;
  font-size:30px; 
  font-weight:600;
  word-spacing: 1px; 
  letter-spacing:0; 
  color: var(--primaryColor);
}

.header-area.six h1:after, .header-area.six h1:before,
.header-area.six h2:after, .header-area.six h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  height: 3px;
  content: "";
  right: 65px; 
  margin:auto;
  background-color: var(--secondaryColor);
}
.header-area.six h1:before,
.header-area.six h2:before { 
	background-color: var(--tertiaryColor);
	left:65px; 
	width:130px;
}
.header-area h1.text-style,
.header-area h2.text-style {
	font-size: 36px;
	line-height: 1.1;
	padding-bottom: 20px;
	color: var(--primaryColor);
	font-weight:600;
}
/******************************************************************************
	SLIDER
*******************************************************************************/
.business-banner-area {
  z-index: 1;
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
}

.business-banner-content {
  padding-right: 25px;
}
.business-banner-content .sub-title {
  display: block;
  margin-bottom: 10px;
  color: #2ea9e1;
  font-weight: 700;
  font-size: 18px;
}
.business-banner-content h1 {
  margin-bottom: 25px;
  font-size: 60px;
}
.business-banner-content p {
	max-width:550px
}
.business-banner-content .default-btn {
	margin-top:10px
}
.business-banner-content a.default-btn,
.business-banner-content a.default-btn:visited,
.title-page a.default-btn,
.title-page a.default-btn:visited {
	color: var(--whiteColor);
}
.business-banner-image {
	text-align:center
	}
.business-banner-image img {
	border-radius:0;
}
..business-banner-content .default-btn {
  margin-top: 10px;
  background-color: var(--tertiaryColor);
  color: var(--whiteColor);
}
.default-btn {
  -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.05),0 1.5rem 2.2rem rgba(0,0,0,.1);
  box-shadow: 0 .25rem .5rem rgba(0,0,0,.05),0 1.5rem 2.2rem rgba(0,0,0,.1);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: inline-block;
  background-color: var(--tertiaryColor);
  color: var(--whiteColor);
  position: relative;
  border-radius: 5px;
  border: none;
  padding: 13px 50px 13px 35px;
  font-weight: 700;
}
.business-banner-image {
	position: relative;
	left: 0;
	top: 0;
	min-width: 550px;
	height: 500px;
}
.default-btn:hover {
	background-color: var(--secondaryColor);	
	color: var(--whiteColor);
	text-decoration:none;
}

@media (min-width:768px) {
	.business-banner-area {
	background: url("../images/slider-gr.jpg");
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	.business-banner-image {
	background: url("../images/home-banner.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size:contain;
	}	
}
@media only screen and (max-width: 991px) {
	.business-banner-image {
	display:none;
	}
}
@media only screen and (max-width: 767px) {
	.business-banner-area {
	padding-top: 50px;
	padding-bottom: 0px;
	}
	.business-banner-image {
	display:none;
	}
	.business-banner-content {
	text-align: center;
	padding-right: 0;
	}
	.business-banner-content h1 {
	margin-bottom: 18px;
	font-size: 25px;
	}
	.business-banner-content p {
	max-width: 100%;
	}
}
@media (max-width:576px) {
	.business-banner-area {
	background: url("../images/slider-grm.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size:cover;
	}
}

.shape13 {
  position: absolute;
  left: 44%;
  top: 38%;
  z-index: -1;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes rotateme {
	from {-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
	} to {
	-webkit-transform:rotate(360deg);transform:rotate(360deg)
	}
}
@keyframes rotateme{ 
	from {-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
	} to {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg)
	}
}
/******************************************************************************
	HOMEPAGE CAROUSEL
*******************************************************************************/
.partners .title-partner {
	background: var(--tertiaryColor);
	padding: 10px;
	border-radius: 5px;
	text-align: right;
}
.partners .h2 {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;  
}
@media (max-width:576px) {
	.partners .title-partner {
	text-align: center!important;
	}
}


/******************************************************************************
	HOMEPAGE ACCORDION
*******************************************************************************/
.ctr-accordion {
	max-width:1400px;
	height: auto;
	display:flex;
	flex-direction: row;
	align-items: center;
	align-content:space-around;
	gap: 20px;
	overflow:hidden;
	margin: 0 auto;
}
.tab.active {
	width:40%;
}
.tab {
	position:relative;
	width:var(--widthServices);
	height:520px;
	padding:20px;
	background:rgb(150,150,150);
	cursor: pointer;
	transition: width .5s ease;
	border-radius:20px;
	overflow:hidden;
}
.tab img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	transition: all 0.5s ease;
	border-radius:20px;	
}
.tab .content-area1 {
	position: absolute;
	transform: rotate(-90deg);
	width: 290px;
	height: auto;
	left: -80px;
	bottom: 162px;
	transition: all 0.4s;
	opacity: 1;
	z-index: 10;
}
.tab .content-area1 h2.h2,
.tab .content-area1 h3.h2 {
	color: var(--whiteColor);
	font-size: 20px;
	font-weight: 600;
	margin-bottom:0;
}
.tab .content-area a,
.tab .content-area1 a {
	color: var(--whiteColor);
	font-size:20px;
	font-weight:600;
	display: block;
	margin-bottom: 10px;	
}
.tab .content-area p {
	color:#fff;
}
.tab .content-area {
	position: absolute;
	display:block;
	z-index: 1;
	transition: all 0.4s;
	padding: 0 24px 24px 24px;
	bottom: 0;
	left: 0;
	opacity: 0;
}
.tab.active .content-area1, 
.tab:hover .content-area1 {
  opacity: 0;
  transition: all 0.4s;
}
.tab.active .content-area,
.tab:hover .content-area {
	left: 0;
	transition: all 0.4s;
	opacity: 1;
}
.tab:hover img {
	opacity:1;
}
.tab:hover {
	width:40%;	
}

.tab::after {
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 20%,rgba(0,0,0,.50) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	z-index:0;

}
@media (min-width: 992px) {
	.tab.active {
	width:40%;
	}
    .tab {
    width: var(--widthServices);
    }
}
@media (max-width: 991px) {
    .ctr-accordion {
    flex-direction: column; /* For stacking items vertically */
    gap: 10px; /* Adjust gap between the stacked tabs if needed */
    }
	.tab.active {
	width:100%!important;
	}
    .tab {
    width: 100%!important; /* Full width for mobile */
    height: 300px; /* Adjust height for content */
	min-height: 300px;
    margin-bottom: 10px; /* Add some space between the tabs */
    }
	.tab .content-area1 {
	opacity: 0;
	}
	.tab .content-area {
	left: 0;
	opacity: 1;
	}
}

.part-text {
	position:relative;
	display:block;
	padding: 30px 20px;
	background: rgba(220,242,255,.5);
	border-radius: 20px;
	margin-top: 20px;
	margin-bottom: 20px !important;
}
.part-text.color1 {
	background: rgba(46,169,225,.2);
}
.part-text.color2 {
	background: rgba(63,229,167,.2);
}
.part-text.color3 {
	background: rgba(255,230,84,.2);
}
.part-text h3 {
	color:  var(--primaryColor);
	font-size:26px;
	font-weight:600;
}
.part-text p:last-child {
	margin-bottom: 0;
}


.arrow-txt {
  position: absolute;
  content: "";
  bottom: -50px;
  left: -30px;
  width: 39px;
  height: 70px;
  background-image: url('../images/arrow1.png');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  transform:rotate(25deg)!important;
}
.intro_count {
  color: rgba(255,255,255,.4);
  font-size: 150px;
  left: 30px;
  line-height: 114px;
  position: absolute;
  bottom: 30px;
  z-index: -1;
}
@media (max-width:1024px) {
	.arrow-txt,
	.intro_count {
	display:none;
	}
}
/******************************************************************************
	HOMEPAGE PHOTOS ANIMATED
*******************************************************************************/
@-webkit-keyframes semi_rotated {
	0%,
	100% {
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg); }
	50% {
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg); } 
}
@keyframes semi_rotated {
	0%,
	100% {
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg); }
	50% {
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg); } 
}
.bg-color-animate {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin-left: 50px;
	margin-right: 50px;
	z-index: 1;
	position: relative;
	max-width: calc(100% - 100px); 
}
.bg-color-animate::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius:20px;
	top: 0;
	left: 0;
	opacity: 1;
	background-color: var(--secondaryColor); 
}
.bg-color-animate::before {
	-webkit-transform: rotate(-11deg);
	-ms-transform: rotate(-11deg);
	transform: rotate(-11deg);
	-webkit-animation: semi_rotated 20s infinite;
	animation: semi_rotated 20s infinite; 
}
.bg-color-animate.stats::before {
	background-color: var(--tertiaryColor); 
	-webkit-animation: semi_rotated 15s infinite;
	animation: semi_rotated 15s infinite;
}
.bg-color-animate img {
	border-radius:20px;
}	

/***********************************************************************
	HOMEPAGE AVIS
***********************************************************************/
.clients-evolution {
	background: var(--tertiaryColor);
	padding:80px 0 0;
	margin:30px 0 50px;
}
.clients-evolution .header-area.six h2,
.clients-evolution p {
	color:#fff;
}
@media (max-width:767px) {
	.clients-evolution {
	padding:50px 0;	
	}
}

/***********************************************************************
	HOMEPAGE VALEURS
***********************************************************************/
.align-row-center-left {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
}
.align-center-center {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.radius_100p {
  border-radius: 100%;
}
.valeurs-box span.d-block {
    border: 1px solid #f2f2f2;
    height: 120px;
    width: 120px;
    padding: 9px;
}
.valeurs-box:hover span.d-block {
    border-color: var(--secondaryColor);
}
.valeurs-box .valeurs-text {
    width: 68%;
}
.valeurs-box span.d-block i {
    font-size: 45px;
    line-height: normal;
    background: #f2f2f2;
    color: var(--tertiaryColor);
    width: 100px;
    height: 100px;
    padding: 25px;
}
.valeurs-box:hover span.d-block i {
    background: var(--secondaryColor);
    color: #fff;
}
.valeurs-box .valeurs-text h3 {
	font-size:20px;
	margin-bottom:5px;
}
.valeurs-box .valeurs-text h3 a {
	color: var(--tertiaryColor);
}
.valeurs-box .valeurs-text:hover h3 a,
.valeurs-box .valeurs-text h3:hover a {
    color: var(--secondaryColor);
	text-decoration:none;
}

@media (max-width: 991px){
    .valeurs-box span.d_block {
	height: 140px;
	padding: 15px;
	width: 140px;
    }
    .valeurs-box span.d-block i {
	font-size: 60px;
	height: 110px;
	padding: 19px;
	width: 110px;
    }
}
@media (max-width: 767px){
    .welcome_section .container {
    width: 450px;
    }
    .valeurs-box span.d-block {
	border-radius: 0;
	height: 140px;
	padding: 9px;
	width: 100px;
    }
    .valeurs-box span.d-block i {
	border-radius: 0;
	font-size: 47px;
	height: 120px;
	padding: 33px 10px;
	width: 80px;
    }
    .valeurs-box .valeurs-text {
    width: 77%;
    }
}

@media (max-width: 576px) {
	.align-row-center-left {
    display: block;
    text-align: center;
	}
    .welcome_section .container {
    width: 100%;
    }
    .valeurs-box.align-row-center-left {
	display: block;
	text-align: center;
    }
    .valeurs-box span.d-block {
	border-radius: 5px;
	height: 90px;
	margin: 0 auto 20px;
	padding: 13px 10px;
	width: 160px;
    }
    .valeurs-box .valeurs-text {
	padding-left: 0;
	width: 100%;
    }
    .valeurs-box span.d-block i {
	font-size: 37px;
	height: 62px;
	padding: 8px 10px;
	width: 135px;
	border-radius: 5px;
    }
}
/***********************************************************************
	HOMEPAGE COUNTER
***********************************************************************/
.count-evolution {
	background:#F7FCFE;
}
.counter-box {
	display: block;
	background: rgba(255,255,255,.8);
	padding: 40px 20px 37px;
	text-align: center;
	border-radius: 8px;
}

@media (min-width:992px) {
	.counter-box {
	min-height: 100%;
	}
}

.counter-box p {
	margin: 5px 0 0;
	padding: 0;
	color: #1572b8;
	font-size: 18px;
	font-weight: 500;
}

.counter-box i {
	font-size: 60px;
	margin: 0 0 15px;
	color: var(--secondaryColor);
}

.counter { 
	display: block;
	font-size: 32px;
	font-weight: 700;
	color: #111;
	line-height: 28px;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
	color: var(--whiteColor);
}

.desc-count p {
	font-size:16px;
	font-weight:400;
	color:#555;
}
@media (max-width:1399px) {
	.desc-count p {
	font-size:14px;
	line-height:1.2;
	}
}
@media (max-width:767px) {
	.mgt20 {
	margin-top:20px;
	}
}

/***********************************************************************
	HOMEPAGE LAST POST
***********************************************************************/
.categorie {
	position:relative;
	margin-bottom: 20px;
}
.categorie-card {
	position: relative;
	margin-bottom:25px;
}
.categorie-card .categorie-card-img {
	border-radius: 5px;
	position: relative;
}
.categorie .section-title {
	margin-bottom: 15px;
}
.categorie .section-title h2 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
}
.categorie .section-title h2 a {
	color: var(--primaryColor);
}
.categorie .section-title h2 a:hover {
	color: var(--secondaryColor);
	text-decoration:none!important;
}
.categorie .content-categorie {
	position:relative;
}
.categorie-card .categorie-card-img .news-cat {
	top: 30px;
	left: 30px;
}
.categorie-card .categorie-card-img .news-cat {
	position: absolute;
	font-size: 14px;
	line-height: 24px;
	background-color: var(--secondaryColor);
	color: var(--whiteColor);
	border-radius: 5px;
	padding: 3px 10px;
}
.categorie .categorie-card-img {
	min-height:250px;
	border-radius:5px;
	overflow:hidden;
}

.bloc-author .list-style {
	margin: 0;
	padding: 0;
	list-style: none;
}
.author-publish {
	display:block;
	font-size:14px;
}
.bloc-author .author-info li {
	display: inline-block;
	position: relative;
	color: var(--primaryColor);
	list-style: none;
	margin-right: 15px;
	padding-left: 0;
	font-size: 14px;
}
.bloc-author li.author {
  display: block;
  padding-left: 0;
}
.author-info li.author a,
.author-info li.author a:visited {
	color: var(--primaryColor);
	text-decoration:underline;
}
.author-info li.author a:hover {
	color: var(--secondaryColor);
}
.author-info li.author .author-img img {
	width: 40px;
	height: 40px;
	position: relative;
	top: -0px;
	border-radius: 50%;
	margin-right: 10px;
}
.author-info li.author .author-img {
	font-size:16px;
}
@media (min-width: 1200px) {
	.bloc-author {
	position:absolute;
	bottom:25px;
	float:right;
	}
}
@media (max-width: 1199px) {
	.bloc-author {
	position:relative;
	float:left;
	}
}

/* -- Hover img blog --*/
.mwb-heading {
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 20px;
}
.mwb-heading::after {
	border-bottom: 2px solid #555555;
	bottom: 0;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 140px;
}
.mwb-heading::before {
	background-color: #555555;
	bottom: -2px;
	content: "";
	height: 8px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 30px;
	z-index: 1;
}
.mwb-product-list-wrap.hover-style-3 .mwb-user-action {
	position:absolute;
	background-color: rgba(0, 0, 0, 0.4);
	left: 0;
	right: 0;
	top: 0;
	bottom:0;
	width:100%;
	height:100%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	justify-content: center;
	display: flex;
	align-items: center;
}
.mwb-product-list-wrap.hover-style-3 .mwb-user-action li a.btn {
	background-color: #5BBBE7;
	border-color: #5BBBE7;
	font-weight:500;
	font-size:12px!important;
	line-height:1.2;
	padding:3px 20px 5px;
	text-transform:uppercase;
	color:#fff;
	border-radius: 4px;
	display: block;
	text-align: center;
}
.mwb-product-list-wrap.hover-style-3 .mwb-user-action li a.btn:hover {
	background-color: var(--secondaryColor);
	border-color: var(--secondaryColor);
	text-decoration:none;
}
.mwb-product-list-wrap.hover-style-3:hover .mwb-user-action {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/***********************************************************************
	HOMEPAGE FAQ
***********************************************************************/
.accordion .card {
  border-radius: 4px;
  box-shadow: none;
}
.accordion.accordion5 h2,
.accordion.accordion5 h3 {
	margin-bottom:0;
}
.accordion .card .title {
    display: block;
    font-size: 20px;
	font-weight: 600;
    color: var(--primaryColor);
	text-decoration:none;
}
.accordion .card .title:hover {
    background: var(--secondaryColor);
    color: var(--whiteColor);
	text-decoration:none;
}
.accordion .card-body {
    font-size: 16px;
    line-height: 26px;
}
.accordion5 .card {
    background: transparent;
    margin-bottom: 20px;
    border: none;
}
.accordion5 .card .title {
    background: var(--whiteColor);
    border-left: 3px solid var(--secondaryColor);
    padding: 17px 65px 17px 30px;
    position: relative;
	border-radius: 6px;
}
.accordion5 .card .title[aria-expanded=true] {
	background: var(--secondaryColor);
    color: var(--whiteColor);
	border-radius: 6px 6px 0 0;
}
.accordion5 .card .title::after {
    content: "\2b";
    background: var(--secondaryColor);
    color: #fff;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    height: 100%;
    padding: 17px 22px;
    position: absolute;
    right: 0;
    top: 0;
	border-radius: 0 6px 6px 0;
}
.accordion5 .card .title[aria-expanded=true]::after {
    content: "\f068";
    background: var(--tertiaryColor);
    color: var(--whiteColor);
	border-radius: 0 6px 0 0;
}
.accordion5 .card-body {
    background: var(--whiteColor);
    border-left: 3px solid var(--secondaryColor);
    margin-top: 0;
    padding-left: 30px;
    padding-top: 10px;
	border-radius: 0 0 6px 6px;
}
.accordion5 .card-body p:last-child {
	margin:0;
}

@media (max-width: 576px){
    .accordion .card .title {
    font-size: 16px;
    padding: 12px 50px 12px 10px;
    }
    .accordion5 .card .title::after {
    padding: 12px 18px;
    }
}


/******************************************************************************
	TOP CATEGORIES
*******************************************************************************/
.parallax-top-section {
	position:relative;
	min-height: 550px !important;
	margin-bottom:30px;
	background-position:bottom center!important;
}

.parallax-top-section::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.parallax-top-section .parallax-content {
	position: absolute;
	top:55%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index:1;
}
.parallax-top-section .parallax-content .title-page {
	position:relative;
	width:100%;
	background-color:#2ea9e1;
	padding:15px 25px;
	border-radius: 10px;
}
@media (min-width:1400px) {
	.parallax-top-section .parallax-content .title-page {
	width:541px;
	}
}
.parallax-top-section .parallax-content .title-page > h1,
.parallax-top-section .parallax-content .title-page > h2 {
	position:relative;
	display:block;
	width:100%;
	margin-bottom:10px;
	font-size:40px;
	color:var(--whiteColor);
	font-weight:700;
	line-height:1.2;
}

.parallax-top-section .parallax-content .title-page > p,
.parallax-top-section .parallax-content .title-page > span > p {
	font-size:18px;
	color: var(--whiteColor);
	font-weight:300;
	margin-bottom:0;
}
@media (min-width:1400px) {
	.parallax-top-section .parallax-content {
	width:1300px;
	}
}
@media (max-width:991px) {
	.parallax-top-section.article,
	.parallax-top-section.contact_us {
	min-height: 200px !important;
	background-position: bottom center !important;
	}
	.parallax-top-section {
    min-height: 280px !important;
    margin-bottom: 0;
    position: relative;
	}
	.parallax-top-section .parallax-content {
	position: relative;
	padding: 30px 15px;
	left: 0;
	top: 0;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
	.parallax-top-section .parallax-content h1 {
	font-size: 30px;
	}
}
@media (max-width:767px) {
	.parallax-top-section {
	border-radius: 0;
	}
	.parallax-top-section .parallax-content .title-page > h1, 
	.parallax-top-section .parallax-content .title-page > h2 {
	font-size: 26px;
	}
	.parallax-top-section .parallax-content .title-page > p {
	font-size: 16px;
	}
}
@media (max-width:576px) {

}

/***********************************************************************
	TEMPLATE PAGE
***********************************************************************/
.welcome32 h2.title-page {
	color:#fff;
}
.welcome32 .page-box1 {
  background: var(--whiteColor);
  padding: 25px 20px;
  border-radius: 10px;
}
.welcome32 .page-box1 .icone {
	position:relative;
	display:inline-block;
    background: var(--secondaryColor);
    border-radius: 100%;
    height: 110px;
    width: 110px;
	text-align:center;
}
.welcome32 .page-box1 .icone img {
	position:relative;
	top:50%;
	transform: translateY(-50%);
	width:50px;
	height:50px;
}

.welcome32 .page-box1 .icone:before {
    background: #bbbbbb;
    bottom: -25px;
    content: "";
    height: 25px;
    left: 50%;
    margin-left: -0.5px;
    position: absolute;
    width: 1px;
}
.welcome32 .page-box1 .intro-text {
    position:relative;
	display:block;
	margin-top:30px;
}
.welcome32 .page-box1 .intro-text h3 a {
	color: var(--secondaryColor);
}
.welcome32 .page-box1 .intro-text h3 a:hover {
    color: var(--tertiaryColor);
}
@media (max-width: 767px){
    .welcome32 .col-md-4:last-child .page-box1 {
    margin-bottom: 0px;
    }
}

.page-carousel {
	min-height:300px;
	border-radius:8px;
}

#carousel-page .owl-item h3.title-carousel {
	color: var(--tertiaryColor);
	font-size:24px;
	font-weight:600;
}
@media (min-width:1200px) {
	#carousel-page .owl-item .desc-carousel {
	padding-left:40px;
	}
	
}

/*-- TABS --*/
.radius5 {
	border-radius:5px;
}
.tab-style8 .nav > li > a:focus,
.tab-style8 .nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}
.tab-style8 .nav > li > a {
    font-size: 16px;
    text-align: center;
    display: block;
}
.tab-style8 .nav-tabs {
    border-bottom: medium none;
}
.tab-style8 .nav {
    width: 100%;
}
.tab-style8 .nav > li {
    float: left;
    width: 20%;
    border-bottom: 2px solid #e0e0e0;
}
.tab-style8 .nav > li > a {
    color: var(--primaryColor);
    padding: 0;
    position: relative;
    text-align: center;
    display: flex;
    flex-flow: row;
    line-height: 70px;
    align-items: center;
    justify-content: center;
}
.tab-style8 .nav > li > a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background: var(--primaryColor);    
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}
.tab-style8 .nav > li > a.active::before {
    width: 100%;
    background: var(--secondaryColor);
}
.tab-style8 .nav > li > a.active i {
    color: var(--tertiaryColor);
}

.tab-style8 .nav > li > a i {
    color: var(--primaryColor);
    font-size: 20px;
    margin-right: 15px;
}

.tab-style8 .nav > li > a.active {
    color: var(--secondaryColor);
}

.tab-style8 .tab-content {
    margin-top: -10px;
    padding: 30px 0;
}
.tab-style8 .tab-content .tab-img {
    max-width: 400px;
}
.tab-style8 .tab-content .tab-img img {
    width: 100%;
}
.tab-style8 .tab-content .tab_text {
    padding-left: 35px;
    width: 76%;
}

@media (max-width: 991px){
    .tab_common .nav > li > a {
        font-size: 14px;
    }
    .tab-style8 .tab-pane .align-row-center-left {
        display: block;
    }
    .tab-style8 .tab-content .tab_text {
        padding-left: 0;
        width: 100%;
    }
    .tab-style8 .tab-content .tab-img {
        max-width: 225px;
        float: left;
        margin-right: 25px;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px){
    .tab-style8 .nav > li > a {
        display: block;
        line-height: normal;
        padding: 8px 4px;
    }
    .tab-style8 .nav > li > a i {
        font-size: 20px;
        margin-right: 0;
        display: block;
		margin-bottom:5px;
    }
    .tab-style8 .tab-content .tab-img {
        max-width: 145px;
    }
	.tab-style8 .nav > li > a.active {
    background:var(--secondaryColor);	
	}
	.tab-style8 .nav > li > a.active,
	.tab-style8 .nav > li > a.active i {
	color:var(--whiteColor);
	}
}
@media (max-width: 576px) {
    .tab-style8 .nav > li {
        width: 100%;
        float: none;
    }
    .tab-style8 .tab-content .tab-img {
        margin-right: 0;
        max-width: 100%;
        float: none;
        margin-bottom: 20px;
    }
}

/***********************************************************************
	IMAGE-CARD (Page 2)
***********************************************************************/
.image-card-text {
	padding:40px 20px;
}
.image-card-text h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
}
.image-card-text h3 a {
    color: var(--primaryColor);
    transition: .3s;
}
.image-card-text > p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    color: var(--primaryColor);
    margin-bottom: 0;
}
.image-card-text > a {
    border: 1px solid var(--secondaryColor);
    border-radius: 30px;
    color: var(--primaryColor);
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-top: 20px;
    padding: 13px 28px;
    position: relative;
    transform: perspective(1px) translateZ(0px);
    transition: color 0.3s ease 0s;
    vertical-align: middle;
}
.image-card-text > a::before {
    background: var(--secondaryColor);
    border-radius: 30px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.image-card-text > a:hover::before {
    transform: scaleY(1);
}
.image-card-text > a:hover {
    color: #fff;
}

.image-card-img {
  position: relative;
  overflow: hidden;
}
.image-card-two .image-card-text {
	border:1px solid #ddd;
	text-align:center;
	margin-top: -1px;
}
.image-card-two .image-card-img img {
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}
.image-card-two .image-card-wrapper:hover .image-card-img img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

/***********************************************************************
	TIMELINE
***********************************************************************/
.timeline-one {
	position: relative;
	min-height: 500px;
	width: 100%;
	padding: 60px 0;
	margin:0 auto;
}
.timeline-bar {
	position: absolute;
	top: 0;
	left: 50%;
	width: 6px;
	height: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: var(--secondaryColor);
}
.timeline-bar::before, 
.timeline-bar::after {
	position: absolute;
	left: 50%;
	display: block;
	width: 15px;
	height: 15px;
	content: '';
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
}
.timeline-bar::before {
	top: -1px;
	background: var(--secondaryColor);
}
.timeline-bar::after {
	bottom: -1px;
	background: var(--secondaryColor);
}
.timeline-date {
    background: var(--tertiaryColor);
    background-size: 100% 1162px;
    background-position: 0px -144px;
}
.timeline {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}
.timeline:last-child {
	margin-bottom: 0;
}
@media (min-width: 900px) {
  .timeline {
    flex-direction: row;
  }
}

@media (min-width: 900px) {
  .timeline-right {
    justify-content: flex-end;
  }
}
.timeline-date {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	margin: auto;
	color: #fff;
	background-repeat: no-repeat;
	border-radius: 50%;
	border: 6px solid #fff;
}
@media (min-width: 900px) {
	.timeline-date {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	}
}

.timeline-date-day {
	font-size: 1.35rem;
	font-weight: 600;
}

.timeline-box {
	position: relative;
	width: 90%;
	margin: 30px auto 0;
	background-color: #fff;
	padding: 20px 15px 0;
	border-radius: 8px;
}
@media (min-width: 900px) {
	.timeline-box {
    width: calc((100% - 70px - 8px * 4) / 2);
    margin: 0;
	}
}
.timeline-box::before {
	position: absolute;
	top: 50%;
	display: none;
	width: 0;
	height: 0;
	content: '';
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.timeline-box::after {
	position: absolute;
	top: 50%;
	display: none;
	width: 16px;
	height: 16px;
	content: '';
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.timeline-title {
	padding: 0 15px;
	margin-bottom: 15px;
	font-size: 1.25rem;
	font-weight: 600;
}

.timeline-desc {
	padding: 0 15px 20px;
	font-size: 1rem;
	line-height: 20px;
	color: #333333;
}
.timeline-desc p {
	margin-bottom: 10px;
}
.timeline-desc p:last-child {
	margin-bottom: 0;
}

.timeline-actions {
	padding: 20px 15px;
	border-top: 1px solid rgba(160, 160, 160, 0.2);
}

.btn-timeline-more {
	font-size: .9rem;
	font-weight: 500;
	background: var(--secondaryColor);
	border: var(--secondaryColor);
	color: var(--whiteColor);
	text-transform: uppercase;
}
.btn-timeline-more:hover {
	background: var(--tertiaryColor);
	border: var(--tertiaryColor);
	color: var(--whiteColor);
}

.single-box {
	margin-bottom:30px;
	text-align:center;
	border:1px dashed #e1e1e1;
	-webkit-transition: var(--transition);
	transition:var(--transition);
	padding:40px 25px 0;
	height:100%!important;
}
.single-box img {
	margin-bottom:30px;
	-webkit-transition:var(--transition);
	transition: var(--transition);
}
.single-box h3 {
	margin-bottom:12px;
	font-size:20px;
}
.single-box p {
	margin-bottom:0;
}
.single-box:hover {
	-webkit-box-shadow:3px 5px 25px 0 rgba(0,0,0,.1);
	box-shadow:3px 5px 25px 0 rgba(0,0,0,.1);
	border-color:var(--whiteColor);
}
.single-box:hover img {
	-webkit-transform:scale(.9);
	transform:scale(.9);
}

/***********************************************************************
	BLOG LISTE CATEGORIES
***********************************************************************/
.new-post-blog {
    border:0px solid #ddd;
	border-radius:8px;
	padding:40px 0px;
	margin-bottom:40px;
}

.blog-img-1 {
	width:85%;
	margin-left: 40px;
	position:relative;
	min-height:350px;
	border-radius:5px;
	overflow:hidden;
}
.blog-img-1 img {
	border-radius:5px;
	cursor:pointer;
}
.blog-img-1::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.new-post-blog:hover .blog-img-1::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.bp-padd {
	padding-right:10px;
}
.bp-padd i {
	color: var(--secondaryColor);
}
.grid-content span,
.grid-content span a {
	font-size: 14px;
	color: var(--primaryColor);
}

.grid-content h2 {
    margin: 15px 0px 15px 0px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3em;
}
.grid-content h2.post-title a:hover {
    color: var(--tertiaryColor);
	text-decoration:none;
}

.grid-content p {
    margin: 0px 0px 21px 0px;
    font-weight: 400;
	line-height:25px;
	font-size:16px;
}
a.blog-btn-more,
a.blog-btn-more:visited {
    padding: 8px 20px 8px 20px;
    font-size: 13px;
    font-weight: 500;
    background: var(--tertiaryColor);
    color: var(--whiteColor);
	border:1px solid var(--tertiaryColor);
	border-radius:5px;
	display: inline-block;
}
a.blog-btn-more:hover {
	background: #000000;
    color: var(--whiteColor);
	border:1px solid #000000;
	text-decoration:none;
}
.grid-content {
	margin-top:0;
	padding:0px 24px 0px 0px;
}
.article-card {
  border-radius: 8px;
  position: relative;
}
@media (min-width: 768px) {
  .article-card {
  min-height: 580px;
  }
}

@media (max-width: 991px) {
	.article-card {
	min-height: 320px;
	}	
}

@media (max-width: 767px) {
	.grid-content {
    margin-top: 22px;
	padding: 0px 24px;
	}
	.article-card {
	min-height: 280px;
	}	
}
@media (max-width:576px) {
	.blog-img-1 {
	min-height:250px;
	margin-left: 25px;
	}
}

/***********************************************************************
	BLOG ARTICLES
***********************************************************************/
.post-article p > img {
	width:100%!important;
	height:auto;
	border-radius: 8px;
}

.white-color {
  color: var(--whiteColor);
}
.gfort-sep {
  left: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  line-height: 0;
  overflow: hidden;
  position: absolute;
}
.gfort-sep-bottom {
  bottom: 0;
}
.gfort-sep-bottom {
  margin-bottom: -1px;
}
.gfort-gap-36 {
  height: 56px;
}
@media (max-width:991px) {
	.gfort-gap-36 {
	height: 36px;
	}
}
.gfort-sep {
  line-height: 0;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
.gfort-sep svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}



.widget-area {
	padding-left: 15px;
}

.widget-area .widget {
	margin-bottom: 35px;
}
.widget-area .widget_noke_posts_thumb {
  position: relative;
  overflow: hidden;
}
.widget-area .widget h3.widget-title {
  color: var(--primaryColor);
}
.widget-area .widget h3.widget-title span {
  color: var(--secondaryColor);
}
.widget-area .widget .widget-title {
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  margin-bottom: 30px;
  position: relative;
  font-size: 20px;
}
.widget-area .widget .widget-title::before {
  left: 0;
  width: 70px;
  height: 1px;
  content: '';
  bottom: -1px;
  position: absolute;
  background-color: var(--secondaryColor);
}
.widget-area .widget_noke_posts_thumb .item {
	margin-bottom: 20px;
	position: relative;
	padding-left: 0px;
}
.widget-area .widget_noke_posts_thumb .item.similar {
  padding-left: 115px;
}
.widget-area .widget_noke_posts_thumb .item.similar .title a {
  color: var(--primaryColor);
}
.widget-area .widget_noke_posts_thumb .item.similar .title a:hover {
  color: var(--secondaryColor);
  text-decoration:none;
}

.widget-area .widget_noke_posts_thumb .item .info .title {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.widget-area .widget_noke_posts_thumb .item .thumb {
  top: 0;
  left: 0;
  width: 100px;
  float: unset;
  min-height: 80px;
  display: block;
  position: absolute;
  z-index:0;
}
.widget-area .widget_noke_posts_thumb .item .thumb .fullimage {
	position:absolute;
	width:100%;
	height:80px;
	z-index:0;
}
.widget-area .widget_noke_posts_thumb .item .info {
	min-height:80px;
}

#content h2 {
	font-size:30px;
	font-weight:600;
	color: var(--tertiaryColor);
}
#content h3 {
	font-size:22px;
	font-weight:600;
	color: var(--primaryColor);
}

#content h2::before, #content h3::before, #content h4::before {
  display: block;
  content: "";
  margin-top: -100px;
  height: 100px;
  visibility: hidden;
}

#summary-list {
    list-style: none;
    padding-left: 0;
}
#summary-list li {
    margin: 5px 0; /* Espacement entre les éléments */
	font-weight:400;
}

#summary-list li::first-letter {
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--primaryColor);
}

#summary-list li.level-2 {
    margin-left: 20px; /* Indentation pour les titres <h3> */
}
#summary-list li.level-2::first-letter {
  font-size: 1rem;
  font-weight:normal;
}
#summary-list a {
    text-decoration: none;
    color: var(--primaryColor);
}
#summary-list a:hover {
    text-decoration: none;
	color: var(--secondaryColor);
}
#summary-list a.active {
    font-weight: bold;
	color: var(--primaryColor);
}

.widget-area .widget_about_author .about-author {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 1px solid #eee;
  text-align: center;
  padding: 30px;
}
.widget-area .widget_about_author .about-author .main-image {
  width: 100px;
}
.widget-area .widget_about_author .about-author p {
  margin-bottom: 15px;
  margin-top: 25px;
}

.widget-area .widget_about_author .about-author .btn-auteur {
	position:relative;
	text-align:center;
	border:none;
	background-color: var(--secondaryColor);
	border: var(--secondaryColor);
	color:var(--whiteColor);
	min-width:190px;
	text-align:center;
}
.widget-area .widget_about_author .about-author .btn-auteur:hover {
	background: var(--tertiaryColor);
	border: var(--tertiaryColor);
	color: var(--whiteColor);
}


/*
.card.similar-articles  {
	border:none;
}
.card.similar-articles .card-body {
	padding-bottom:0;
}
#carousel-articles .owl-item a.title-similar {
	position:absolute;
	content:'';
	left:0;
	right:0;
	bottom:0;
	background: var(--secondaryColor);
	text-align:center;
	padding:5px;
}
#carousel-articles .owl-item a.title-similar h3 {
	color: var(--whiteColor);
	font-size:13px;
	font-weight:500;
	line-height:1.2;
	margin-bottom:0;
}

#carousel-articles .owl-item {
    min-height: 240px;
}
*/




/***********************************************************************
	PAGE EQUIPE
***********************************************************************/
.single-team-member {
	background-color: var(--tertiaryColor);
	margin-bottom:30px;
	text-align:center;
}
.single-team-member .content {
	padding:25px 20px;
	z-index:1;
	position:relative;
	-webkit-transition:var(--transition);
	transition:var(--transition);
}
.single-team-member .content h3 {
	-webkit-transition:var(--transition);
	transition:var(--transition);
	font-size:20px;
	margin-bottom:10px;
	color: var(--whiteColor);
}
.single-team-member .content span {
	display:block;
	color: var(--whiteColor);
	-webkit-transition:var(--transition);
	transition:var(--transition);
}
.single-team-member .content .team-info {
	padding-left:0;
	margin-bottom:0;
	list-style-type:none;
	position:absolute;
	left:0;
	right:0;
	bottom:25px;
	opacity:0;
	visibility:hidden;
	-webkit-transition:var(--transition);
	transition:var(--transition);
}
.single-team-member .content ul.team-info {
	margin:15px 0 0;
}
.single-team-member .content .team-info li {
	display:inline-block;
	margin:0;
}
.single-team-member .content .team-info li .btn-outline-team {
	display:block;
	font-size:12px;
	color:var(--whiteColor);
	border: 1px solid var(--secondaryColor);
	background: transparent;
	padding: 3px 15px !important;
	text-transform: uppercase;
}
.single-team-member .content .team-info .btn-outline-team:hover {
	border: 1px solid var(--whiteColor);
	color:var(--whiteColor);
	background:transparent;
}
.single-team-member .content .team-info li a:hover {
	color:var(--secondaryColor)
}

.single-team-member .content::before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	height:40px;
	background-color: var(--blackColor);
	top:-40px;
	z-index:-1;
	-webkit-transition:var(--transition);
	transition:var(--transition);
	opacity:0;
	visibility:hidden;
}
.single-team-member:hover .content {
	background-color: var(--blackColor);
}
.single-team-member:hover .content h3 {
	color:var(--whiteColor);
	-webkit-transform:translateY(-40px);
	transform:translateY(-40px);
}
.single-team-member:hover .content span {
	color:var(--whiteColor);
	-webkit-transform:translateY(-40px);
	transform:translateY(-40px);
}
.single-team-member:hover .content .team-info {
	opacity:1;
	visibility:visible;
}
.single-team-member:hover .content::before {
	opacity:1;
	visibility:visible;
}

/***********************************************************************
	CONTACT
***********************************************************************/
@media (min-width:768px) {
	.contact-form {
	padding: 40px 60px;
	border-radius:8px;
	}
}
@media (max-width:767px) {
	.contact-form {
	padding: 30px 15px;
	}
}
.cv {
    margin-bottom: 20px;
}

.form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.contact-form label {
  display: inline-block;
  margin-bottom: .5rem;
  color: #000;
  font-size: 16px;
}
.contact-form input {
  height: 45px;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 0;
}
.contact-form input {
  padding: 6px 20px 6px 60px;
}
.contact-form .captcha input {
	padding: 6px 20px 6px 20px;
}

.contact-form textarea {
	border: 1px solid #ddd;
	box-shadow: none;
	border-radius: 0;
}

.contact-form .cv i {
  font-size: 22px;
  position: absolute;
  left: 16px;
  color: #8e8e8e;
  top: 45px;
  padding: 0px 0px;
}
.contact-form .cv i {
  left: 13px;
  top: 29px;
  border-right: 0px solid #ddd;
  padding: 13px 17px;
  font-size: 18px;
}
.contact-form .cv i {
  background: #26BDEF;
  color: #fff;
}

.contact-form .submit-btn-wrapper button {
  background-color: var(--secondaryColor);
  width: 100%;
  height: 45px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: var(--whiteColor);
  border: 0;
  outline: 0;
  margin-top: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-form .submit-btn-wrapper:hover button {
    background-color: var(--tertiaryColor);
}
.contact-form .submit-btn-wrapper button {
  width: 100%;
}

.alert-danger {
	padding: 5px 10px;
	top: 5px;
	float: right;
	border-radius: 0;
	font-size: 14px;
}



#contact h5.card-title {
	margin:0;
	color: var(--whiteColor);
}
@media (min-width:992px) {
	#contact .alert {
	position: absolute;
	right: 13px;
	top: -5px;
	}
	#contact .alert.captcha-error {
	top: -15px;
	}
}
@media (max-width:991px) {
	#contact .alert {
	position: relative;
	top: 4px;
	}
}

.infos-contact .card-header {
	background: var(--tertiaryColor);
	color:  var(--whiteColor);
	font-size:20px;
	font-weight:600;
}


/***********************************************************************
	SHAPES IMG CSS
***********************************************************************/
.business-testimonials-image {
  text-align: center;
  position: relative;
  margin-right: 30px;
  z-index: 2;
}
.business-testimonials-image img {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  display: inline-block !important;
  width: auto !important;
}

.business-testimonials-image::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  content: '';
  position: absolute;
  border-radius: 65% 35% 70% 30%/64% 31% 69% 36%;
  background-color: var(--secondaryColor);
}
.business-testimonials-image::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  position: absolute;
  border-radius: 20% 80% 50% 50%/20% 50% 50% 80%;
  border: 2px solid var(--tertiaryColor);
}


.marketing-image {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-right: 50px;
  margin-left: 50px;
}
.marketing-image.persona {
  margin-right: 0px;
  margin-left: 0px;
}
.marketing-image img {
  display: inline-block !important;
  width: auto !important;
}
.marketing-image::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  content: '';
  position: absolute;  
  background-color: var(--secondaryColor);
}
.marketing-image::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  position: absolute;
  background-color: #ffac00;
}

.marketing-image img {
	border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
}
.marketing-image::after {
	border-radius: 65% 35% 70% 30%/64% 31% 69% 36%;
}
.marketing-image::before {	
  border-radius: 50%;
}


/***********************************************************************
	MENTIONS LEGALES
***********************************************************************/
#mentions h2 {
	color: var(--secondaryColor);
	font-size:30px;
	font-weight:600;
	margin-bottom: 5px;
}
/***********************************************************************
	FOOTER
***********************************************************************/
#footer {
	position:relative;
}
/*-- Footer copyright --*/
#footer .copyright {
	background: var(--bgCopyright);
	line-height: 22px;
	padding: 30px 0 30px;
}
#footer .copyright, 
#footer .copyright a {
	color: var(--whiteColor);
}
#footer .copyright a:hover {
	color: var(--secondaryColor); 
}
#footer .copyright ul {
	margin-bottom:0;
}
@media (max-width:576px) {
	#footer .copyright .list-inline-item {
	display: block;
	padding:5px 0;
	}
}

/***********************************************************************
	TO TOP
***********************************************************************/
#back-to-top {
    position: fixed;
    width: 50px;
	height: 50px;
	bottom: 30px;
	right: 30px;
    z-index: 9999;   
    cursor: pointer;
    background-image: url(../images/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color: rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 12px;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;
    opacity: 0;
}
#back-to-top:hover {
	background-color: var(--secondaryColor);
	opacity: 1;
}
#back-to-top.show {
    opacity: 1;
}


@media (max-width:992px) {
	.order-first {
    order: 1 !important;
	}
}
@media (max-width:576px) {
	h2 {
	font-size: 26px;
	}
}

.nav-item a.ico1::before {
	content="\f017";
}