:root {
--thmColor1: #FFCC00;
--thmColor2: #FFAD33;
--thmColor3: #B8DBFF;
--thmColortext: #FFFFFF;
--thmBgcolor: #1a191f;
--thmWhite: #ffffff;
--thmBlack: #000000;
--thmCopyright: #000000;
--thmTransition: .3s;
--form-select-indicator-color : #ffffff;
}
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	overflow: hidden;
	overflow-y: auto;
}
body {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight:400;
	font-variation-settings: "wdth" 100;
	overflow: hidden;
	font-size:16px;
	color: #ffffff;
	background-color: #1a191f;
	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: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	font-weight:400;
	line-height: 1.2;
}
h1 {
	font-size: 40px;
	font-weight: 600;
	color: var(--thmWhite);
}
h2 {
	font-size: 30px;
	font-weight: 600;
	color: var(--thmWhite);
}
.h2 {
	font-weight: 700;
	color: var(--thmWhite);
}
h3 {
	font-size: 20px;
	font-weight: 600;
	color: var(--thmWhite);
}

h4, h5, h6 {
	font-weight: 500;
	color: var(--thmWhite);
}
h4 {
	font-size: 18px;
}

h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
a,
a:visited,
a:focus {
  outline: none;
  color: var(--thmWhite); 
  text-decoration:none;
}
a:hover {
	outline: none;
	text-decoration: none;
	color: var(--thmColor1);
}
*:focus {
    box-shadow: none !important;
}
.content-section {
	position:relative;
}
.bg-image {
	background-size:cover!important;
	background-position: center center!important;	
}
.height-500 {
	min-height:500px;
}
.height-750 {
	min-height:750px;
}

.section-intro p {
	text-align: justify;
}

/***********************************************************************
	BOUTONS
***********************************************************************/
a.btn-outline-show,
a.btn-outline-show:visited,
a.btn-outline-show:focus,
.btn-outline-filter,
.btn-outline-filter:visited,
.btn-outline-filter:focus {
	border-color: var(--thmColor1);
	color: var(--thmColor1)!important;
	background:transparent;
}
a.btn-outline-show:hover,
.btn-outline-filter:hover {
	border-color: var(--thmWhite);
	color: var(--thmWhite)!important;
	background:var(--thmBlack);
}
a.btn-outline-secondary {
	color: #6c757d!important;
}
a.btn-outline-secondary:hover {
	color: var(--thmWhite)!important;
}

/***********************************************************************
	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: 14px;
}
.navik-menu ul li > a:hover {
	color: var(--thmColor1);
	text-decoration: underline dotted;
}
.navik-header.header-dark {
  background-color: #1A191F;
}
@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: 50px;
	}
	.navik-menu > ul > li > a {
    padding: 0 10px;
	}
	.navik-menu > ul > li:last-child > a {
    padding: 0 10px;
	}
	.navik-menu > ul > li.current-menu {
    color: var(--thmColor1);
	}
	.navik-menu > ul > li.current-menu > a {
	color: var(--thmColor1);
	}	
}
@media (max-width:1199px) {
	.navik-header {
	position:fixed;
	}
	.navik-header .logo {
	padding: 15px 0px;
	text-align: start;
	}
}
@media (max-width:1024px) {
	.navik-header .logo img {
	max-width: 75%;
	height: auto;
	}
}
@media (max-width:767px) {
	.navik-header .logo {
	padding: 10px 0px;
	}
}

/***********************************************************************
	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%;
}
a.link-title,
.film-title a.link-title {
	color: var(--thmWhite);
	margin-bottom:14px;
	line-height:1.2;
}
a.link-title,
.film-genre a.link-title {
	color: var(--thmColor1);
	margin-bottom:14px;
	line-height:1.2;
}
.carousel-item a.link-title {
	color: var(--thmWhite);
}

.carousel-item a.link-title:hover,
.film-genre a.link-title:hover,
.film-title a.link-title:hover,
a.link-title:hover {
	background-size: 100% 2px;
	color: var(--thmColor1);
}

/***********************************************************************
	HEADING
***********************************************************************/
.section-title h2 {
	font-weight: 700;
	margin-bottom:30px;
}
.section-title h2::before, .section-title h2::after {
	content: "\f111";
	font-weight: 900;
	font-family: "Font Awesome 7 Free";
	transform: scale(0.4);
	-moz-transform: scale(0.4);
	-webkit-transform: scale(0.4);
	-ms-transform: scale(0.4);
	-o-transform: scale(0.4);
	display: inline-block;
	color: var(--thmColor1);
}
@media (min-width:992px) {
	.section-title h2 {
	font-size: 50px;
	}
}
@media (max-width:991px) {
	.section-title h2 {
	font-size: 30px;
	}
}

