* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@font-face {
  font-display: swap;
  font-family: 'Alan Sans';
  font-style: normal;
  font-weight: 400;
  src: url('webfonts/alan-sans-v5-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Alan Sans';
  font-style: normal;
  font-weight: 500;
  src: url('webfonts/alan-sans-v5-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Alan Sans';
  font-style: normal;
  font-weight: 600;
  src: url('webfonts/alan-sans-v5-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Alan Sans';
  font-style: normal;
  font-weight: 700;
  src: url('webfonts/alan-sans-v5-latin-700.woff2') format('woff2');
}

html {
	overflow: hidden;
	overflow-y: auto;
}
body {
	font-family: "Alan Sans";
	font-style: normal;
	font-weight:400;
	overflow: hidden;
	font-size:16px;
	color: var(--templateColortext);
	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: "Alan Sans";
	font-style: normal;
	font-weight:400;
	line-height: 1.2;
}
h1 {
	font-size: 56px;
	font-weight: 600;
	color: var(--templateBlack);
	margin-bottom:10px;
}
h2 {
	font-size: 30px;
	font-weight: 600;
	color: var(--templateBlack);
}
.h2 {
	font-weight: 700;
	color: var(--templateBlack);
}
h3 {
	font-size: 20px;
	font-weight: 600;
	color: var(--templateBlack);
}

h4, h5, h6 {
	font-weight: 500;
	color: var(--templateBlack);
}
h4 {
	font-size: 18px;
}

h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
a,
a:visited,
a:focus {
  outline: none;
  color: var(--templateBlack); 
  text-decoration:none;
}
a:hover {
	outline: none;
	text-decoration: none;
	color: var(--templateColor2);
}
.page-section,
.content-section {
	position:relative;
	padding: 1.5rem 0 0!important;
	background:  var(--templateWhite);
}
.page-section {
	min-height:300px;	
}

.bg-color {
	background-color: var(--templateBgcolor);
}
.nofollow-link {
  cursor: pointer;
}
.nofollow-link:hover {
  text-decoration:underline;
}
.btn.btn-outline-secondary {
	border-radius:1rem;
	color: var(--templateColor1);
}
.btn.btn-outline-secondary:hover {
	color: var(--templateWhite);
	text-decoration:none;
}
.height-250 {
	min-height:250px;
}
.height-500 {
	min-height:500px;
}
.height-750 {
	min-height:750px;
}

/***********************************************************************
	MENUHEADER
***********************************************************************/
.navik-header {
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
}	
.navik-menu ul li > a {
	font-weight:600;
	font-size: 16px;
	font-family: "Alan Sans";
}
.navik-menu ul li > a:hover {
	color: var(--templateColor1);
	text-decoration: underline dotted;
}

@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-header .logo img {
	max-height: 70px;
	}
	.navik-header.sticky .logo img {
    max-height: 65px;
	}
	.navik-menu > ul > li > a {
    padding: 0 20px;
	}
	.navik-menu > ul > li:last-child > a {
    padding: 0 20px;
	}
	.navik-menu > ul > li.current-menu {
    color: var(--templateColor1);
	}
	.navik-menu > ul > li.current-menu > a {
	color: var(--templateColor1);
	}
}
@media (max-width:1199px) {
	.navik-header .logo {
	padding: 15px 0px;
	text-align: start;
	}
}
@media (max-width:1024px) {
	.navik-header .logo img {
	max-width: 70%;
	height: auto;
	}
}

/***********************************************************************
	FONTS/LINK
***********************************************************************/
.video-holder-2 {
    text-align: center;
    position: absolute;
    transform: translate(-50%, 50%);
	right: 0;
}

.video-holder-2 a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.video_btn_border {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  position: absolute;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  border: 2px solid rgba(37, 190, 90, 0.83);
  -webkit-animation: border_animation 3.9s linear 0s infinite;
          animation: border_animation 3.9s linear 0s infinite; }

.video_btn_border.border_wrap-2 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s; }

.video_btn_border.border_wrap-3 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s; }

.video-btn-style {
    position: relative;
    height: 60px;
    width: 60px;
    background: #25be5a;
    text-align: center;
    display: inline-block;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}

@-webkit-keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0; } }

@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0; } }
/***********************************************************************
	HEADING
***********************************************************************/
.heading-tittle-warp {
  text-align: left;
  margin: 0 auto;
}

.heading-tittle h2 {
  font-size: 36px;
  color: var(--templateBlack);
  margin-bottom: 20px;
  font-weight: 600;
  margin-left: 15px;
}
.heading-eight .heading-tittle::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 40px;
  background-color: var(--templateColor1);
  top: 23px;
  margin-left: 0;
}


