* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	overflow: hidden;
	overflow-y: auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:400;
	overflow: hidden;
	font-size:16px;
	color: var(--themeColortext);
	background: #fff;
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html,
body,
button,
input,
select,
textarea {
	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,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Akatab", serif;
	font-style: normal;
	font-weight:400;
	line-height: 1.2;
}
h1 {
	font-size: 56px;
	font-weight: 600;
	color: var(--themeBlack);
	margin-bottom:10px;
}
h2 {
	font-size: 30px;
	font-weight: 600;
	color: var(--themeBlack);
}
.h2 {
	font-weight: 700;
	color: var(--themeBlack);
}
h3 {
	font-size: 20px;
	font-weight: 600;
	color: var(--themeBlack);
}

h4, h5, h6 {
	font-weight: 500;
	color: var(--themeBlack);
}
h4 {
	font-size: 18px;
}

h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
a,
a:visited,
a:focus {
  outline: none;
  color: var(--themeBlack); 
  text-decoration:none;
}
a:hover {
	outline: none;
	text-decoration: none;
	color: var(--themeColor2);
}
.page-section,
.content-section {
	position:relative;
	padding: 1.5rem 0 0!important;
	background: #ffffff;
}
.page-section {
	min-height:300px;	
}

.bg-color {
	background-color: var(--themebgColor);
}
.nofollow-link {
  cursor: pointer;
}
.nofollow-link:hover {
  text-decoration:underline;
}
.btn.btn-outline-secondary {
	border-radius:1rem;
	color: var(--themeColor1);
}
.btn.btn-outline-secondary:hover {
	color: var(--themeWhite);
	text-decoration:none;
}
.height-500 {
	min-height:500px;
}
.height-750 {
	min-height:750px;
}

/***********************************************************************
	MENUHEADER
***********************************************************************/
.navik-fixed-sidebar.sidebar-color-bg,
.sidebar-color-bg ~ .navik-side-content > .logo {
	background-color: var(--themeSidebar);
}
.navik-menu-fixed > ul > li > a {
  font-size: 18px;
  font-weight: 700;
  text-transform:none;
}
@media (min-width: 1200px) {
	.navik-fixed-sidebar .logo img {
	max-width:100%	
	}
}

/***********************************************************************
	FONTS/LINK
***********************************************************************/
a.link-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%;
}
.card-title a.link-title {
	color: var(--themeBlack);
	margin-bottom:10px;
	line-height:1.2;
}
.categorie a.link-title:hover,
.card-title a.link-title:hover {
	background-size: 100% 2px;
	color: var(--themeColor2);
}
.card.article:hover a.link-title {
	background-size: 100% 2px;
	color: var(--themeColor2);
}

/***********************************************************************
	HEADING
***********************************************************************/
.section-title h2 {	
	font-weight: 700;
	margin-bottom: 20px;
	color: var(--themeColor2);
}
@media (min-width:992px) {
	.section-title h2 {
	font-size: 40px;
	}
}
@media (max-width:991px) {
	.section-title h2 {
	font-size: 18px;
	position:relative;
	left:0;
	margin-bottom:0;
	margin-left: 0;
	}
}

.title_cat .title_name i {
	color: var(--themeColor1);
	margin-right: 8px;
}
/***********************************************************************
	BREADCRUMB
***********************************************************************/
.breadcrumb-item {
	font-size: 14px;
}
.breadcrumb-item a,
.breadcrumb-item.active {
	color: var(--themeWhite);
}
.breadcrumb-item + .breadcrumb-item::before {
	font-weight: 900;
	font-family: "Font Awesome 7 Free";
	content: "\f178";
	color: var(--themeWhite);
	font-size: 12px;
	margin-top: 2px;
}
@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;
	}
}

/***********************************************************************
	HEADER HOME
***********************************************************************/
.home-section {
	background: #f8f8f8;
}
.hero-banner {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16/9;
	width: 100%;
	height: 500px;
}

