@charset "UTF-8";

body,
html {
    padding: 0;
    margin: 0;
    font-family: 'ClashGrotesk-Light';
    justify-content: center;
    max-width: 100%;
    background-color: black !important;
}

/* fonts */

@font-face {
    font-family: 'ClashGrotesk-Variable';
    src: url('../fonts/ClashGrotesk-Variable.woff2') format('woff2'),
         url('../fonts/ClashGrotesk-Variable.woff') format('woff'),
         url('../fonts/ClashGrotesk-Variable.ttf') format('truetype');
         font-weight: 200 700;
         font-display: swap;
         font-style: normal;
  }
  
  
  @font-face {
    font-family: 'ClashGrotesk-Extralight';
    src: url('../fonts/ClashGrotesk-Extralight.woff2') format('woff2'),
         url('../fonts/ClashGrotesk-Extralight.woff') format('woff'),
         url('../fonts/ClashGrotesk-Extralight.ttf') format('truetype');
         font-weight: 200;
         font-display: swap;
         font-style: normal;
  }
  
  
  @font-face {
    font-family: 'ClashGrotesk-Light';
    src: url('../fonts/ClashGrotesk-Light.woff2') format('woff2'),
         url('../fonts/ClashGrotesk-Light.woff') format('woff'),
         url('../fonts/ClashGrotesk-Light.ttf') format('truetype');
         font-weight: 300;
         font-display: swap;
         font-style: normal;
  }
  
  
  @font-face {
    font-family: 'ClashGrotesk-Regular';
    src: url('../fonts/ClashGrotesk-Regular.woff2') format('woff2'),
         url('../fonts/ClashGrotesk-Regular.woff') format('woff'),
         url('../fonts/ClashGrotesk-Regular.ttf') format('truetype');
         font-weight: 400;
         font-display: swap;
         font-style: normal;
  }
  
  
  @font-face {
    font-family: 'ClashGrotesk-Medium';
    src: url('../fonts/ClashGrotesk-Medium.woff2') format('woff2'),
         url('../fonts/ClashGrotesk-Medium.woff') format('woff'),
         url('../fonts/ClashGrotesk-Medium.ttf') format('truetype');
         font-weight: 500;
         font-display: swap;
         font-style: normal;
  }
  
  
  @font-face {
    font-family: 'ClashGrotesk-Semibold';
    src: url('../fonts/ClashGrotesk-Semibold.woff2') format('woff2'),
         url('../fonts/ClashGrotesk-Semibold.woff') format('woff'),
         url('../fonts/ClashGrotesk-Semibold.ttf') format('truetype');
         font-weight: 600;
         font-display: swap;
         font-style: normal;
  }
  
  
  @font-face {
    font-family: 'ClashGrotesk-Bold';
    src: url('../fonts/ClashGrotesk-Bold.woff2') format('woff2'),
         url('../fonts/ClashGrotesk-Bold.woff') format('woff'),
         url('../fonts/ClashGrotesk-Bold.ttf') format('truetype');
         font-weight: 700;
         font-display: swap;
         font-style: normal;
  }

/* scrollbar */

::-webkit-scrollbar {
    width: 5px;
    border: none;
}

::-webkit-scrollbar-track {
    background: black;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, rgb(255, 255, 255) 11%, rgb(155, 162, 152) 100%);
    border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, rgba(95,195,138) 11%, rgba(87,161,60) 53%, rgba(175,222,130) 100%);
}


/* navbar */

nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: fixed;
    z-index: 999;
    width: 100%;
    padding-top: 10px;
    height: 50px;
    background-color: black;
    top: 0px;
}

nav a {
    text-decoration: none;
}

nav #list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 0;
}

nav #list li a {
    color: white;
    list-style-type: none;
    border-radius: 20px;
    font-size: 1em;
}

nav #list li {
    text-align: center;
}

nav li:nth-child(1) {
    margin-right: 15px;
}

nav li:nth-child(2) {
    margin-right: 15px;
}

nav li:nth-child(3) {
    margin-right: 30px;
}

nav li:nth-child(4) {
    margin-right: 15px;
}

nav li:nth-child(5) {
    margin-right: 15px;
}

nav li:nth-child(6) {
    margin-right: 15px;
}

ul {
    list-style: none;
    margin: 0;
}

a,
a:link,
a:visited,
a:hover {
    text-decoration: none;
}

/* welcome */

