/* ================================================================================================================== */
/* GLOBAL */

html {
	margin: auto;
	background: url('../images/dots.svg') top no-repeat fixed,
		radial-gradient(ellipse at left top, #FFF9DD 5%, #D6EFFF 70%, #C3E3FE 85%) center no-repeat fixed;
	scroll-behavior: smooth;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
}
body {
	margin: 0 auto;
	overflow-x: hidden;
}
@font-face {
	font-family: "Black Chancery";
	src: url("../fonts/blackch.ttf") format("truetype");
}
@font-face {
	font-family: "Professor";
	src: url("../fonts/Professor.otf") format("opentype");
}
@font-face {
	font-family: "Balgruf";
	src: url("../fonts/Balgruf.otf") format("opentype"),
		 url("../fonts/Balgruf.woff") format("woff"),
		 url("../fonts/Balgruf.woff2") format("woff2");
}
@font-face {
	font-family: "Garet";
	src: url("../fonts/Garet-Book.otf") format("opentype"),
	     url("../fonts/Garet-Book.ttf") format("truetype"),
		 url("../fonts/Garet-Book.woff") format("woff"),
		 url("../fonts/Garet-Book.woff2") format("woff2");
}
@font-face {
	font-family: "odstemplik";
	src: url("../fonts/odstemplik.otf") format("opentype"),
	     url("../fonts/odstemplik.ttf") format("truetype");
}
@font-face {
	font-family: "Objective";
	src: url("../fonts/Objective-Light.otf") format("opentype"),
		 url("../fonts/Objective-Light.woff2") format("woff2");
    font-weight: 300;
}
@font-face {
	font-family: "Objective";
	src: url("../fonts/Objective-Regular.otf") format("opentype"),
		 url("../fonts/Objective-Regular.woff2") format("woff2");
    font-weight: 400;
}
@font-face {
	font-family: "Objective";
	src: url("../fonts/Objective-Medium.otf") format("opentype"),
		 url("../fonts/Objective-Medium.woff2") format("woff2");
    font-weight: 500;
}
@font-face {
	font-family: "Objective";
	src: url("../fonts/Objective-Bold.otf") format("opentype"),
		 url("../fonts/Objective-Bold.woff2") format("woff2");
    font-weight: bold;
}
@font-face {
	font-family: "Objective";
	src: url("../fonts/Objective-Bold-Italic.otf") format("opentype"),
		 url("../fonts/Objective-Bold-Italic.woff2") format("woff2");
    font-weight: bold;
    font-style: italic, oblique;
}
a {
	text-decoration: none;
}
p {
	font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-size: 17px;
	font-weight: 400;
}
.btn {
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	border-radius: 6px 6px;
	position: relative;
	padding: 7px;
}
.btn-plain:hover, .btn-contour:hover {
	cursor: pointer;
	-webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.1);
	box-shadow: 0 4px 6px 0 rgba(0,0,0,0.1);
}
.btn-plain {
	background-color: #2395DE;
	color: white;
	border: 2px solid #2395DE;
}
.btn-plain:hover {
	background-color: #037ECD;
	color: white;
	border: 2px solid #037ECD;
}
.btn-contour {
	background-color: transparent;
	color: #2395DE;
	border: 2px solid #2395DE;
}
.btn-contour:hover {
	background-color: #2395DE;
	color: white;
	border: 2px solid #2395DE;
}
.btn-gray {
	background-color: #eee;
	opacity: 0.3;
	color: #999;
	border: 2px solid #eee;
}

/* ================================================================================================================== */
/* HEADER & NAV */

