html, body {
    font-family: 'Nunito Sans', sans-serif;
    height: 100%;
}

.full-height {
    min-height: 100%;
    height: 100%;
    position: relative;
}

#intro {
    padding:0 !important;
    /* background-color: rgba(255,0,0,0.5); */
    min-width: 90vmin;
}

#col-left {
    /* background-color: rgba(255,255,0,0.5); */
    padding-top: 2em;
}

#col-right {
    /* background-color: rgba(255,255,0,0.5); */
    padding-top: 2em;
}

#archives, #prochainement, #presentation {
    padding-left: 2em;
    padding-right: 2em;
}

#col-presentation {
    font-size: 0.85em;
}

#col-contacts {
    position: absolute;
    font-size: 0.85em;
    bottom: 0;
}

.square {
    position: absolute;
    width: 90vmin;
    height: 90vmin;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-height: 90vmin;
    border-width: 10vmin;
    border-style: solid;
    border-image: linear-gradient(to bottom right, #a969fa, #e7c5fb) 30%;
}

.square video {
    position: absolute;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    margin: auto;
}

.title {
    position: absolute;
    width: 90vmin;
    height: 90vmin;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-transform: uppercase;
    font-size: 10vmin;
    letter-spacing: 3vmin;
    font-weight: 300;
}

.title .artist {
    font-size: 7vmin;
}

.title .date {
    font-size: 3vmin;
}

.title #top {
    height: 10vmin;
    width: 92vmin;
    text-align: right;
    line-height: 11vmin;
}

.title #right {
    height: 10vmin;
    width: 80vmin;
    text-align: left;
    line-height: 11vmin;
    padding-left: 1vmin;
    transform: translateX(45vmin) translateY(35vmin) rotate(90deg);
}

.title #right #x {
    position: absolute;
    right: 1.5vmin;
    top: -0.5vmin;
    transform: rotate(-90deg);
}

.title #left {
    height: 7vmin;
    width: 70vmin;
    text-align: right;
    line-height: 7vmin;
    transform: translateX(-31.5vmin) translateY(23.5vmin) rotate(90deg);
}

.title #bottom {
    height: 7vmin;
    width: 80vmin;
    line-height: 8vmin;
    padding-left: 0.5vmin;
    transform: translateY(53vmin);
}

.title .date {
    position: absolute;
    height: 3vmin;
    width: 80vmin;
    padding-left: 0.5vmin;
    line-height: 3vmin;
    transform: translateY(53vmin);
    letter-spacing: 1vmin;
}

.title #dateBegin {
    text-align: left;
}

.title #dateEnd {
    text-align: right;
}

.title #x {
    width: 10vmin;
    height: 10vmin;
    line-height: 11vmin;
    transform: translateX(80vmin) translateY(46vmin);
    padding-left: 1.5vmin;
}

.border-slide {
    border-color: #000;
    border-width: 1px;
    border-style: solid;
    margin: auto;
    text-align: center;
    padding: 1em;
    margin-bottom: 2em;
}

.border-slide #title {
    text-transform: uppercase;
    margin-bottom: 2em;
}

.border-slide #content {
    margin-bottom: 2em;
}

.border-slide #description {
    font-size: 0.85em;
}

.archive-slide {
    /* padding: 2em; */
    margin-bottom: 2em !important;
}

.archive-picture {
    object-fit: cover; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    width: 100%;
    height: 50%;
    margin-bottom: 5vw;
}

#contacts {
    /* width: 90vw; */
    margin: auto;
    text-align: center;
    margin-bottom: 2em;
}

hr {
    margin: 0;
    margin-left: 5%;
    margin-bottom: 2em;
    color: #000000;
    width: 90%;
    border: 1;
}

