body {
    font-family: Epilogue;
    color:rgb(66, 66, 66);
    margin:0;
    padding: 0;
    
}
:root {
    --main-color: rgb(241, 29, 29);
    --light-grey: #f1f1f1;
  }

p {
    line-height: 1.3rem;
}

.scrolleur{
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-stop: always;
    scroll-snap-type: y mandatory;
}
nav ul {
    font-family: Cookie;
    font-size: 2rem;
    display: flex;
    flex-direction: row;
    list-style: none;
    gap: 2rem;
}

li a {
    text-decoration: none;
    color:inherit;
    position: relative;
}
li a::after {
    content: '';
    position: absolute;
    top:0;
    left:50%;
    width:0%;
    height:2px;
    background-color: rgb(66, 66, 66);
    transition: all 250ms ease-in-out;
}
li:hover a::after {
    width:100%;
    left:0%;
    background-color: rgb(201, 120, 120);
}

a.mail {
    text-decoration: none;
    background-color:var(--main-color);
    color:rgb(255, 255, 255);
    width:fit-content;
    padding: 2px 12px 2px 12px;
    margin-top: 0;
    border-radius: 3px;
}
#down-button, #up-button {
    cursor: pointer;
}

.intro {
    width:100vw;
    height: 100vh;
    background-color: rgba(255, 0, 0, 0.15);
    background-image: url('img/capt1.jpg');
    background-blend-mode:hard-light;
    background-size: cover;
    display:grid;
    grid-template-rows: 1fr 80px;
    
}

.centre {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    scroll-snap-align: start;
}
.centre h1 {
    color:white;
    font-size: 4rem;
    font-family: 'BioRhyme Expanded', serif;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 4rem;
}
.centre p {
    text-decoration: none;
    background-color: var(--main-color);
    color:rgb(255, 255, 255);
    width:fit-content;
    padding: 2px 12px 2px 12px;
    margin-top: 0;
    border-radius: 3px;
}
.bando {
    background-color: rgb(30, 29, 29);
    display: flex;
    align-items: center;
    justify-content:space-evenly;
    width:100vw;
    height: 80px;
    z-index: 100;
    transition: all ease 1s;
}
.sticky {
    position:fixed;
    top:0px;
    background-color: rgb(236, 236, 236);
    border-bottom: .2px solid rgb(205, 205, 205);
    opacity: .95;
}
.fa-brands {
    transition: all ease 2s .5s;
}
.red {
    color:red !important;
}
.green {
    color:hsla(125, 56%, 61%, 1.00) !important;
}
.arcenciel {
    /* couleur pour instagram */
    /* color:red !important; */
    /* background: #121FCF; */
    color:white;
    background-image: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.blue {
    color: #3b5998 !important;
}
.blueband {
    color: hsla(197, 47%, 52%, 1.00) !important;
}

.survol-data:hover::after {
    position: absolute;
    display: block;
    content: attr(data-type);
    color:white !important;
    font-size:9px;
    width:90px;
    transform: translate(-2px,-2px);
    background-color: #424242;
    padding: 6px 12px;
    border-radius: 6px;
    animation: pouf .5s linear 1s ;
    animation-fill-mode: forwards;
}

@keyframes pouf {
    to   { opacity: 0;
    display:none }
  }


.container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3.5rem;
    top:0;
    bottom:0;
    left:0;
    right:0;
    /* height: 100vh; */
    scroll-snap-align: start;
}

.container.col {
    flex-direction: column;
}
.container.row {
    flex-direction: row;
}

section {
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.space-between {
    justify-content: space-around;
}

.container:nth-of-type(2) {
    height: calc(100vh - 55px);
}

.container:nth-of-type(3) {
    height: 100vh;
    background-color: var(--light-grey);

}

.container:nth-of-type(7) {
    background-color: var(--light-grey);
}
/* .container:nth-of-type(6)::before {    
    content: "";
    background-image: url('img/capt3.png');
    background-size: cover;
    position: absolute;
    z-index: -1;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: .5;
} */
.container:nth-of-type(9) {
    height: 380px;
    background-image: url('img/capt5.png'); 
    background-size:cover ;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.47);
    background-blend-mode:overlay;
}
.container:nth-of-type(2)::before {
    content: '';
    position: absolute;
    background-image: url('img/Marc1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    width:39px;
    height: 90px;
    left:0px;
    bottom:0px;
}
.container:nth-of-type(3)::before {
    content: '';
    position: absolute;
    background-image: url('img/Marc2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    width:49px;
    height: 110px;
    /* background-color: pink; */
    right:0px;
    top:calc(100% - 120px);
}
.container:nth-of-type(5) {
    padding-top : 8rem;
    margin-bottom: 3rem;
}
.container:nth-of-type(5)::before {
    content: '';
    position: absolute;
    background-image: url('img/Marc1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    width:49px;
    height: 110px;
    left:0px;
    bottom:-100px;
}

.container:nth-of-type(6)::before {
    content: '';
    position: absolute;
    background-image: url('img/Marc1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    width:49px;
    height: 110px;
    right:0px;
    top:-90px;
}
.container:nth-of-type(6),.container:nth-of-type(7) {
    overflow: hidden;
}
.container:nth-of-type(7)::before {
    content: '';
    position: absolute;
    background-image: url('img/Marc1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    width:49px;
    height: 110px;
    right:0px;
    bottom:-65px;
}

#bandcamp, #chaine {
    width:480px;
}
.container.row > section {
    width:48vw;
}
.container.col > section{
    width:88vw;
}
.c3 {
    background-image: url('img/capt2.png');
    background-size: cover;
    height: 100vh; 
}
.cadre {
    border: .6rem solid rgb(33, 33, 33);
    border-radius: 1%;
    padding: 1rem 2rem;
}
.cadre::before {
    position: relative;
    content: attr(data-type);
    font-weight: bold;
    color:rgb(246, 246, 246);
    font-size: .8rem;
    top:-1.8rem;
    left:-2rem;
    
}
.partner {
    width:98px;
}
.band {
    background-image: url('img/live.png');
    /* filter: grayscale(100%); */
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 430px;
}

@media only screen and (max-width: 600px) {
    :root {
        font-size: 13px;
    }
    #bandcamp, #chaine {
        width:320px;
    }
    .partner {
        width:52px;
    }
    .container:nth-of-type(3) {
        flex-direction: column-reverse !important;
        padding-top: 0rem !important;
        height: 1100px;
    }
    .container:nth-of-type(3)>section {
        scroll-snap-align: start;
    }
    /* .container:nth-of-type(3)>section:nth-last-of-type(1) {
        background-color: #d6249f;
    } */
    .container:nth-of-type(3)> section {
        width:88vw !important;
    }
    .container:nth-of-type(5) {
        flex-direction: column !important;
    }
 
  }



