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: 500;
}
html,
body,
button,
input,
select,
textarea {
	font-family: "Montserrat-Regular", sans-serif;
}
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: "Montserrat-Regular", sans-serif;
	line-height: 1.2;
}
h1 {
	font-size: 44px;
	font-weight: 600;
	color: var(--blackColor);
}
h2 {
	font-size: 36px;
	font-weight: 600;
	color: var(--blackColor);
}
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;
}
a,
a:visited,
a:focus {
  outline: none;
  color: var(--color1); 
  text-decoration:none;
}
a:hover {
	outline: none;
	text-decoration: underline;
	color: var(--color1);
}
.content-section {
	position:relative;
}
.cover-image {
	background-size:cover!important;
	background-position: center center!important;
}

.bg-color {
	background-color: var(--bgColor);
}
.btn.btn-outline-secondary {
	border-radius:1rem;
	color: var(--color1);
}
.btn.btn-outline-secondary:hover {
	color: var(--whiteColor);
	text-decoration:none;
}
.height-500 {
	min-height:500px;
}
.height-750 {
	min-height:750px;
}
span.nofollow-link { 
	cursor: pointer; 
}
span.nofollow-link:hover { 
	text-decoration:underline!important;
}


/***********************************************************************
	MENUHEADER
***********************************************************************/
.navik-menu ul li > a {
	font-size: 16px;
	font-weight: 600;
}
.navik-menu > ul > li:hover > a, 
.navik-menu > ul > li.current-menu > a {
	color: var(--color1);
}
.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 (min-width: 1200px) {
	.navik-header .logo img {
	max-height: 70px;
	}
	.navik-header.sticky .logo img {
	max-height: 60px;
	}
	.header-transparent-on .navik-menu > ul > li:hover > a, 
	.header-transparent-on .navik-menu > ul > li.current-menu > a, 
	.header-opacity-on .navik-menu > ul > li:hover > a, 
	.header-opacity-on .navik-menu > ul > li.current-menu > a {
	color: var(--whiteColor);
	text-decoration:underline;
	}
}

@media (max-width:1199px) {
	.navik-header .logo {
	padding: 10px 20px 10px 0;
	text-align: left;
	}
	.navik-header .logo img {
	max-width: 70%;
	}
}

/***********************************************************************
	TOP HOMEPAGE
***********************************************************************/
.hero-banner {
  position: relative;
  display: table;
  width: 100%;
  min-height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero-banner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}

.hero-banner-inside {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  z-index: 1;
}

.banner-title {
  font-weight: 800;
  margin-bottom: 0;
}
.banner-title h1 {
	color: var(--whiteColor);
	margin:0;
}
.banner-subtitle {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
}

@media (min-width: 768px) {
  .banner-title h1 {
    font-size: 60px;
  }
  .banner-subtitle {
    font-size: 20px;
    letter-spacing: 5px;
    margin-bottom: 10px;
  }
}
@media (min-width:992px) {
	.hero-banner {
	min-height: 600px;
	}
}
@media (max-width:991px) {
	.hero-banner {
	min-height: 250px;
	}
}
@media (max-width:767px) {
	.banner-subtitle {
	letter-spacing: 2px;
	}
	.banner-title {
	font-size: 40px;
	}
}


/***********************************************************************
	TOP PAGE CATEGORIE
***********************************************************************/
@media (min-width: 768px) {
  .top-page .banner-title h1 {
    font-size: 36px;
	text-transform: none;
	margin-top:-30px;
  }
}
@media (min-width:992px) {
	.hero-banner.top-page {
	min-height: 300px;
	}
}
@media (max-width:991px) {
	.hero-banner.top-page {
	min-height: 250px;
	}
}
/***********************************************************************
	TOP PAGE ARTICLE
***********************************************************************/
@media (min-width: 768px) {
  .top-article .banner-title h1 {
    font-size: 46px;
	text-transform: none;
  }
}
@media (min-width:992px) {
	.hero-banner.top-article {
	min-height: 700px;
	}
}
@media (max-width:991px) {
	.hero-banner.top-article {
	min-height: 350px;
	}
}

