@font-face {
    font-family: 'DM Sans';
    src: url('webfonts/DMSans-Regular.eot');
    src: url('webfonts/DMSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('webfonts/DMSans-Regular.woff2') format('woff2'),
        url('webfonts/DMSans-Regular.woff') format('woff'),
        url('webfonts/DMSans-Regular.ttf') format('truetype'),
        url('webfonts/DMSans-Regular.svg#DMSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	overflow: hidden;
	overflow-y: auto;
}
body {
	font-family: 'DM Sans', sans-serif;
	overflow: hidden;
	font-size:16px;
	color: var(--textColor);
	background-color: var(--light);
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
}
html,
body,
button,
input,
select,
textarea {
	font-weight: 400;
	font-style: normal;
}
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: 'DM Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
}
h1 {
	font-size: 40px;
	font-weight: 600;
	color: var(--dark);
}
h2 {
	font-size: 30px;
	font-weight: 600;
	color: var(--dark);
}
h3 {
	font-size: 20px;
	font-weight: 600;
	color: var(--dark);
}

h4, h5, h6 {
	font-weight: 500;
	color: var(--dark);
}
h4 {
	font-size: 18px;
}

h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
a,
a:visited,
a:focus {
  outline: none;
  color: var(--dark); 
  text-decoration:none;
}
a:hover {
	outline: none;
	text-decoration: none;
	color: var(--tc1);
}
.content-section {
	position:relative;
}
.bg-image {
	background-size:cover!important;
	background-position: center center!important;
	
}
@media(max-width:991px) {
	.accueil.bg-image {
	background-size:cover!important;
	background-position: left center!important;
	}
}

.bg-color {
	background-color: var(--bgColor);
}
.nofollow-link {
  cursor: pointer;
}
.nofollow-link:hover {
  text-decoration:underline;
}
.btn.btn-outline-secondary {
	border-radius:1rem;
	color: var(--tc1);
}
.btn.btn-outline-secondary:hover {
	color: var(--light);
	text-decoration:none;
}
.height-500 {
	min-height:500px;
}
.height-750 {
	min-height:750px;
}

/***********************************************************************
	MENUHEADER
***********************************************************************/
.navik-menu ul li > a {
	font-weight:600;
}
@media (min-width: 768px) {
	.navik-header .header-shadow-wrapper::after {
	box-shadow: none;
	}
	.navik-header.sticky .header-shadow-wrapper::after {
	box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.1);
	}
}
@media (min-width: 1200px) {
	.navik-menu > ul > li:last-child > a {
    padding: 0 20px;
	}
	.navik-menu > ul > li.current-menu {
    color: var(--tc1);
	}
	.navik-menu > ul > li > a:hover,
	.navik-menu > ul > li.current-menu > a {
	color: var(--tc1);
	}
	.navik-header.sticky .logo img {
    max-height: 60px;
	}
}
@media (max-width:1199px) {
	.navik-header .logo {
	padding: 15px 0px;
	text-align: start;
	}
}
 
/***********************************************************************
	HEADING
***********************************************************************/
h2.title-heading,
.more-footer h2.title-heading {
	text-align: left;
	display: block!important;
	margin-bottom:10px;
}

h2.title-heading,
.more-footer h2.title-heading {
  background-color: transparent;
  font-size:28px;
  font-weight:700;  
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 0px;
  position: relative;
  border-bottom: 0px solid transparent;
  border-top: 0px solid vartransparent;
  transition: all .3s ease-in-out;
}
h2.title-heading,
.title-widget .title-heading {
	color: var(--dark);
}
.more-footer h2.title-heading {
	color: var(--light);
}

h2.title-heading::after,
.more-footer h2.title-heading::after {
  display: inline-flex;
  content: " ";
  background: var(--tc1);
  width: 1.85em;
  height: 0.18em;
  vertical-align: baseline;
  margin: 0 0 0 10px;
  transform: skewX(-45deg);
  z-index: 1;
}

/***********************************************************************
	BREADCRUMB
***********************************************************************/
.breadcrumb-item {
	font-size: 14px;
}
.breadcrumb-item a,
.breadcrumb-item.active {
	color: var(--whiteColor);
}
@media (max-width:767px) {
	.breadcrumb-item {
	display: inline-block;
	width: 100%;
	padding: 3px 0;
	}
	.breadcrumb-item + .breadcrumb-item {
	padding-left: 0;
	}
	.breadcrumb-item + .breadcrumb-item::before {
	float: none;
	content: none;
	}
}

