* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	overflow: hidden;
	overflow-y: auto;
}
body {
	overflow: hidden;
	font-size:16px;
	color: var(--color2);
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
}
html,
body,
button,
input,
select,
textarea {
	font-family: "Roboto", sans-serif;
}
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
address, p, hr {
  margin: 0;
  margin-bottom: 15px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
ol, ul,
li > ul,
li > ol {
  margin: 0 0 15px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif;
	line-height: 1.4;
}
h1 {
	font-size: 30px;
	font-weight: 500;
	color: var(--blackColor);
}
h2 {
	font-size: 24px;
	font-weight: 500;
	color: var(--blackColor);
}
h2.big-title  {
	font-size: 32px;
	font-weight: 600;
	color: var(--blackColor);
}
h3.selection  {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px !important;
}
h3.selection a {
	color: var(--blackColor);
}
h3.selection a:hover {
	color: var(--color1);
	text-decoration:none;
}
.title-bar h2 {
  background: var(--blackColor);
  color: var(--whiteColor);
  padding: 5px 10px;
  margin:30px 0 20px;
  font-size:30px;
}
h3 {
	font-size: 20px;
	font-weight: 500;
	color: var(--blackColor);
}

h4, h5, h6 {
	font-weight: 500;
	color: var(--blackColor);
}
h4 {
	font-size: 18px;
}

h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	line-height:1.4
}
a, a:visited {
	transition: all 0.4s ease-in-out 0s;
	color: var(--color3);
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	outline: none;
	color: var(--color3);
}
a:focus,
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a#savoirplus,
a#savoirplus:hover {
	color: var(--blackColor);
}
*:focus {
    box-shadow: none !important;
}
.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;
}
.height-450 {
	min-height:450px;
}
.height-750 {
	min-height:750px;
}
.rounded_0 {
	border-radius:0;
}
.bottom-20 {
	bottom:-20px!important
}
.cover-image,
.cover-image-top,
.top-home-area.cover-image {
	background-size:cover!important;
}
.cover-image,
.cover-image-top {
	background-position:center center;	
}
.top-home-area.cover-image {
	background-position:top center;	
}


/******************************************************************************
	HEADER MENU
*******************************************************************************/
.navik-menu ul li > a {
	font-size: 16px;
	font-weight: 500;
}
.navik-menu ul li > a:hover {
	color: var(--color1);
}
.navik-menu ul li.current-menu > a, 
.navik-menu ul li:hover > a {
  color: var(--color1);
}
.navik-menu ul ul li > a {
  font-size: 16px;
  font-style: normal;
  color: var(--blackColor);
}
.navik-menu ul ul li > a:hover {
  color: var(--color1);
}
@media (min-width: 1200px) {
  .navik-header.sticky .logo img {
    max-height: 50px;
  }
  .navik-menu.submenu-top-border li > ul {
    border-top: 3px solid var(--color1);
  }
   .navik-menu ul ul li > a::before {
    top: 20px;
  }
}

/******************************************************************************
	TOP BANNER
*******************************************************************************/
.top-home-area {
	position:relative;
}
.top-home-area::before {
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.4);
}
.top-banner-content {
	position: absolute;
	top:40%;
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%);
	left:0;
	right:0;
	text-align:center;
	z-index: 5;
}
.top-banner-content .sub-title {
  display: block;
  margin-bottom: 10px;
  color: #2ea9e1;
  font-weight: 700;
  font-size: 18px;
}
.top-banner-content h1 {
  padding: 0;
  color: var(--whiteColor);  
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin-top: 20px;
  margin-bottom: 40px;
  letter-spacing: 2px;
  display: inline-block;
}
.top-banner-content p {
	color:#fff;
}
@media (min-width:768px) {
	.top-home-area {
	min-height: 500px;
	overflow: hidden;
	}
}
@media (max-width:767px) {
	.top-home-area {
	min-height: 350px;
	overflow: hidden;
	}
	.top-banner-content h1 {
	font-size: 30px;
	line-height: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
	letter-spacing: 0;
	}
	.top-banner-content {
	top: 20%;
	-webkit-transform: translateY(-20%);
	transform: translateY(-20%);
	}
}

/******************************************************************************
	BLOC NEWS TOP
*******************************************************************************/
.news-home {
	position: relative;
	margin-top:-150px;
	z-index: 500;
}
.news-home > .container{
	background-color: var(--whiteColor);
}

.big-one,
.small-one,
.big-article {
	position:relative;
}
.big-one {
	height:504px;
}
.small-one {
	height:250px;
}
@media (min-width:768px) {
	.big-article {
	min-height:600px;
	}
}


.cat-caption {
	position:absolute;
	z-index:90;
	top:10px;
	right:10px;
	padding:3px 5px;
	background: var(--color1);
	color: var(--whiteColor);
	font-size:12px;
	font-weight:500;
	text-transform:uppercase;
}
.cat-caption a,
.cat-caption a:hover,
.cat-caption a:visited {
	color: var(--whiteColor);
	text-decoration:none;
}

