* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}



body {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	overflow-x: hidden;
}

html {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}


.container {
	width: 75%;
	max-width: 1600px;
	margin: auto;
	padding: 80px 0;
	background: none;
	position: relative;
}

.section {
	height: max-content;
	width: 100%;
	position: relative;
	z-index: 3;
}


.about-container {
	display: flex;
	height: 100vh;
	max-width: 1600px;
	align-content: space-around;
	flex-wrap: wrap;
	width: 75%;
	margin: auto;
	padding: 80px 0;
	position: relative;
}


li {color: #fff7eb;}
b {	font-family: "Helvetica Black";}
.intro-link {text-decoration: underline;}

.intro-link:hover {color: #ea5f4f}


.about.section {
	background-image: url(../content/01-Presentation/PRESENTATION.jpg) ;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: transparent !important;
	height: max-content;
	position: relative;
	z-index: 7;
	min-height: 100vh;
}


.logo-container {
  margin-top: 100px;
}

.workshop {
  font-size: 28px;
}

.about-gradiant-bottom {
	position: absolute;
	width: 100%;
	height: 400px;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	bottom: 0;
}

.about-gradiant-top {
	position: absolute;
	width: 100%;
	height: 400px;
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	top: 0;
}

.left-wave {
	width: 900px;
	position: absolute;
	display: block;
	left: -450px;
	top: -450px;
	background: none;
}

.right-wave {
	position: absolute;
	display: block;
	right: -450px;
	height: 900px;
	opacity: 30%;
	background: none;
}

.silhouette{
	position: absolute;
	display: block;
	bottom: 80px;
	height: 400px;
	right: 200px;
	background: none;
}



.about-texts-place {
	margin-left: auto;
	text-align: right;
	width: 75%;
}

.about-text-place {
	width: 50%;
	float: right;
	margin-bottom: 50px;
}


.intro-container {
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
	min-height: 100vh;
	flex-direction: column;
	padding-bottom: 30px;
}

.intro-logotype {
	width: 600px;
	margin-top: -45px;
	background-color: transparent;
}






p, li {
	font-family: "Helvetica Light";
	font-size: 20px;
	line-height: 1.1;
}

.intro-button {
	font-family: "Helvetica Light";
	font-size: 20px;
	line-height: 1.1;
	color: #41235e;
}


.intro-title-light-purple {
	font-family: "Lemon Milk";
	font-size: 36px;
	color: #c3aed4;
	padding-bottom: 175px;
	position: relative;
}

.intro-title-light-purple::after {
	display: inline-block;
	content: url("../svg/silhouette.svg");
	width: 350px;
	position: absolute;
	top: -335px;
	left: -55px;
}

.intro-title-purple-desktop {
	font-family: "Lemon Milk";
	font-size: 36px;
	color: #41235e;
	text-align: right;
	position: relative;
	z-index: 5;
	margin-top: 200px;
}

.intro-title-purple-mobile {
	display: none;
}

.intro-text-container {
	position: relative;
	display: flex;
	align-items: flex-end;
}

.intro-text-container::after {
	display: inline-block;
	content: url("../svg/instrument-01.svg");
	width: 75px;
	position: absolute;
	left: -45px;
	top: 55px;
}


.about-title-white {
	font-family: "Lemon Milk Bold";
	color: #fff7eb;
	font-size: 48px;
}

.about-title-purple {
	font-family: "Lemon Milk Bold";
	color: #41235e;
	font-size: 48px;
}

.artist-date {
	font-family: "Lemon Milk";
	color: #41235e;
	font-size: 36px;
	margin-bottom: 30px;
}

.artist-name {
	font-family: "Lemon Milk";
	color: #ea5f4f;
	font-size: 24px;
	margin-bottom: 5px;
}

.artist-hour {
	font-family: "Lemon Milk";
	color: #c2d568;
	font-size: 24px;
	margin-bottom: 5px;
}


.contact-title {
	font-family: "Lemon Milk";
	color: #fff7eb;
	font-size: 36px;
	margin-bottom: 10px;
}

.reservation-title {
	font-family: "Lemon Milk";
	color: #41235e;
	font-size: 36px;
	margin-bottom: 10px;
}

.price {
	font-family: "Lemon Milk";
	font-size: 36px;
	margin-bottom: 15px;
}



.yellow {color: #fab92c;}
.red {color: #ea5f4f;}
.green {color: #c2d568}


.contact-container {
	position: relative;
}

.contact-container:first-child::before {
	display: inline-block;
	content: url("../svg/note-05.svg");
	width: 50px;
	position: absolute;
	left: -60px;
	top: -5px;
}


.contact-container:last-child::after {
	display: inline-block;
	content: url("../svg/note-06.svg");
	width: 50px;
	position: absolute;
	right: -60px;
	top: 0;
}

.contact-container {
	margin-bottom: 30px;
}

.price-name {
	font-family: "Lemon Milk";
	color: #ea5f4f;
	margin-bottom: 20px;
}

.price-text {margin-bottom: 30px;}

.price-button {
	background-color: #ea5f4f;
	padding: 10px 20px;
	border-radius: 20px;
	font-family: "Lemon Milk";
	color: #fff7eb;
	margin: auto;
	display: inherit;
}

.price-button:hover {
  background-color: #ef9e9b;
  cursor: pointer;
}





.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.one-col {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: 1fr;
	margin-bottom: 40px;
}


.three-col {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 40px;
}

.two-col {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 40px;
}

.four-col {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 40px;
}

.artists-container:first-child::before {
	display: inline-block;
	content: url("../svg/note-01.svg");
	width: 50px;
	position: absolute;
	left: -60px;
	top: -5px;
}

.artists-container:last-child::after {
	display: inline-block;
	content: url("../svg/note-04.svg");
	width: 50px;
	position: absolute;
	right: -60px;
	top: -5px;
}

.prices-container:first-child::before {
  display: inline-block;
  content: url("../svg/note-04.svg");
  width: 50px;
  position: absolute;
  left: -60px;
}

.reservation-container {
	position: relative;
	margin-bottom: 30px;
}

.reservation-container::after {
  display: inline-block;
  content: url("../svg/note-01.svg");
	width: 50px;
  position: absolute;
	right: 50px;
	top: 0;
}


.reservation-text {
	margin-bottom: 1em;
}





.accessibility-container {
	width: 100%;
	position: relative;
}

.artists-container {
	position: relative;
}

.edition-logotype {
	width: 200px;
}

.image {width: 100%;}
.logotype {width: 75%; margin: auto;}
.square {width: 50%;}

.section:nth-child(even) {background-color: #fff7eb;}
.section:nth-child(odd) {background-color: #41235e;}

.section:nth-child(odd) p {color: #fff7eb;}
.section:nth-child(even) p {color: #41235e;}




@media screen and (max-width:960px) {
	.section {height: max-content;}
	.about-texts-place {width: 100%;}
	.about-text-place {width: 100%;}
	.three-col {column-gap: 20px; grid-template-columns: repeat(2, 1fr);}
	.two-col {column-gap: 20px; grid-template-columns: repeat(1, 1fr);}
	.four-col {column-gap: 20px; grid-template-columns: repeat(2, 1fr);}
	.right-wave {display: none;}
	.intro-text-container {
	align-items: center;
	flex-direction: column;
	width: 80%;
	}

	#intro {margin-top: 85px;}

	.intro-title-light-purple::after {display: none;}
	.intro-title-light-purple {padding-bottom: 0}
	.intro-logotype {width: 100%; margin-top: 0;}
	.intro-text-container::after {display: none;}
	.intro-title-purple-desktop {display: none;}
	.intro-title-purple-mobile {
	display: block;
	font-family: "Lemon Milk";
	font-size: 36px;
	color: #41235e;
	text-align: right;
	position: relative;
	z-index: 5;
	}
	.reservation-container::after {right: 0;}
}


@media screen and (max-width:540px) {
	.about-texts-place {width: 100%;}
	.about-text-place {width: 100%; margin-bottom: 100px;}
	.three-col {grid-template-columns: repeat(1, 1fr);}
	.two-col {grid-template-columns: repeat(1, 1fr);}
	.four-col {grid-template-columns: repeat(1, 1fr);}
	.about-container {width: 85%}
	.container {width: 85%;}
	.edition-logotype {width: 125px;}
	p, li {font-size: 16px;}
	.intro-button {font-size: 16px;}
	.about-title-white {font-size: 36px;}
	.about-title-purple {font-size: 36px;}
	.artist-date {font-size: 24px;}
	.artist-name {font-size: 20px;}
	.contact-title {font-size: 24px;}
	.reservation-title {font-size: 24px;}
	.intro-title-purple-mobile {font-size: 24px;}
	.intro-title-light-purple {font-size: 24px;}
	.reservation-container::after {right: -50px;}
	.intro-container {margin-top: 0;}
	#intro {margin-top: 0;}
	.logotype {width: 50%; margin: auto;}
	.square {width: 35%;}
}