.hero-banner img {
	position: absolute;
	width: 100%;
	height: calc(100% - 8px);
	object-fit: cover;	
}
.hero-banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  z-index: 1;
}
.hero-banner-inside {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	padding: 0;
	z-index: 5;
	width: 100%;
	height: auto;	
	display:block;
}
.hero-banner-inside h1 {
	font-size:46px;
	font-weight:800;
}
.homepage .hero-banner-inside h1 {
	font-size:46px;
	text-transform: uppercase;
}
.hero-banner-inside h1,
.hero-banner-inside h2 {
	color: var(--themeWhite)
}
@media (max-width:767px) {
	.hero-banner {
	height: 400px;
	}
	.hero-banner.homepage {
	height: 300px;
	}
	.hero-banner-inside h1 {
	font-size:32px;
	}
}



/***********************************************************************
	TOP PAGE
***********************************************************************/
.shape-4797{
overflow:hidden;
position:relative;
}
.shape-4797::before{
content:'';
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat; 
background-size: 100% 29px;
background-position: 50% 100%;    
background-image: url('data:image/svg+xml;charset=utf8, <svg preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2224 79"><g fill="%23ffffff"><path d="M1294 36a292 292 0 01-33 43H601a413 413 0 01-18-43 18 18 0 010-6 24 24 0 017-13 29 29 0 0113-8c12-3 25 0 36 5l11 6a159 159 0 0017 6l6 2a62 62 0 0017 2 63 63 0 0010-1 65 65 0 0014-4 61 61 0 0010-6c8-6 16-14 26-14 9 0 17 7 24 12l6 4a93 93 0 0014 7 102 102 0 0057 5 97 97 0 0021-7 90 90 0 0015-8c6-5 12-10 18-13s14-6 22-4c6 1 11 7 12 13 1-6 6-12 12-13 7-2 15 0 21 4l18 13a94 94 0 0035 15 53 53 0 005 1 103 103 0 0014 1 103 103 0 0022-2 94 94 0 0037-16l8-5c5-4 11-7 17-7 5 0 10 3 15 6l10 8a64 64 0 0037 11 52 52 0 006 0 61 61 0 008-2 78 78 0 009-2l25-12c12-5 24-8 36-5a29 29 0 0112 7c6 5 9 12 8 20z" style="isolation:isolate" opacity=".5"/><path d="M1460 52l-2 2a91 91 0 01-21 25H815a91 91 0 01-18-20 76 76 0 01-4-7c-4-8-3-17 1-24a33 33 0 0114-14 40 40 0 0113-3c11-2 22 1 32 5a173 173 0 0119 10l7 4 15 8a132 132 0 0021 9 141 141 0 0046 6 138 138 0 0059-16l7-4c10-6 20-13 31-18 13-7 28-11 42-8a37 37 0 0111 5c8 5 15 14 15 25 0-11 7-21 17-26a36 36 0 019-4c15-3 29 1 42 8l19 11 13 7 6 4a137 137 0 0052 15 142 142 0 0029 0 138 138 0 0030-7 133 133 0 0016-7l18-10 10-6a137 137 0 0119-8c13-4 26-5 38 0a33 33 0 0116 17l1 2a24 24 0 01-1 19z" style="isolation:isolate" opacity=".6"/><path d="M659 40l-4 9c-5 8-14 18-25 30H0V37a97 97 0 0038 0 89 89 0 0036-14l17-13c6-4 13-5 20-3 6 1 11 6 11 12 1-6 6-11 12-12 7-2 14 0 20 3s11 9 17 13a83 83 0 0010 6 93 93 0 0043 10 93 93 0 0043-10 83 83 0 0010-6l17-13c6-4 13-5 20-3 6 1 11 6 11 12 1-6 6-11 12-12 6-2 14 0 20 3s11 9 17 13a89 89 0 0036 14c24 5 50 0 70-15 6-4 13-10 20-11a18 18 0 013 0c7 0 13 5 19 9l5 4a61 61 0 0048 9 73 73 0 008-3l16-7 8-4a55 55 0 0134-4 27 27 0 019 5 25 25 0 018 10 18 18 0 011 10z" style="isolation:isolate" opacity=".5"/><path d="M852 46a21 21 0 01-2 6 91 91 0 01-23 27H0V15c13 6 24 15 37 22h1l9 5a139 139 0 0022 7 139 139 0 0024 3 138 138 0 0015 1 139 139 0 0048-11 130 130 0 0025-13l23-13a74 74 0 0120-5 74 74 0 0120 5l23 13 17 9 8 4a139 139 0 0047 11 138 138 0 0016-1 139 139 0 0046-11l9-4h1c12-7 24-16 37-22s28-11 42-8a36 36 0 0110 4c8 5 14 13 16 21a23 23 0 010 5 23 23 0 011-4 28 28 0 015-13 37 37 0 0121-13c14-3 29 1 42 8a124 124 0 0114 8l23 14a132 132 0 0017 7 138 138 0 0016 5c29 7 61 4 89-8l5-3 31-17 9-5c10-4 22-7 32-6a40 40 0 0113 4 33 33 0 0117 19 26 26 0 011 13z" style="isolation:isolate" opacity=".6"/><path d="M0 38a12 12 0 010 4 12 12 0 010-4zM2049 38a16 16 0 010 2 417 417 0 01-30 39h-622l-12-26a57 57 0 01-4-13 17 17 0 010-7 23 23 0 016-11 27 27 0 0113-7 33 33 0 016-1c10-1 19 2 27 5l27 12a47 47 0 005 2 60 60 0 0048-9c8-6 15-13 24-13a22 22 0 0111 3l13 8 3 3a83 83 0 009 5 89 89 0 0013 5 95 95 0 0068-5 85 85 0 0013-7l17-13c6-4 13-5 20-3 5 1 10 6 11 12 1-6 6-11 12-12 6-2 14 0 20 3s11 9 17 13a89 89 0 0032 14 96 96 0 0053-4l7-3a85 85 0 0014-8l10-7c4-2 8-4 13-4s9 2 13 5l11 8a60 60 0 0048 9 78 78 0 0012-4c7-3 13-7 20-9 11-5 22-8 34-5 10 2 19 12 18 23z" style="isolation:isolate" opacity=".5"/><path d="M0 42a12 12 0 010-4 12 12 0 010 4zM2224 34v45H1039v-1l-1 1H345v-1l-1 1H0V53a65 65 0 0015-5 64 64 0 0042 5 83 83 0 0012-4l14-7 8-3c9-4 19-7 28-7 10 0 20 3 29 7l8 3 26 11a64 64 0 0042-5 64 64 0 0042 5l26-11 8-3c11-5 24-9 36-5a29 29 0 0111 6 29 29 0 0112-6c12-4 24 0 36 5l6 2c9 5 18 9 28 12a64 64 0 0051-10c8-5 16-13 25-13a23 23 0 0111 2l1 1 13 9c18 12 40 18 61 17a97 97 0 0048-15l4-2 15-12h1l2-1a40 40 0 016-3c5-1 10-2 15-1a18 18 0 018 5 15 15 0 014 8 15 15 0 016-9 17 17 0 016-4 22 22 0 018 0 34 34 0 0114 4c6 3 11 8 16 12l2 1a97 97 0 0051 17 99 99 0 0055-13l7-4c6-5 12-10 20-12a19 19 0 014 0c10 0 18 8 26 13a62 62 0 006 4 65 65 0 0045 6l1-1c11-3 22-9 33-13 10-5 21-8 31-6h5v1a28 28 0 019 4 28 28 0 015-3 27 27 0 013-2 42 42 0 0119 0 81 81 0 0117 6c11 4 22 11 34 14a64 64 0 0051-10c7-5 14-11 22-13a19 19 0 014 0 18 18 0 012 0 28 28 0 0112 4l10 8 7 4a99 99 0 0053 13 100 100 0 0036-7 92 92 0 0017-10l2-1c5-4 10-9 16-12 7-4 14-6 22-4a18 18 0 0110 8 14 14 0 012 5c1-6 6-11 12-13 7-2 15 0 21 4l18 13 4 2a92 92 0 0020 10c30 10 64 6 89-12l13-9 1-1a23 23 0 0111-2 7 7 0 011 0c5 0 9 2 13 5l11 8a64 64 0 0051 10l28-11 6-3c11-5 23-8 34-6 11-2 23 1 34 6l19 9a90 90 0 0015 5 64 64 0 0051-10l14-10a27 27 0 017-3 20 20 0 014 0c10-1 18 6 25 12l7 4 4 2a100 100 0 00104-7c5-4 10-9 16-12 7-4 14-6 21-4 6 2 11 7 12 13a3 3 0 001 0c0-6 6-11 12-13 7-2 15 0 21 4l18 13 4 2c32 21 77 20 109-2l10-8z"/><path d="M1896 48a22 22 0 01-2 4 91 91 0 01-22 27h-622a91 91 0 01-23-27 21 21 0 01-2-6 26 26 0 011-13 33 33 0 0117-19c13-6 29-4 43 2h2c14 6 26 16 40 22a141 141 0 0015 7 140 140 0 0042 8 141 141 0 0053-9 131 131 0 0017-7 202 202 0 008-5l29-17c13-7 28-11 42-8a37 37 0 0114 7c6 5 11 11 12 19a24 24 0 011 4 23 23 0 010-5 26 26 0 013-7c4-9 13-15 23-18 14-3 29 1 42 8 9 4 17 10 25 15l12 7 10 5a137 137 0 0020 6 142 142 0 0042 5 140 140 0 0031-5 133 133 0 0024-10l3-1c13-7 25-15 38-21 14-6 30-8 44-2l2 1a33 33 0 0114 15 26 26 0 012 18z" style="isolation:isolate" opacity=".6"/><path d="M2224 25v54h-307a91 91 0 01-23-27 21 21 0 01-2-6 27 27 0 012-16 33 33 0 0112-14 28 28 0 014-2c14-6 30-4 44 2l23 12 18 10 5 3a138 138 0 0042 11 142 142 0 0063-8 131 131 0 0017-7c12-7 24-16 37-22s28-11 42-8c10 2 19 9 23 18z" style="isolation:isolate" opacity=".6"/></g></svg>'); 
}

