* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* ----------------------------------------------------------------FONTS-------------------------------------------- */

@font-face {
  font-family: "monotonregular";
  src: url("fonts/monoton-regular-webfont.woff2") format("woff2"),
    url("fonts/futura_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "lulocleanw01-oneboldregular";
  src: url("fonts/lulo_clean_w01_one_bold-webfont.woff2") format("woff2"),
    url("fonts/futura_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "futuraregular";
  src: url("fonts/futura_regular-webfont.woff2") format("woff2"),
    url("fonts/futura_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* ----------------------------------------------------------------------------------------------------------------------- */

html,
body {
  width: 100%;
  height: auto;
}

body {
  background-color: #337f97;
}
html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}
.titre-accueil {
  text-align: center;
  font-size: 15px;
  font-family: "lulocleanw01-oneboldregular";
  color: #fff;
  padding-top: 40px;
  margin-bottom: 120px;
}
/* -------------------------------------------  PLATINE ---------------------------------------------------------- */
.commande-platine {
  width: 200px;
  height: 90px;
  display: flex;
  justify-content: center;
  position: absolute;
  transform: translateY(-80px);
}

.commande-platine img {
  scale: 0.6;
  cursor: pointer;
  transition: 0.4s;
}

.commande-platine p {
  text-transform: uppercase;
  font-family: "lulocleanw01-oneboldregular";
  color: #fff;
  align-self: center;
  font-size: 13px;
}

.commande-platine img:hover {
  scale: 0.4;
  transition: 0.5s;
}

.disque {
  background-color: #4289e6;
  width: 500px;
  border-radius: 50%;
  height: 500px;
  display: flex;
  justify-content: center;
  box-shadow: 3px 3px 15px #000;
  transition: 2s;
}

.active {
  animation: rotation 4s infinite linear;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.disque img {
  width: 350px;
  scale: 0.8;
}

.groupe-illustrations {
  width: 100%;
  display: flex;
  justify-content: center;
}
.tourne {
  height: 490px;
  position: absolute;
  transform: translateX(200px) translateY(-170px);
  rotate: 20deg;
}
/* ------------------------------------------------------------------------------------------------------------- */

.btn-contact-apropos {
  width: 500px;
  height: 120px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  gap: 25px;
  bottom: 15px;
  right: 15px;
}

.btn-contact-apropos div {
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  cursor: pointer;
}

.btn-contact-apropos div a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "lulocleanw01-oneboldregular";
  text-shadow: 2px 2px 10px #000;
}

.btn-contact-apropos div:hover {
  scale: 0.9;
  rotate: -45deg;
  transition: 0.5s;
}

/* ----------------------------------------- audio----------------------------------- */

audio {
  visibility: hidden;
}

/* -------------------------------------------------------------------------------------------  Main Page -------------------------------------------------- */
/* -----------------Menu ----------------------------------------------------- */

.menu-liens {
  position: fixed;
  width: 40%;
  left: 0;
  height: 100vh;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  transform: translateX(-100%);
  transition: 0.8s;
}

.fermeture {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 30px;
  height: 30px;
  background-image: url(images/croix-fermeture.png);
  background-size: contain;
  cursor: pointer;
}

.fermeture:hover {
  background-image: url(images/croix-fermeture-hover.png);
}

.menu-show {
  transform: translateX(0);
  transition: 0.8s;
}

.menu-liens nav {
  position: absolute;
  transform: translateY(130px) translateX(-6px);
}

.menu-liens nav ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  transform: translateX(-6px);
}

.menu-liens nav ul li {
  list-style: none;
}

.menu-liens nav ul li a {
  text-decoration: none;
  color: #fff;
  font-family: "lulocleanw01-oneboldregular";
  font-size: 15px;
}

.menu-liens nav ul li a:hover {
  color: #337f97;
}

.menu-liens img {
  transform: rotate(-60deg);
  scale: 0.5;
}

/* ----------------------------------------------------------------------------------------------- */
header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
.logo {
  width: 90px;
  cursor: pointer;
}
.logo img {
  width: 100%;
}

.menu p {
  font-family: "lulocleanw01-oneboldregular";
  font-size: 30px;
  cursor: pointer;
}

.menu p:hover {
  color: #337f97;
}

/* ------------------------------------------------   Back To Top------------------------ */

.back-to-top {
  width: 45px;
  height: 40px;
  background-color: #337f97;
  box-shadow: 3px 3px 15px #fff;
  position: fixed;
  bottom: 40px;
  right: 55px;
  cursor: pointer;
  opacity: 0;
  transition: 0.4s;
}

.opacity-view {
  opacity: 1;
  transition: 0.4s;
}

.back-to-top:hover {
  background-color: #000;
}

.back-to-top span {
  display: block;
  width: 20px;
  height: 3px;
  position: absolute;
  background-color: #fff;
}

.back-to-top > span:nth-child(1) {
  top: 50%;
  transform: rotate(-45deg) translateX(8px);
}

.back-to-top > span:nth-child(2) {
  top: 50%;
  right: 0;
  transform: rotate(45deg) translateX(-8px);
}

#a-propos {
  background-color: #337f97;
  width: 95%;
  height: auto;
  margin: 0 auto;
  display: flex;
}

#a-propos h1 {
  font-size: 50px;
  font-family: "monotonregular";
}

