html {
	overflow: hidden;
	overflow-y: auto;
}
body {
	overflow: hidden;
	font-size:16px;
	color: var(--textColor);
	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;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat-Regular", sans-serif;
	line-height: 1.2;
}
h1 {
	font-size: 44px;
	font-weight: 600;
	color: var(--blackColor);
}
h2 {
	font-size: 36px;
	font-weight: 600;
	color: var(--blackColor);
}
h3 {
	font-size: 20px;
	font-weight: 500;
	color: var(--blackColor);
}

h4, h5, h6 {
	font-weight: 500;
	color: var(--blackColor);
}
h4 {
	font-size: 18px;
}

h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
.cover-image {
	background-size:cover!important;
	background-position: center center!important;
}
.bg-color {
	background-color: var(--bgColor);
}
.height-750 {
	min-height:750px;
}


/***********************************************************************
	MENUHEADER
***********************************************************************/
.navik-menu ul li > a {
	font-size: 16px;
	font-weight: 600;
}
.navik-menu > ul > li:hover > a, 
.navik-menu > ul > li.current-menu > a {
	color: var(--primaryColor);
}
.navik-menu ul ul li > a {
  font-size: 16px;
  font-style: normal;
}
@media (min-width: 768px) {
  .navik-header.header-shadow .header-shadow-wrapper::after {
  box-shadow: none;
  }
  .navik-header.header-shadow.sticky .header-shadow-wrapper::after {
  box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1200px) {
  .navik-header.sticky .logo img {
  max-height: 60px;
  }
}
@media (max-width:991px) {
	.navik-header .logo {
	padding: 15px 0;
	text-align: left;
	}
	.navik-header .logo img {
	max-width: 50%;
	}
}

/***********************************************************************
	TOP PAGE
***********************************************************************/
.banner .banner-bg {
	position:relative;
	padding: 20px 40px;
	border-radius: 8px;
	margin-top: 15px;
	margin-bottom:15px;
	overflow:hidden;
}
.banner .banner-bg::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: var(--secondaryColor);
	opacity: .05;
	top: 0;
	left: 0;
	z-index: 0;
}
.banner .banner-bg .banner-content {
	position:relative;
	z-index:100;
}

.banner .banner-bg .main-heading.home {
  padding-left: 50px;
}
.banner .banner-bg .main-heading {
  padding-left: 0;
}
.banner .banner-bg .main-heading h1,
.banner .banner-bg .main-heading.home h1 {
	color: var(--blackColor);
	font-style: normal;
	font-weight: 600;
}
.banner .banner-bg .main-heading.home h1 {	
	font-size: 50px;
	line-height: 60px;
}
.banner .banner-bg .main-heading h1 {
	font-size: 40px;
	line-height: 46px;
}
.banner .banner-bg .main-heading p {
  color: var(--blackColor);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.banner .banner-bg .main-heading .bottom-content {
	color: var(--blackColor);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	margin-top: 22px;
}
.main-image img {
	border-radius: 12px;
}
.banner .banner-bg .main-heading .ariane .breadcrumb {
	margin:0;
	line-height: 16px;
}
.banner .banner-bg .main-heading .ariane {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.banner .banner-bg .main-heading .ariane a,
.banner .banner-bg .main-heading .ariane .active {
  display: inline-block;
  color: var(--blackColor);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner .banner-bg {
	margin-bottom: 50px;
	}
	.banner .banner-bg .main-heading {
	padding-left: 0;
	padding: 50px 0px 0px 0px;
	}
	.banner .banner-bg .main-heading h1 {
	font-size: 40px;
	line-height: 48px;
	}
}
@media (max-width:767px) {
	.banner .banner-bg {
    margin-bottom: 50px;
	padding: 40px 20px;
	}
	.banner .banner-bg .main-heading.home {
	padding-left: 0;
	}
	.banner .banner-bg .main-heading.home h1,
	.banner .banner-bg .main-heading h1 {
	font-size: 32px;
	line-height: 36px;
	}
	.banner .banner-bg .main-heading {
    padding-left: 0;
    padding: 0px 0px 0px 0px;
	}
	.banner .banner-bg .main-heading .ariane {
	display: none;
	}
}


/***********************************************************************
	BLOC ARTICLES
***********************************************************************/
.article-single-box {
  background-color: var(--whiteColor);
  border-radius: 9px;
  transition: all 0.4s;
}
.article-single-box.populaires {
  border: 1px solid #dddddd;
}
.article-single-box {
  height: 100%;
}
.article-single-box .thumbnail {
  position: relative;
  border-radius: 8px 8px 0px 0px;
}
.article-single-box .thumbnail img {
  transition: all 0.4s;
  width: 100%;
}
.article-single-box .heading1 {
	padding: 16px;	
}
.article-single-box .heading1 .categorie-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
}
.article-single-box .heading1 .categorie-area span.categorie {
  color: var(--primaryColor);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  transition: all 0.4s;
}
.article-single-box .heading1 .author-area {
  display: flex;
  align-items: center;
  padding-top: 16px;
}
.article-single-box .heading1 .author-area .author {
  display: flex;
  align-items: center;
}
.article-single-box .heading1 .author-area .author .author-tumb {
  height: 28px;
  width: 28px;
}
.article-single-box .heading1 .author-area .author .author-tumb img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.article-single-box .heading1 .author-area .author .author-text {
  display: inline-block;
  color: #555;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding-left: 8px;
}
.article-single-box:hover {
  box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.09);
  transition: all 0.4s;
  transform: translateY(-10px);
  background-color: var(--whiteColor);
}
.heading1 h2 a {
  display: inline-block;
  color: var(--blackColor);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  transition: all 0.4s;
}
.heading1 h2 a:hover {
  transition: all 0.4s;
  color: var(--secondaryColor);
}
.article-single-box .thumbnail {
	height:280px;
	overflow:hidden;
}
@media (max-width:767px) {
	.article-single-box .thumbnail {
	height: 220px;
	}
}
.image-anime {
  overflow: hidden;
}
.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

