* {
	-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(--thmWhite);
	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(--thmBlack);
}
h2 {
	font-size: 30px;
	font-weight: 600;
	color: var(--thmBlack);
}
h3 {
	font-size: 20px;
	font-weight: 600;
	color: var(--thmBlack);
}

h4, h5, h6 {
	font-weight: 500;
	color: var(--thmBlack);
}
h4 {
	font-size: 18px;
}

h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
a,
a:visited,
a:focus {
  outline: none;
  text-decoration:none;
  color: var(--thmBlack);
}
a:hover {
	outline: none;
	text-decoration: none;
	color: var(--thmColor1);
}
.bg-image {
	background-size:cover!important;
	background-position: center center!important;	
}
.height-500 {
	min-height:500px;
}
.bg-color {
	background-color: var(--thmBgcolor);
}
.nofollow-link {
  cursor: pointer;
}
.nofollow-link:hover {
  text-decoration:underline;
}
.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;
}

/**	MENU HEADER **/
.burger-menu .line-menu.line-half {
	width: 100%;
}
.burger-menu.menu-open .line-menu.line-half {
	width: 50%;
}
.navik-header {
	z-index: 499;
}
.navik-menu ul li > a {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
}
.navik-menu.separate-line > ul > li > a {
	font-weight:600;	
}
.sticky .navik-menu ul li.current-menu > a, 
.sticky .navik-menu ul li:hover > a {
  color: var(--thmColor1);
}
@media (min-width: 1200px) {
	.navik-header.sticky {
    z-index: 499;
	}
	.navik-header.center-menu-2 .logo {
	padding: 26px 30px;
	}
	.header-opacity-on .navik-menu > ul > li.current-menu > a, 
	.header-opacity-on .navik-menu > ul > li:hover > a, 
	.header-transparent-on .navik-menu > ul > li.current-menu > a, 
	.header-transparent-on .navik-menu > ul > li:hover > a {
    color: var(--thmWhite);
	text-decoration:underline;
	}
	.navik-menu.separate-line > ul > li > a {
    padding: 0 10px;
	}
	
}
@media (max-width:1199px) {
	.navik-header .logo {
	padding:20px 0;
	text-align:left;
	}
	.navik-header .logo img {
	max-width: 80%;
	}
}

/** BREADCRUMB **/
.breadcrumb-item {
	font-size: 14px;
}
.breadcrumb a,
.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
	color: var(--thmWhite)!important;
}
@media (max-width:767px) {
	.breadcrumb-item {
	display: inline-block;
	width: 100%;
	padding: 3px 0;
	}
	.breadcrumb-item + .breadcrumb-item {
	padding-left: 0;
	}
	.breadcrumb-item + li.breadcrumb-item::before {
	float: none;
	content: none;
	}
}

