@font-face {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('webfonts/Poppins-Regular.woff2') format('woff2'), url('webfonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: "Cal Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('webfonts/CalSans-Regular.woff2') format('woff2'), url('webfonts/CalSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "flaticon_mycollection";
    src: url("webfonts/flaticon_mycollection.woff2?57b1c0b7041b7413c2953f4258da9c96") format("woff2"),
	url("webfonts/flaticon_mycollection.woff?57b1c0b7041b7413c2953f4258da9c96") format("woff"),
	url("webfonts/flaticon_mycollection.eot?57b1c0b7041b7413c2953f4258da9c96#iefix") format("embedded-opentype"),
	url("webfonts/flaticon_mycollection.ttf?57b1c0b7041b7413c2953f4258da9c96") format("truetype"),
	url("webfonts/flaticon_mycollection.svg?57b1c0b7041b7413c2953f4258da9c96#flaticon_mycollection") format("svg")
}

i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: flaticon_mycollection !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-voyager:before {
    content: "\f101";
}


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: 400;
}
html,
body,
button,
input,
select,
textarea {
	font-family: "Poppins-Regular", sans-serif;
	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: "CalSans-Regular", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
}
h1 {
	font-size: 40px;
	font-weight: 600;
	color: var(--blackColor);
}
h2 {
	font-size: 30px;
	font-weight: 600;
	color: var(--blackColor);
}
h3 {
	font-size: 20px;
	font-weight: 600;
	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(--themeColor1); 
  text-decoration:none;
}
a:hover {
	outline: none;
	text-decoration: underline;
	color: var(--themeColor1);
}
.content-section {
	position:relative;
}
.cover-image {
	background-size:cover!important;
	background-position: center center!important;
}

@media(max-width:991px) {
	.hero-banner-bg.cover-image {
	background-size:cover!important;
	background-position: left center!important;
	}
}
.bg-color {
	background-color: var(--bgColor);
}
span.nofollow-link {
  cursor: pointer;
}
span.nofollow-link:hover {
  text-decoration:underline;
}
.btn.btn-outline-secondary {
	border-radius:1rem;
	color: var(--themeColor1);
}
.btn.btn-outline-secondary:hover {
	color: var(--whiteColor);
	text-decoration:none;
}
.height-500 {
	min-height:500px;
}
.height-750 {
	min-height:750px;
}

.content-section.homecat:nth-child(even) {
  background-color: #F5F5F5;
}
.content-section.homecat:nth-child(odd) .order-first {
	order: 1 !important;
}

.item-content h2.h5,
.item-content h3.h5 {
	font-weight:500;
	font-size:1.15rem;
}

.content-section.homecat .hero-row h3 > a {
  font-size: 30px;
  font-weight: 600;
  color: var(--blackColor);
}

/***********************************************************************
	MENUHEADER
***********************************************************************/
.navik-menu ul li > a {
	font-family: "Poppins-Regular", sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
}
.navik-menu > ul > li:hover > a, 
.navik-menu > ul > li.current-menu > a {
	color: var(--themeColor1);
}
.navik-menu ul ul li > a {
	font-size: 16px;
	font-style: normal;
}
@media (min-width: 768px) {
	.header-shadow-wrapper::after {
	box-shadow: none;
	}
	.sticky .header-shadow-wrapper::after {
	box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.1);
	}
}
@media (max-width:1023px) {
	.navik-header .logo {
	padding: 10px 0 10px 0;
	text-align: left;
	}
}
@media (min-width: 1200px) {
	.navik-header.sticky .logo img {
	max-height: 60px;
	}  
}
@media (min-width: 1400px) {
	.navik-menu {
	float: none !important;
	clear: none !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 60px;
	}
	.menu-left, .menu-right {
	display: flex !important;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
	min-width: max-content;
	}
	.menu-left {
	justify-content: flex-end;
	}
	.menu-left > li > a {
	display: block;
	text-align: right;
	padding-left: 10px !important;
	padding-right: 10px !important;
	}
	.menu-right {
	justify-content: flex-start;
	}
	.menu-right > li > a {
	display: block;
	text-align: left;
	padding-right: 10px !important;
	padding-left: 10px !important;
	}
	.logo-centered {
	flex-shrink: 0;
	text-align: center;
	}
	.navik-header .logo {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	}
}

.burger-menu {
  top: 25px;
}
 
/***********************************************************************
	HEADING
***********************************************************************/



/***********************************************************************
	BREADCRUMB
***********************************************************************/
.breadcrumb-item {
	font-size: 14px;
}
.breadcrumb-item a,
.breadcrumb-item.active {
	color: var(--whiteColor);
}