figcaption.figure-caption {
	position:absolute;
	bottom:10px;
	left:10px;
	right:10px;
	padding: 5px 10px;
	background:rgba(0,0,0,.5);
	z-index:100;
}
figcaption.figure-caption h2,
figcaption.figure-caption h3,
figcaption.figure-caption p {
	color: var(--whiteColor);
}
figcaption.figure-caption h2,
figcaption.figure-caption h3 {
	margin-bottom:0;
}
figcaption.figure-caption h2 {
	font-size:26px;
}
@media (max-width:991px) {
	figcaption.figure-caption h2 {
	font-size: 16px;
	}
}
figcaption.figure-caption h3 {
	font-size:16px;
}
figcaption.figure-caption p {
	margin:0;
	padding:0;
	line-height:1.4;
}
a:hover figcaption.figure-caption {
	background:rgba(0,0,0,1);
}


.thumb-article {
	position:relative;
	height:300px;
}

.desc-article,
.desc-article.cat {
	position:relative;
}
.desc-article.cat {
	height:100%;
}
@media (min-width:1200px) {
	.desc-article.home {
	height:255px;
	}
}
.desc-article.cat p {
	padding:0 15px;
}
.desc-article.cat {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(115,115,115,0) 50%,rgba(229,229,229,0.65) 100%);*/
}
.desc-article h2,
.desc-article h3 {
	margin-bottom:0;
}
.desc-article h2.title-article,
.desc-article h3.title-article {
	display:block;
	padding:5px 10px;
	line-height:1.4;
	margin-bottom:15px;
	font-size:22px;
	border:1px solid #333;
	background:#333;
}
.desc-article h2.title-article:hover, 
.desc-article h3.title-article:hover {
	background: var(--color1);
	border-color: var(--color1);
	color: var(--whiteColor);
} 
.desc-article h2.title-article:hover a,
.desc-article h2.title-article:hover a:visited
.desc-article h3.title-article:hover a,
.desc-article h3.title-article:hover a:visited {
	color: var(--whiteColor);
	text-decoration:none;
	-webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
}
.desc-article h2.title-article a,
.desc-article h2.title-article a:visited
.desc-article h3.title-article a,
.desc-article h3.title-article a:visited {
	color: var(--whiteColor);
	text-decoration:none;
}
.desc-article .more-cat {
	margin-bottom: 15px;
	margin-right: 15px;
}
.desc-article .more-cat .list-inline {
	margin-bottom: 0;
}
.desc-article .more-cat a,
.desc-article .more-cat a:visited,
.desc-article .more-cat span {
	font-size:12px;
	color: var(--whiteColor);
}
.desc-article .more-cat a:hover {
	text-decoration:none;;
}

.auteurs-info li.auteurs .auteur-img img {
  width: 35px;
  height: 35px;
  position: relative;
  top: 0;
  border-radius: 50%;
}

.content-article p > img {
	position:relative;
	display:block;
	width:100%;
	height:auto;
}

.post-navigation h2 {
	background: #000;
	color: var(--whiteColor);
	padding: 5px 10px;
}

@media (min-width:1200px) {
	.desc-article p {
	line-height:1.6;
	}
}
@media (max-width:991px) {
	.desc-article {
	padding-bottom:45px;
	}
}


@media (max-width:1199px) {
	.navik-header .logo img {
	height: 60px;
	}
	.navik-header .logo {
	padding: 10px 40px 10px 0;
	text-align: left;
	}
}
@media (max-width:991px) {
	.personna-home {
	margin-top:30px;
	}	
	.big-one,
	.small-one,
	.big-article {
	height:350px;
	}
}

@media (max-width:767px) {
	.big-one,
	.small-one,
	.big-article {
	height:250px;
	}
	figcaption.figure-caption p {
	display:none;
	}
}

/******************************************************************************
	TOP CATEGORIES
*******************************************************************************/
.parallax-top-section.parallax {
	position:relative;
    background-image: url(../images/slide1.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size:cover;
	margin-bottom:40px;
}
.parallax-top-section.parallax::before {
	content:"";
	background: rgba(0,0,0,.4);
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:0;
}
.parallax-top-section.parallax .parallax-content {
	position: relative;
	padding:100px 0 100px;
	z-index:1;
}
.parallax-top-section.parallax.article .parallax-content,
.parallax-top-section.parallax.page .parallax-content {
  position: relative;
  padding: 100px 0 100px;
  z-index: 1;
}
.parallax-top-section.parallax .parallax-content h1 {
	margin-bottom:15px;
	font-size:36px;
	color: var(--whiteColor);
	font-weight:800;
}
.parallax-top-section.parallax .parallax-content h2 {
	font-size:28px;
	color: var(--whiteColor);
}
@media (max-width:991px) {
	.parallax-top-section.parallax .parallax-content {
	padding: 30px 0;
	}
	.parallax-top-section.parallax .parallax-content h1 {
	font-size: 30px;
	}
}
@media (max-width:767px) {
	.parallax-top-section.parallax {
	border-radius: 0;
	}
}

/***********************************************************************
	BREADCRUMBS
***********************************************************************/
.breadcrumb {
    display: block;
	margin-bottom: 0;
	background-color:rgba(0, 0, 0, 0);
}
.breadcrumb .breadcrumb-item {
	display:inline-block;
}
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item a:visited,
.breadcrumb .breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
	font-size:16px;
	font-weight:300;
	color: var(--whiteColor);
	text-decoration:none;
}
.breadcrumb .breadcrumb-item a:hover {
	color: var(--whiteColor);
	text-decoration:underline;
}