/** HEADER HOME **/
.hero-banner {
	position: relative;
	display: table;
	width: 100%;
	min-height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.hero-banner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.hero-banner.bg-image {
	min-height: 250px;
	padding: 30px 0;
}
.hero-banner-inside {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.banner-title h1 {
	font-size: 40px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: var(--thmWhite); 
}
.top-cat .banner-title h1,
.top-page .banner-title h1,
.top-article .banner-title h1 {
	font-size: 36px;
}
.banner-subtitle {
	position:relative;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
}

@media (min-width: 768px) {
	.hero-banner.homepage.bg-image {
	min-height: 700px;
	}
	.hero-banner.bg-image {
	min-height: 500px;
	}
	.banner-subtitle {
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: -12px;
	}
	
}
@media (min-width: 1200px) {
	.banner-offset-top .banner-subtitle {
    margin-top: 100px;
	margin-bottom: 20px;
	}
	.top-page .banner-title,
	.top-article .banner-title, 
	.top-cat .banner-title {
    margin-top: 150px;
	margin-bottom: 20px;
	}
}

@media (max-width:767px) {
	.banner-title h1 {
	font-size: 36px;
	}
}



/** HEADING **/
.section-title i {
	font-size:30px;
	color: var(--thmColor1);
}

/** 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%;
}
h2.card-title,
.little-article a.entry-title {
  color: var(--thmBlack);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.big-article a.entry-title:hover,
.little-article a.entry-title:hover {
	background-size: 100% 2px;
}
.hover-18:hover a.entry-title {
	color: var(--thmColor1);
	-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;
}

/** CARD NOUVEAUX/CATEGORIES/SIMILAIRES **/
.big-article .article-photo img,
.little-article .article-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
	opacity: 1;
	pointer-events: auto;
	overflow: hidden;	
}
.hover-18 .big-article .article-photo img,
.hover-18 .article-photo img {
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.hover-18:hover .article-photo img {
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}

#nouveaux .card.little-article,
.similars-articles .card.little-article {
	height:100%;
	border:none;
	background: transparent;
}
#nouveaux .card.little-article .card-body,
.similars-articles .card.little-article .card-body {
  color: var(--thmWhite) !important;
  margin-top: -80px;
  z-index: 20;
  background: var(--thmBgcolor);
  border-radius: 10px;
}

#nouveaux .card.little-article.hover-18 a.entry-title,
.categories .card.big-article.hover-18 a.entry-title {
	color: var(--thmWhite);
	margin-bottom:0;
}
#nouveaux h2.card-title,
.similars-articles h3.card-title,
.similars-articles .card.little-article.hover-18 a.entry-title {
	margin-bottom:0;
}
#nouveaux .little-article.hover-18:hover a.entry-title,
.categories .big-article.hover-18:hover a.entry-title {
	color: var(--thmTextHover);
	-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;
}
.similars-articles .little-article.hover-18:hover a.entry-title {
	color: var(--thmColor1)!important;
	-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;
}
#nouveaux .card.little-article .article-photo .cat-badge,
.similars-articles .card.little-article .article-photo .cat-badge {
	position: absolute;
	content: "";
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--thmBlack);
	color: var(--thmWhite);
	font-size: 12px;
	font-weight: 600;
	padding: 3px 10px;
	margin: 0;
	z-index: 10;
	text-transform: uppercase;
}
#nouveaux .card.little-article .card-img-top {
	height:100%;
}
.similars-articles .card.little-article .card-img-top {
	height:100%;
}
@media (min-width: 1200px) {
	.similars-articles {
	background-image: linear-gradient(var(--thmWhite) 50%, var(--thmBgcolor) 0%);
	}
	#nouveaux.content-section {
	margin-top:-120px;
	}
	#nouveaux .card.little-article .article-photo,
	.similars-articles .card.little-article .article-photo {
	border-radius: 50%;
	height: 416px;
	border: 8px solid var(--thmWhite);
	}
	.similars-articles .card.little-article .card-body {
	color: var(--thmBlack) !important;
	background: var(--thmWhite);
	}
	.similars-articles .card.little-article.hover-18 a.entry-title {
	color: var(--thmBlack);
	}
}
@media (max-width:1199px) {
	#nouveaux.content-section {
	margin-top: 10px;
	}
	.similars-articles .card.little-article.hover-18 a.entry-title {
	color: var(--thmWhite);
	}
}
@media (max-width:767px) {
	#nouveaux .card.little-article .card-body,
	.similars-articles .card.little-article .card-body {
	margin-top: -20px;
	}
	#nouveaux .card.little-article .article-photo .cat-badge,
	.similars-articles .card.little-article .article-photo .cat-badge {
	bottom: 30px;
	}
}

.card .card-body {
	color: var(--thmBlack)!important;
}
.article-photo {
	position:relative;
	overflow: hidden;	
	border-radius: 20px 20px 0 0;
}

.categories .card.big-article {
	border:none;
	background: var(--thmColor3);
}
.categories .card.big-article .article-photo {
	border-radius: 50%;
	width:100%;	
}
.categories .card.big-article .card-body {
	padding: 50px 40px 20px;
}
.categories .card.big-article h3.card-title {
	font-size: 36px;
	margin-bottom: 20px;
	color: var(--thmWhite);
}
.categories .card.big-article .card-body p {
	font-size: 18px;
	color: var(--thmWhite);
}
.categories .card.little-article,
.categorie .card.little-article {
	height: 100%;
	border-radius: 20px;
	border: none;
	background: #f5f5f5;
}
.categories .card.little-article .article-photo,
.categorie .card.little-article .article-photo {
	height: 250px;
	border-radius: 20px;
}	

@media (min-width:768px) {
	.categories .card.big-article {
	border-radius: 20px 280px 280px 20px;
	}
	.categories .card.big-article .article-photo {
	height:431px;	
	}
}
@media (min-width:992px) {
	.categories .card.little-article .article-photo,
	.categorie .card.little-article .article-photo {
	height:220px;
	}	
}
@media (max-width:991px) {
	.card.little-article .article-photo {
	height:220px;
	}
}
@media (max-width:767px) {
	.categories .card.big-article {
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
	}
	.categories .card.big-article .article-photo {
	height:280px;	
	}
	.categories .card.big-article .card-body {
	padding: 20px 15px 20px;
	}
	.categories .card.big-article h3.card-title {
	font-size: 26px;
	}
	.categories .card.big-article .article-photo {
	border-radius: 0 0 20px 20px;
	}
}


/** CATEGORIES **/
.categorie-liste .card {
	border-radius: 20px;
	background: var(--thmBgcolor);
	border:none;
}