@media (min-width:768px){
.shape-4797::before{
background-size: 100% 40px;
background-position: 50% 100%;   
}  
}
 
@media (min-width:1025px){
.shape-4797::before{ 
bottom: 0;
left: 0;
right: 0;
top: 0; 
background-size: 100% 90px;
background-position: 50% 100%;  
}
}
@media (min-width:2100px){
.shape-4797::before{
background-size: 100% calc(2vw + 90px);
}
}
 
 

/***********************************************************************
	NOUVEAUX ARTICLES
***********************************************************************/
.home-section {
	padding:50px 0;
}
@media (max-width:767px) {
	.home-section {
	margin-top:0;
	}
	.new_article {
	margin:30px 0;
	}
}
.new_article .article-img,
.new_article .article-img.img-middle {
	position: relative;
	overflow: hidden;	
	width:100%;
	border-radius:12px!important;
	border:3px solid var(--themeWhite);
}
.new_article .article-img {
	aspect-ratio:1/1;
}
.new_article .article-img.img-middle {
	aspect-ratio:1/1;
}
.new_article .article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  opacity: 1;
  pointer-events: auto;
}
.new_article .article-img.img-middle {
	margin:-25px -60px;
	z-index: 10;
}
.new_article .article-img img:hover{transform : scale(1.1);}

