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:visited,
a:focus {
  outline: none;
  color: var(--primaryColor); 
  text-decoration:none;
}
a:hover {
	outline: none;
	text-decoration: underline;
	color: var(--primaryColor);
}

.cover-image {
	background-size:cover!important;
	background-position: center center!important;
}
.bg-color {
	background-color: var(--bgColor);
}
.btn.btn-outline-secondary {
	border-radius:1rem;
	color: var(--primaryColor);
}
.btn.btn-outline-secondary:hover {
	color: var(--whiteColor);
	text-decoration:none;
}
.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
***********************************************************************/
.ariane {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  background: #f1f1f1;
  border-radius: 0 0 16px 16px;
}
.breadcrumb {
	margin: 0;
  padding: 5px 0;
}
.breadcrumb-item {
	font-size:12px;
}
.breadcrumb-item,
.breadcrumb-item a {
	color:  var(--primaryColor);
	text-decoration:none;
}
.breadcrumb-item a:hover {
	text-decoration:underline;
}
.breadcrumb-item.active {
	color:  var(--textColor);
}

/***********************************************************************
	HOMEPAGE
***********************************************************************/
.box-image-top {
  position: relative;
  padding: 0px 30px 0px 30px;
}
.box-image-top::before {
  content: "";
  top: 70px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  background-color: var(--secondaryColor);
  border-radius: 30px;
}
.box-image {
  position: relative;
  height:500px;
  border-radius:16px;
}
.box-image-top .box-image-home {
  padding: 0px 35px;
}

.box-image-content {
	padding:20px 35px;
}
.box-image-content h2 {
	font-size:24px;
}
.box-image-content a {
	color: var(--textColor);
}
.box-image-content a:hover {
	color: var(--blackColor);
}
.card-style-heading h2 {
	font-size:20px;
	margin:5px 0;
}
.box-title {
  background-color: var(--quaternaryColor);
  border-radius: 50px;
  padding: 18px 28px;
  display: inline-block;
}
.box-title h2 {
	margin:0;
	color: var(--primaryColor);
	font-size: 20px;
	line-height: 20px;
}
.box-title h2::before {
	font-family: "Font Awesome 6 Free";
	content: "\f07c";
	margin-right:10px;
	font-weight:400;
}
.card-style .card-style-text {
	background:#f2f2f2;
	border-radius:16px;
	padding:10px;
	margin: 0 0 10px;
}
.card-style .card-style-text p {
	margin:0;
}
.card-style-img.first-art .article-img {
	height: 415px;
}
/*
.card-style .card-style-img.first-art {
  position: relative;
  padding-bottom: 20px;
  height: 415px;
}
.card-style .card-style-img.first-art::before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  border-radius: 16px;
  background-color: var(--secondaryColor);
  top: 20px;
  transition-duration: 0.2s;
}
.card-style-img.first-art .title-first-art {
	position:absolute;
	content:"";
	background:rgba(0,0,0,.5);
	left:10px;
	right:10px;
	bottom:10px;
	z-index:10;
	padding: 5px 10px;
	border-radius:10px;
}
.card-style-img.first-art .title-first-art h2 {
	color:#fff;
	font-size:20px;
	margin:0;
}
*/

.box-title.team h2::before {
	font-family: "Font Awesome 6 Free";
	content: "\f007";
	margin-right:10px;
	font-weight:400;
}






@media (max-width:991px) {
	.box-image-content .box-image-text {
	display:none;
	}
}
@media (max-width:767px) {
	.box-image-top .box-image-home {
	padding: 0px 10px;
	}
	.box-image-top {
	position: relative;
	padding: 0px 5px 20px 5px;
	}
	.box-image {
	position: relative;
	height:230px;
	border-radius:16px;
	}
	.box-title h2 {
	font-size: 18px;
	line-height: 18px;
	}
	.card-style.first-art .card-style-img .article-img {
	height: 300px;
	}
	.card-style.first-art .card-style-img {
	height: 300px;
	}
	.card-style.first-art .card-style-img .title-first-art h2 {
	font-size:16px;
	}	
	.card-style .card-style-text {
	margin: 0 0 10px;
	position: relative;
	display: block;
	}
}

