/* @font-face {
    font-family: Raleway;
    src: url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');
} */

:root {
  --dark : #000C40;
  --light : #d1be60;
  --lightopac : #d1be60be;
  --middle : #6A6B83;
  --relief1 : #A59132;
  --relief2 : #DA7422;
  --relief2opac : hsla(27, 73%, 49%, 0.941);
  --warning : #EF2D56;

}


/* // <weight>: Use a value from 300 to 700
// <uniquifier>: Use a unique and descriptive class name */
/* 
.quicksand-<uniquifier> {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
  width: 100vw;
}
body {
  padding: 0px;
  margin:0;
  width: 100vw !important;
  /* font-family: 'Raleway', sans-serif; */
  font-family: "Quicksand", sans-serif;
  color: rgb(69, 69, 69);
  box-sizing: border-box;
  scroll-behavior: smooth;
  /* background-image: url('image/diapopedale.png'); */
  /* background-repeat: none; */
  /* background-size: cover; */
  /* background-position: left top; */
  /* background-attachment: fixed; */
}

.papierpeint {
  position: fixed;
  margin: 0;
  top:0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: url('image/mouloudfond.jpg');
  background-size: cover;
}

.papierpeint2 {
  /* position: fixed; */
  margin: 0;
  top:0;
  z-index: -1;
  width: 100vw;
  height: fit-content;
  background-image: url('image/diapopedale.png');
  background-size: cover;
  background-position: center right;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 9vw;
  font-weight: 900;
  text-align: center;
  line-height: 9vw;
}
.papierpeint2 h2 {
  margin: 0;
}


.hide {
  display: none !important;
}
header {
  width: 100vw;
  display: grid;
  /* grid-template-columns: minmax(12px, 25%) 1fr; */
  grid-template-columns: auto 1fr;
}