/***********************************************************************
	ARTICLES CARD
***********************************************************************/
.card {
	border:none;
}



/***********************************************************************
	ARTICLE LISTE
***********************************************************************/
.categories .card {
	margin-bottom:1rem;
}
.card.article .article-img {
	aspect-ratio: 4/3;
}


.categories .card,
.categorie .card {
	margin-bottom:1.5rem;
}
.categories .card,
.categorie .card {
	border:none;
	height: calc(100% - 18px);
	overflow:hidden;
}
.categorie  .article-img,
.categories .article-img {
	position: relative;
	overflow: hidden;	
}

.article-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
	opacity: 1;
	pointer-events: auto;
}
.article-img img {
	transition:0.8s;
} 
.card.article:hover .article-img img {
	transform : scale(1.1);
}

.article-content h2.card-title,
.article-content h3.card-title {
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
}
.article-content h2.card-title > a,
.article-content h3.card-title > a {
	color: var(--themeColor2);
}

.content-section.catList {
  position: relative;
  padding: 1.5rem 0 1rem!important;
  content-visibility: auto;
  contain-intrinsic-size: 600px;
  z-index: 50;
}

.carousel-item {
	background:#f8f8f8;
	padding:10px;
	border-radius:10px;
}
.card.article .article-carousel-img {
	aspect-ratio: 16/9;
}
.card.article .article-carousel-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
	opacity: 1;
	pointer-events: auto;
	border-radius: 10px;
}
.carousel-item .article-content h2.card-title,
.carousel-item .article-content h3.card-title {
	font-size: 30px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom:20px;
}
.carousel-item .article-content h2.card-title > a,
.carousel-item .article-content h3.card-title > a {
	color: var(--themeColor2);
}

