/* GLOBAL PARAMETER */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@700&display=swap");


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Jost', sans-serif !important;
}

.background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  filter: opacity(0.05);
}

a {
  color: #D2AB83;
}

h1 {
  text-align: center;
  color: #372920;
  font-size: 3vh;
}

h2 {
  color: #372920;
  font-size: 9.6vh;
}

.p_legals {
  width: 80%;
  margin: 5vh;
}

.play-pause {
  width: 5vh;
  height: 5vh;
  border-radius: 100%;
  display: contents;
}

.play-icon,
.pause-icon {
  color: #372920;
  font-size: 5vh;
  height: 100% !important;
  width: 100% !important;
}

.play-icon:hover,
.pause-icon:hover {
  filter: drop-shadow(2px 4px 3px rgb(255, 255, 255));
  cursor: pointer;
}

/* BODY */

body {
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(210, 171, 131) 70%);
}

.loader {
  top: 0vh;
  background-image: url("../images/loader.gif");
  background-position: center;
  position: fixed;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.fondu-out {
  opacity: 0;
  transition: opacity 0.4s ease-out;
  z-index: 0;
  width: 0vh;
  height: 0vh;
}

.contain {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* MAIN */

main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.main-content {
  width: 70%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 16vh;
}

.main-content img {
  filter: drop-shadow(2px 4px 3px black);
  height: 55vh;
}

.main-evenement {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* _navbar.html.twig */

.navbar {
  display: none;
}

.navbar_media {
  display: none;
}

header {
  width: 100%;
  height: 16%;
  position: fixed;
  left: 0;
  top: 0;
  filter: drop-shadow(0px 1vh 10vh rgb(255, 255, 255));
  background-image: url("../images/navbarbackground.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: aliceblue;
  margin-bottom: 5vh;
  padding: 0 2vh;
  z-index: 100000;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-direction: alternate-reverse;
  animation-name: flash;
}

header {
  transition: 1.5s;
}

header:hover {
  transition: 1.5s;
  opacity: 100%;
}

@keyframes flash {
  from {
    filter: drop-shadow(0px 4px 53px rgb(255, 255, 255));
  }
  to {
    filter: none;
  }
}

nav {
  width: 100%;
  height: 50%;
  display: flex;
  border-radius: 0px;
  align-items: center;
}

.logo img {
  margin-left: 10vh;
  margin-right: 8vh;
  margin-top: 4.5vh;
  width: 10vh;
}

.list {
  width: 50vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4.7vh 5vh 5vh 70px;
  list-style: none;
}

.list li a {
  color: #D2AB83;
  font-style: normal;
  font-weight: 600;
  font-size: 1.5vh;
  line-height: 2vh;
  text-decoration: none;
}

.list li a:hover {
  color: #fff;
  text-decoration: none;
}

.player-audio3 {
  color: #ffc107;
  background: #35271f;
  filter: drop-shadow(2px 4px 34px black);
  height: 2vh;
  right: 10vh;
  position: absolute;
  display: flex;
  border-radius: 25px;
  width: max-content;
  padding: 25px;
  align-items: center;
  justify-content: center;
}

#song-info h3 {
  margin-bottom: 0px;
  font-size: 1.6vh;
}

#song-info h4 {
  font-size: 1.6vh;
  margin-bottom: 0vh;
  margin: 0 25px;
  color: #d2ab83;
}

.custom-audio3 {
  text-align: center;
  width: 8vh;
  min-width: 8vh;
}

#song-time3 {
  color: #D2AB83;
  font-size: 1.4vh;
  text-align: center;
}

#song-info {
  text-align: center;
  display: flex;
  margin: 0 50px;
  width: max-content;
  max-height: 7.5vh;
  color: azure;
  align-items: center;
}

.audio-nav {
  height: 6vh;
  width: 35%;
  display: flex;
  align-items: center;
  background-color: #f1f3f4;
  padding: 2.5vh;
  justify-content: center;
  margin-bottom: 3.5vh;
}

.audio-nav figure {
  margin: 0;
}

/* _footer.html.twig */

.footer_media {
  display: none;
}