/***********************************************************************
	BREADCRUMB
***********************************************************************/
.ariane {
	position:relative;
	padding:10px;
	background: var(--templateColor3);
}
.breadcrumb {
	margin-bottom: 0;
}
.breadcrumb-item {
	font-size: 14px;
}
.breadcrumb-item a,
.breadcrumb-item.active {
	color: var(--templateWhite);
}
.breadcrumb-item + .breadcrumb-item::before {
	font-weight: 900;
	font-family: "Font Awesome 7 Free";
	content: "\f178";
	color: var(--templateWhite);
	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;
	}
}

/***********************************************************************
	TOP PAGE
***********************************************************************/
.home-section {
	padding: 0;
}
.hero-banner {
	position: relative;
	overflow: hidden;
	height: 200px;
	aspect-ratio: 16/9;
	width: 100%;
}
.hero-banner.home-section {
	height: 500px;
}
.hero-banner img {
	position: absolute;
	width: 100%;
	height: 100%;
	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:50px;
	font-weight:800;
}
.hero-banner.home-section .hero-banner-inside h1 {
  font-size: 60px;
  text-transform: uppercase;
}
.hero-banner.home-section .hero-banner-inside h2 {
  font-size: 40px;
  font-weight: 600;
}

.hero-banner-inside h1,
.hero-banner-inside h2,
.hero-banner-inside p {
	color: var(--templateWhite);
}
@media (max-width:767px) {
	.hero-banner {
	height: 300px;
	}
	.hero-banner.home-section {
	height: 400px;
	}
	.hero-banner.home-section .hero-banner-inside h1,
	.hero-banner-inside h1 {
	font-size:32px;
	}
	.hero-banner.home-section .hero-banner-inside h2 {
	font-size: 20px;
	}
}

/***********************************************************************
	NOUVEAUX ARTICLES
***********************************************************************/
.card.intro-cat {
	border-bottom:5px solid var(--templateColor1);
	border-radius:0;
}
.text-cat p {
	margin-bottom:0;
}

/***********************************************************************
	ARTICLES LISTE
***********************************************************************/
.profile-card-six {
	position: relative;
	overflow: hidden;
	margin: 0 0 20px;
	color: var(--templateWhite);
	text-align: left;
	line-height: 1.4em;
	background-color: var(--templateColor3);
	height: calc(100% - 20px);
}
.profile-card-six * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.profile-card-six-img {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4/3;
}
.profile-card-six-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}
.profile-card-six figcaption {
	width: 100%;
	background-color: var(--templateColor3);
	padding: 0 25px 25px;
	position: relative;
}
.profile-card-six figcaption:before {
	position: absolute;
	content: '';
	bottom: 100%;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 55px 0 0 420px;
	border-color: transparent transparent transparent var(--templateColor3);
}
.profile-card-six figcaption a {
	padding: 10px 0px;
	color: var(--templateWhite);
	font-size: 0.7em;
	text-transform: uppercase;
	margin: 10px 0;
	display: inline-block;
	opacity: 0.85;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 1px;
}
.profile-card-six figcaption .video-holder-2 {
	text-align: center;
	position: absolute;
	left: 0 !important;
	top: -50px;	
	z-index: 10;
	width: 60px;
	height: 60px;
	line-height: 60px;	
	transform: translate(50%, -50%);
}
.profile-card-six figcaption .video-holder-2 a {    
	padding: 0;
	color: var(--templateWhite);
	font-size: 1.5em;
	text-transform: uppercase;
	margin: 0;
	display: inline-block;
	opacity: 1;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 0;
}
.profile-card-six figcaption a.persona {
	opacity: 1;
	position: absolute;
	transform: translate(-30px, -10px);
}

.profile-card-six figcaption a:hover {
	opacity: 1;
}
.profile-card-six .profile {
	border-radius: 50%;
	position: absolute;
	bottom: 100%;
	left: 25px;
	z-index: 1;
	max-width: 90px;
	opacity: 1;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.profile-card-six h2,
.profile-card-six h3 {
	margin: 0 0 5px;
	font-weight: 600;
	font-size: 22px;
	color: #fff;
}
.profile-card-six p {
	margin: 0 0 10px;
	font-size: 0.9em;
	opacity: 0.9;
}
 

/***********************************************************************
	ARTICLE
***********************************************************************/
.article-photo {
	position:relative;
	overflow: hidden;
	margin-bottom: 20px;
	aspect-ratio:16/9;
	border-radius: 0;
}
.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(--templateColor2);
}
#content h3 {
	font-size:20px;
	font-weight:600;
	color: var(--templateBlack);
}
#content h2::before, 
#content h3::before, 
#content h4::before {
  display: block;
  content: "";
  margin-top: 0;
  height: 0;
  visibility: hidden;
}
#content a {
	font-weight:600;
	text-decoration: underline dotted;
	color: var(--templateColor1);
}
#content a:hover {
	font-weight:600;
	text-decoration: underline;
	color: var(--templateColor2);
}
#content .fa-li > i {
	color: var(--templateColor1);
}
.sidebar-articles {
	position: relative;
}

