/* ============================================= */
/* front.css — Consolidated CSS              */
/* Generated: 2026-03-27                            */
/* ============================================= */


/* === Source: calendar/calendar_compact.css === */

/* Events Calendar contain */
.ts-events-calendar.compact .ts-events-calendar-wrap {
	margin: 25px 0 30px 0;
	border: 1px solid #dedade;
    box-shadow: 0 0 5px 2px rgba(145,145,145,.35);
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    border-collapse: collapse;
    border-spacing: 0;
}

/* Calendar */
.ts-calendar-compact .calendar-table {
	margin-bottom: 0 !important;
}

.ts-calendar-compact .calendar-title , .ts-calendar-compact .calendar-btn {
	text-align: center !important;
	background: #999999;
	color: #ffffff;
	height: 30px;
	vertical-align: middle !important;
}

.ts-calendar-compact .calendar-btn span {
	cursor: pointer;
}

.ts-calendar-compact .calendar-title  {
	font-size: 13px;
	font-weight: bold;
	padding: 4px 0 0 0 !important;
}

.ts-calendar-compact .calendar-table tr th {
    text-align: center;
    color: #999999;
    background: #eeeeee;
	font-size: 11px;
	padding: 8px 0;
}

.ts-calendar-compact .calendar-table tr th, .ts-calendar-compact .calendar-table tr td {
	width: 14.285714285714285%;
	line-height: 19px;
}

.ts-calendar-compact .calendar-day-blank {
	background: #f6f6f6;
	padding: 0 !important;
}

.ts-calendar-compact .calendar-day-normal {
    text-align: center;
    color: #666;
	padding: 0 !important;
    height: 34px;
	vertical-align: middle !important;
}

.ts-calendar-compact .calendar-day-normal .calendar-day-event {
	cursor: pointer;
}

.ts-calendar-compact .calendar-day-today {
	background: #d5e9e9;
}

.ts-calendar-compact .calendar-day-weekend {
	color: #000000;
}

.ts-calendar-compact .calendar-event-mark {
    position: absolute;
    top: -8px;
    right: 0;
    background: none !important;
}

.ts-calendar-compact .calendar-event-mark::after {
	content: '';
    visibility: visible;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 16px solid #004225;
    border-left: 16px solid transparent;
}

/* Event list */
.ts-event-list-compact {
	padding: 15px;
	background: #eeeeee;
	display: none;
}

.ts-event-list-compact .event-item {
	width: 100%;
	border-top: 1px dotted #666;
	margin-top: 20px;
	padding-top: 20px;
}

.ts-event-list-compact .event-item:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.ts-event-list-compact .event-image img {
	width: 100%;
	border: 1px solid #eee;
	margin-bottom: 10px;
}

.ts-event-list-compact .event-name {
	font-size: 16px;
	color: #999999;
	margin-bottom: 6px;
}

.ts-event-list-compact .event-time, .ts-event-list-compact .event-date {
	margin-bottom: 3px;
	color: #000000;
	font-size: 13px;
}

.ts-event-list-compact .event-time i, .ts-event-list-compact .event-date i {
	margin-right: 5px;
}

.ts-event-list-compact .event-intro {
	color: #666;
	font-size: 14px;
}

.ts-event-list-compact .link {
	cursor: pointer;
}

/* Event detail */
.ts-event-detail-compact {
	padding: 15px;
	background: #eeeeee;
	display: none;
}

.ts-event-detail-compact .event-item {
	width: 100%;
	border-top: 1px dotted #666;
	margin-top: 20px;
	padding-top: 20px;
}

.ts-event-detail-compact .event-item:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.ts-event-detail-compact .event-image img {
	width: 100%;
	border: 1px solid #eee;
	margin-bottom: 10px;
}

.ts-event-detail-compact .event-name {
	font-size: 16px;
	color: #999999;
	margin-bottom: 6px;
}

.ts-event-detail-compact .event-time, .ts-event-detail-compact .event-date, .ts-event-detail-compact .event-location {
	margin-bottom: 5px;
	color: #666;
	font-size: 14px;
}

