:root {
    --fg: #E4032F;
    --bg: #FDEA11;
    --bg-2: #FFF265;
}

@font-face {
  font-family: 'Montserrat';
  src: url('./assets/montserrat_variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('./assets/poppins_semibold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

* {
    scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.navbar, nav, header, .button, .section-event-header {
  font-family: 'Poppins', sans-serif;
}


html, body {
    margin: 0;
    background-color: var(--bg);
    background-attachment: fixed;
    background-image: url('./assets/background.svg');
    background-position: 0px 0px;
    background-size: 100vw auto;
    background-repeat: repeat;
    display: flex;
    flex-direction: column;
    max-width: 100vw;
    overflow-x: hidden;
}

section {
    scroll-margin-top: 100px;
}

/* Header */
header {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    /* box-shadow: inset 0 0 0 40px white, 
        0 0 0 40px white;
    border-radius: 80px; */
}
.header-column {
    display: flex;
    flex-grow: 1;
    gap: 40px;
    flex: 1;
    overflow: visible;
    min-width: 0px;
    box-sizing: content-box;
}
.header-column-left {
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    
}
.header-column-right {
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: row;
}

.header-column-middle {
    align-items: center;
    justify-content: center;
    min-width: 200px;
    height: 90vh;
    max-height: 90vw;
    min-height: 353px;
    flex-direction: column;
}

.header-img-1,
.header-img-2,
.header-img-3 {
    height: 332px;
    width: auto;
}


.header-img-1 {
    position: absolute;
    right: 50%;
    left: 6%;
    height: 448px;
    z-index: 1;
}
.header-img-2 {
    position: absolute;
    right: 100px;
    z-index: 1;
}
.header-img-3 {
    position: absolute;
    left: 64%;
    height: 500px;
    z-index: 0;
}

.header-logo {
    min-width: 100px;
    width: 40vw;
    max-width: 100%;
    max-height: 50vh;
    z-index: 0;
}

header h1 {
    font-family: 'Montserrat', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 16px;
    text-align: center;
    z-index: 2;
    font-weight: 400;
}

strong {
    color: var(--fg);
}

/* Navbar */
nav {
    background-color: white;
    position: relative;
    font-size: 0.9em;
}
nav, nav ul {
    height: 70px;
}
nav ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav li {
    margin: 0;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    text-align: center;
}

nav a {
    text-decoration: none;
    color: inherit;
    display: flex;
    padding: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
nav a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.nav-logo {
    flex-grow: 0;
    align-items: flex-start;
    background-color: white;
}
.nav-end-button {
    background-color: var(--fg);
    color: white;
}
.nav-menu {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    filter: drop-shadow(0px 10px 0px rgba(0, 0, 0, 0.2));
}

/* Content */
main {
    min-height: 80vh;
}
h1 {
    margin: 0;
    color: var(--fg);
}
p {
    margin: 30px 0 0 0;
}

.button {
    padding: 20px;
    display: block;
    background-color: black;
    text-align: center;
    text-decoration: none;
    color: white;
    margin-top: 30px;
    font-size: 20px;
}
.button:hover {
    background-color: var(--fg);

}

/* Text */
.section-text {
    max-width: 750px;
    margin: 60px auto 0 auto;
    padding: 0 60px;
    position: relative;
    word-break: break-word;
}
.section-text img {
    max-width: 100%;
}
.section-text-top-image {
    width: 20vw;
    min-width: 200px;
    max-width: 300px !important;
    height: auto;
    position: absolute;
    top: -120px;
    right: 60px;
}

/* Text label */
.section-label {
    max-width: 750px;
    margin: 60px auto 0 auto;
    padding: 0 60px;
    font-size: 20px;
    font-weight: bold;
    color: black;
    word-break: break-word;
}

/* Dates tickets */
.section-dates {
    max-width: 750px;
    margin: 30px auto;
    padding: 0 60px;
    word-break: break-word;
}
.section-dates-content {
    position: relative;
    height: 400px;
    width: 100%;
}
.section-dates-ticket {
    width: 198px;
    height: 125px;
    background-size: 100% 100%;
    filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.2));

    display: block;
    text-decoration: none;
    color: white;
    font-weight: bold;
    transition: transform 0.2s;
    scroll-margin-top: 100px;
    outline: none;
}
.section-dates-image.inactive {
    display: none;
}
.section-dates-ticket-1 {
    position: absolute;
    top: 25%;
    left: 80%;
    transform: translate(-50%, -50%) rotate(17deg) scale(1);
}
.section-dates-ticket-2 {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%) rotate(-9deg) scale(1);
}
.section-dates-ticket-3 {
    position: absolute;
    top: 80%;
    left: 59%;
    transform: translate(-50%, -50%) rotate(8deg) scale(1);
}
.section-dates-ticket path {
    fill: black;
    stroke: white;
    stroke-width: 4px;
}
.section-dates-ticket:hover path {
    fill: var(--fg);
}
.section-dates-ticket-1:hover,
.section-dates-ticket-2:hover,
.section-dates-ticket-3:hover {
    transform: translate(-50%, -50%) rotate(0deg) scale(1.1);
}
.section-dates-day {
    position: absolute;
    left: 30%;
    top: 40%;
    font-size: 150%;
    transform: translate(-50%, -50%);
}
.section-dates-month {
    position: absolute;
    left: 30%;
    bottom: 40%;
    font-size: 150%;
    transform: translate(-50%, 50%);
}
.section-dates-number {
    position: absolute;
    right: 34%;
    top: 50%;
    transform: translate(50%, -50%);
    font-size: 330%;
}

/* Section image and text */
.section-banner {
    margin: 0 auto;
    background-color: white;
    display: flex;
    flex-direction: row;
    gap: 20px;
    min-height: 300px;
    filter: drop-shadow(0px 10px 0px rgba(0, 0, 0, 0.2));
    word-break: break-word;
}

.section-banner-image {
    width: 50%;
    flex-shrink: 0;
    background-color: var(--fg);
    position: relative;
    word-break: break-word;
}
.section-banner-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 110%;
}
.section-banner-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px 30px 30px;
    max-width: 500px;
    word-break: break-word;
}