.sidebar-articles .sommaire{
	border: 7px solid #e8e8eb;
	border-radius: 0;
}
.sidebar-articles .sommary {
	border: none;
	padding: 0 20px;
	border-radius: 0;
}
.h2-index {
	font-size: 1.1rem;
	font-weight: bold;
	color: var(--templateWhite);
	margin-right: 0.2em;
}

.sidebar-articles .profile-card-six .title-sommaire {
	position: absolute;
	content: "";
	color: var(--templateWhite);
	font-size: 24px;
	font-weight:600;
	transform: translate(15%, 30%);
	z-index: 20;
	top: 30%;
	max-width: 100%;
}
@media (min-width:1200px) and (max-width:1399px) {
	.sidebar-articles .profile-card-six .title-sommaire {
	font-size: 20px;
	}
}
.sidebar-articles .profile-card-six figcaption a {
	text-align:left;
	opacity: 1;
	font-size: 0.8em;
	margin: 0;
}
.sidebar-articles .profile-card-six-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.sidebar-articles .profile-card-six .profile-card-six-img::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	z-index: 1;
}
.sidebar-articles .profile-card-six figcaption::before {
	z-index:10;
}

@media (max-width:756px) {
	.sidebar-articles .profile-card-six .title-sommaire {
	transform: translate(25%, 50%);
	top: 30%;
	}
}


#title-list {
    list-style: none;
    padding-left: 0;
}
#title-list ul {
	margin-bottom:0;
}
#title-list li::marker,
#title-list ul li::marker {
	content: '';
	display: none;
}
#title-list ul li i {
	color: var(--templateSummary);
}
#title-list li {
	margin: 0;
	font-weight: 400;
	border-bottom: 1px dotted var(--templateSummary);
	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(--templateWhite);
}
#title-list a:hover {
    text-decoration: none;
	color: var(--templateSummary);
}
#title-list a.active {
    font-weight: bold;
	color: var(--templateSummary);
}


.othersArticles h2 span {
	color: var(--templateColor2);
}

/***********************************************************************
	BLOC PERSONA
***********************************************************************/
.article-auteur {
	background: #e8e8eb;
	padding:5px;
}
.article-auteur .picture-auteur {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1/1;
}

.article-auteur .picture-auteur img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
	opacity: 1;
	pointer-events: auto;
	overflow: hidden;
	border-radius: 100%;
}
/***********************************************************************
	TEAM
***********************************************************************/
.team-redacteur {

}
.team-redacteur .profile-card-six {
  height: auto;
}
.team-redacteur h2 {
	font-size:30px;
	
}

/***********************************************************************
	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(--templateWhite);
  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(--templateBlack);
  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(--templateColor1);
  color: #fff;
}
.contact-form .submit-btn-wrapper button {
  background-color: var(--templateColor1);
  width: 100%;
  height: 45px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: var(--templateWhite);
  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(--templateColor2);
}
.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(--templateWhite);
}
@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(--templateColor1);
	color:  var(--templateWhite);
	font-size:20px;
	font-weight:600;
}
.infos-contact .card-body {
	background: #F1F1F1;
}


/***********************************************************************
	FOOTER
***********************************************************************/
#footer {
	position:relative;
}
/*-- Footer copyright --*/
#footer .footer {
	background: var(--templateCopyright);
	line-height: 22px;
	padding: 30px 0 30px;
}
#footer .footer, 
#footer .footer a {
	color: var(--templateWhite);
	font-weight: 400;
}
#footer .footer a:hover {
	color: var(--templateWhite); 
}
#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: 10px;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;
    opacity: 0;
}
#back-to-top:hover {
	background-color: var(--templateColor1);
	opacity: 1;
}
#back-to-top.show {
    opacity: 1;
}

/***********************************************************************
	RESPONSIVE
***********************************************************************/
@media (max-width:991px) {
	.order-first {
    order: 1 !important;
	}
}
@media (max-width:767px) {
	h1 {
	font-size: 30px;
	}
}