#a-propos p {
  font-family: "futuraregular";
  font-size: 20px;
}

.bloc-gauche {
  width: 50%;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #fff;
  align-items: center;
}

.bloc-gauche img {
  width: 250px;
  transform: scaleX(-1);
}

.bloc-gauche p {
  width: 550px;
}

.bloc-droit {
  width: 50%;
  padding: 30px;
  display: flex;
  align-items: center;
}
.bloc-droit ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.bloc-droit ul li {
  list-style: none;
  width: 320px;
}

.bloc-droit ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  object-position: center center;
  transition: 0.5s;
}

.bloc-droit ul li img:hover {
  scale: 0.9;
  transition: 0.4s;
}

/* ---------------------------  class pour image à 100% ---------------------- */

.image100 {
  max-width: 50%;
  object-fit: contain;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 2s;
  background-color: #9b9696;
}

/* -------------------------------------------- CONTACT -------------------------------------- */

#contact {
  display: flex;
  background-color: #337f97;
  width: 95%;
  margin: 0 auto;
  padding-top: 75px;
  height: 100vh;
  margin-top: 70px;
}

.bloc-contact {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
}

.bloc-contact p {
  font-family: "futuraregular";
}
h2 {
  color: #fff;
  font-size: 50px;
  font-family: "monotonregular";
}

.bloc-contact img {
  width: 50%;
}

.contact-text-illu {
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: center;
}