/***********************************************************************
	SHAPE
***********************************************************************/	
.shapedividers711 {
	overflow:hidden;
	position:relative;
}
.dal-team-auteur.shapedividers712,
.auteur-portrait.shapedividers712 {
	overflow:hidden;
	position:relative;
}

.shapedividers711::before,
.shapedividers712::before {
	content:'';
	font-family:'shape divider from ShapeDividers.com';
	position: absolute;
	bottom: -1px;
	left: -1px;
	right: -1px;
	top: -1px;
	z-index: 3;
	pointer-events: none;
	background-repeat: no-repeat; 
	background-size: 100% 40px;
	background-position: 50% 100%;    
	background-image: url('data:image/svg+xml;charset=utf8, <svg preserveAspectRatio="xMidYMin slice" xmlns="http://www.w3.org/2000/svg" viewBox="0 -3.9 2000 95.3"><path fill="%23ffffff" d="M1859 18a6 6 0 00-7-6h-47a6 6 0 00-6 6v42a6 6 0 007 6h47a6 6 0 006-6zM1649 4a3 3 0 00-3-4l-25 1a3 3 0 00-4 3l1 22a3 3 0 003 4l25-1a3 3 0 004-3zM1468 18a6 6 0 00-7-6h-47a6 6 0 00-6 6v42a6 6 0 007 6h47a6 6 0 006-6zM1281 18a6 6 0 00-6-6h-47a6 6 0 00-7 6v42a6 6 0 007 6h47a6 6 0 007-6zM1069 6a3 3 0 00-3-2h-23a3 3 0 00-4 3l1 21a3 3 0 003 3h23a3 3 0 004-3zM889 18a6 6 0 00-7-6h-47a6 6 0 00-6 6v42a6 6 0 007 6h47a6 6 0 006-6zM694 18a6 6 0 00-7-6h-47a6 6 0 00-6 6v42a6 6 0 007 6h47a6 6 0 006-6zM487 5a3 3 0 00-3-3h-24a3 3 0 00-4 3l1 22a3 3 0 003 3h24a3 3 0 003-3zM310 18a6 6 0 00-6-6h-47a6 6 0 00-7 6v42a6 6 0 007 6h47a6 6 0 007-6zM113 18a6 6 0 00-7-6H59a6 6 0 00-6 6v42a6 6 0 007 6h47a6 6 0 006-6zM1928 8a3 3 0 00-3-3h-22a3 3 0 00-3 3v20a3 3 0 003 3l22-1a3 3 0 003-2zM1751 11a7 7 0 00-8-6h-51a7 7 0 00-8 7l1 46a7 7 0 007 7h52a7 7 0 007-7zM1556 11a7 7 0 00-7-6h-52a7 7 0 00-7 7v46a7 7 0 008 7h51a7 7 0 007-7zM1350 8a3 3 0 00-3-3h-22a3 3 0 00-3 3v19a3 3 0 003 3l22-1a3 3 0 003-2zM1172 11a7 7 0 00-7-6h-52a7 7 0 00-7 7v46a7 7 0 008 7h51a7 7 0 007-7zM977 11a7 7 0 00-7-6h-52a7 7 0 00-7 7v46a7 7 0 008 7h51a7 7 0 007-7zM764 4a3 3 0 00-3-3h-22a3 3 0 00-3 3v20a3 3 0 003 3h22a3 3 0 004-3zM590 11a7 7 0 00-8-6h-51a7 7 0 00-8 7l1 46a7 7 0 007 7h52a7 7 0 007-7zM398 11a7 7 0 00-7-6h-52a7 7 0 00-7 7v46a7 7 0 008 7h51a7 7 0 007-7zM188 4a4 4 0 00-5-4h-31a4 4 0 00-4 4v28a4 4 0 004 4h31a4 4 0 005-4z" opacity=".75"/><g opacity=".5"><path fill="%23ffffff" d="M1890 31a4 4 0 00-4-4l-30 1a4 4 0 00-4 4v29a4 4 0 005 4h29a4 4 0 004-4zM1691 31a4 4 0 00-4-4l-29 1a4 4 0 00-4 4v29a4 4 0 004 4h30a4 4 0 004-4zM1496 31a4 4 0 00-4-4l-29 1a4 4 0 00-5 4l1 29a4 4 0 004 4h29a4 4 0 005-4zM1315 31a4 4 0 00-4-4l-29 1a4 4 0 00-4 4v29a4 4 0 004 4h30a4 4 0 004-4zM1115 31a4 4 0 00-4-4l-29 1a4 4 0 00-4 4v29a4 4 0 004 4h30a4 4 0 004-4zM919 31a4 4 0 00-4-4l-30 1a4 4 0 00-4 4v29a4 4 0 005 4h29a4 4 0 004-4zM725 31a4 4 0 00-4-4l-30 1a4 4 0 00-4 4v29a4 4 0 004 4h30a4 4 0 004-4zM531 31a4 4 0 00-4-4l-30 1a4 4 0 00-4 4v29a4 4 0 004 4h30a4 4 0 004-4zM341 31a4 4 0 00-4-4l-30 1a4 4 0 00-4 4v29a4 4 0 005 4h29a4 4 0 004-4zM142 31a4 4 0 00-4-4h-30a4 4 0 00-4 5v29a4 4 0 004 4h30a4 4 0 004-4z"/></g><path fill="%23ffffff" d="M2000 95H0V49h2000z"/><path fill="%23ffffff" d="M2000 29a7 7 0 00-7-6h-50a7 7 0 00-7 6l1 45a7 7 0 007 6h49a7 7 0 007-7zM1612 25a7 7 0 00-7-6h-49a7 7 0 00-7 7v44a7 7 0 007 6h50a7 7 0 007-6zM1419 29a7 7 0 00-7-6h-50a7 7 0 00-7 6l1 45a7 7 0 007 6h49a7 7 0 007-7zM1225 29a7 7 0 00-7-6h-49a7 7 0 00-7 6v45a7 7 0 007 6h49a7 7 0 007-7zM1031 29a7 7 0 00-7-6h-49a7 7 0 00-7 6l1 45a7 7 0 006 6h50a7 7 0 007-7zM838 29a7 7 0 00-7-6h-50a7 7 0 00-6 6v45a7 7 0 007 6h49a7 7 0 007-7zM644 29a7 7 0 00-7-6h-49a7 7 0 00-7 6v45a7 7 0 007 6h50a7 7 0 006-7zM450 29a7 7 0 00-7-6h-49a7 7 0 00-7 6l1 45a7 7 0 007 6h49a7 7 0 007-7zM257 29a7 7 0 00-7-6h-50a7 7 0 00-6 6v45a7 7 0 007 6h49a7 7 0 007-7zM63 29a7 7 0 00-7-6H7a7 7 0 00-7 6v45a7 7 0 007 6h50a7 7 0 006-7zM1806 29a7 7 0 00-7-6h-49a7 7 0 00-7 6v45a7 7 0 007 6h49a7 7 0 007-7z"/></svg>'); 
}