header {
	height: 15vh;
	min-height: 100px;
	max-height: 200px;
	width: 100vw;
	background: url('../images/layer3.svg') center no-repeat,
		radial-gradient(ellipse at left top, rgba(255, 249, 221, 0.3) 5%, rgba(214, 239, 255, 0.3) 70%, rgba(195, 227, 254, 0.3) 85%) center no-repeat,
		url('../images/layer1.svg') center no-repeat,
		white;
	border-bottom: 3px solid white;
}
header ul {
	padding: 0;
}
header ul li {
	display: inline-block;
	padding: 0;
	margin: 0 8px 0 8px;
	text-align: center;
}
.header_menu {
	height: 15vh;
	min-height: 100px;
	max-height: 200px;
	width: 1100px;
	display: flex;
	margin: auto;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lang-switch {
	text-align: right;
	width: 290px;
}
.lang-switch img {
	margin: 10px 10px 0 0;
}
.icons {
	margin-bottom: 8px;
	width: 290px;
}
.icons img {
	height: 18px;
	transition: transform 0.1s;
}
.icons img:hover {
	transform: scale(1.2);
}
.newsletter {
	text-align: center;
}
.newsletter > a {
	text-decoration: none;
	font-family: 'Objective', serif;
    font-weight: 300;
	position: relative;
	color: black;
}
.main-nav {
	display: flex;
	justify-content: center;
	margin: auto;
	top: 0;
	width: 100vw;
	background-color: rgba(255,255,255,0.5);
	z-index: 2;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}
.main-nav a {
	display: inline-block;
	text-decoration: none;
	color: black;
	font-family: "Professor", serif;
	font-size: clamp(2rem, 3vw, 2.8rem);
	position: relative;
}
.main-nav > ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	height: max(5vh, 75px);
	list-style-type: none;
	width: min(100vw, 1100px);
	padding: 0;
	margin: 0;
}
.main-nav > ul li {
	width: min(33vw, calc(1100px / 6));
	text-align: center;
}
.main-nav > ul li a::after, .newsletter > a::after {
	 content: '';
	 position: absolute;
	 left: 50%;
	 bottom: 0;
	 transform: translateX(-50%) scaleX(0);
	 transform-origin: 50% 50%;
	 width: 100%;
	 height: 1px;
	 background-color: rgba(0,0,0,0.8);
	 transition: transform 250ms;
}
.main-nav > ul li a:hover::after, .newsletter > a:hover::after {
	 transform: translateX(-50%) scaleX(1);
}

/* ================================================================================================================== */
/* MAIN */

main {
	width: 100vw;
}
article {
	width: 100vw;
}
section {
	font-family: "Segoe UI", "Roboto","Helvetica Neue", "Arial", sans-serif;
}
.wave {
	position: relative;
	width: 100vw;
	background-color: rgba(195,227,254,0.5);
	margin: 80px 0 80px 0;
	padding: 40px 0 0 0;
}
.wave::before, .wave::after {
	content: '';
	position: absolute;
	display: block;
	width: 100vw;
	z-index: -1;
}
.wave::before {
	background-image: url(../images/before.svg);
}
.wave::after {
	background-image: url(../images/after.svg);
}
section {
	margin: 0 auto;
}
h2 {
	font-size: 40px;
	text-align: center;
	font-family: 'Objective', serif;
	font-weight: 300;
}


/* ================================================================================================================== */
/* MUSIC */

.drop-menu {
	font-size: 17px;
	font-weight: 400;
}
.drop-menu > ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
.drop-menu > ul > li {
	width: 270px;
	margin-bottom: 20px;
}
.drop-menu > ul > li:focus { /* second click removes focus */
	pointer-events: none;
}
.drop-menu > ul > li a {
	display: block;
	text-decoration: none;
	color: black;
}
.drop-menu > ul > li > ul {
	display: block;
	position: absolute;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	list-style: none;
	padding: 0;
	left: -2px;
	top: 45px;
	background-color: #88CAF3;
	border: 2px solid #88CAF3;
	border-radius: 6px 6px;
	z-index: 1000;
	transition: visibility 0.1s;
}
.drop-menu > ul > li:focus ul {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}
.drop-menu > ul > li > ul > li {
	position: relative;
	padding: 9px;
	background-color: transparent;
	border: 2px solid transparent;
	border-radius: 6px 6px;
}
.drop-menu > ul > li > ul > li:hover {
	background-color: #2395DE;
	border: 2px solid #2395DE;
}
.drop-menu img {
	width: 22px;
	margin-right: 5px;
}