/* Footer */
footer {
    background-color: var(--fg);
    color: white;
    margin-top: 130px;
    padding: 60px;
    gap: 30px;
    display: flex;
    flex-direction: column;
    word-break: break-word;
    position: relative;
}
footer section {
    width: 100%;
    max-width: 750px;
    margin: 0px auto 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
footer a {
    color: white;
    text-decoration: none;
}
footer a:hover {
    color: white;
    text-decoration: underline;
}

.footer-menu-lvl-1 {
    margin: 0;
    padding: 0;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
}
.footer-menu-lvl-1>li {
    flex: 1;
    gap: 10px;
}
.footer-menu-lvl-2 {
    min-width: 200px;
    padding: 0;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.footer-menu ul {
    list-style-type: none;
}
.footer-menu h2 {
    margin: 0 0 10px 0;
    font-size: 16px;
}
.footer .footer-social-links {
    display: flex;
    gap: 10px;
    word-break: break-word;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
}
.footer-icons {
    width: 34px;
}
.footer-infos-column {
    min-width: 200px;
}
.footer-chimere {
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    z-index: 3;
    width: 18vw;
    max-width: 200px;
    min-width: 100px;
}
.footer-chimere-04 {
    left: 0;
}
.footer-chimere-05 {
    right: 0;
}

/* Date selector */
.section-dates-selector {
    background-color: white;
    padding: 10px;
    padding: 10px 60px;
    display: flex;
    margin-top: 60px;
    box-sizing: border-box;
}
.section-dates-selector-content {
    max-width: 750px;
    display: flex;
    gap: 3px;
    justify-content: space-between;
    margin: 0 auto 0 auto;
    box-sizing: content-box;
    width: 100%;
}
.section-dates-selector .section-dates-ticket {
    max-width: 30vw;
    height: auto;
}
.section-dates-selector .section-dates-ticket:hover {
    transform: rotate(-10deg);
}

.section-dates-selector .section-dates-ticket img {
    min-width: 0px;
    height: 100%;
    width: 100%;
}

/* event */
.section-event {
    display: flex;
    margin-top: 25px;
    filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.2));
}
.section-event-1 .section-event-content {
    background-color: var(--bg-2);
}
.section-event-2 .section-event-content{
    background-color: white;
}
.section-event-content {
    margin: 0px auto;
    max-width: 750px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 25px;
    width: 100%;
    box-shadow: inset 0px 0px 0px 4px white;
}
.section-event-header {
    display: flex;
    flex-direction: row;
    font-size: 16px;
    gap: 25px;
    align-items: center;
}
.section-event-2 .section-event-header {
    flex-direction: row-reverse;
}
.section-event-time {
    font-size: 25px;
    padding: 15px 0px;
}
.section-event-location {
    display: flex;
    flex-grow: 1;
    padding: 15px;
    gap: 15px;
    align-items: center;
}
.section-event-1 .section-event-location {
    color: black;
    background-color: white;
}
.section-event-2 .section-event-location {
    color: white;
    background-color: var(--fg);
}
.section-event-location img {
    height: 34px;
    width: 34px;
}
.section-event-description {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    flex-grow: 1;
}
.section-event-2 .section-event-description {
    flex-direction: row-reverse;
}
.section-event-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;

    flex: 1 1 400px;
    min-width: 0;
}
.section-event-column h2 {
    margin-top: 0px;
}
.section-event-description img {
    flex: 0 1 300px;
    max-width: 300px;
    width: 100%;      
    height: auto;
    object-fit:cover;
    padding: 2px;
    background-color: black;
}
.section-event-action {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-grow: 1;
    width: 100%;
}
.section-event-action a {
    padding: 20px;
    background-color: black;
    text-align: center;
    flex-grow: 1;
    display: block;
    text-decoration: none;
    color: white;
}
.section-event-action a:hover {
    background-color: var(--fg);
}

/* Section text */
.section-text-white {
    background-color: white;
    padding: 60px;
}