.ts-event-detail-compact .event-time i, .ts-event-detail-compact .event-date i, .ts-event-detail-compact .event-location i {
	margin-right: 5px;
	width: 14px;
}

.ts-event-detail-compact .event-location i {
	font-size: 18px;
}

.ts-event-detail-compact .event-desc {
	color: #666;
	border-top: 1px solid #e2e2e2;
	padding-top: 15px;
	margin-top: 15px;
	margin-bottom: 22px;
	line-height: 22px;
	font-size: 14px;
}

.ts-event-detail-compact .event-link {
	margin-bottom: 30px;
}

.ts-event-detail-compact .event-link a {
	color: #fff;
    background: #999999;
    padding: 8px 10px 8px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    border: 0;
	cursor: pointer;
	position: relative;
}

.ts-event-detail-compact .event-link a:hover {
	text-decoration: none;
}

.ts-event-detail-compact .event-link a i {
	margin-right: 5px;
}


/* === Source: calendar/calendar_full.css === */

/* Events Calendar contain */
.ts-events-calendar.full .ts-events-calendar-wrap {
	margin: 25px 0 40px 0;
	border: 1px solid #dedade;
    box-shadow: 0 0 5px 2px rgba(145,145,145,.35);
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    border-collapse: collapse;
    border-spacing: 0;
}

/* Calendar */
.ts-calendar-full .calendar-table {
	margin-bottom: 0 !important;
	background: var(--card-body);
}

.ts-calendar-full .calendar-title , .ts-calendar-full .calendar-btn {
	text-align: center !important;
	background: var(--button);
	color: var(--card-body);
	height: 30px;
	vertical-align: middle !important;
}

.ts-calendar-full .calendar-btn {
	padding: 0 !important;
}

.ts-calendar-full .calendar-btn span {
	cursor: pointer;
	font-size: 13px !important;
	color: var(--card-body);
}

.ts-calendar-full .calendar-title  {
	font-size: 15px;
	font-weight: bold;
	padding-top: 12px !important;
	padding-left: 30px !important;
}

.ts-calendar-full .calendar-title span {
	position: relative;
	color: var(--card-body);
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
}

.ts-calendar-full .calendar-title i {
	position: absolute;
	left: -22px;
	top: -1px;
}

.ts-calendar-full .calendar-table tr th {
	text-align: center;
	color: var(--font);
	background: var(--card-body);
	font-size: 14px;
}

.ts-calendar-full .calendar-table tr th, .ts-calendar-full .calendar-table tr td {
	width: 14.285714285714285%;
}

.ts-calendar-full .calendar-day-blank {
	background: #f6f6f6;
}

.ts-calendar-full .calendar-day-normal {
	height: 60px;
	font-size: 16px;
	text-align: right !important;
	padding: 6px 10px !important;
	color: var(--font);
}

.ts-calendar-full .calendar-day-today {
	background: #d5e9e9;
}

.ts-calendar-full .calendar-day-weekend {
	color: var(--font);
	line-height: 20px;
	font-size: 16px;
}

.ts-calendar-full .calendar-event-name {
	color: var(--font);
	background: var(--button);
	font-size: 11px;
	margin-top: 5px; 
	text-align: center;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	line-height: 20px;
	padding: 0 3px;
	cursor: pointer;
}

.ts-calendar-full .calendar-event-name span {
	font-size: 11px;
	line-height: 20px;
}

.ts-calendar-full .calendar-event-name.no-name {
	opacity: 0;
	visibility: hidden;
}

.ts-calendar-full .calendar-event-name.color-1 {
	background: var(--button);
}

.ts-calendar-full .calendar-event-name.color-2 {
	background: #13baff;
}

.ts-calendar-full .calendar-event-name.color-3 {
	background: #00713F;
}

.ts-calendar-full .calendar-event-name.color-4 {
	background: #ff8a23;
}