.carousel-control-next, .carousel-control-prev {
  width: 5%;
}

.text-cat p {
	margin-bottom: 0;
	color:#fff;
}

.card-img-top {
	border:none!important;
	box-shadow:none!important;
}

@media (min-width:1199px) and (max-width:1299px) {
	.card.article .article-carousel-img {
	aspect-ratio: 4/3;
	}
	.card.article .article-img {
	aspect-ratio: 1/1;
	}
}

/***********************************************************************
	CATEGORIE LISTE
***********************************************************************/
.catList .card.desc_article {
	background: var(--themeColor3);
	border:none;
	border-radius:10px;
}
.catList .card.desc_article .text-cat,
.catList .card.desc_article .text-cat p {
	color: var(--themeWhite);
	margin-bottom: 0;
}
.catList .card.desc_article .text-cat h2,
.catList .card.desc_article .text-cat h3 {
	color: var(--themeWhite);
}

.article-blog-wrap {
  margin-bottom: 10px;
  position: relative;
}
.article-blog-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
	opacity: 1;
	pointer-events: auto;
	overflow: hidden;
	border-radius: 8px;	
}
.article-blog-wrap a img {
  display: inline-block !important;
}
.article-blog-wrap .article-blog-content {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 90%;
  padding: 20px;
  transition: all var(--themeTransition) ease-in-out;
}
.article-blog-wrap .article-blog-content span {
  color: var(--themeWhite);
  font-size: 15px;
  display: inline-block;
  margin-bottom: 15px;
  transition: var(--themeTransition);
}
.article-blog-wrap .article-blog-content span a {
  color: var(--themeWhite);
}
.article-blog-wrap .article-blog-content span a:hover {
  color: var(--themeBlack);
}
.article-blog-wrap .article-blog-content h2,
.article-blog-wrap .article-blog-content h3 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.5;
}
.article-blog-wrap .article-blog-content h2 a,
.article-blog-wrap .article-blog-content h3 a {
  color: var(--themeWhite);
}
.article-blog-wrap:hover img {
	filter: grayscale(1);
}
.article-blog-wrap:hover .article-blog-content {
	background: linear-gradient(to bottom,  var(--themeColor1) 0%,var(--themeColor2) 100%);
}
.article-blog-text {
	position:relative;
	margin-bottom:25px;
}
@media (min-width:768px) {
	.article-blog-wrap {
	height: 350px;
	}
}
@media (min-width:992px) {
	.article-blog-wrap .article-blog-content {
	min-height:80px;
	}
}
@media (max-width:991px) {
	.article-blog-wrap .article-blog-content {
	height:auto;
	}
}
@media (max-width:767px) {
	.article-blog-wrap {
	height: 300px;
	}
}

.single-article-content .auteur {
  text-align: right;
  margin-bottom: 0px;
}
.single-article-content .auteur p,
.single-article-content .auteur p a {
  color: #555555;
  font-size:12px;
  margin-bottom:0;
}
.single-article-content .auteur p i {
  color: var(--themeColor1);
  padding-right: 7px;
}