/***********************************************************************
	TOP HOMEPAGE
***********************************************************************/
.accueil,
.accueil-content {
	min-height: 500px;
}
.accueil {
	position: relative;
	display: table;
	width: 100%;
}
@media (max-width:991px) {
	.accueil {
	padding:30px 0;
	}
	.accueil,
	.accueil-content {
	min-height: 300px;
	}
}
.accueil::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
.accueil-content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: start;
	color: var(--light);
	z-index: 1;	
}
.news-cat {
	position:absolute;
	content: "";
	background: var(--light);
	color: var(--tc2);
	padding:3px 10px;
	text-transform:uppercase;
	font-weight:600;
	font-size:10px;
	bottom:0px;
	right:0;
	border-radius:3px 0 3px 0;
}
.accueil-content .accueil-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--light);
}
.accueil-content .accueil-title h1 {
	color: var(--light)
}
.accueil-content .accueil-desc {
	position:relative;
	margin:0 auto 30px;
	font-size: 16px;
	color: var(--light)
}
.accueil-content .accueil-desc p {
	max-width:600px;
	text-align:start!important;
	line-height:1.5;
}
@media (min-width: 768px) {
	.accueil-title h1 {
	font-size: 46px;
	margin-bottom: 0;
	}
}
@media (max-width:767px) {
	.accueil-title {
	margin-bottom: 15px;
	}
}

/***********************************************************************
	TOP PAGE
***********************************************************************/


/***********************************************************************
	FONTS/LINK
***********************************************************************/
a.entry-title {
	-webkit-transition: background-size 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: background-size 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
	background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(95%, currentColor));
	background-image: linear-gradient(to bottom, currentColor 0%, currentColor 95%);
	background-size: 0 2px;
	background-repeat: no-repeat;
	background-position: left 100%;
}
.article-caption a.entry-title {
	color: var(--light);
}
.article-caption a.entry-title:hover {
	background-size: 100% 2px;
	color: var(--light)!important;
}
.populaires .big .content a,
.big-article a.entry-title {
	color: var(--light);
	font-size: 30px;
	margin-bottom:15px;
}
@media (max-width:767px) {
	.populaires .big .content a,
	.big-article a.entry-title {
	font-size: 30px;
	}
}
.little-article a.entry-title {
	color: var(--dark);
	font-size: 18px;
	margin-bottom:10px;
	line-height:1.2;
}
.popular-article .post-title a {
	color: var(--light);
	font-size: 1rem;
	margin-bottom:0;
}

.popular-article .post-title a.entry-title:hover,
.populaires .big .content a.entry-title:hover,
.big-article a.entry-title:hover,
.little-article a.entry-title:hover {
	background-size: 100% 2px;
}
.popular-article .post-title a.entry-title:hover,
.populaires .big .content a.entry-title:hover,
.big-article a.entry-title:hover {
	color: var(--light);
}
.little-article a.entry-title:hover {
	color: var(--tc1);
}
.card .card-body p {
	display:block;
	margin-top: 15px;
}
.card.big-article .card-body {
	color: var(--light)!important;
}
.card .card-body {
	color: var(--dark)!important;
}

/***********************************************************************
	HOMEPAGE
***********************************************************************/
#top-news {
	position:relative;
}
@media (min-width:992px) {
	#top-news {
	bottom:-50px;
	}
}
.article-photo {
	position:relative;
}
.article-content {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255,255,255,.25);
  padding: 10px;
  border-radius: 4px;
}
.article-content.article-media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.article-content .article-thumbnail,
.article-item-thumbnail.bg-image {
  border-radius: 100%;
  width: 80px;
  height: 80px;
}
.article-caption * {
  color: var(--light);
}
.article-media-body {
  -ms-flex: 1;
  flex: 1;
}
.article-news-title {
  color: var(--light);
  margin: 0;
  letter-spacing: -.5px;
  font-size: 16px;
  font-weight:600;
  line-height: 1.2 !important;
}
.categories .card.big-article,
.categories .card.little-article {
	border:none;
}
.categories .card.little-article {
	border-bottom: 2px solid var(--tc1);
}

.other-articles .little-article .article-photo img, 
.categories .big-article .article-photo img,
.categories .little-article .article-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
	opacity: 1;
	pointer-events: auto;
	overflow: hidden;
}
@media (min-width:1200px) {
	.other-articles .little-article,
	.categories .little-article {
	height: 100% !important;
	}
}