@media (min-width:768px){
	.shapedividers711::before{
	background-size: 100% 70px;
	background-position: 50% 100%;   
	} 
	.shapedividers712::before{
	background-size: 100% 35px;
	background-position: 50% 100%;   
	} 
}
 
@media (min-width:1025px){
	.shapedividers711::before{ 
	bottom: -0.1vw;
	left: -0.1vw;
	right: -0.1vw;
	top: -0.1vw; 
	background-size: 100% 90px;
	background-position: 50% 100%; 
	}
}
@media (min-width:2100px){
	.shapedividers711::before{
	background-size: 100% calc(2vw + 90px);
	}
}
 
 

	


/***********************************************************************
	HOMEPAGE
***********************************************************************/
.content-news {
	position:relative;
	z-index:50;
}
@media (min-width:1200px) {
	.content-news {
	margin-top:-130px;
	}
}
@media (max-width:1199px) {
	.content-news {
	margin-top:30px;
	}
}
.dal-box {
	position: relative;
	/*overflow: hidden;*/
	z-index: 1; 
}

.dal-box .dal-info {
	display: flex;
	padding: 10px 10px;
	position: absolute;
	background: rgba(255,255,255,.9);
	bottom: 10px;
	right: 10px;
	left:10px;
}
.dal-box .dal-info h2.title {
	font-size:18px;
	font-weight:600;
}
.dal-box .dal-info h2.title a {
	color: var(--blackColor);
}
.dal-box .dal-info h2.title a:hover {
	color: var(--color1);
	text-decoration:none;
}
.dal-box .dal-info p {
	margin:0;
}
.dal-box .dal-thumb.height-md,
.dal-box .dal-thumb.height-lg {
	position: relative;
	z-index: 0; 
}
.dal-box .dal-thumb.height-lg {
  height: 450px;
}
.dal-box .dal-thumb.height-md {
  height: 400px;
}	
.dal-box .dal-thumb:after {
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background: rgba(0,0,0,.3);
	z-index: -1;
	opacity: 0;
	-webkit-transition: .3s ease-in-out .03s;
	transition: .3s ease-in-out .03s; 
}
.dal-box:hover .dal-thumb:after {
    opacity: 1; 
}
@media (max-width: 767px) {
	.dal-box .dal-thumb.height-md,
	.dal-box .dal-thumb.height-lg {
    height: 360px; 
	}
}
.dal-cat {
	font-size: 10px;
	padding:5px 10px;
	text-transform:uppercase;
	font-weight:600;
	color: var(--whiteColor);
}
.dal-cat {
  --f: .5em;
  --r: .8em;
  position: absolute;
  left: 20px;
  top: calc(-1*var(--f));
  padding:5px 15px 3px;
  background: var(--color1);
  border-left: var(--f) solid var(--color2);
  border-bottom: var(--r) solid #0000;
  clip-path: polygon(var(--f) 0,100% 0,100% calc(100% - var(--r)),calc(50% + var(--f)/2) 100%, var(--f) calc(100% - var(--r)),var(--f) var(--f),0 var(--f));
}