/***********************************************************************
	TOP PAGE
***********************************************************************/
.section-inner-top {
  display: block;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.section-title {
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
	.section-top-page {
    padding: 50px 0;
	background:#000000;
	}
	.section-inner-top {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	}
	.section-title {
    font-size: 36px;
    line-height: 46px;
	}
	
}
@media (min-width: 1200px) {
  .section-title {
    font-size: 40px;
  }
}
@media (max-width:1199px) {
	.section-top-page {
	margin-top:72px;
	}
}
@media (max-width:767px) {
	.section-top-page {
	margin-top:90px;
	}
}

/***********************************************************************
	BREADCRUMB
***********************************************************************/
.breadcrumb {
	margin-bottom:0;
}
.breadcrumb-item {
	font-size: 14px;
}
.breadcrumb-item a,
.breadcrumb-item.active {
	color: var(--thmWhite);
}
.breadcrumb-item + .breadcrumb-item::before {
	font-weight: 900;
	font-family: "Font Awesome 7 Free";
	content: "\f111";
	color: var(--thmColor1);
	font-size: 8px;
	margin-top: 4px;
}
@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;
	}
}

/***********************************************************************
	HOME SLIDER
***********************************************************************/
.carousel .item-image {
	position:relative;
	height: 500px;
	overflow: hidden;
}
@media (max-width:767px) {
	.carousel .item-image {
	height: 250px;
	}
}
.carousel .item-image::before {
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background:rgba(0,0,0,.6);
	z-index:5
}
.carousel .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  position: absolute;
  inset: 0;
  opacity: 1;
  pointer-events: auto;
  overflow: hidden;
  border-radius: 12px;
}
.carousel-caption {
	text-align: left;
	width: 50%;
	top:50%;
	transform: translateY(-50%);
	bottom: initial;
}

.carousel-caption {
	z-index:500;
	top:50%;
	transform: translateY(-50%);
	bottom: initial;
}
.carousel-caption .carousel-title {
	font-size:50px;
	font-weight:600;
}
.carousel-control-next, .carousel-control-prev {
  width: auto;
}
.carousel-control-next, 
.carousel-control-prev {
	z-index: 60;
}
.carousel-control-prev {
  right: 80px!important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 70% 70%;
  border: 2px solid var(--thmColor1);
  border-radius: 5px;
  position: absolute;
}

.carousel-control-next-icon {
  bottom: 30px;
  right: 40px;
}
.carousel-control-prev-icon {
  bottom: 30px;
  right: 40px;
}

@media (max-width:767px) {
	.carousel-caption {
	width: auto;
	text-align: center;
	}
	.carousel-caption .carousel-title {
	font-size:20px;
	}
	.carousel-control-prev-icon,
	.carousel-control-next-icon {
	bottom: 20px;
	}
}

/***********************************************************************
	TITLE H1
***********************************************************************/
.title-home .card {
	border-radius: 20px;
	background: var(--thmColor2);
	border:none;
}
.title-home .card .content-title,
.title-home .card .content-title > h1,
.title-home .card .content-title > p {
	color: var(--thmWhite)!important;
}
.title-home .card .content-title > h1 {
	font-size:36px;
	font-weight:700;
	margin:0;
}