.categorie-liste .card .text-cat,
.categorie-liste .card .text-cat p
.categorie-liste .card .text-cat h2
#catpresentation,
#catpresentation h2, 
#catpresentation h3 {
	color: var(--thmWhite);
}
#catpresentation i {
	position:absolute;
	content: "";
	left:50%;
	bottom:-28px;
	transform: translateX(-50%);
	z-index:50;
	border:none;
	width:56px;
	height:56px;
	line-height:54px;
	text-align:center;
	background: var(--thmColor1);
	border-radius:50%;
	font-size: 36px;
	color: var(--thmWhite);
}

.auteur-style {
	position:absolute;
	bottom:5px;
	left:50%;
	transform: translateX(-50%);
	z-index:250;
	background: rgba(0,0,0,.7);
	padding: 0 10px 3px;
	border-radius:10px;
}
.auteur-style .auteur-text {
  display: inline-block;
  color: var(--thmWhite);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

/** ARTICLES **/
.articles-section .article-photo {
	border-radius: 20px;
}
.articles-section .article-photo img {
  	width:100%;
}
@media (min-width:768px) {
	.articles-section .article-photo {
	height:550px;
	}
}
@media (min-width:992px) {
	.articles-section .article-photo {
	height:650px;
	}
}
@media (max-width:991px) {
	.top-article .banner-title h1 {
	font-size: 26px;
	}
}
@media (max-width:767px) {
	.articles-section .article-photo {
	height:100%;
	}
}
.title-widget {
	margin: 0 0 10px;
	font-weight: 400;
	background: var(--thmBlack);
	border-radius: 10px;
	padding: 10px;
	border: 1px solid var(--thmBlack);
}
.title-widget .title-heading {
	font-size:20px;
	font-weight:600;
	color: var(--thmWhite);
}

#content h2 {
	font-size: 26px;
	font-weight: 600;
	color: var(--thmColor2);
}
#content h3 {
	font-size:20px;
	font-weight:600;
	color: var(--thmColor3);
}
#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(--thmColor1);
}
#content a:hover {
	font-weight:600;
	text-decoration: underline;
	color: var(--thmColor2);
}
#content .fa-li > i {
	color: var(--thmColor1);
}
.summary-index {
    font-size: 1.1rem;
	font-weight: bold;
    color: var(--thmWhite);
    margin-right: 0.2em;
}
#summary-list ul li i {
	color: var(--thmWhite);
}
#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: var(--thmBgcolor);
	border-radius: 10px;
	padding: 10px;
	border:1px solid var(--thmBgcolor);
}
.title-widget::after,
#summary-list li::after {
	position:relative;
	display: block;
	content: '';
	width: 4px;
	height: 40px;
	background: var(--thmBgcolor);
	margin-left: auto;
	margin-right: auto;
	margin-bottom:-40px;
	z-index:-1;
}
#summary-list li:last-child::after {
	display:none;
}

#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(--thmWhite);
}
#summary-list a:hover {
    text-decoration: none;
	color: var(--thmTextHover);
}
#summary-list a.active {
    font-weight: bold;
	color: var(--thmTextHover);
}



.auteur-article {
	position:relative;
	display:block;
	border-top:1px solid var(--thmColor1);
	border-bottom:1px solid var(--thmColor1);
	margin-top:30px;
	padding:10px 0;
}


/** AUTEURS **/
.teams img {
	border-radius:50%;
}
.single-team img {
	border-radius: 20px;
}


/** 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(--thmWhite);
  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(--thmBlack);
  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;
  width:54px;
}
.contact-form .cv i {
  background: var(--thmColor1);
  color: #fff;
}
.contact-form .submit-btn-wrapper button {
  background-color: var(--thmColor1);
  width: 100%;
  height: 45px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: var(--thmWhite);
  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(--thmColor2);
}
.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(--thmWhite);
}
@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(--thmColor1);
	color:  var(--thmWhite);
	font-size:20px;
	font-weight:600;
}
.infos-contact .card-body {
	background: #F1F1F1;
}

/** TOP FOOTER **/
.top-footer {
	background:#333333;
}
.top-footer p {
	color: var(--thmWhite);
	margin:0;
}
.top-footer a {
	color: #FA7070;
	font-weight:600;
	text-decoration:underline dotted;
}
.top-footer a:hover {
	color: #FA7070;
	text-decoration:underline;
}

/** FOOTER **/
#footer {
	position:relative;	
}
.footer {	
	line-height: 22px;
	padding: 30px 0 30px;
	background: var(--thmCopyright);
}
.footer ul {
	margin-bottom:0;
}
.footer ul > li {
	font-size:14px;
}
.footer .list-inline-item, 
.footer .list-inline-item a {
	color: var(--thmWhite);
	font-weight: 400;
}
.footer .list-inline-item a:hover {
	color: var(--thmWhite); 
}

.footer  .list-inline-item:not(:last-child) {
	margin: 0 5px;
}

@media (max-width:576px) {
	.footer .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(--thmColor1);
	opacity: 1;
}
#back-to-top.show {
    opacity: 1;
}