.ts-calendar-full .calendar-event-name.first-day {
	margin-right: -11px;
	-moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ts-calendar-full .calendar-event-name.middle-day {
	margin-left: -11px;
	margin-right: -11px;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ts-calendar-full .calendar-event-name.middle-day span {
	opacity: 0;	
}

.ts-calendar-full .calendar-event-name.last-day {
	margin-left: -11px;
	-moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

.ts-calendar-full .calendar-event-name.last-day span {
	opacity: 0;	
}

/* Event list */
.ts-event-list-full {
	padding: 15px;
	background: #eeeeee;
	display: none;
}

.ts-event-list-full .event-item {
	width: 100%;
	border-top: 1px dotted #666;
	margin-top: 20px;
	padding-top: 20px;
}

.ts-event-list-full .event-item:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.ts-event-list-full .event-item-left {
	width: 20%;
	margin-right: 2%;
}

.ts-event-list-full .event-item-right {
	width: 78%;
}

.ts-event-list-full .event-image img {
	width: 100%;
	border: 1px solid #eee;
}

.ts-event-list-full .event-name {
	font-size: 17px;
	color: #999999;
	margin-bottom: 4px;
	margin-top: -3px;
}

.ts-event-list-full .event-time, .ts-event-list-full .event-date {
	margin-bottom: 3px;
	color: #000000;
	font-size: 13px;
}

.ts-event-list-full .event-time i, .ts-event-list-full .event-date i {
	margin-right: 5px;
}

.ts-event-list-full .event-intro {
	color: #666;
	font-size: 14px;
}

.ts-event-list-full .link {
	cursor: pointer;
}

/* Event detail */
.ts-event-detail-full {
	padding: 15px;
	background: #eeeeee;
	display: none;
}

.ts-event-detail-full .event-image {
	text-align: center;
	margin-bottom: 20px;
}

.ts-event-detail-full .event-image img {
	max-width: 100%;
	border: 1px solid #eee;
}

.ts-event-detail-full .event-name {
	font-size: 22px;
    color: #999999;
    margin-bottom: 15px;
}

.ts-event-detail-full .event-time, .ts-event-detail-full .event-date, .ts-event-detail-full .event-location {
	margin-bottom: 5px;
	color: #666;
	font-size: 14px;
}

.ts-event-detail-full .event-time i, .ts-event-detail-full .event-date i, .ts-event-detail-full .event-location i {
	margin-right: 5px;
	width: 14px;
}

.ts-event-detail-full .event-location i {
	font-size: 18px;
}

.ts-event-detail-full .event-desc {
	color: #666;
	border-top: 1px solid #e2e2e2;
	padding-top: 15px;
	margin-top: 15px;
	margin-bottom: 22px;
	line-height: 22px;
	font-size: 14px;
}

.ts-event-detail-full .event-link {
	margin-bottom: 30px;
}

.ts-event-detail-full .event-link a {
	color: #fff;
    background: #999999;
    padding: 8px 10px 8px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    border: 0;
	cursor: pointer;
	position: relative;
}

.ts-event-detail-full .event-link a:hover {
	text-decoration: none;
}

.ts-event-detail-full .event-link a i {
	margin-right: 5px;
}

/* Responsive */
@media (min-width: 768px) {
	.ts-event-list-full .event-item-left {
		margin-right: 2% !important;
	}
	.ts-event-list-full .event-item-left.pull-left, .ts-event-list-full .event-item-right.pull-left {
		float: left !important;
	}
}

@media (max-width: 768px) {
	.ts-calendar-full .btn-change-date {
		display: none;
	}
	.ts-calendar-full .calendar-day-normal, .ts-calendar-full .calendar-day-blank {
		padding: 2px !important;
	}
	.ts-calendar-full .calendar-table tr th {
		padding: 5px 3px !important;
	}
	.ts-event-list-full .event-item-left {
		margin-bottom: 10px !important;
	}
	.ts-event-list-full .event-item-left, .ts-event-list-full .event-item-right {
		width: 100%;
	}
}


/* === Source: front.css === */

.event-card {
	position: relative;
	min-height: 350px;
	background-color: --var(white);
	box-shadow: 0 5px 15px rgba(0,0,0,.05);
	overflow: hidden;
	margin: 10px 0px;
	display: block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.style_prevu_kit {
	position: relative;
	-webkit-transition: all 400ms ease-in;
	-ms-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

#main_image_bg{
/*	--background_image is set on the page*/
	background-image: var(--background_image);
	-webkit-filter: blur(30px);
	-moz-filter: blur(30px);
	-o-filter: blur(30px);
	-ms-filter: blur(30px);
	filter: blur(30px) alpha(opacity=25);
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	opacity: 0.25;
/*	filter: alpha(opacity=25);*/
}

#main_image_bg > div{
	background-image: var(--background_image) !important;
	top:-50px;
	bottom:0px;
	left:0px;
	right:0px;
	width:100%;
	position:absolute;
	background-size:100%;
	background-repeat:no-repeat
}


/* === Source: list_4.css === */

body {
/*
  margin: 0;
  padding: 0;
*/
	font-family: Arial, sans-serif;
	background-color: #f9f9f9;
}

.list_4_container {
	border: 1px solid #ccc;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	max-width: 900px;
	margin: 20px auto;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.list_4_left-section {
	display: flex;
	align-items: center;
	flex: 1 1 60%;
	min-width: 300px;
}

.list_4_image{
	display: flex;
	max-width: 120px;
	justify-content: center;
}

.list_4_image img{
	display: flex;
	max-width: 120px;
/*	max-height: 60px;*/
	justify-content: center;
}

.list_4_event{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}

.list_4_details {
	display: flex;
	flex-direction: column;
	width: 350px !important;
}

.list_4_date {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 15px 5px 15px;
	width: 100px;
}

.list_4_date_to{
	background-color: var(--green-primary);
	color: white;
	border: none;
	text-align: center;
	padding: 0px 25px 0px 25px;
	font-size: 0.75em;
	border-radius: 10px;
}

.list_4_location {
  color: #333;
  margin-bottom: 5px;
}

.list_4_featuring {
	color: #666;
	font-size: 0.9em;
}

.list_4_right-section {
  flex: 1 1 30%;
  display: flex;
  justify-content: flex-end;
  max-width: 150px;
}

.list_4_right-section a {
  background-color: var(--green-primary);
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 1em;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.list_4_right-section a:hover {
  background-color: var(--green-secondary);
}

@media (max-width: 600px) {
	.list_4_container {
		flex-direction: column;
		text-align: center;
	}

	.list_4_left-section {
		flex-direction: column;
		align-items: center;
		margin-bottom: 15px;
	}

	.list_4_left-section img {
		margin-bottom: 10px;
	}

	.list_4_right-section {
		justify-content: center;
	}
}


/* === Source: sales_pages.css === */

/* ==========================================================================
   SALES PAGES CSS — Bootstrap 5.3.3 Compatible
   ========================================================================== */

:root {
	--bs-border-radius-lg: 10px;
}

/* ==========================================================================
   HERO HEADER
   ========================================================================== */
.banner {
	height: 450px;
}

i.fa-green {
	color: var(--green-primary);
}

p.mb-3 {
	font-size: 15px !important;
}

ul.mb-0 {
	font-size: 15px !important;
}

/* ==========================================================================
   CUSTOM GUTTERS
   ========================================================================== */
.g-4, .gy-4 {
	--bs-gutter-x: 1.5rem;
}

.g-4, .gx-4 {
	--bs-gutter-x: 1.5rem;
}

/* ==========================================================================
   CUSTOM BACKGROUNDS
   ========================================================================== */
.bg-light-green {
	background-color: var(--green-light);
}

/* ==========================================================================
   HERO HEADER
   ========================================================================== */
.hero-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 460px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('/sell/_images/overview_files/sales-bg-1.jpg');
	padding: 2rem 1rem;
	width: 100%;
}

.hero-header p {
	color: var(--green-primary);
}

/* ==========================================================================
   IMAGES
   ========================================================================== */
.img-700 {
	max-width: 700px;
}

.img-devices {
	max-height: 440px;
	width: auto;
}

.main-image {
	display: block;
	max-width: none !important;
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-top: -50px;
	margin-bottom: var(--spacer-4);
	height: auto;
}

/* ==========================================================================
   BACKGROUND IMAGES
   ========================================================================== */
.feature {
	background-image: url('/sell/_images/overview_files/sales-bg-2.jpg') !important;
}

.testimonial {
	background-image: url('/sell/_images/overview_files/sales-bg-3.jpg') !important;
}

.testimonial-logo {
	border-radius: 50px;
}

/* ==========================================================================
   VERTICAL CENTER (BS5 flexbox approach)
   ========================================================================== */
.vcenter-md {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

/* ==========================================================================
   CAROUSEL — Industry Cards
   ========================================================================== */
.carousel-card {
	position: relative;
	overflow: hidden;
	border-radius: var(--bs-border-radius-lg);
}

.carousel-card img {
	width: 100%;
	height: auto;
	display: block;
}

.carousel-card .card-img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 0;
	padding: 1rem;
}

.carousel-card .carousel-caption {
	position: static;
	padding: 0;
	color: var(--white);
	text-shadow: 1px 1px 4px var(--black-75);
	font-size: 1.4rem;
}

/* ==========================================================================
   TESTIMONIALS CAROUSEL
   ========================================================================== */
#testimonialsCarousel {
	min-height: 130px;
}

.carousel-nav-icon {
	width: 30px;
	height: 30px;
}

/* ==========================================================================
   REVIEWS
   ========================================================================== */
.reviews {
	display: block;
	height: 200px;
}

/* ==========================================================================
   MISC TEXT / LAYOUT
   ========================================================================== */
.banner-text {
	/* reserved for future use */
}

.hr-ticketscene {
	height: 3px;
	background-color: var(--green-primary);
	border: 0;
}

.camping-h5 {
	color: var(--white);
}

.mx-5-5 {
	margin: 0 calc(var(--spacer-3) * 4) !important;
}

/* ==========================================================================
   CARDS
   ========================================================================== */
.card-body > ul {
	margin-left: 0px;
	padding-left: 15px;
}

.text-white {
	color: var(--white) !important;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn-green {
	background-color: var(--green-primary);
	color: var(--white);
}

.btn-green:hover {
	background-color: var(--green-lighter);
	color: var(--green-primary);
}

.btn-center {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: fit-content;
}

/* ==========================================================================
   STEP NUMBERS
   ========================================================================== */
.step-number {
	display: inline-block;
	background: var(--green-primary);
	color: var(--white);
	border-radius: 50%;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	margin-right: 8px;
}

/* ==========================================================================
   PARTNER LOGOS
   ========================================================================== */
.partner-logos img.partner-logo {
	max-width: 120px;
	margin: 10px auto;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.partner-logo-rounded {
	border-radius: 150px;
}

/* ==========================================================================
   RESPONSIVE — MOBILE FIRST
   ========================================================================== */
@media screen and (min-width: 300px) {
	.reviews {
		display: block;
		height: 390px;
	}
	.hero-header {
		padding-top: 10px;
		text-align: center;
	}
}

@media screen and (min-width: 600px) {
	.ready-sign-up {
		margin-top: 0px;
	}
	.reviews {
		display: block;
		height: 200px;
	}
}

@media (max-width: 767px) {
	.banner-text {
		margin: 0 auto;
	}
	.img-devices {
		max-height: 520px;
		width: auto;
	}
}

@media (min-width: 618px) and (max-width: 992px) {
	.img-devices {
		max-height: 560px;
		width: auto;
	}
	.carousel-img {
		max-width: 100% !important;
	}
}

@media screen and (min-width: 992px) {
	.img-devices {
		max-height: 450px;
		width: auto;
	}
	.banner-text {
		margin: 0 auto;
	}
	.hero-header {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media (min-width: 1200px) {
	.img-devices {
		max-height: 500px;
		width: auto;
	}
}

/* ==========================================================================
   SECTION HEADING LINKS — No underline on feature headings
   ========================================================================== */
.page-container h2 a {
	text-decoration: none;
	color: inherit;
}

.page-container h2 a:hover {
	text-decoration: underline; 
}
