@charset "UTF-8";

/*
logo
grey 1 (lightest) 	#f4f6f8
grey 2 				#cdd3da
grey 3 				#aab4be
grey 4 				#7e8d9a
grey 5 (darkest) 	#384c5e
blue 				#72a0cb

red 				#bc2940
red darker 			#8e2038

background pale 	#e8eff3

menu 1				#415a74
menu 2				#6b979b
menu 3				#a0bba6
menu 4				#c0cc8e
*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
img {
  display: inline-block;
}
body {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8eff3;
    font-family: "Montserrat", sans-serif;
	overflow-x: hidden;
}
h1 {
	font-family: "montserrat", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
	color: #384c5e;
	white-space: nowrap;
}
@media (max-width: 800px) {
	h1 {
		font-size: 1.4rem;
	}
}
h2 {
	font-family: "montserrat", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.3rem;
	letter-spacing: 0.1rem;
	color: #72a0cb;
}
@media (max-width: 800px) {
	h2 {
		font-size: 1.1rem;
	}
}
h3 {
	font-family: "montserrat", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.1rem;
	letter-spacing: 0.1rem;
	color: #384c5e;
}
@media (max-width: 800px) {
	h3 {
		font-size: 1rem;
	}
}
h4 {
	font-family: "montserrat", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1rem;
	line-height: 2rem;
	color: #384c5e;
}
p {
	font-family: "montserrat", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.6rem;
	color: #384c5e;
}
@media (max-width: 800px) {
	p {
		font-size: 0.9rem;
	}
}
.p-quote {
	font-family: "le-monde-livre-classic-byol", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 4.5rem;
	line-height: 4.5rem;
	color: #72a0cb;
	text-align: center;
}
.p-title {
	font-family: "montserrat", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.2rem;
	color: #384c5e;
	margin-left: 55px;
}
.p-copyright {
	font-family: "montserrat", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.9rem;
	line-height: 1.3rem;
	padding-top: 30px;
	padding-bottom: 20px;
	color: #859ab5;
	text-align: center;
	display: block;
}
@media (max-width: 800px) {
	.p-copyright {
		font-size: 0.8rem;
	}
}
a {
	color: #bc2940;
	text-decoration: none;
}
a:hover {
	color: #8e2038;
	text-decoration: underline;
}
ul {
    padding: 0; 
    margin: 0;
}
.no-bullets {
    list-style-type: none;
    padding: 0;
}
.has-bullets {
	list-style: disc outside; */
    padding: 0;
	margin: 0;
	position: relative; /* Useful for positioning custom bullets if needed */
    padding-left: 20px; /* Pushes all text over */
    text-indent: 0px;
}
.override-white {
	color: white;
}

/* WIDTHS */
.wrapper, .image-studio, .accordion-card, .card-img, .card-img1, .footer {
	max-width: 1250px;
	width: 70vw;
	padding: 0px;
	margin: 0px;
}
@media (max-width: 1200px) {
  	.wrapper, .image-studio, .accordion-card, .card-img, .card-img1 {
		width: 75vw;
	}
}
@media (max-width: 800px) {
  	.wrapper, .image-studio, .accordion-card, .card-img, .card-img1 {
		width: 85vw;
	}
}
@media (max-width: 600px) {
  	.wrapper, .image-studio, .accordion-card, .card-img, .card-img1 {
		width: 98vw;
	}
}

/* HEIGHTS */
.card-img {
	height: 400px;
}

/* LOGO */
.wrapper {
	height: auto;
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	box-shadow: 0px 4px 22px rgba(114, 159, 202, 0.9);
	margin-top: 50px;
	margin-bottom: 50px;
	border-radius: 15px;
}
.logo-logo {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	background-image: url("../images/logo-lts-basic.svg");
	background-repeat: no-repeat;
	background-position: center; 
	height: 400px;
	width: 400px;
}
.logo-type {
	display: block;
	margin-left: 40px;
	margin-top: -90px;
}
.logo-pilates {
	display: block;
	margin-left: 60px;
	margin-top: 0px;
	margin-bottom: 50px;
}