footer {
  position: fixed;
  width: 100%;
  height: 16%;
  bottom: 0;
  display: flex;
  justify-content: center;
  justify-content: flex-start;
  align-items: flex-end;
  background-image: url("../images/footerbackground.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  margin-top: 7.5vh;
}

.footer {
  width: 79%;
  height: 7.2vh;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: flex-end;
}

.ul {
  display: flex;
  align-items: center;
  width: 40vh;
}

footer ul {
  width: 40vh;
  margin-left: 5vh;
}

footer ul a {
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 1vh;
  color: #D2AB83;
}

footer ul a:hover {
  text-decoration: none;
  color: #ffffff;
}

footer ul a li {
  list-style: none;
}

.social_footer {
  display: flex;
  margin: 2.5vh;
}

.social_footer a {
  width: 5.3vh;
  height: 5.3vh;
  opacity: 80%;
  text-decoration: none;
}

.social_footer a:hover {
  opacity: 100%;
}

.social_footer a img {
  width: 100%;
}

.copyright {
  width: 116.8vh;
  margin-left: 5vh;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 1vh;
  line-height: 2vh;
  color: #584234;
}

.copyright a {
  color: rgba(255, 255, 255, 0.73);
}

.copyright p {
  height: 5.5vh;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0vh;
  font-size: 1vh;
  color: aliceblue;
}

.myname {
  margin: 0.5vh;
}

.logo_footer img {
  width: 10vh;
}

/** HOME PAGE **/
/* _swiper.html.twig / CAROUSEL */
.carousel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  width: 125vh;
  height: 57vh;
  padding: 25px;
  margin-top: 14vh;
}

.carousel-item {
  display: flex;
  flex: 0 0 calc(100Vh / 3);
  box-sizing: border-box;
  transition: transform 0.5s ease-in-out;
  justify-content: center;
  align-items: center;
  opacity: 80%;
}

.carousel img:hover {
  opacity: 100%;
  filter: drop-shadow(2px 4px 3px black);
}

.carousel img {
  border-radius: 3px;
  width: 35vh;
  height: 55vh;
  display: block;
}

/** EVENT PAGE **/

.paragraphe {
  display: flex;
  justify-content: center;
  margin: 0.5vh;
  width: 55vh;
}

.paragraphe p {
  width: 60%;
  font-style: normal;
  font-weight: 400;
  font-size: 2vh;
  line-height: 2.5vh;
  text-align: center;
  margin: 10px;
  color: #372E24;
}

.container_evenement {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: #f1f2f3;
  animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-direction: alternate-reverse;
  animation-name: flash;
}

@keyframes flash {
  from {
    filter: drop-shadow(0px 4px 53px rgb(255, 255, 255));
  }

  to {
    filter: none;
  }
}

iframe {
  width: 60%;
  height: 42vh;
  margin-left: 2.5vh;
}

.container_evenement img {
  width: 29.7vh;
  height: 42vh;
}

.social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5vh;
}

.social a img {
  text-decoration: none;
  opacity: 90%;
  width: 5vh;
  height: 5vh;
  margin-left: 0vh;
  margin-right: 0vh;
}

.social a img:hover {
  text-decoration: none;
  opacity: 100%;
}

/*** COMPOSITEURS ET ARTISTES PAGE  ***/

.Margin25 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12vh;
}

.ContactList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}

.Contact {
  display: flex;
  align-items: center;
  width: 90%;
}

.button_contact {
  background-color: #372920 !important;
  color: #D2AB83 !important;
  border: none;
}

.ContactList .Contact {
  margin-bottom: 1.5vh;
}

.Contact-name {
  margin: 0;
  font-size: 1.3vh;
  font-weight: 500;
  color: rgb(255, 255, 255);
}

.Contact-name span {
  color: rgb(255, 255, 255);
}