.title_cat h2 {
  font-size: 26px;
  font-weight: 600;
  color: var(--whiteColor);
  margin: 0;
  padding: 4px 10px;
}
.title_cat {
  --r: .8em;  
  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%,calc(100% - var(--r)) calc(100% - .25em),100% 50%,calc(100% - var(--r)) .25em);
  background: radial-gradient(.2em 50% at left,#000a,#0000) border-box, var(--color1) padding-box; 
  width: fit-content;
}


/***********************************************************************
	HEADING
***********************************************************************/

 
/***********************************************************************
	BREADCRUMB
***********************************************************************/
.breadcrumb {
    display: block;
	margin-bottom: 0;
	margin-top:20px;
	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: #fff;
	text-decoration:none;
}
.breadcrumb .breadcrumb-item a:hover {
	color:#fff;
	text-decoration:underline;
}

/***********************************************************************
	CATEGORIE LISTE
***********************************************************************/
.more-cat {
	background:#fff;
	padding:25px 20px 15px;
	border:none;
}
.more-cat a {
	font-weight:600;
	color: var(--color1);
}
.more-cat a.btn {
	font-weight:500;
}

#presentation h2 {
	font-size:26px;
	color: var(--blackColor);
}
#presentation h3 {
	font-size:20px;
	color: var(--blackColor);
}