/***********************************************************************
	CATEGORIE LISTE
***********************************************************************/
.section-box.categorie .main-heading {
  background-color: var(--quaternaryColor);
  border-radius: 25px;
  padding: 15px 20px;
  display: block;
} 

.section-box.categorie .main-heading h1 {
	font-size:28px;
	margin:0;
}

.padr-30 {
  padding-right: 30px !important;
}

.card-style {
  margin-bottom: 30px;
}
.card-style i,
.card-style span {
	display:inline-block;
}
.card-style i {
	margin-right:5px;
	color: var(--primaryColor);
	font-size: 14px;
}
.card-style a.card-style-heading {
  display: block;
  padding: 10px 0px 10px 0px;
  color: #101828;
}
.card-style a.card-style-heading h2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--blackColor);
  margin:0;
  line-height: 24px;
}
.card-style a.card-style-heading:hover,
.card-style a.card-style-heading:hover h2 {
  color: var(--primaryColor);
  text-decoration:none!important;
}
.card-style .card-style-img {
  position: relative;
  padding-bottom: 20px;
  height:255px;
}
.card-style-img .article-img {
	height:255px;
}
.card-style .card-style-img .article-img {
  transition: 0.2s;
}
.card-style .card-style-img::before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  border-radius: 16px;
  background-color: var(--secondaryColor);
  top: 20px;
  transition-duration: 0.2s;
}
.card-style .card-style-img .article-img {
  position: relative;
  z-index: 2;
  border-radius: 16px;
  max-width: 100%;
  width: 100%;
}
.card-style:hover .card-style-img::before {
  right: -10px;
  top: 10px;
  bottom: -10px;
  transition-duration: 0.2s;
}
.card-style:hover .card-style-img .article-img {
  opacity: 0.95;
  transition: 0.2s;
}


.card-style.first-art {
	position:relative;
	margin-top: -20px;
}
.card-style.first-art .card-style-img .article-img {
	height: 415px;
}
.card-style.first-art .card-style-img {
  position: relative;
  padding-bottom: 20px;
  height: 415px;
}
.card-style.first-art .card-style-img::before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  border-radius: 16px;
  background-color: var(--secondaryColor);
  top: 20px;
  transition-duration: 0.2s;
}
.card-style.first-art:hover .card-style-img::before {
  right: -10px;
  top: 10px;
  bottom: -10px;
  transition-duration: 0.2s;
}

.card-style.first-art a.card-style-heading h2 {
	position: absolute;
	content: "";
	z-index: 10;
	color: #fff;
	bottom: 30px;
	background: rgba(0,0,0,.5);
	left: 10px;
	right: 10px;
	padding: 5px 10px;
	border-radius: 10px;
	height: auto;
}
.card-style.first-art .card-style-text {
	display:none;
}


.tag {
  font-size: 12px;
  line-height: 16px;
  color: #667085;
  display: block;
  padding: 0;
  text-transform: uppercase;
}
@media (min-width:768px) {
	.card-style a.card-style-heading h2 {
	height: 48px;
	}
}
@media (max-width:767px) {
	.card-style a.card-style-heading h2 {
	min-height: 24px;
	}
	.card-style-heading {
	font-size: 20px;
	}
}

.more-cat {
	background:#fff;
	padding:25px 20px 15px;
	border:1px solid #eee;
	border-radius:20px;
}
.more-cat a {
	font-weight:600;
	color: var(--primaryColor);
}
.more-cat a.btn {
	font-weight:500;
}

#presentation h2 {
	font-size:26px;
}
#presentation h3 {
	font-size:20px;
}