.album_entry, .single_entry {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.album_entry {
	justify-content: space-between;
}
.single_entry {
	justify-content: flex-start;
}
.album_infos {
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
	font-family: 'Objective', serif;
    font-weight: 300;
}
.artist {
	font-size: 20px;
	font-weight: 500;
	color: #222;
}
.album_title {
	font-size: 26px;
	line-height: 40px;
}
.year {
	font-size: 20px;
	line-height: 55px;
}
.album_image, .single_image {
	display: flex;
	height: inherit;
	justify-content: center;
	align-items: center;
}
.album_image img, .single_image img {
	transition: transform .2s;
}
.album_image img:hover, .single_image img:hover {
	transform: scale(1.1);
}
.album_listen {
	display: flex;
	flex-direction: column;
	flex-grow: 5;
	height: inherit;
	align-items: center;
	justify-content: center;
	font-size: 17px;
}
.single_listen {
	display: flex;
	padding-left: 20px;
	flex-direction: column;
	height: inherit;
	align-items: flex-start;
	justify-content: center;
	width: 320px;
	font-size: 17px;
    font-weight: 300;
}
.type_album {
	margin-bottom: 15px;
	font-weight: 500;
	text-align: center;
}
.img_album {
	box-shadow: 1px 5px 8px rgba(0, 0, 0, 0.5);
}
.img_album_cd {
	filter: drop-shadow(5px 8px 5px rgba(0, 0, 0, 0.3));
}

/* ================================================================================================================== */
/* EVENTS */

.event_table {
	display: flex;
	flex-direction: column;
	width: 100%;
	font-family: "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif;
	font-size: 18px;
	font-weight: 400;
}
.event_title {
	font-family: "Professor", serif;
	font-size: 45px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.event_past {
	padding-top: 40px;
}
.event_entry a {
	display: flex;
}




/* ===================================== */
/* IMAGES */

div.img_wrapper {
	flex-wrap: wrap;
}
.image {
	height: 250px;
	margin: 5px 10px 5px 10px;
	transition: transform .2s;
}
.image:hover {
	transform: scale(1.1);
}



/* ===================================== */
/* lite-youtube */
.videos_container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}


lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    max-width: 720px;
}

/* gradient */
lite-youtube::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    background-position: top;
    background-repeat: repeat-x;
    height: 60px;
    padding-bottom: 50px;
    width: 100%;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

/* play button */
lite-youtube > .lty-playbtn {
    display: block;
    width: 68px;
    height: 48px;
    position: absolute;
    cursor: pointer;
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    left: 50%;
    z-index: 1;
    background-color: transparent;
    /* YT's actual play button svg */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
    filter: grayscale(100%);
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: none;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
    filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
    cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
    opacity: 0;
    pointer-events: none;
}

.lyt-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
 }
 





.cover {
    width: 100%;
    position: absolute;
    z-index: 1;
}

.blur-in {
    -webkit-animation: blur 0.5s forwards;
    -moz-animation: blur 0.5s forwards;
    -o-animation: blur 0.5s forwards;
    animation: blur 0.5s forwards;
}

.blur-out {
    -webkit-animation: blur-out 0.5s forwards;
    -moz-animation: blur-out 0.5s forwards;
    -o-animation: blur-out 0.5s forwards;
    animation: blur-out 0.5s forwards;
}

@-webkit-keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}

@-moz-keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}

@-o-keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}

@keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}

@-webkit-keyframes blur-out {
    0% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }

    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}

@-moz-keyframes blur-out {
    0% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }

    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}

@-o-keyframes blur-out {
    0% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }

    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}