@media (min-width:992px) {
	.categories .card.big-article .article-photo {
	height:350px;
	}
	.other-articles .little-article .article-photo,
	.categories .card.little-article .article-photo {
	height:180px;
	}
}
@media (max-width:991px) {
	.categories .card.big-article .article-photo{
	height:250px;
	}
	.other-articles .little-article .article-photo,
	.categories .card.little-article .article-photo {
	height:220px;
	}
}


/***********************************************************************
	HOMEPAGE - POPULAIRE
***********************************************************************/
@media (max-width:767px) {
	.populaires .section-title {
	position: relative;
	display: block;
	margin-bottom: 40px;
	}
	.popular-article h3.post-title {
	line-height:0.9rem;
	}
	.popular-article .post-title a {
	font-size:0.9rem;
	}
}
.populaires .block-post.big .article-photo {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}
.populaires .block-post.big .article-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
	opacity: 1;
	pointer-events: auto;
	overflow: hidden;
}
@media (min-width:992px) {
	.populaires .block-post.big .article-photo {
	height:530px;
	}
}
.populaires .big {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.populaires .big .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 60px 60px 30px;
  background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(255, 255, 255, 0) 100%);
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
}

.populaires .populaires-list {
  position: relative;
  z-index: 1;
}
.popular-article h3 {
	line-height:1.1;
}
.popular-article .post-title h3 {
	font-size: 1rem;
	font-weight:600;
}
.popular-article .post-title a {
	color: var(--light);
}
.populaires-list .post-content.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.popular-article .post-thumbnail {
	width:140px;
	min-width: 140px;
	height: 90px;
}
.popular-article .post-content img {
  border-radius: 4px;
  overflow: hidden !important;
}
.post-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.populaires .big .popular-category,
.popular-article .popular-category {
	
	text-transform: uppercase;
	background: var(--tc1);
	color: var(--light);
}
.populaires .big .popular-category {
	display:inline-block;
	font-size:16px;
	font-weight:600;
	padding: 4px 8px;
	border-radius:8px;
}
.popular-article .popular-category {
	display:inline;
	font-size:11px;
	font-weight:500;
	padding: 2px 5px;
	border-radius:6px;
}



/***********************************************************************
	CATEGORIE LISTE
***********************************************************************/
.content-section.categorie-plus {
  position: relative;
} 
.content-section.categorie-plus .text-cat {
	background: #fff;
	position: relative;
	z-index: 2;
}

@media (min-width:1200px) {
	.content-section.categorie-plus {
	margin-top: -100px;
	} 
	.content-section.categorie-plus .text-cat {
	padding: 25px 25px 0;
	border-radius: 8px;
	}
}


.categories h2.card-title {
	color: var(--dark);
	font-size: 20px;
	margin-bottom:0;
	line-height:1;
}


.auteur-style {
	position:absolute;
	bottom:5px;
	left:5px;
	z-index:250;
	background: rgba(0,0,0,.7);
	padding: 0 4px 3px;
}
.auteur-style .auteur-text {
  display: inline-block;
  color: var(--light);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}


/***********************************************************************
	ARTICLE
***********************************************************************/
.image-article {
	height: 500px;
    border-radius:12px;
}
@media (max-width:1199px) {
	.image-article {
    height:400px;
  	}
}
@media (max-width:767px) {
	.image-article {
    height:250px;
  	}
}
#content img {
  border: none;
  border-radius: 9px;
  transition: all 0.4s;
}
/*
.sidebar-area .title-widget {
	position:relative;
	font-size:24px;
	font-weight:600;
	color: var(--dark);
	margin-bottom:15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
	width: 100%;
}
.sidebar-area .title-widget::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  bottom: -1px;
  background: var(--tc1);
}
.sidebar-area .title-widget i {
	font-size: 18px;
	color: var(--tc1);
	top: 8px;
	display: inline-block;
	position: relative;
}*/

.title-widget .title-heading {
	text-align: left;
	display: block!important;
	margin-bottom:10px;
}
.title-widget .title-heading {
  background-color: transparent;
  font-size:20px;
  font-weight:700;  
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 0px;
  position: relative;
  border-bottom: 0px solid transparent;
  border-top: 0px solid vartransparent;
  transition: all .3s ease-in-out;
}
.title-widget .title-heading {
	color: var(--dark);
}
.title-widget .title-heading::after {
  display: inline-flex;
  content: " ";
  background: var(--tc1);
  width: 1.85em;
  height: 0.18em;
  vertical-align: baseline;
  margin: 0 0 0 10px;
  transform: skewX(-45deg);
  z-index: 1;
}

