@import "./reset.css";
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
body {
  color: #414141;
  font-size: 1.2rem;
  font-family: "Ubuntu", sans-serif;
  background-color: #f2f2f2;
}

img {
  display: block;
  width: 100%;
}

.mt-3 {
  margin-top: 2rem;
}

h1, h2, h3 {
  text-align: center;
  background: -webkit-linear-gradient(0.75turn, #0b2850, #074a98);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header {
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/headersmall.webp");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.maintitle {
  padding: 2rem;
  font-size: 4rem;
}

h2 {
  font-size: 2rem;
  margin: 2rem 1rem 0 1rem;
  text-wrap: balance;
}

h3 {
  font-size: 1.2rem;
  margin: 0.6rem;
}

.texte {
  max-width: 1000px;
  margin: auto;
}
.texte p {
  padding: 15px;
  line-height: 1.2;
  text-wrap: pretty;
}

.poeme {
  font-size: 0.6rem;
  padding: 15px;
  line-height: 1.7;
}
.poeme .strophe {
  margin-bottom: 1.2rem;
}

.section_autrices {
  max-width: 1000px;
  margin: auto;
}
.section_autrices p {
  padding: 15px;
  line-height: 1.4;
}

.namur {
  color: #0b2850;
}

.quebec {
  color: #074a98;
}

.logos {
  display: flex;
  margin: 2rem auto;
  max-width: 600px;
}
.logos figure {
  width: 50%;
  margin: 2rem;
}
.logos figure img {
  display: block;
  width: 100%;
}

.footer {
  font-size: 0.8rem;
  text-align: center;
  padding: 1rem;
}

@media (min-width: 400px) {
  .maintitle {
    font-size: 7.6rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  .poeme {
    font-size: 0.8rem;
  }
}
@media (min-width: 600px) {
  .maintitle {
    font-size: 7.6rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  .poeme {
    font-size: 1rem;
  }
  .header {
    background-image: url("../img/headerlarge.webp");
  }
}
@media (min-width: 800px) {
  .columns {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .md {
    width: 50%;
    max-width: 50%;
  }
  .maintitle {
    font-size: 12rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  .poeme {
    font-size: 0.8rem;
  }
}
@media (min-width: 800px) {
  .poeme {
    font-size: 0.8rem;
  }
}
@media (min-width: 1000px) {
  .poeme {
    font-size: 1rem;
  }
}
.audio-player-wrap {
  max-width: 500px;
  margin: auto;
  display: flex;
  color: rgba(3, 3, 3, 0.6901960784);
}
.audio-player-wrap img {
  width: 80px;
  height: 80px;
}
.audio-player-wrap .audio-player {
  border: 3px solid #414141;
  border-radius: 5px;
  margin: 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.btn_switch {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: none;
  border: none;
  background: center center no-repeat;
  background-image: url("../img/icons/play.svg");
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.btn_switch.playin {
  background-image: url("../img/icons/pause.svg");
}
.btn_switch:hover {
  opacity: 0.7;
}

/*Range Reset*/
.timeSlider {
  -webkit-appearance: none;
  margin: 20px 0 8px 15px;
  width: calc(100% - 40px);
  height: 7px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  background-image: linear-gradient(90deg, #074a98, #0b2850);
  background-repeat: no-repeat;
}

.timeSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  background: #0b2850;
  cursor: pointer;
  box-shadow: 0 0 2px 0 #555;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.timeSlider::-moz-range-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background: #0b2850;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 0 2px 0 #555;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.timeSlider::-ms-thumb {
  -webkit-appearance: none;
  border-radius: 5px;
  height: 20px;
  width: 20px;
  background: #0b2850;
  cursor: pointer;
  box-shadow: 0 0 2px 0 #555;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.timeSlider::-webkit-slider-thumb:hover {
  background: #074a98;
}

.timeSlider::-moz-range-thumb:hover {
  background: #074a98;
}

.timeSlider::-ms-thumb:hover {
  background: #074a98;
}

.audio-player-info {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 80%;
}
.audio-player-info p {
  padding: 0;
}

.time {
  font-size: 0.7rem;
}/*# sourceMappingURL=style.css.map */