/* ACCORDION STRUCTURE */
.accordion-card {
	background-color: white;
}
.accordion-card__header {
	position: relative;
	padding: 1.5rem 3rem;
	margin: 0;
}
.header0 {
	font-family: "montserrat", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1,3rem;
	cursor: pointer;
	transition: background-color 0.4s ease;
	color: white;
}
.header1 {
	background-color: #415a74;
	/* border-radius: 15px 15px 0px 0px; */
}
.header2 {
	background-color: #6b979b;
}
.header1:active, .header1:hover, .header2:active, .header2:hover, 
.header3:active, .header3:hover, .header4:active, .header4:hover {
	background-color: #bc2940;
}
.header3 {
	background-color: #a0bba6;
	transition: 0.3s;
}
.header4 {
	background-color: #c0cc8e;
	transition: 0.3s;
}
.header3:hover, .header4:hover {
	color: white;
}
.icon {
	position: absolute;
	right: 10px;
	color: goldenrod;
	transform: rotate(0deg);
	transition:
    transform 300ms,
    color 300ms;
}
.accordion-card__content {
	padding: 0;
	color: #3d3b3b;
	display: none;
	margin: 0;
}
.toggleIcon {
	transform: rotate(45deg);
	color: hsl(0, 70%, 50%);
}
.active {
	display: block;
}

/* ACCORDION CONTENTS */

.card-img {
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center; 
	background-size: cover;
}
@media (max-width: 1000px) {
	.card-img {
		background-position: right;
		max-height: 400px;
		height: 30vw; 			
	}
}
.card-img1 {
	background-image: url("../images/lts-001.jpg");
}
.card-img2 {
	background-image: url("../images/lts-002.jpg");
}
.card-img3 {
	background-image: url("../images/lts-003.jpg");
}
.card-img4 {
	background-image: url("../images/lts-004.jpg");
}
.card-img5 {
	background-image: url("../images/lts-005.jpg");
}
.card-img6 {
	background-image: url("../images/lts-006.jpg");
}
.card-img7 {
	background-image: url("../images/lts-007.jpg");
}
.card-img8 {
	background-image: url("../images/lts-008.jpg");
}
.card-copy {
	padding: 50px 50px;
}
@media (max-width: 800px) {
	.card-copy {
		padding: 25px 25px;			
	}
}
#cardCopyTitle {
	padding: 2rem 0 1rem 0;
}
.map {
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    position: relative;
    height: 0;
	margin-top: 40px;
}
.map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
#cardCopyQuote {
	font-family: "le-monde-livre-classic-byol", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.2rem;
	line-height: 3rem;
	color: #72a0cb;
	text-align: left;
	max-width: 50vw;
	padding-top: 10px;
	padding-bottom: 20px;
}
@media (max-width: 800px) {
	#cardCopyQuote {
		font-size: 1.8rem;
		line-height: 2.4rem;
		max-width: 100vw;			
	}
}
.hr-styled {
	border: none;
    height: 2px;
    background-color: #72a0cb; 
    width: 40vw; 
    margin: 30px auto; 
	margin-top: 40px;
}
@media (max-width: 800px) {
	.hr-styled {
		width: 60vw; 			
	}
}
.hr-card4 {
	border: none;
    height: 10px;
    background-color: #bc2940; 
    width: 100%; 
    margin: 0 auto; 
}
.timetable-container {
	margin-bottom: 30px;
}
.table-title {
	background-color: #72a0cb;
}
.text-centre {
	text-align: center;
}
table {
  	border-collapse: collapse;
	width: 100%;
	max-width: 800px;
	margin-left: auto;
  	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	table-layout: fixed;
}
td, th {
  	border: 1px solid #72a0cb;
  	text-align: left;
  	padding: 8px;
}
.table-cell-b1 {
	background-color: #72a0cb;
}
.table-cell-b2 {
	background-color: #e8eff3;
}
.footer {
	width: 100%;
	max-width: 70vw;
	margin-left: auto;
  	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}