/***********************************************************************
	TOP HOMEPAGE
***********************************************************************/
.homepage {	
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 2;
	width: 100%; 
	padding:100px 0;
}
.homepage::before {
	position:absolute;
	content:"";
	left:0; top:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,.4);
	z-index:0;
}  
.homepage .top-home-page-content {
    position: relative;
}
.homepage h1 {
	font-size: 50px;
	margin-bottom: 0;
	line-height: 1.2;
	color: var(--whiteColor);
	font-weight:600;
}
.home-title {
	position:absolute;
	content:"";
	background: rgba(0,0,0,.5);
	left:10px;
	right:10px;
	bottom:10px;	
}
.home-title h2 {
	color: var(--whiteColor);
	font-size:20px;
	padding:10px 10px;
	margin:0;
	font-weight:600;
}
.home-title:hover {
	background: var(--themeColor1);
	-webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; 	
}
.home-title:hover a {
	color: var(--whiteColor);
	text-decoration:none;
}
@media (min-width:768px) and (max-width:992px) {
	.homepage {
	padding:50px 0;
	}
	.homepage h1 {
	font-size: 40px;
	padding: 10px 0;
	margin: 0;
	}
}
@media (max-width:767px) {
	.homepage {
	padding:30px 0;
	}
	.homepage .top-home-page-content {
	top: 0;
    transform: translateY(0);
	}
	.homepage h1 {
	font-size: 30px;
	padding: 0;
	}
	.home-title h2 {
	font-size:18px;
	}
}
.banner-title {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: var(--whiteColor)
}
.banner-title h1 {
  color: var(--whiteColor)
}
.banner-subtitle {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: var(--whiteColor)
}
.banner-desc {
	position:relative;
	margin:0 auto;
	font-size: 16px;
	max-width:600px;
	color: var(--whiteColor)
}
@media (min-width: 768px) {
	.banner-title h1 {
	font-size: 36px;
	margin-bottom: 20px;
	}
	.banner-subtitle {
	font-size: 20px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	}
}
@media (max-width:767px) {
	.banner-subtitle {
	font-size: 16px;
	margin-bottom: 15px;
	}
	.banner-title {
	margin-bottom: 15px;
	}
}
	.photo-article-carousel {
	position: relative;
	aspect-ratio: 16/9;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}
@media (max-width: 576px) {
	.photo-article-carousel { aspect-ratio: 4/3; }
}
.photo-article-carousel img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	pointer-events: none;
}

/***********************************************************************
	TOP PAGE
***********************************************************************/
.hero-banner.top-page {
	position: relative;
	display: table;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.hero-banner.top-page::after {
	position: absolute;
	content: "";
	transform: translate(0, 0);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}

.hero-banner.top-page .banner-title {
    margin-bottom: 20px;
}
.hero-banner.top-page .banner-title h1 {
	position:relative;
	z-index:10;
	color: var(--whiteColor);
	text-transform: none;
    font-size: 34px;
}
.hero-banner.top-page .top-heading {
	position:relative;
	z-index:10;
}
@media (min-width:768px) {
	.hero-banner.top-page {
	padding:100px 0;
	}
}
@media (max-width: 767px) {
	.hero-banner.top-page {
	padding:50px 0;
	}
}

/***********************************************************************
	CATEGORIES HOMEPAGE
***********************************************************************/
.heading-style .heading-inner {
	padding-bottom: 5px;
}
.heading-style .heading-inner:after {
	content: '';
	position: absolute;
	bottom: 1px;
	height: 1px;
	width: 100%;
	background: var(--themeColor1);
	left: 0;
}
.heading-style.heading-center {
	text-align: center;
}
.heading-style.heading-center .heading-inner:after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.title-categorie {
	position: relative;
	margin-bottom:20px;
	display: inline-flex;
	align-items: center;
}
.title-categorie h2 {
	margin: 0;
	font-size:30px;
} 
.title-categorie .menu-icon {
	position:absolute; 
	margin: 0;
	transform: translate(-70px, 12px);
} 
.menu-icon {
	font-size: 60px;
	color: var(--themeColor1);	
}

@media (max-width:767px) {
	.title-categorie {
	display: block;
	}
	.title-categorie h2 {
	font-size:22px;
	}
	.title-categorie .menu-icon {    
    position: relative;
	transform: none;
    display: inline-block;
	}
	.menu-icon {
	font-size: 75px;
	}
}

/***********************************************************************
	BLOC ARTICLE
***********************************************************************/
@media (max-width: 991.98px) {
  .hero-row .order-mobile-first {
    order: -1 !important;
  }
}

@media (min-width:1200px) {
	.item-preview {
	margin-top: 20px;
	margin-bottom: 0;
	}
}	

.item-preview .item-content {	
	position: relative;
	padding-top: 20px;
	padding-bottom:20px;
	line-height: 1.3;
	background-color: #fff;
	text-align: center;
	transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
	height:100%;
}


.item-preview .item-content p {
	margin-bottom:0;
}
.item-preview:hover .item-content {
  -webkit-transform:translateY(-40px);
  -ms-transform:translateY(-40px);
  transform:translateY(-40px)
}	
@media (min-width: 768px) {
  .item-preview .item-content {
    margin: -40px 20px 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.photo-article {
    position: relative;
    aspect-ratio: 16/9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 8px;
}
@media (max-width: 576px) {
    .photo-article { aspect-ratio: 4/3; }
}
.photo-article img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
}

@media (max-width:767px) {
	.item-content.flex-grow-1.shadow {
	box-shadow: none!important;
	}
}



/***********************************************************************
	CATEGORIE LISTE
***********************************************************************/
.hero-row { 
	align-items: center; 
}
.hero-row .photo-article { 
	width: 100%; 
}
.hero-row .item-content { 
	box-shadow: none; 
	padding: 2em 1.5em; 
	background: #fff; 
}
.hero-row .item-content.shadow {
	box-shadow: none!important;
}
.homecat .hero-row .item-content {
	background: none;
}
@media (min-width:992px) {
	.hero-row h2.h5 > a,
	.hero-row h3.h5 > a {
	font-size:1.75rem;
	font-weight:600;
	color: var(--blackColor);
	}
}

@media (max-width:991.98px){
	.hero-row .col-lg-6 { margin-bottom:1.5em; }
}
@media (max-width:767px) {
	.row.hero-row,
	.row.articles-row {
	margin: 0;
	}
	.hero-row .item-content { 
	padding:0; 
	text-align: center;
	}
	.item-content h2.h5 > a, 
	.item-content h3.h5 > a {
	font-weight: 600;
	font-size: 1.15rem;
	color: var(--themeColor1);
	}
}

.text-cat {
	background:#fff;
	padding:25px 20px 5px;
	border:none;
	border-radius:8px;
	background-color: #F5F5F5;
}
.text-cat a {
	font-weight:600;
	color: var(--themeColor1);
}
.text-cat a.btn {
	font-weight:500;
}

#catpresentation h2 {
	font-size:26px;
	color: var(--blackColor);
}
#catpresentation h3 {
	font-size:20px;
	color: var(--blackColor);
}