#content h2 {
	font-size: 26px;
	font-weight: 600;
	color: var(--dark);
}
#content h3 {
	font-size:20px;
	font-weight:600;
	color: var(--dark);
}
#content h2::before, 
#content h3::before, 
#content h4::before {
  display: block;
  content: "";
  margin-top: -100px;
  height: 100px;
  visibility: hidden;
}
#content a {
	font-weight:600;
	text-decoration: underline dotted;
	color: var(--tc1);
}
#content a:hover {
	font-weight:600;
	text-decoration: underline;
	color: var(--tc2);
}
#content .fa-li > i {
	color: var(--tc1);
}
.summary-index {
    font-size: 1.1rem;
	font-weight: bold;
    color: var(--tc2);
    margin-right: 0.2em;
}
#summary-list ul li i {
	color: var(--tc1);
}
#summary-list li::marker,
#summary-list ul li::marker {
  content: '';
  display: none;
}

#summary-list {
    list-style: none;
    padding-left: 0;
}
#summary-list li {
    margin: 0 0 10px;
	font-weight: 400;
	background: #f1f1f1;
	border-radius: 5px;
	padding: 10px;
	border-bottom: 2px solid var(--tc1);
}
#summary-list li.level-2 {
    margin-left: 20px;
}
#summary-list ul li {
	margin: 5px 0;
	border-bottom: none;
	padding: 0px;
	border-radius: 0;
}
#summary-list a {
    text-decoration: none;
    color: var(--dark);
}
#summary-list a:hover {
    text-decoration: none;
	color: var(--tc1);
}
#summary-list a.active {
    font-weight: bold;
	color: var(--tc1);
}
.auteur-article {
	position:relative;
	display:block;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-top:30px;
	padding:10px 0;
}
.sidebar-widget .box-content h2.big-title {
	font-size: 20px;
	line-height: 24px;
	height: auto;
}
.more-article {
	background-color: #F5F5F5;
}

.other-articles .card {
	border: none;
}

/***********************************************************************
	TEAM
***********************************************************************/
.photo-article.team {
    aspect-ratio: 1/1!important;
}

/***********************************************************************
	PERSONA
***********************************************************************/
.auteurs h2 {
	font-size: 26px;
	color: var(--dark);
	font-weight:600;	
}
.single-team img {
	border-radius:10px;
}

/***********************************************************************
	DIVERS
***********************************************************************/


/***********************************************************************
	CONTACT
***********************************************************************/
.contact-form.formulaire {
	position:relative;
	background-color: #F1F1F1;
	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: var(--light);
  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: var(--dark);
  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(--tc1);
  color: #fff;
}
.contact-form .submit-btn-wrapper button {
  background-color: var(--tc1);
  width: 100%;
  height: 45px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: var(--light);
  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(--tc2);
}
.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(--light);
}
@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;
	}
}

.card .logo-contact img {
  position: relative;
  width: auto;
  height: auto;
  transform: scale(1);
  transition: none;
}
.card:hover .logo-contact img {
  box-shadow: none!important;
}
.infos-contact .card-header {
	background: var(--tc1);
	color:  var(--light);
	font-size:20px;
	font-weight:600;
}
.infos-contact .card-body {
	background: #F1F1F1;
}


/***********************************************************************
	FOOTER
***********************************************************************/
.more-home {
	background: var(--tc2);
}
.more-home h4, .more-home p {
	color: var(--light);
}
.more-home h4 {
	font-size:20px;
	font-weight:600;
}
.more-home p {
	margin:0;
}
.more-home p > a,
.more-home p > a:hover {
	color: #cb9744;
}

.more-footer {
	background: var(--dark);
}

#footer {
	position:relative;
}
/*-- Footer copyright --*/
#footer .copyright {
	background: var(--tc2);
	line-height: 22px;
	padding: 30px 0 30px;
}
#footer .copyright, 
#footer .copyright a {
	color: var(--light);
	font-weight: 400;
}
#footer .copyright a:hover {
	color: var(--light); 
}
#footer .copyright ul {
	margin-bottom:0;
}
#footer .copyright ul > li {
	font-size:14px;
}
#footer .copyright  .list-inline-item:not(:last-child) {
	margin: 0 5px;
}

@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: 100%;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;
    opacity: 0;
}
#back-to-top:hover {
	background-color: var(--tc1);
	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;
	}
}