.welcome {
    padding-top: 155px;
    padding-bottom: 190px;
    border-radius: 25px;
}
  
.welcome h1 {
    text-align: center;
    text-decoration: underline;
    padding-left: 350px;
    color: white;
    font-family: 'ClashGrotesk-Bold';
    font-size: 130px;
    font-weight: bold;
    margin-bottom: 0;
    animation-name: zoom;
    animation-duration: 3s;
    filter: opacity(0);
    animation-fill-mode: forwards;
    animation-delay: 500ms;
}

.welcome h2 {
    text-align: center;
    padding-left: 350px;
    padding-top: 0px;
    color: white;
    font-family: 'ClashGrotesk-Medium';
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    animation-name: zoom;
    animation-duration: 3s;
    filter: opacity(0);
    animation-fill-mode: forwards;
    animation-delay: 750ms;
}

.welcome img {
    float: right;
    animation-name: zoom;
    animation-duration: 2s;
    animation-delay: 1000ms;
    animation-fill-mode: forwards;
    filter: opacity(0);
}

.welcome .title {
    display: none;
}

/* présentation */

#pres {
    padding-top: 150px;
    padding-bottom: 250px;
    background-color: white;
}

.pres {
    margin-left: 150px;
    margin-right: 150px;
    animation-name: zoom;
    animation-duration: 2s;
    animation-delay: 1500ms;
    animation-fill-mode: forwards;
    filter: opacity(0);
}

.pres h1 {
    color: black;
    font-weight: 100;
    font-size: 40px;
    font-family: 'ClashGrotesk-Medium';
}

.pres h2 {
    color: black;
    font-weight: 100;
    font-family: 'ClashGrotesk-Light';
}

.pres img {
    width: 17%;
    border-radius: 20px;
    float: right;
    margin: 0 15px 15px 0;
    margin-left: 20px;
}

.pres2 {
    margin-top: 150px;
    margin-left: 150px;
    margin-right: 150px;
    animation-name: zoom;
    animation-duration: 2s;
    animation-delay: 2000ms;
    animation-fill-mode: forwards;
    filter: opacity(0);
}

.pres2 h1 {
    color: black;
    font-weight: 100;
    font-size: 40px;
    font-family: 'ClashGrotesk-Medium';
}

.pres2 h2 {
    color: black;
    font-weight: 100;
    font-family: 'ClashGrotesk-Light';
}

.pres2 img {
    width: 17%;
    border-radius: 20px;
    float: left;
    margin: 0 20px 15px 0;
    margin-right: 20px;
}

/* concerts */

#concerts {
    animation-name: zoom;
    animation-duration: 2s;
    animation-delay: 3000ms;
    animation-fill-mode: forwards;
    filter: opacity(0);
}

#concerts h2 {
    font-family: 'ClashGrotesk-Light';
    font-size: 40px;
    text-align: center;
    color: white;
    padding-top: 60px;
}

#concerts a {
    color: white;
    transition: 0.5s;
}

#concerts a:hover {
    color: rgb(142, 200, 255);
    transition: 0.5s;
}

.articles {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
    margin-bottom: 150px;
}

.image {
	margin: 10px;
    display: flex;
    object-fit: cover;
}

.image img {
    transition: all 1s ease;
    margin: 0;
    object-fit: cover;
}

.image:hover img {
    transform: scale(1.1);
    position: relative;
    z-index: 10;
    border-radius: 3rem;
}

#maj {
    text-align: center;
	color: rgb(0, 0, 0);
}

.maj {
    background-color: #fff;
    padding: 2rem 0;
    margin: 0;
}

.maj h2 {
    color: rgb(0, 0, 0);
    font-family: 'ClashGrotesk-Light';
    margin: 0;
}

.maj h4 {
    color: rgb(0, 0, 0);
}

.maj .item-folio {
    height: 200px;
    width: 285px;
}

.container .article {
    margin-right: 0px;
}

#container-fluid maj {
    padding-bottom: 80px;
}

/* stages */

#stages {
    animation-name: zoom;
    animation-duration: 2s;
    animation-delay: 3000ms;
    animation-fill-mode: forwards;
    filter: opacity(0);
}

#stages h2 {
    font-family: 'ClashGrotesk-Light';
    font-size: 40px;
    text-align: center;
    color: white;
    padding-top: 60px;
}

#stages a {
    color: white;
    transition: 0.5s;
}

#stages a:hover {
    color: rgb(142, 200, 255);
    transition: 0.5s;
}