/***********************************************************************
	ARTICLE
***********************************************************************/
.article-photo {
	position:relative;
	overflow: hidden;
	margin-bottom: 20px;
	aspect-ratio:16/9;
	border-radius:20px;
}

.article-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
	opacity: 1;
	pointer-events: auto;
}

#content img {
  border: none;
  transition: all 0.4s;
}
#content h2 {
	font-size: 26px;
	font-weight: 600;
	color: var(--themeColor2);
}
#content h3 {
	font-size:20px;
	font-weight:600;
	color: var(--themeBlack);
}
#content h2::before, 
#content h3::before, 
#content h4::before {
  display: block;
  content: "";
  margin-top: -10px;
  height: 10px;
  visibility: hidden;
}
#content a {
	font-weight:600;
	text-decoration: underline dotted;
	color: var(--themeColor2);
}
#content a:hover {
	font-weight:600;
	text-decoration: underline;
	color: var(--themeColor1);
}
#content .fa-li > i {
	color: var(--themeColor1);
}

.title-widget .title-heading {
	text-align: center;
	display: block!important;
	margin-bottom:0;
	border-radius: 10px 10px 0 0;
}
.title-widget .title-heading {
	background-color: var(--themeBgcolor);
	font-size:22px;
	font-weight:600;  
	height: 40px;
	line-height: 40px;
	padding: 0;
	position: relative;
	border-bottom: 20px solid transparent;
	border-top: 0px solid vartransparent;
	transition: all .3s ease-in-out;
}
.title-widget .title-heading {
	color: var(--themeWhite);
}

.sidebar-articles {
	position: relative;
	box-sizing: border-box;
}
.sidebar-articles .sommary {
	background: var(--themeColor3);
	border: none;
	padding:10px;
	border-radius: 0 0 10px 10px;
}
.h2-index {
	font-size: 1.1rem;
	font-weight: bold;
	color: var(--themeWhite);
	margin-right: 0.2em;
}
#title-list {
    list-style: none;
    padding-left: 0;
}
#title-list li::marker,
#title-list ul li::marker {
	content: '';
	display: none;
}
#title-list ul li i {
	color: var(--themeSummary);
}
#title-list li {
	margin: 10px 0 5px;
	font-weight: 400;
	border-bottom: 1px dotted var(--themeSummary);
	padding-bottom: 10px;
	font-weight:400;
}
#title-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
#title-list li.level-2 {
    margin-left: 15px;
}
#title-list li.level-2::first-letter {
	font-size: 1rem;
	font-weight:normal;
}
#title-list a {
    text-decoration: none;
    color: var(--themeWhite);
}
#title-list a:hover {
    text-decoration: none;
	color: var(--themeSummary);
}
#title-list a.active {
    font-weight: bold;
	color: var(--themeSummary);
}
.auteur-article {
	position:relative;
	display:block;
	border-top:1px dotted var(--themeColor1);
	border-bottom:1px dotted var(--themeColor1);
	margin-top:30px;
	padding:10px 0;
}
.auteur-article .auteur {
	font-size: 14px;
}

.othersArticles h2 span {
	color: var(--themeColor2);
}

/***********************************************************************
	TEAM
***********************************************************************/
.photo-article.team {
    aspect-ratio: 1/1!important;
}

/***********************************************************************
	PERSONA
***********************************************************************/
.auteurs h2 {
	font-size: 26px;
	color: var(--themeBlack);
	font-weight:600;	
}
.single-team img {
	border-radius:10px;
}


/***********************************************************************
	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(--themeWhite);
  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(--themeBlack);
  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(--themeColor1);
  color: #fff;
}
.contact-form .submit-btn-wrapper button {
  background-color: var(--themeColor1);
  width: 100%;
  height: 45px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: var(--themeWhite);
  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(--themeColor2);
}
.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(--themeWhite);
}
@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(--themeColor1);
	color:  var(--themeWhite);
	font-size:20px;
	font-weight:600;
}
.infos-contact .card-body {
	background: #F1F1F1;
}

/***********************************************************************
	CTA FOOTER
***********************************************************************/
.cta {
	position:relative;
	min-height:350px;
	padding: 130px 0 80px;
	overflow: hidden;
	background: linear-gradient(to bottom, var(--themeColor1) 0%,var(--themeColor2) 100%);
}
.cta .card a {
	color: var(--themeColor1);
	font-weight:600;
}
.cta .card a:hover {
	color: var(--themeColor2);
	text-decoration: underline;
}