/***********************************************************************
	SOMMAIRE ARTICLE
***********************************************************************/
.title_sidebar h3 {
  background: var(--blackColor);
  color: var(--whiteColor);
  padding: 5px 10px;
  margin:0;
}

#content h2 {
	font-size:30px;
	font-weight:600;
	color: var(--blackColor);
}
#content h3 {
	font-size:22px;
	font-weight:600;
	color: var(--blackColor);
}

#content h2::before, #content h3::before {
  display: block;
  content: "";
  margin-top: -100px;
  height: 100px;
  visibility: hidden;
}

#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(--color1);
}

#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(--color1);
}
#summary-list a.active {
    font-weight: bold;
	color: var(--blackColor);
}

/***********************************************************************
	CONTACT
***********************************************************************/
@media (min-width:768px) {
	.contact-form {
	padding: 40px 60px;
	border-radius:8px;
	}
}
@media (max-width:767px) {
	.contact-form {
	padding: 30px 15px;
	}
}
.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(--color1);
  color: var(--whiteColor);
}

.contact-form .submit-btn-wrapper button {
  background-color: var(--blackColor);
  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(--tertiaryColor);
}
.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(--blackColor);
	color:  var(--whiteColor);
	font-size:20px;
	font-weight:600;
}

/***********************************************************************
	PAGE EQUIPE
***********************************************************************/
.single-team-member {
	background-color: var(--color1);
	margin-bottom:30px;
	text-align:center;
}
.single-team-member .content {
	padding:25px 20px;
	z-index:1;
	position:relative;
	-webkit-transition:var(--transition);
	transition:var(--transition);
}
.single-team-member .content h2 {
	-webkit-transition:var(--transition);
	transition:var(--transition);
	font-size:20px;
	margin-bottom:10px;
	color: var(--whiteColor);
}
.single-team-member .content span {
	display:block;
	color: var(--whiteColor);
	-webkit-transition:var(--transition);
	transition:var(--transition);
}
.single-team-member .content .team-info {
	padding-left:0;
	margin-bottom:0;
	list-style-type:none;
	position:absolute;
	left:0;
	right:0;
	bottom:25px;
	opacity:0;
	visibility:hidden;
	-webkit-transition:var(--transition);
	transition:var(--transition);
}
.single-team-member .content ul.team-info {
	margin:15px 0 0;
}
.single-team-member .content .team-info li {
	display:inline-block;
	margin:0;
}
.single-team-member .content .team-info li .btn-outline-team {
	display:block;
	font-size:12px;
	color:var(--whiteColor);
	border: 1px solid var(--whiteColor);
	background: transparent;
	padding: 3px 15px !important;
	text-transform: uppercase;
}
.single-team-member .content .team-info .btn-outline-team:hover {
	border: 1px solid var(--whiteColor);
	color:var(--whiteColor);
	background:transparent;
}
.single-team-member .content .team-info li a:hover {
	color:var(--color2)
}

.single-team-member .content::before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	height:40px;
	background-color: var(--blackColor);
	top:-40px;
	z-index:-1;
	-webkit-transition:var(--transition);
	transition:var(--transition);
	opacity:0;
	visibility:hidden;
}
.single-team-member:hover .content {
	background-color: var(--blackColor);
}
.single-team-member:hover .content h2 {
	color:var(--whiteColor);
	-webkit-transform:translateY(-40px);
	transform:translateY(-40px);
}
.single-team-member:hover .content span {
	color:var(--whiteColor);
	-webkit-transform:translateY(-40px);
	transform:translateY(-40px);
}
.single-team-member:hover .content .team-info {
	opacity:1;
	visibility:visible;
}
.single-team-member:hover .content::before {
	opacity:1;
	visibility:visible;
}










/***********************************************************************
	FOOTER
***********************************************************************/
#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);
}
#footer .copyright a:hover {
	color:var(--color3);
}
#footer .copyright ul {
	margin-bottom:0;
}
@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: 12px;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;
    opacity: 0;
}
#back-to-top:hover {
	background-color: var(--color1);
	opacity: 1;
}
#back-to-top.show {
    opacity: 1;
}