.auteur-style {
	position:absolute;
	content: "";
	right:10px;
	top:10px;
	z-index: 30;
	background:rgba(0,0,0,.5);
	padding:0 10px 0 0;
	overflow:hidden;
}
.auteur-style .auteur .auteur-tumb {
  height: 25px;
  width: 25px;
  display: inline-block;
}
.auteur-style .auteur .auteur-tumb img {
  height: 25px;
  width: 25px;
  border-radius: 0;
}
.auteur-style .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
***********************************************************************/
#content img {
	border: none;
	border-radius: 9px;
	transition: all 0.4s;
}
.sidebar-widget {
	position: relative;
	background-color: var(--bgWidget);
	padding: 34px 24px 48px 24px;
	border-radius: 0;
}
.sidebar-widget .widget-title span {
	font-size: 22px;
	font-weight: 600;
	color: var(--whiteColor);
	margin: 0;
	padding: 4px 10px;
}
.sidebar-widget .widget-title {
	--r: .8em;  
	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%,calc(100% - var(--r)) calc(100% - .25em),100% 50%,calc(100% - var(--r)) .25em);
	background: radial-gradient(.2em 50% at left,#000a,#0000) border-box, var(--color1) padding-box; 
	width: fit-content;
	position:absolute;
	left:0;
	top:-27px;
}

#content h2 {
	font-size: 26px;
	font-weight: 600;
	color: var(--blackColor);
}
#content h3 {
	font-size:20px;
	font-weight:600;
	color: var(--blackColor);
}
#content h3.faq {
	font-size:16px;
	font-weight:600;
	margin:0;
}
#content a {
	font-weight:600;
	text-decoration: underline dotted;
}
#content a:hover {
	color: var(--color2);
	text-decoration: underline;
}

#content h2::before, #content h3::before, #content h4::before {
  display: block;
  content: "";
  margin-top: -90px;
  height: 90px;
  visibility: hidden;
}
#summary-list {
    list-style: none;
    padding-left: 0;
}
.listeh2 {
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--primaryColor);
  margin-right: 0.2em;
}
#summary-list ul li i {
	color: var(--whiteColor);
}
#summary-list li::marker,
#summary-list ul li::marker {
  content: '';
  display: none;
}
#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(--whiteColor);
}
#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(--whiteColor);
}
#summary-list a i {
	color: #BAA392;
}
#summary-list a:hover {
    text-decoration: none;
	color: var(--whiteColor);
}
#summary-list a.active {
    font-weight: bold;
	color: var(--whiteColor);
}
.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;
}

/***********************************************************************
	TEAM
***********************************************************************/
.dal-team-auteur {
	height:380px;
}
.dal-team-content h2 {
	font-size: 26px;
}

.dal-team-content h2:hover {	
	color: var(--color1);
	text-decoration:none!important;
}


/***********************************************************************
	PERSONA
***********************************************************************/
.auteur-desc h2 {
	font-size: 26px;
	color: var(--color1);
	font-weight:600;	
}
.auteur-portrait img {
	
}

/***********************************************************************
	DIVERS
***********************************************************************/
.content-page h2 {
  font-size: 30px;
  font-weight: 600;
  color: var(--color1);
}

/***********************************************************************
	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(--color1);
  color: #fff;
}
.contact-form .submit-btn-wrapper button {
  background-color: var(--color1);
  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(--color3);
}
.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(--color1);
	color:  var(--whiteColor);
	font-size:20px;
	font-weight:600;
}
.infos-contact .card-body {
	background: var(--bgColor);
}


/***********************************************************************
	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(--whiteColor); 
}
#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;
}

@media (min-width:992px) {
	.siderbar.order-first {
	order: 1 !important;
	}
}
@media (max-width:991px) {
	.siderbar.order-first {
	order: -1 !important;
	}
}
@media (max-width:767px) {
	h1 {
	font-size: 30px;
	}
}