@keyframes blur-out {
    0% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }

    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}

.pop-up {
    margin: auto;
	width: 100%;
	position: absolute;
	left: 0;
    z-index: 1010;
	display: none;
}

.box {
    background-color: whitesmoke;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    margin-bottom: 10%;
	padding-bottom: 20px;
	width: 500px;
    position: relative;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
}

.close-button {
    transition: all 0.5s ease;
    position: absolute;
    background-color: #aad7f4;
    padding: 1.5px 7px;
    left: 0;
    margin-left: -10px;
    margin-top: -9px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: white;
    -webkit-box-shadow: -4px -2px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -4px -2px 6px 0px rgba(0,0,0,0.1);
    box-shadow: -3px 1px 6px 0px rgba(0,0,0,0.1);
}

.close-button:hover {
    background-color: #82c4ef;
    color: #fff;
}

.newstitle {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
	font-size: 18px;
    color: #ffffff;
    background-color: #aad7f4;
}

.form-container input[type="text"] {
	width: 90%;
	padding: 10px 10px 10px 10px;
	margin: 20px 20px 20px 20px;
	border: none;
	background: #eee;
}
/* Quand les entrées sont concentrées, faites quelque chose */
.form-container input[type="text"]:focus {
	background-color: #ddd;
	outline: none;
}

.btn-close {
	background-color: #ddd;
}

.btn-close:hover {
    background-color: #eee;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
}



/* ================================================================================================================== */
/* INTRO */



li.cissy_nav {
	width: 300px;
	text-align: center;
}

.fullbg_img {
	position: relative;
	left: calc(-50vw + 50%);
	width: 100vw;
	height: 500px;
	background-color: black;
	text-align: center;
}

#intro1 {
	position: relative;
	animation: blur1 2.5s ease 1s forwards;
	-webkit-filter: blur(50px);
	-moz-filter: blur(50px);
	-o-filter: blur(50px);
	-ms-filter: blur(50px);
}

#intro2 {
	position: relative;
	animation: blur1 2.5s ease 2.5s forwards;
	-webkit-filter: blur(50px);
	-moz-filter: blur(50px);
	-o-filter: blur(50px);
	-ms-filter: blur(50px);
}


#intro3 {
	position: relative;
	animation: blur1 2.5s ease 4s forwards;
	-webkit-filter: blur(50px);
	-moz-filter: blur(50px);
	-o-filter: blur(50px);
	-ms-filter: blur(50px);
}

@keyframes blur1 {
	0% {
		-webkit-filter: blur(50px);
		-moz-filter: blur(50px);
		-o-filter: blur(50px);
		-ms-filter: blur(50px);
	}
	100% {
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-o-filter: blur(0px);
		-ms-filter: blur(0px);
	}
}
.img_author {
	position: relative;
	width: 100vw;
	text-align: right;
	right: 20px;
	color: black;
	font-family: 'Objective';
	font-weight: 300;
	font-size: 18px;
}

#contact p {
	padding: 10px 10px 10px 10px;
}




footer {
	display: block;
	height: 150px;
}


/* New carousel ===================================================================================== */

.grid-image {
	width: 100%;
	cursor: pointer;
	transition: transform 0.3s;
}

.grid-image:hover {
	transform: scale(1.05);
}

/* Lightbox */
.lightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(5px);
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 1000;
}

/* Image in Lightbox */
.lightbox img {
	max-width: 80%;
	max-height: 80vh;
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.7);
	transition: transform 0.3s;
}

/* Close Button */
.close {
	position: absolute;
	top: 15px;
	right: 30px;
	font-size: 30px;
	color: white;
	cursor: pointer;
}

/* Navigation Arrows */
.nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	color: white;
	cursor: pointer;
	padding: 10px;
	user-select: none;
}

.left {
	left: 20px;
}

.right {
	right: 20px;
}

.nav:hover {
	opacity: 0.7;
}