.logo {
  /* width:100%; */
  grid-column: 1 / 2;
  grid-row: 1/3;
}
.logo > img {
  width:100%;
}
.rubik-moonrocks-regular {
  font-family: "Rubik Moonrocks", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.doto, .presentation {
  font-family: "Doto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "ROND" 0;
  z-index: 20;
}



header {
  padding-top: 1rem;
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  z-index:10;
}

header h1 {
  font-size: 3rem;
  font-family: "Doto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "ROND" 0;

  /* width: 80%; */
  height: fit-content;
  margin: auto 0;
  color: var(--dark);
  background-color: var(--lightopac);
}
header h1 span {
  color: var(--light);
  background-color: var(--dark);
  padding: 0rem 1rem 0 1rem;
}

nav ul {
  list-style: none;
  padding: 0;
  width:100% ;
  max-width: 600px;
  display: flex;
  justify-content: space-around;
  background-color: var(--light);
  margin-top: 0.2rem;
  margin-bottom: .4rem;
}
nav ul li {
  font-size: .9rem;
  position: relative;
}
nav ul li a::before {
  content:'';
  position: absolute;
  display: inline;
  left:-10%;
  width:10%;
  height: 100%;
  background-color: var(--warning);
  z-index: -1;
  opacity: 1;
}
nav ul li a:hover::before {
  animation: hover linear 300ms forwards;
}
@keyframes hover{
  0% {left:0px; width: 0%;}
  50% {left:0px; width: 110%;}
  100% {left:0px; width: 100%;color:white}
}

.page-break {
  height: 90vh;
}
section {
  background-color: white;
}

a {
  text-decoration: none !important ;
  color: var(--dark);
}

header nav a:hover {
  display: inline-block;
  transform: scale(1.1);
  transition: all ease-in 100ms;
  color: white;
}


p, .sax_bulle, .discographie {
  margin: 0rem auto;
  width: 96%;
  max-width: 780px;
}
.bulle {
  height:42px;
  width:42px;
  position: relative;
  top:46px;
  overflow: hidden;
  border-radius: 100%;
}
.bulle > img {
  position: relative;
  left:0px;
}
.title {
  position: relative;
  left:46px;
  width: fit-content;
}
hr {
  position: relative;
  left:46px;
  height:2px;
  width:45%;
  margin-left:0;
  background-color:black;
  border: none;
  text-decoration: none;
}
section:nth-of-type(1) , .chat {
  padding: 2rem 0;
  position: relative;
  color:white;
  background: var(--dark);
  opacity: 1;
}
.chat {
  background: var(--dark);
}
/* section:nth-of-type(1)::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  background: url('image/saxflou.png');
  background-size: cover;
  opacity: .1;
} */

.etiket {
  margin: 2rem 1rem;
  /* background-color:white; */
  background-color: transparent;
  backdrop-filter: blur(20px);
  border-radius: 6px;
  box-shadow: 3px 4px 10px rgba(65, 65, 65, 0.837);
  color: white;
  display: grid;
  grid-template-columns: minmax(110px, 14vw) 1fr;
  overflow: hidden;
  z-index: 10;
}

.etiket:hover {
  box-shadow: 3px 4px 20px rgba(65, 65, 65, 0.837);
}

@media screen and (max-width:540px) {
  .etiket {
  grid-template-columns: 1fr;
  grid-template-rows: 140px auto;
}
}

.etiket>p {
  padding: 1rem;
}
.etiket a {
  color:white;
}

.presta {
  
  /* background-image: url('image/diapopedale.png');
  background-size: cover; */
  background-color: var(--middle);
  /* position: sticky;
  top: 0; */
  color: white;
  margin-top: 0rem;
  padding: 0 0 2rem 0;
  position: relative;
}
.presta h3 {
  margin-top: 0;
  z-index: 10;
}
.presta > .largeur > h2 {
  margin-top: 0;
  padding-top: 2rem;
  z-index: 1000 !important;
  color: white !important;
  opacity: 1 !important;
  position: relative;
}

.fondpresta {
  background-image: url('image/diapopedale.png');
  background-size: cover;
  background-position: right bottom;
  opacity: .65;
  width:100%;
  height: 100%;
  position: absolute;
  top:0;
  z-index: 0;

}

.presta > .largeur {
  margin: 0rem auto;
  width: 96%;
  max-width: 780px;
  z-index: 1000 !important;
}




.fenetre {
  overflow: hidden;
  /* background-color: red; */
  /* max-height: 120px; */
  margin: 0;
  padding: 0;
  opacity: 1;
  /* backdrop-filter: blur(50px); */
  background-image: var(--bg-image);
  z-index: 20;
  background-size: cover;
  background-position: center;
}
.fenetre > h3 {
  font-weight: 700;
  background-color: var(--light);
}

.liensta {
  background-color: var(--middle);
  color: white;
  line-height: 2rem;
  padding: 1px 1rem;
  border-radius: 6px;
  box-shadow:2px 4px 12px  #626262;
}
.liensta:hover {
  background-color: var(--dark);
}


/* 
.grille-presta {
  display: grid;
  grid-template-columns: minmax(90px, 30%) 1fr;
  grid-template-rows: repeat(4, auto);
  gap: 1rem .4rem;
} */

/* .content-presta {
  box-shadow: 3px 4px 10px saddlebrown;
  padding: .4rem .4rem 1rem 1rem;
  border-radius: 6px;
}
.image-presta > img {
  rotate: attr(data-rotation deg);
} */

.glide1 {
  background-color: var(--dark);
}
.glide1 .glide__slide {
  height: 220px;
  /* background-color: var(--relief2); */
}


.videotheque {
  background-color: transparent;
  /* background-image: url('image/diapopedale.png');
  background-size: cover;
  background-position: right; */
  opacity: 1;
  padding: 4rem 0;
  text-align: center;
}

.tv-programme {
  display: grid;
  grid-template-columns: repeat( 4 , 1fr);
  gap:2%;
  width: 90%;
  max-width: 960px;
  margin: 1rem auto;
}
.tv-thumb {
  background-color: rgb(243, 243, 243);
  position: relative;
  display: flex;
  flex-direction: column;
  aspect-ratio: 16/9;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}

.tv-thumb > span {
  color:rgb(43, 43, 43);
  font-family: 'Courier New', Courier, monospace;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  background-color: white;
  width: 100%;
  bottom:0;
  opacity: .7;
}
.thumb  {
  height: 100%;
}
button {
  border: none !important ;
  background: none;
  text-decoration: none;
  padding: 0;
}
.play {
  position: absolute;
  top:50%; left:50%; transform: translate(-50%,-50%);
  margin:auto auto;
  font-size: 3rem;
  opacity: .8;
  color:var(--relief2);
}
.play::before {
  content: '';
  position: absolute;
  width:1rem;
  height:1rem;
  background-color: white;
  top:50%; left:50%; transform: translate(-50%,-50%);
  z-index: -1;
}
button.play:hover {
  color:red;
  /* transform: scale(1.2); */
  top:50%; left:50%; transform:  translate(-50%,-50%) scale(1.2);
  opacity: 1;
  transition: all ease 200ms;
}
.youtube {
  width:100%;
  max-width: 980px;
  aspect-ratio: 16/9;
}
.cta {
  /* background-color: var(--relief1); */
  color:white;
  padding: 4rem 0;
  font-size: 1.4rem;
  text-align: center;
}
.cta a {
  background-color: var(--relief1);
  padding: .2rem 1rem;
  border-radius: 4px;
  color:white;
}

.playlist {
  list-style:decimal;
}
.playlist i {
  color: var(--light);
  font-weight: lighter;
}
.ecoutez {
  background: var(--middle);
  color: white;
  text-align: center;
}
.ecoutez .fa-brands {
  color:white;
  font-size: 3rem;
  margin: 2rem 2rem;
  transition: all ease 200ms;
} 
.ecoutez .fa-brands:hover {
  transform:scale(.9) rotate(-2deg);
}
.ecoutez .fa-spotify:hover {
  color:#1db954;
}
.ecoutez .fa-deezer:hover {
  background: linear-gradient(45deg, #FF0000, #FFED00, #FF0092, #C2FF00, #00C7F2, #C1F1FC);
  background-clip:text;
  -webkit-background-clip: text;
    -moz-background-clip: text;
  color: transparent;
}

.scenes {
  background-color: white;
  color: var(--dark);
  margin-top: 0rem;
  padding: 2rem 0;
}
.largeur > hr {
  background-color:white !important;
}
.scenes > .largeur {
  margin: 1rem auto;
  width: 96%;
  max-width: 780px;
}


.presse {
  background-color: var(--warning);
  color:var(--light);
  padding: 2px .8rem;
  margin:4px;
  border-radius: 4px;
  opacity: .8;
  display: inline-block;
}
.presse:hover {
  opacity: 1;
  transform: scale(.98);
}
.insta-section {
  text-align: center;
}
.insta {
  width:100%;
  max-width: 780px;
  aspect-ratio: 1/1;
}
.x9f619 {
  display: none !important;
}



footer {
  padding: 4rem 0 1rem 0;
  background-color: var(--dark);
  color:white;
  position: relative;
}
footer > * {
  margin: 1rem auto;
  width: 96%;
  max-width: 740px;
}
footer i, footer a {
  color: white;
}
.link {
  font-size: 1.4rem;
  margin-left: 1.2rem;
  vertical-align: middle;
  display: inline-block;
}
.link:hover {
  transform: scale(1.2) rotate(-360deg);
  transition: all ease 150ms;
}
.link-top {
  font-size: 1.1rem;
  margin-left: 1.2rem;
  vertical-align: middle;
  display: inline-block;
}
.link-top:hover {
  transform: scale(1.1) rotate(-360deg);
  transition: all ease 150ms;
  color:var(--warning)
}
.link-chat {
  font-size: 1.1rem;
  margin-inline: 1rem;
  vertical-align: middle;
  display: inline-block;
  color: var(--dark) !important;
  background-color: white;
  padding: .4rem 1rem;
  border-radius: 7px;
}
.link-chat:hover {
  transform: scale(1.1);
  transition: all ease 150ms;
}
.whatsapp {
  color:white !important;
  background-color: #1db954;
}

.warning {
  color: var(--warning);
}
h1 > span > span {
  margin:0px !important;
  padding: 0px;
}
h1 > span {
  padding: 0 !important;
}

.top {
  text-align: center;
  font-size: 2rem;
  color: var(--light);
  animation: jiggle 1s ease-in-out infinite;
  position: relative;
}
.top a {
  color: var(--warning);
}

@keyframes jiggle{
  0% {top:0px}
  90% {top:-4px;}
  100% {top:0px}
}

.dev {
  color: white;
  width:100vw;
  text-align: center;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: lighter;
  font-size: .7rem;
}


@media screen and (max-width:540px) {
  header, body {
    width: 100vw;
  }
  header h1 {
    font-size: 1.6rem;
  }

#iconesTop {
  display: none;
}
  h1 {
    font-size: 1.2rem;
    margin: 1.8rem auto;
  }
  .link-top {
    font-size: 1rem;
  }
  .logo {
    grid-row: 1/2;
  }
  nav {
    grid-column: 1 / 3;
    grid-row: 2/3;
  }
  .tv-thumb {
    aspect-ratio: 11/9 !important;
  }
  .insta {
    aspect-ratio: 1/1.2;
  }
  .glide1 .glide__slide {
    height: 200px;
  }
  .play {
    font-size: 2rem;
  }
}