/***********************************************************************
	TOP PAGE
***********************************************************************/
.hero-banner {
	position: relative;
	display: table;
	width: 100%;
	min-height: 400px;
	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(255,255,255,0.8);
}
.hero-banner.bg-image {
	min-height: 250px;
	padding: 0;
}
.hero-banner-inside {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.banner-title h1 {
	font-size: 46px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: var(--thmBlack); 
}

.top-cat .banner-title h1,
.top-page .banner-title h1,
.top-article .banner-title h1 {
	font-size: 36px;
}
.banner-subtitle {
	position:relative;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
}

@media (min-width: 768px) {
	.hero-banner.bg-image {
	min-height: 300px;
	}
	.banner-subtitle {
    font-size: 26px;
    letter-spacing: 3px;
    margin-bottom: -12px;
	}
	
}
@media (min-width: 1200px) {
	.banner-offset-top .banner-subtitle {
    margin-top: 20px;
	margin-bottom: 20px;
	}
	.banner-title,
	.top-page .banner-title,
	.top-article .banner-title, 
	.top-cat .banner-title {
    margin-top: 20px;
	margin-bottom: 20px;
	}
}

@media (max-width:767px) {
	.banner-title h1 {
	font-size: 36px;
	}
}


/***********************************************************************
	CATEGORIE LISTE
***********************************************************************/
.film-cover {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background-color: #000;
}
.film-cover img {
  width: 100%;
  transition: opacity 0.4s;
}
.film-cover:hover img {
  opacity: 0.5;
}

.film-cover:hover .film-detail {
	opacity: 1;
	transform: scale(1);
}
.film-detail {
	position: absolute;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background-color: rgba(255,255,255,0.2);
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	z-index: 3;
	font-size: 24px;
	color: #f9ab00;
	transition: 0.4s ease;
	transform: scale(0.9);
	transition-property: opacity, background-color, color, border-color, transform;
	opacity: 0;
	border: 6px solid rgba(255,255,255,0.15);
}
.film-detail i {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	color: #f9ab00;
	font-size:20px;
}
.film-detail:hover {
	border-color: rgba(249,171,0,0.5);
	color: #f9ab00;
}

.poster {
	width: 100%;
	aspect-ratio: 2 / 3;
	object-fit: cover;
	display: block;
	border-radius: 8px;
}
.film-title {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	color: #fff;
	white-space: wrap;
	word-wrap: break-word;
}
.film-title a {
	color: #fff;
}
.film-title a:hover {
	color: #f9ab00;
}

.film-rating {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	position: absolute;
	z-index: 3;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 38px;
	height: 38px;
	top: 10px;
	left: 10px;
	background-color: rgba(26,25,31,0.6);
	border: 2px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 10px;
}
.film-rating.rating-lg {
	font-size: 20px;
	width: 46px;
	height: 46px;
}
.film-rating.right-lg {
	top: 10px;
	right: 10px;
}
.film-rating-vert {
	border-color: #29b474;
}
.film-rating-jaune {
	border-color: #f9ac00;
}
.film-rating-rouge {
	border-color: #FF0000;
}
.film-infos {
	position: relative;
	display: block;
	margin-top: 10px;
	width: 100%;
}
.film-genre {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: start;
	flex-wrap: wrap;
}
.film-genre a {
	font-size: 14px;
	position: relative;
	color: var(--thmColor1);
	margin-right: 10px;
}
.film-genre a::after {
	content: ',';
	position: absolute;
	display: block;
	left: 100%;
	top: 0;
	color: var(--thmColor1);
}
.film-genre a:last-child {
	margin-right: 0;
}
.film-genre a:last-child:after {
	display: none;
}

/***********************************************************************
	DETAILS FILMS
***********************************************************************/
.chip {
	display: inline-block;
	padding: .25rem .5rem;
	border: 2px solid var(--thmColor1); 
	border-radius: 999px;
	margin-right: .25rem;
	margin-bottom: .25rem;
	font-size: .85rem;
	background: transparent;
}
a.chip {
	color: var(--thmColor1); 
}
a.chip:hover {
	color: var(--thmBlack);
	background: var(--thmWhite);
}
.section-header { 
	margin-bottom: .75rem; 
	font-size:20px;
}
.profile-photo { 
	width:100%; aspect-ratio:2/3; 
	object-fit:cover; 
	border-radius:10px; 
}

.cast-item { 
	display:flex; 
	gap:.75rem; 
	align-items:flex-start; 
	padding:.5rem 0; 
	border-bottom: 1px dashed #eee; 
}
.cast-name a { 
	font-weight:600; 
	color: var(--thmColor1); 
}
.cast-name a { 
	font-weight:600; 
	color: var(--thmColor1); 
}
.cast-char { 
	font-style: italic;
	color:#F2F2F2; 
}

.nav-link,
.nav-link:hover {
  color: var(--thmColor1);
}

/***********************************************************************
	LIST EPISODES SERIES
***********************************************************************/
.still { 
	width:100%; 
	aspect-ratio:16/9; 
	object-fit:cover; 
	display:block; 
	border-radius:6px; 
}
.episode-card img { 
	width:160px; height:90px; 
	object-fit:cover; 
	border-radius:4px; 
}
@media (min-width: 992px){ 
	.episode-card img { 
	width:220px; 
	height:124px; 
	} 
}
.line-clamp-3 { 
	display:-webkit-box; 
	-webkit-line-clamp:3; 
	-webkit-box-orient:vertical; 
	overflow:hidden; 
}
.section-header.episodes h2 {
	font-size:24px;
}
.episode-card h3 {
	font-size: 18px;
	margin:0;
}
.episode-card h3 > span {
	color: var(--thmColor1);
}

/***********************************************************************
	PEOPLE LIST
***********************************************************************/
.profile { 
	width:100%; 
	aspect-ratio:1/1; 
	object-position: top center;
	object-fit:cover; 
	border-radius:10px;  
}

.person-card .name { 
	font-weight:600; 
}
.person-card .meta { 
	color:#F2F2F2; 
	font-size:.9rem; 
}

/***********************************************************************
	PEOPLE DETAILS
***********************************************************************/
.film-infos h3.film-title {
	color: var(--thmColor1);
	
}
.title-filmo,
h2.title-filmo {
	font-size:26px;
	font-weight:600;
}
.small.little {
	font-size: .675em;
}
.small.little a {
	color: #6c757d;
}
.small.little a:hover {
	color: var(--thmColor1)!important;
}
.stats-box { 
	border:1px solid var(--thmColor1); 
	border-radius:8px; 
	padding:.75rem; 
	background:transparent; 
}
.stats-box .line { 
	display:flex; 
	justify-content:space-between; 
}

/***********************************************************************
	PAGINATION
***********************************************************************/
.page-item:not(:first-child) .page-link,
.page-item:first-child .page-link,
.page-item:last-child .page-link,
.disabled > .page-link, 
.page-link.disabled,
.page-link {
	border-radius:5px!important;
	margin:0 3px;
	border-color: var(--thmColor1);
	background: transparent;
}

.page-link,
a.page-link,
a.page-link:focus {	
	color: var(--thmWhite);
}

.page-item.active > .page-link, 
.page-link.active,
.page-item > .page-link:hover {
	background: var(--thmColor1);
	border-color: var(--thmColor1);
	color: var(--thmBlack);
}

/***********************************************************************
	BOUTONS AFFILIATIONS
***********************************************************************/
.card.aff-card,
.card.aff-card .card-img-top {
	background: transparent;
}
.aff-card .card-img-top {
  width: 100%;
  height: 56px;
  object-fit: cover;
}
@media (max-width:767px) {
	.aff-card .card-img-top {
	height: 64px;
	}
}

.card.aff-card img.card-img-top  {
	border-radius:6px;
}
.card.aff-card .small {
	font-size: .675em;
}
.card.aff-card .small.text-muted {
	color: var(--thmWhite)!important;
}
.card.aff-card .card-body .btn-primary {
	padding: .25rem .5rem;
	font-size: .75rem;
}


/***********************************************************************
	DIVERS
***********************************************************************/
.alert-cinema {
  color: #ffffff;
  background: transparent;
  border-color: var(--thmColor1);
}
.meta { 
	color: var(--thmColor1); 
}
.meta span { 
	color: var(--thmWhite); 
}
.badge-role { 
	font-size:.8rem; 
	margin-right:.25rem; 
}

#rateModal .modal-header {
	background: #1f2f72;
}
#rateModal .modal-header .modal-title {
	background: #1f2f72;
	color: var(--thmWhite);
}
#rateModal .btn-link {
	font-size:2rem;
}

/***********************************************************************
	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(--thmWhite);
  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(--thmBlack);
  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(--thmColor1);
  color: #fff;
}
.contact-form .submit-btn-wrapper button {
  background-color: var(--thmColor1);
  width: 100%;
  height: 45px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: var(--thmWhite);
  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(--thmColor2);
}
.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(--thmWhite);
}
@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(--thmColor1);
	color:  var(--thmWhite);
	font-size:20px;
	font-weight:600;
}
.infos-contact .card-body {
	background: #F1F1F1;
}


/***********************************************************************
	FOOTER
***********************************************************************/
#footer {
	position:relative;
	margin-top:40px;
}
/*-- Footer copyright --*/
#footer .footer {
	background: var(--thmCopyright);
	line-height: 22px;
	padding: 30px 0 30px;
}
#footer .footer, 
#footer .footer a {
	color: var(--thmWhite);
	font-weight: 400;
}
#footer .footer a:hover {
	color: var(--thmWhite); 
}
#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(../img/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color: rgba(255,255,255,.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(--thmColor1);
	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;
	}
}