.articles-stages {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
    margin-bottom: 150px;
}

.image-stages {
	margin: 10px;
    display: flex;
    object-fit: cover;
}

.image-stages img {
    transition: all 1s ease;
    margin: 0;
    object-fit: cover;
}

.image-stages:hover img {
    transform: scale(1.1);
    position: relative;
    z-index: 10;
    border-radius: 3rem;
}

/* archives */

#archives {
    animation-name: zoom;
    animation-duration: 2s;
    animation-delay: 3500ms;
    animation-fill-mode: forwards;
    filter: opacity(0);
    background-color: white;
}

#archives h2 {
    font-family: 'ClashGrotesk-Light';
    font-size: 40px;
    text-align: center;
    color: rgb(0, 0, 0);
    padding-top: 60px;
}

#archives a {
    color: rgb(0, 0, 0);
    transition: 0.5s;
}

#archives a:hover {
    color: rgb(142, 200, 255);
    transition: 0.5s;
}

.articles-archives {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
    padding-bottom: 150px;
}

.image-archives {
    display: flex;
    object-fit: cover;
}

.image-archives img {
    transition: all 1s ease;
    margin: 0;
    object-fit: cover;
}

.image-archives:hover img {
    transform: scale(1.1);
    position: relative;
    z-index: 10;
}

/* footer */

.footerChild {
    text-align: center;
    color: white;
    padding-top: 10px;
    transition: 0.5s;
}

.footer-text {
    font-weight: bold;
}

.footerChild a {
    text-align: center;
    color: white;
    transition: 0.5s;
}

.footerChild a:hover {
    text-align: center;
    color: rgb(142, 200, 255);
    transition: 0.5s;
}

/* responsive web */

@media (max-width: 667px) {

    html,
    body {
        width: auto;
        height: 100%;
        overflow: auto;
    }

    /* welcome */
    .welcome h1 {
        font-size: 50px;
        margin-top: 100px;
        margin-left: 15px;
        text-align: left;
    }

    .welcome h2 {
        text-align: left;
        padding-left: 13px;
        font-size: 40px;
        animation-name: zoom;
        animation-duration: 2s;
        filter: opacity(0);
        animation-fill-mode: forwards;
        animation-delay: 1000ms;
    }

    /* présentation */

    #pres {
        margin-bottom: 0;
    }

    .pres {
        padding: 0;
        margin: 30px;
    }

    .pres h2 {
        justify-content: center;
    }

    .pres img {
        width: 40%;
    }

    /* concerts */

    .articles img{
        width: 300px;
        height: 150px;
    }

    /* footer */

    .footerChild {
        padding-bottom: 10px;
    }

}

@media (max-width: 568px) {

    html,
    body {
        width: auto;
        height: 100%;
        overflow: auto;
    }

    /* welcome */

    .welcome h1 {
        font-size: 70px;
        margin-top: 100px;
        margin-left: 15px;
        text-align: left;
    }

    .welcome h2 {
        text-align: left;
        padding-left: 13px;
        font-size: 30px;
        animation-name: zoom;
        animation-duration: 2s;
        filter: opacity(0);
        animation-fill-mode: forwards;
        animation-delay: 1000ms;
    }

    .welcome img {
        width: 90%;
        height: 15%;
        padding: 0px;
        margin: 19px;
    }

    .welcome .title {
        display: unset;
    }

    /* présentation */

    .pres img {
        width: 40%;
    }

    /* concerts */

    .articles img{
        width: 300px;
        height: 150px;
    }

    /* footer */

    .footerChild {
        padding-bottom: 10px;
    }

}

/* Animations */

@keyframes come-slide-zoom {
    0% {
        filter: opacity(0%);
        transform: translate(0px, 10px);
    }

    50% {
        filter: opacity(100%);
        transform: translate(0px, 10px);
    }

    100% {
        filter: opacity(100%);
        transform: scale(150%);
        transform: translate(0px, -270px);
    }
}

@keyframes zoom {
    0% {
        filter: opacity(0%);
        transform: scale(0%);
        transform: translate(0px, 0px);
    }

    50% {
        filter: opacity(100%);
        transform: scale(100%);
        transform: translate(0px, -50px);
        opacity: 1;
    }

    100% {
        filter: opacity(100%);
        transform: translate(0px, -50px);
    }
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-10px);
        opacity: 1;
    }

    100% {
        transform: translatey(0px);
        opacity: 1;
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}