.contact-text-illu p {
  width: 450px;
  color: #fff;
  font-family: "futuraregular";
  font-size: 20px;
}
.mail {
  width: 500px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mail-contact {
  display: flex;
  align-items: center;
  justify-content: center;
}

.telephone-contact {
  display: flex;
  align-items: center;
}

.mail img {
  scale: 0.5;
}

.telephone-contact img {
  scale: 0.4;
}

.mail a {
  text-decoration: none;
  color: #fff;
  font-family: "futuraregular";
  font-size: 20px;
}

.mail a:hover {
  color: #000;
}

.contact-text-illu img {
  width: 50%;
}

/* ------------------------------------------------ FOOTER -------------------------------------- */

footer {
  width: 95%;
  background-color: #000;
  display: flex;
  justify-content: space-around;
  height: 30px;
  align-items: center;
  margin: 0 auto;
  overflow-y: hidden;
}

footer a {
  text-decoration: none;
  color: #fff;
  font-family: "lulocleanw01-oneboldregular";
  font-size: 9px;
  padding: 15px;
}

footer a:hover {
  color: #337f97;
}

/* -------------------------------------------------  Page Actualités --------------------------------------------- */

.intro-repertoire {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.repertoire-blocs {
  width: 90%;
  display: flex;
  gap: 20px;
  height: auto;
  margin: 50px auto;
}

.repertoire-blocs div {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #fff;
  padding: 10px;
  gap: 20px;
}

.repertoire-blocs div h4 {
  text-transform: uppercase;
  color: #fff;
  font-family: "futuraregular";
  font-size: 20px;
  text-align: center;
}
.repertoire-blocs div p {
  width: 90%;
  font-family: "futuraregular";
  font-size: 20px;
  color: #fff;
}
.repertoire-blocs div img {
  width: 300px;
}
.cachet{
  text-decoration: underline;
}

.contact-lepetitbal{
  text-decoration: none;
  font-family: "futuraregular";
  font-weight:bold;
  display: block;
  width: 120px;
  text-align:center;
  color: #fff;
  border: 1px solid #FFF;
  margin-left: 50%;
  padding: 10px;
  transform: translateX(-50%);
  margin-bottom: 40px;
}
.contact-lepetitbal:hover{
  color: #000;
  border: 1px solid #000;
}
/* -------------------------------------Media Queries ----------------------- */

/* ---------------------------------ACCUEIL-------------------------- */

@media (min-width: 320px) and (max-width: 414px) {
  .titre-accueil {
    font-size: 12px;
  }

  .disque {
    width: 500px;
    /* height: 360px;*/
    scale: 0.6 !important;
  }

  .groupe-illustrations {
    display: flex;
    width: 100%;
    justify-content: flex-start;
  }

  .disque img {
    width: 350px;
  }
  .tourne {
    rotate: -2deg;
    transform: translateX(186px) translateY(-275px);
    scale: 0.6 !important;
  }

  .btn-contact-apropos {
    width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
  }
}

@media (min-width: 415px) and (max-width: 560px) {
  .titre-accueil {
    padding-top: 75px;
    font-size: 12px;
  }

  .disque {
    scale: 0.8;
  }

  .disque img {
    width: auto !important;
    scale: 0.8;
  }

  .tourne {
    rotate: -3deg;
    scale: 0.8;
  }

  .btn-contact-apropos {
    width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
  }
}

@media (min-width: 561px) and (max-width: 1200px) {
  .titre-accueil {
    font-size: 12px;
    padding-bottom: 86px;
  }

  .tourne {
    rotate: -3deg;
  }

  .btn-contact-apropos {
    width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
  }
}

@media (min-width: 320px) and (max-width: 1200px) {
  /* --------------------------------- Headar ------------------------- */
  header {
    gap: 0px;
  }
  /* ------------------------------------------------ A propos -----------------------------------   */
  html {
    overflow-x: hidden;
  }

  body {
    height: auto;
  }

  .titre-accueil {
    padding: 17px 0 5px 5px;
  }

  .menu-liens {
    width: 100%;
  }

  .disque img {
    width: 350px !important;
  }

  .tourne {
    transform: rotate(2deg) !important;
    transform: translateX(200px) translateY(-170px) !important;
  }

  .btn-contact-apropos {
    bottom: 60px;
  }

  .bloc-gauche {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: #fff;
    align-items: center;
  }

  #a-propos {
    background-color: #337f97;
    width: 95%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
  }

  #a-propos h1 {
    font-size: 25px;
    font-family: "monotonregular";
  }

  #a-propos p {
    font-family: "futuraregular";
    font-size: 20px;
    width: 100%;
  }

  video,iframe {
    width: 90% !important;
  }
  
  .quelques-videos{
      display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  }

  .bloc-droit {
    width: 100%;
    padding: 0px;
    display: flex;
    align-items: center;
  }

  .bloc-image {
    width: 90%;
    margin: 0 auto;
  }

  #contact {
    display: flex;
    flex-direction: column;
    background-color: #337f97;
    width: 95%;
    margin: 0 auto;
    padding-top: 75px;
    height: auto;
    margin-top: 70px;
  }

  .bloc-contact {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }

  h2 {
    color: #fff;
    font-size: 25px;
    font-family: "monotonregular";
  }

  .bloc-contact img {
    width: 80%;
  }

  .contact-text-illu p {
    width: 90%;
    color: #fff;
    font-family: "futuraregular";
    font-size: 20px;
  }

  .mail {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .mail-contact {
    width: 100%;
    justify-content: start;
  }
  .mail-contact img {
    width: 90px;
  }

  .telephone-contact {
    width: 100%;
    justify-content: start;
  }
  .telephone-contact img {
    width: 90px;
  }

  .mail a {
    text-decoration: none;
    color: #fff;
    font-family: "futuraregular";
    font-size: 20px;
    padding-right: 40px;
  }

  .mail > img:nth-child(1) {
    width: 90px;
  }

  .musiciens {
    width: 90% !important;
    padding-bottom: 40px;
  }

  footer {
    width: 95%;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: auto;
    align-items: center;
    margin: 0 auto;
    overflow-y: hidden;
  }
}

/* --------------------- media queries Page Repertoire --------------------------------------*/

@media (max-width:1096px){

.repertoire-blocs{
  flex-direction: column;
}
.repertoire-blocs div{
  width: 100%;
}


}