.auteur .auteur-text {
  display: inline-block;
  color: var(--whiteColor);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  padding-left: 5px;
}

/***********************************************************************
	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 .widget-title {
  font-size: 26px;
  color: var(--themeColor1);
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
  display:block;
}
.sidebar-widget {
	position: relative;
	padding: 24px 24px;
	border-radius: 8px;	
	background: var(--bgColor);
}


#content h2 {
	font-size: 26px;
	font-weight: 600;
	color: var(--blackColor);
	text-decoration: underline;
	text-decoration-color: var(--themeColor1);
}
#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;
}

#content a {
	font-weight:600;
	text-decoration: underline dotted;
}
#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::first-letter {
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--themeColor1);
}
#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(--themeColor1);
}
#summary-list a.active {
    font-weight: bold;
	color: var(--themeColor1);
}


.author-thumb img {
	max-width:50%;
	border-radius:100%;
}
.author-thumb .author-name {
  color: var(--whiteColor);
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-top: 20px;
  display:block;
}
.author-thumb .author-text p {
	color: var(--whiteColor);
	margin:0;
}

.sidebar-widget .box-content h2.big-title {
	font-size: 20px;
	line-height: 24px;
	height: auto;
}

#similar .item-preview {
    margin-top: 0;
    margin-bottom: 0;
}


/***********************************************************************
	TEAM
***********************************************************************/
.photo-article.team {
    aspect-ratio: 1/1!important;
}

/***********************************************************************
	PERSONA
***********************************************************************/
.auteurs h2 {
	font-size: 26px;
	color: var(--blackColor);
	font-weight:600;	
}
.portrait img {
	border-radius:100%;
}

/***********************************************************************
	DIVERS
***********************************************************************/


/***********************************************************************
	CONTACT
***********************************************************************/
.contact-form.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: var(--whiteColor);
  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(--blackColor);
  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(--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(--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(--themeColor3);
}
.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(--themeColor1);
	color:  var(--whiteColor);
	font-size:20px;
	font-weight:600;
}
.infos-contact .card-body {
	background: var(--bgColor);
}

/***********************************************************************
	RUBAN CATEGORIE
***********************************************************************/
.ribbon {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.ribbon {
	--r: .8em; /* control the cutout */
	border-block: .5em solid #0000;
	padding-inline: .5em calc(var(--r) + .25em);
	line-height: 1.8;
	clip-path: polygon(100% 0,0 0,0 100%,100% 100%,100% calc(100% - .25em),calc(100% - var(--r)) 50%,100% .25em);
	background: radial-gradient(.2em 50% at left,#000a,#0000) border-box, var(--themeColor1) padding-box; /* the color  */
	width: fit-content;
	position: absolute;
	left: 0;
	top: 0;
}
.ribbon2 {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
.ribbon2 {
	--r: .8em;  
	border-block: .5em solid #0000;
	padding-inline: calc(var(--r) + .25em) .5em;
	line-height: 1.8;
	clip-path: polygon(0 0,100% 0,100% 100%,0 100%,var(--r) calc(100% - .25em),0 50%,var(--r) .25em);
	background: radial-gradient(.2em 50% at right,#000a,#0000) border-box, var(--themeColor1) padding-box; /* the color  */
	width: fit-content;
	position: absolute;
	right: 0;
	top: 0;
}


/***********************************************************************
	FOOTER
***********************************************************************/
.more-home {
	background: var(--themeColor2);
}
.more-home h4, .more-home p {
	color: var(--whiteColor);
}
.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;
}


#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);
	font-weight: 400;
}
#footer .copyright a:hover {
	color: var(--whiteColor); 
}
#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(--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;
	}
}