.auteur-style {
	position:absolute;
	content: "";
	left:10px;
	bottom:10px;
	z-index: 30;
	background:rgba(0,0,0,.5);
	border-radius:8px;
	padding:0 10px 0 0;
	overflow:hidden;
}

.auteur-style .auteur .auteur-tumb {
  height: 30px;
  width: 30px;
  display: inline-block;
}
.auteur-style .auteur .auteur-tumb img {
  width: 30px;
  height: 30px;
  border-radius: 0;
}
.auteur-style .auteur .auteur-text {
  display: inline-block;
  color: var(--whiteColor);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding-left: 5px;
}

/***********************************************************************
	ARTICLE
***********************************************************************/
.section-box.article .main-heading {
  background-color: var(--quaternaryColor);
  border-radius: 25px;
  padding: 15px 20px;
  display: block;
} 

.section-box.article .main-heading h1 {
	font-size:28px;
	margin:0;
}



.section-box.article .box-image-top {
  position: relative;
  padding: 0px 30px 30px 30px;
}
.section-box.article .box-image {
  height:600px;
}

#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;
	}
}

.box-title.title-widget {
	border-radius:20px 20px 0 0;
	margin:0;
}
.box-title.title-widget .h2::before,
.box-title.title-widget .h3::before {
	content: "";
	margin-right:0px;
}
.box-title .h2 {
  margin: 0;
  color: var(--primaryColor);
  font-size: 20px;
  line-height: 20px;
  font-weight:600;
}
.sidebar-widget {
	position: relative;
	background-color: var(--bgColor);
	padding: 24px 24px;
	border-radius: 0 20px 20px 20px;
}

.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: 26px;
	font-weight: 600;
	color: var(--primaryColor);
}
#content h3 {
	font-size:20px;
	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;
}
#summary-list {
    list-style: none;
    padding-left: 0;
}
.h2somm {
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--primaryColor);
  margin-right: 0.2em;
}
#summary-list ul li i {
	color: var(--whiteColor);
}
#summary-list li::marker,
#summary-list ul li::marker {
  content: '';
  display: none;
}
#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(--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 .h3.author-name {
  color: var(--blackColor);
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-top: 20px;
  display:block;
}
.sidebar-widget .recent-box {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.sidebar-widget .recent-box .recent-thumb {
	width: 120px;
	height:80px;
	border-radius:5px;
}
.sidebar-widget .recent-box .heading {
	padding-right: 20px;
	width: 100%;
}
.sidebar-widget .recent-box .heading h2 a {
  display: inline-block;
  color: var(--blackColor);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  transition: all 0.4s;
}
.sidebar-widget .recent-box .heading h2 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;
}

@media (max-width:767px) {
	.section-box.article .box-image {
	height: 230px;
	}
	.section-box.article .box-image-top {
	padding: 0px 10px 10px 10px;
	}
	.sidebar-widget h3 {
	margin-bottom: 10px;
	}
	.sidebar-widget .recent-box {
	display: block;
	}
	.sidebar-widget .recent-box .heading {
	padding-right: 0;
	display:block;
	}
	.sidebar-widget .recent-box .recent-thumb {
    width: 100% !important;
	height: 180px;
	display:block;
	}
}

/***********************************************************************
	DIVERS
***********************************************************************/
.pages h2 {
	font-size:26px;
	color: var(--primaryColor);
}

/***********************************************************************
	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(--primaryColor);
  color: #fff;
}
.contact-form .submit-btn-wrapper button {
  background-color: var(--primaryColor);
  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);
}

/***********************************************************************
	AUTEUR
***********************************************************************/
.auteurs h2 {
	font-size: 26px;
	color: var(--primaryColor);
	font-weight:600;	
}

/***********************************************************************
	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(--primaryColor);
	opacity: 1;
}
#back-to-top.show {
    opacity: 1;
}


@media (max-width:991px) {
	.order-first {
    order: 1 !important;
	}
}
@media (max-width:767px) {
	h1 {
	font-size: 30px;
	}
}