.container_people {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.box {
  position: relative;
  width: 10vmax;
  height: 10vmax;
  display: flex;
  margin: 2vh;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  opacity: 95%;
}

.AlphabetNav {
  margin-left: 5vh;
}

.box:hover {
  opacity: 100%;
  box-shadow: 0 0 10px #ffffff;
  filter: drop-shadow(2px 4px 3px black);
}

.glass {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: block;
  pointer-events: none;
}

.imgBx {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: #fff;
  border-radius: 5px;
}

.imgBx img {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.5s;
}


.box:before,
.box:after {
  background: linear-gradient(235deg, #372E24, #D2AB83, #372E24);
}

.box:nth-child(2):before,
.box:nth-child(2):after {
  background: linear-gradient(235deg, #372E24, #D2AB83, #372E24);
}

.box:nth-child(3):before,
.box:nth-child(3):after {
  background: linear-gradient(235deg, #372E24, #D2AB83, #372E24);
}

.box .content {
  position: absolute;
  bottom: 0;
  left: 0vh;
  right: 0vh;
  height: 5vh;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.box .content h2 {
  font-size: 1.3vh;
  color: #fff;
  font-weight: 500;
}

.box .content h2 span {
  font-size: 1vh;
  font-weight: 200;
  letter-spacing: 2px;
}

.button_action {
  margin: 20px;
  height: 3vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.actionBtn {
  display: flex;
  justify-content: space-between;
  gap: 2vh;
}

.actionBtn button {
     font-size: 1.5vh;
     padding: 1vh 0vh;
     border: none;
     outline: none;
     width: 19vh;
     font-weight: 500;
     background: #372920;
     color: #fff;
     cursor: pointer;
     margin: 1vh;
     border-radius: 5px;
}

.actionBtn button:hover {
  background: #D2AB83;
  filter: drop-shadow(0px 0px 1px black);
  color: white;
}

.actionBtn button:nth-child(2) {
  border: 1px solid #999;
  color: #999;
  background: #fff;
}

/* DESCRIPTION PEOPLE PAGE */

.container_elements {
  width: 80%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 16vh;
}

.element_img img {
  filter: drop-shadow(0px 0px 10px white);
  border-radius: 2.5vh;
  width: 45vh;
  height: 45vh;
  margin-top: 5vh;
  margin-left: 10vh;
}

.container_elements .description {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.description h1 {
  font-size: 10vh;
}

.description p {
    font-size: 2vh;
    text-align: center;
    color: #372E24;
}

.div-h1-gender {
  margin-top: 25vh;
}

.social_description {
  margin: 35px;
}

.social_description a img {
  width: 7vh;
}


.social_description-100px img {
  width: 10vh;
  height: 10vh;
}

.social_description a {
  width: 5vh;
  height: 5vh;
  opacity: 90%;
  text-decoration: none;
}

.social_description a:hover {
  opacity: 100%;
}

/* AUDIO DESCRIPTION PAGE */

.container_player {
  border-radius: 2.5vh;
  width: 95%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: 5vh;
}

.audio-contain {
  height: 12vh;
  width: 100%;
}

.audio {
  height: 8vh;
  width: 80%;
  min-width: 81vh;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #fff;
  color: #372920;
  padding: 2.5vh;
  opacity: 80%;
  margin: 0.5vh;
  transform: perspective(2000px) translate3d(0px, 0px, -250px) rotateX(16deg) scale(1, 1) !important;
  border-radius: 50px !important;
  border: 5px solid #fff;
  box-shadow: 0 70px 40px -20px rgba(0, 0, 0, 0.2) !important;
  transition: 0.2s ease-in-out transform !important;
}

.content_audio {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.audio:hover {
  transform: translate3d(0px, 0px, -50px) !important;
  transition-duration: 0.5s !important;
  opacity: 100% !important;
}

.element_img-100px {
  width: 7vh;
  height: 7vh;
  margin-right: 2.5vh;
}

.element_img-100px img {
  width: 7vh;
  height: 7vh;
}

.audio h1 {
  text-align: start;
  margin: 0px 5vh 0px 5px;
  width: 150vh;
  font-size: 0.5vh;
}

.audio p {
  font-size: 1.5vh;
  margin: 0vh 2vh 0vh 0vh;
}

.audio figure {
  margin: 0px 5vh 0px 0px;
}

.custom-audio {
  width: 10%;
}

.clips {
  margin: 0vh 0vh 15vh 0vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.clips iframe {
  margin: 5vh;
}

/** A PROPOS PAGE **/

.text_apropos {
  width: 75%;
  color: #372920;
  text-align: center;
  font-style: normal;
  font-size: 1.8vh;
  line-height: 3.1vh;
  margin: 5vh 5vh 5vh 5vh;
  display: flex;
  align-items: center;
  text-align: center;
}

.logo_apropos {
  margin-top: 2vh;
}

.logo_apropos img {
  border-radius: 1vh;
  margin-top: 5vh;
  width: 30vh;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-direction: alternate-reverse;
  animation-name: flash;
}

@keyframes flash {
  from {
    filter: drop-shadow(0px 10px 53px rgb(255, 255, 255));
  }

  to {
    filter: none;
  }
}

.social_apropos {
  text-align: center;
}

.social_apropos a {
  width: 5vh;
  height: 5vh;
  opacity: 90%;
  text-decoration: none;
}

.social_apropos a img{
  width: 7vh;
  height: 7vh;
}

.social_apropos a:hover {
  opacity: 100%;
}

/* CONTACT PAGE */

.custom-form {
  width: 40vh;
  height: 40vh;
  margin-top: 12vh;
  font-size: 2vh;
}

.form-row {
  margin-bottom: 1vh;
}

.form-input {
  width: 100%;
  padding: 1vh;
  margin: 0.5vh 0;
  box-sizing: border-box;
  border: 0.1vh solid #ccc;
  border-radius: 0.4vh;
}

.button_contact {
  background-color: #007bff;
  color: #fff;
  padding: 1vh 2vh;
  border: none;
  border-radius: 0.4vh;
  cursor: pointer;
}

.button_contact:hover {
  background-color: #0056b3;
}

.div-h1 {
  display: none;
  text-align: center;
  margin-bottom: 2vh;
}

.block {
  width: 6vh;
  height: 0.3vh;
  background-color: #35271f;
  margin: auto;
}

.h1_contact {
  margin-top: 1vh;
  font-size: 2vh;
  color: #35271f;
}


/* MEDIAQUERIES */

@media all and (min-width: 2000px) {

  /* HEADER */

  header {
    background: none;
  }

  header nav .list a {
    color: #372920;
  }

  /* FOOTER */

  footer {
    display: none;
  }

  .social_footer {
    flex-wrap: wrap;
  }

  footer ul {
    width: 100%;
    margin: 0px;
  }

}

@media all and (max-width: 1500px) {
  .copyright {
    display: none;
  }

  .ul {
    display: none;
  }
}

@media all and (max-width: 1000px) {
  
  .Margin25 {
    margin-top: 12vh;
    width: 100%;
  }
  
  .copyright {
    display: block;
  }

  .ul {
    display: block;
  }
  
  .loader {
    background-repeat: no-repeat;
    background-size: cover;
  }

  #scrollToTopButton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #333;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  #scrollToTopButton.show {
    opacity: 1;
    visibility: visible;
  }

  .contain {
    margin-top: -75px;
  }

  .element_img {
    margin-top: 90px;
  }

  .category {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 5vh;
    margin-bottom: 150px;
  }

  .play-pause {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    display: contents;
  }

  .play-icon,
  .pause-icon {
    color: #372920;
    height: 100% !important;
    width: 100% !important;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-direction: alternate-reverse;
    animation-name: flash;
  }

  @keyframes flash {
    from {
      filter: drop-shadow(0px 4px 53px rgb(255, 255, 255));
    }

    to {
      filter: none;
    }
  }

  header {
    display: none;
  }

  footer {
    position: initial;
    display: none;
  }

  footer ul {
    width: 100%;
    margin: 0px;
    padding: 0;
  }

  /** HOME PAGE **/

  .carousel {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 13vh 0 5vh;
    padding: 0px;
}

.carousel .carousel-item {
  margin: 1vh;
}

.carousel img {
  border-radius: 3px;
  width: 100%;
  display: block;
  height: 70vh;
}

  h1 {
    font-size: 7vmin;
  }

  .h1_home {
    margin-top: 100px;
    text-align: start;
  }

  .h1_main {
    margin-top: 300px;
    text-align: start;
  }

  .h1-catalog {
    margin-top: 2vh;
    text-align: center;
    font-size: 7vmin;
  }

  .div-h1-gender {
    margin-top: 12vh;
}

  .h1_navMedia {
    font-size: 50px;
    color: #f1f3f4;
    width: -moz-max-content;
    width: max-content;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-direction: alternate-reverse;
    animation-name: flash;
  }

  .h1_contact {
    margin: 150px 50px 0px 50px;
  }

/* _navbarMedia.html.twig */

.topnav {
  overflow: hidden;
  background-color: #47372c;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: #372920;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #35271f;
  color: white;
}

  /* _footerMedia.html.twig */

  .footer_media {
    display: flex;
    width: 100%;
    background-image: none;
    background-color: #372920;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0px;
  }

 .footer_media .list {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 0 5vh;
}

  .footer_media .list li a {
    font-size: 3vmin;
  }

  .footer_media .list li {
    margin: 1vh;
  }

  .sci .social_footer a {
    width: 15vmin;
    height: 10vmin;
  }

  .social_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 30px;
  }

  .copyrightText {
    font-size: 11px;
    margin-bottom: 2vh;
    color: #D2AB83;
    text-align: center;
  }

  .AlphabetNav {
    display: none;
  }

  /* homepage */
  .div-h1 {
    display: none;
    margin-top: 100px;
  }

  .homeDescription p {
    display: none;
  }

  .homeDescription a {
    display: none;
  }

  /** eventpage **/
  .main-content {
    width: 90%;
    margin-top: 5vh;
    flex-direction: column;
  }

  .main-content img {
    height: 70vh;
    width: 45vh;
    margin: 0px;
    margin-top: 9vh;
  }

  .main-content h1 {
    text-align: center;
    margin: 5vh 0 0 0;
  }

  .main-evenement {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .paragraphe {
    width: 100%;
    font-size: 2vmin;
  }

  .paragraphe p {
    width: 100%;
    font-style: normal;
    font-size: 4vmin;
    line-height: 2rem;
    color: #372E24;
    text-align: center;
    margin-bottom: 6vh;
  }

  .container_evenement {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: none !important;
  }

  iframe {
    width: 100%;
    height: 40vh;
    margin: 50px 0 50px 0;
  }

  .clips iframe {
    margin: 25px;
  }

  .container_evenement img {
    width: 100%;
    height: 100%;
  }

  .social {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .social a img {
    width: 9vh;
    height: 9vh;
    margin: 0;
  }

  /*** CompositeursetArtistesPage  ***/

  .button_action {
    display: flex;
    align-items: center;
    width: 100%;
    height: max-content;
    margin: 3vh 0 1vh 0;
    flex-direction: column;}


.actionBtn {
  display: block;
  width: 75%;
}

.actionBtn a {
  display: flex;
  width: 100%;
}


  .actionBtn button {
    width: 100%;
    font-size: 2.5vh;
  }

  .box {
    position: relative;
    width: 91%;
    height: 40vh;
  }

  .box .content {
    height: 175px;
    opacity: 75%;
    background: rgba(0, 0, 0, 0.9);
    transition: none;
  }

  .box .content h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .box .content h2 span {
    font-size: 25px;
    font-weight: 200;
    letter-spacing: 2px;
    color: #f1f3f4;
  }

  .box:hover .imgBx img {
    width: 45vh;
    height: 45vh;
  }

  .imgBx img {
    width: 100%;
    height: 40vh;
  }

  /* description page */
  .container_elements {
    width: 90%;
    display: flex;
    justify-content: space-around;
    flex-direction: column-reverse;
    align-items: center;
    margin: 0;
  }

  .element_img img {
    margin: 0;
  }

  .element_img-100px {
    width: 700px;
    height: 700px;
    margin: 50px;
    border-radius: 30px;
  }

  .element_img-100px img {
    width: 700px;
    height: 700px;
  }

  .social_description a img {
    width: 7vh;
  }

  .ContactList {
    width: 100%;
    margin: 0;
  }

  .description p {
    font-size: 3vmin;
    line-height: 5vmin;
  }

  .description h1 {
    font-size: 15vmin;
    margin: 2vh;
  }

  .social_description-100px {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    margin: 50px;
  }

  .social_description-100px img {
    width: 100px;
    height: 100px;
  }

  .container_player_media {
    display: flex !important;
    flex-direction: column;
    text-align: center;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .container_player {
    display: none;
    text-align: center;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
  }

  .custom-audio {
    width: 120px;
    margin-left: 4vh;
    top: 460px;
    left: -120px;
  }

  .audio {
    width: 100%;
    min-width: unset;
    display: flex;
    align-items: center;
    height: -moz-max-content;
    height: max-content;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    border-radius: 0px !important;
  }


  .audio h1 {
    text-align: center;
    margin: 0;
    margin: 50px 0px 0px 0px;
    width: 100%;
  }

  .audio p {
    margin: 0;
    width: 100%;
    font-size: 3vmin;
    margin-bottom: 1vh;
  }

  .audio figure {
    margin: 0px;
  }

  .audio_control {
    margin: 25px 0px 0px 0px;
  }

  .content_audio {
    width: 100%;
    height: 100%;
    font-size: 1vmin;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}

  .clips {
    flex-direction: column;
  }

  /** contact page **/
  .custom-form {
    width: 42vh;
    height: 75vh;
    margin: 19vh;
    font-size: 2vh;
}

  .row {
    display: flex;
    flex-direction: column;
  }

  .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  /** a propos page **/
  .logo_apropos img {
    margin-top: 16vh;
    width: 33vh;
}

  .social_apropos{
    display: none;
}

  .social_apropos a img {
    width: 11vh;
    height: 11vh;
}

  .text_apropos {
    width: 90%;
    font-size: 1rem;
}

.p_legals {
  width: 80%;
  margin: 9vh;
}

}