.cta .card {
	border: 5px solid;
	border-color:  var(--themeColor3);
	border-radius: 12px;
}
.cta .card .btn-cta {
	font-size:18px;
	text-transform:uppercase;
	font-weight:600;
	background: var(--themeColor1);
	border:none;
	color: var(--themeWhite);	
}
.cta .card .btn-cta:hover {
	background: var(--themeColor2);
	border: var(--themeColor2);
	color: var(--themeWhite);	
	text-decoration:none;
} 
@media (min-width:768px) {
	.cta {
	padding: 130px 0 80px;
	}
}
@media (max-width:767px) {
	.cta {
	padding: 80px 0 50px;
	}
}

.about {
	position:absolute;
	content: "";
	width:800px;
	height:auto;
	right: -100px;
	top:-60px;
	object-fit: cover;
	overflow: hidden;
}
.about img {
	width:800px;
	height:auto;
}

.shape-4789{
	overflow:hidden;
	position:relative;
}
.shape-4789::before {
	content:'';
	position: absolute;
	bottom: -1px;
	left: -1px;
	right: -1px;
	top: -1px;
	z-index: 3;
	pointer-events: none;
	background-repeat: no-repeat; 
	background-size: 100% 44px;
	background-position: 50% 0%;    
	background-image: url('data:image/svg+xml;charset=utf8, <svg preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100"><g fill="%23ffffff"><path d="M-1-.4h1004v34a874.4 874.4 0 01-178.7 17.8c-68.8-.4-106.2-8.9-150.6-14-172-19.7-238 35.3-411.7 34.2A860 860 0 01-1 27.4"/><path d="M-1 5.4h1004v31c-57.6 13-118 26-178.7 25.8-68.9-.4-106.2-9.7-150.6-15.3-172-21.7-238 38.7-411.7 37.4C201.4 84 110.6 69.4-1 29.5" opacity=".5"/><path d="M492.6 100.6a442.8 442.8 0 01233-4c3.8 1-1.3-2.8-1.9-3.3a36.2 36.2 0 00-11.6-6.1A447 447 0 00476 91c-.6.1 6.9 5.5 7.5 6 2 1.1 6.5 4.3 9 3.6z" opacity=".5"/><path d="M699.5 68.2a336.2 336.2 0 00-181-5.9c-2 .5 4.3 4.5 4.8 4.8 2 1.3 8 5.8 10.8 5.1A332.4 332.4 0 01713 77.6c3.8 1.2-1.4-3-2-3.3a41 41 0 00-11.5-6.1z"/></g></svg>'); 
}

@media (min-width:768px){
	.shape-4789::before{
	background-size: 100% 78px;
	background-position: 50% 0%;   
	}  
} 
@media (min-width:1025px){
	.shape-4789::before{ 
	bottom: -0.1vw;
	left: -0.1vw;
	right: -0.1vw;
	top: -0.1vw; 
	background-size: 100% 90px;
	background-position: 50% 0%;  
	}
}
@media (min-width:2100px){
	.shape-4789::before{
	background-size: 100% calc(2vw + 90px);
	}
}

/***********************************************************************
	FOOTER
***********************************************************************/
#footer {
	position:relative;
}
/*-- Footer copyright --*/
#footer .footer {
	background: var(--themeCopyright);
	line-height: 22px;
	padding: 30px 0 30px;
}
#footer .footer, 
#footer .footer a {
	color: var(--themeWhite);
	font-weight: 400;
}
#footer .footer a:hover {
	color: var(--themeWhite); 
}
#footer .footer ul {
	margin-bottom:0;
}
#footer .footer ul > li {
	font-size:14px;
}
#footer .footer  .list-inline-item:not(:last-child) {
	margin: 0 5px;
}

@media (max-width:576px) {
	#footer .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(--themeColor1);
	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;
	}
}