/***********************************************************************
	ARTICLE
***********************************************************************/
#content img,
.blog-article-single-box {
  border: none;
  border-radius: 9px;
  transition: all 0.4s;
}
.blog-article-single-box .thumbnail {
  position: relative;
  border-radius: 8px 8px 8px 8px;
  height:750px;
}
@media (max-width:767px) {
	.blog-article-single-box .thumbnail {
	height:250px;
	}
}
.sidebar-widget {
	position:relative;
	background-color: var(--bgColor);
	padding: 24px 24px;
	border-radius: 8px;
}
.sidebar-widget h3 {
  color: var(--blackColor);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 24px;
}
#content h2 {
	font-size:30px;
	font-weight:600;
	color: var(--blackColor);
}
#content h3 {
	font-size:22px;
	font-weight:600;
	color: var(--blackColor);
}
#content h2::before, #content h3::before, #content h4::before {
  display: block;
  content: "";
  margin-top: -100px;
  height: 100px;
  visibility: hidden;
}
.nb-index {
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--primaryColor);
  margin-right: 0.2em;
}
#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.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(--blackColor);
}
#summary-list a:hover {
    text-decoration: none;
	color: var(--primaryColor);
}
#summary-list a.active {
    font-weight: bold;
	color: var(--primaryColor);
}
.author-thumb img {
	max-width:50%;
	border-radius:100%;
}
.author-thumb h4.author-name {
  color: var(--blackColor);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: capitalize;
  margin-top: 20px;
}
.sidebar-widget .blog1-recent-box {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.sidebar-widget .blog1-recent-box .recent-thumb {
	width: 120px;
	height:70px;
	border-radius:5px;
}
@media (max-width:767px) {
	.sidebar-widget .blog1-recent-box .recent-thumb {
	width: 180px !important;
	}
}
.sidebar-widget .blog1-recent-box .heading {
	padding-left: 20px;
	width: 100%;
}
.sidebar-widget .blog1-recent-box .heading h4 a {
  display: inline-block;
  color: var(--blackColor);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  transition: all 0.4s;
}
.sidebar-widget .blog1-recent-box .heading h4 a:hover {
  transition: all 0.4s;
  color: var(--primaryColor);
}
.article-single-box.auteurs {
  border: 1px solid #dddddd;
}
.article-single-box.auteurs .thumbnail {
  height: 350px;
  overflow: hidden;
}
.article-single-box.auteurs .heading1 .categorie-area {
	padding-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.article-single-box.auteurs .heading1 h2 {
	font-size:36px;
	text-align:center;
}

/***********************************************************************
	CONTACT
***********************************************************************/
.formulaire {
	position:relative;
	background-color: var(--bgColor);
	border-radius: 8px;
	padding: 32px;
}
.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: var(--secondaryColor);
  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;
}
.infos-contact .card-body {
	background: var(--bgColor);
}

/***********************************************************************
	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;
	}
}