@import url("https://fonts.googleapis.com/css2?family=Gluten:wght@200;400;600;900&display=swap");
body,
nav,
section {
  font-family: massilia, sans-serif;
  color: #262525;
}

section,
header {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1100px) {
  p {
    font-size: 14px;
  }
}
header nav {
  display: flex;
  justify-content: space-between;
}
header nav .logo {
  width: 160px;
}
header nav ul {
  display: flex;
  gap: 50px;
  margin-top: auto;
  margin-bottom: auto;
  align-items: center;
  font-style: normal;
  font-size: 15px;
  padding: 25px 193px 30px 50px;
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
}
@media (max-width: 670px) {
  header nav ul {
    gap: 10px;
    font-size: 13px;
    padding: 25px 100px 30px 34px;
  }
}
header nav li {
  list-style: none;
}
header nav li a {
  list-style: none;
  text-decoration: none;
  color: black;
  padding-bottom: 10px;
}
header nav li a:hover {
  border-bottom: solid 1px;
}
header nav .btn {
  right: 145px;
  top: 52px;
  position: absolute;
  padding: 27px 36px;
  background-color: #262525;
  display: inline-block;
  border-radius: 15px;
  font-size: 16px;
  cursor: pointer;
}
header nav .btn .etoile {
  align-items: center;
}
header nav .btn a {
  list-style: none;
  text-decoration: none;
  color: #ffd600;
  font-weight: 700;
}
@media (max-width: 670px) {
  header nav .btn a {
    display: none;
  }
}
header nav .btn:hover {
  text-decoration: underline;
  color: #ffd600;
}
@media (max-width: 1180px) {
  header nav .btn {
    right: 100px;
  }
}
@media (max-width: 890px) {
  header nav .btn {
    top: 179px;
  }
}
@media (max-width: 670px) {
  header nav .btn {
    right: 65px;
  }
}
@media (max-width: 580px) {
  header nav .btn {
    right: 57px;
  }
}
@media (max-width: 425px) {
  header nav .btn {
    right: 40px;
    padding: 35px;
  }
}
@media (max-width: 890px) {
  header nav {
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
  }
}

h1 {
  font-family: "Gluten";
  font-weight: 700;
  color: #262525;
  font-size: 35px;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  h1 {
    font-size: 28px;
    text-align: center;
  }
}
.hero-banner {
  background-color: #f0e8e0;
  border-radius: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero-banner .mobil {
  display: none;
}
@media (max-width: 670px) {
  .hero-banner .mobil {
    display: block;
    padding-bottom: 30px;
  }
  .hero-banner .desktop {
    display: none;
  }
}
.hero-banner .hero-banner-titre {
  width: 30%;
}
.hero-banner .hero-banner-titre span {
  font-size: 15px;
  font-family: massilia, sans-serif;
  font-weight: 100;
  text-transform: none;
}
.hero-banner .hero-banner-titre h1 {
  text-align: left;
}
.hero-banner .hero-banner-titre h2 {
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 70px;
}
.hero-banner .hero-banner-titre ul {
  text-align: left;
}
.hero-banner .hero-banner-titre ul li {
  display: flex;
  align-items: center;
  list-style: none;
  font-size: 20px;
  font-weight: 700;
}
.hero-banner .hero-banner-titre ul li p {
  font-weight: 200;
  padding: 2px 17px;
}
@media (max-width: 1100px) {
  .hero-banner .hero-banner-titre h2 {
    font-size: 20px;
  }
  .hero-banner .hero-banner-titre ul li {
    font-size: 16px;
  }
}
@media (max-width: 670px) {
  .hero-banner .hero-banner-titre h2 {
    padding-bottom: 10px;
  }
  .hero-banner .hero-banner-titre ul {
    padding-bottom: 20px;
  }
}
.hero-banner .hero-banner-text {
  width: 40%;
  padding-right: 30px;
}
.hero-banner .hero-banner-text p {
  text-align: right;
  padding-bottom: 20px;
  font-weight: 100;
}
@media (max-width: 670px) {
  .hero-banner .hero-banner-text,
  .hero-banner .hero-banner-titre {
    width: 90%;
  }
  .hero-banner .hero-banner-text {
    padding-right: 0px;
    padding-bottom: 30px;
  }
  .hero-banner .hero-banner-text p {
    text-align: left;
  }
}

@media (max-width: 670px) {
  .hero-banner {
    flex-direction: column;
  }
}
.hero-banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  margin-top: -30px;
}
.hero-banner-btn .btn {
  padding: 15px 60px;
  background-color: #262525;
  border-radius: 100px;
  border: 2px #262525 solid;
  color: #f0e8e0;
  font-family: "Gluten", cursive;
  font-size: 20px;
  cursor: pointer;
  /* shadow */
  box-shadow: 4px 8px 20px 0px rgba(0, 0, 0, 0.2);
}
.hero-banner-btn .btn:hover {
  color: #262525;
  background-color: #f0e8e0;
}
@media (max-width: 1100px) {
  .hero-banner-btn .btn {
    font-size: 16px;
  }
}
@media (max-width: 580px) {
  .hero-banner-btn .btn {
    padding: 10px 20px;
  }
}

@media (max-width: 580px) {
  .hero-banner-btn {
    gap: 20px;
  }
}
.bandeau-nouveaute {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 50px;
}
.bandeau-nouveaute .bandeau-nouveaute-chap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 625px;
  height: 450px;
  overflow-y: scroll;
  padding-bottom: 10px;
}
.bandeau-nouveaute .bandeau-nouveaute-chap .chap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #262525;
  border-radius: 15px;
}
.bandeau-nouveaute .bandeau-nouveaute-chap .chap .chap-text {
  padding: 10px 38px;
}
.bandeau-nouveaute .bandeau-nouveaute-chap .chap .chap-text h2 {
  font-weight: 400;
  font-size: 25px;
  font-family: "Gluten", cursive;
  color: #f0e8e0;
  text-transform: uppercase;
}
.bandeau-nouveaute .bandeau-nouveaute-chap .chap .chap-text h2 span {
  padding-left: 30px;
  font-family: massilia, sans-serif;
  font-size: 16px;
  font-weight: 100;
  text-transform: none;
}
@media (max-width: 1100px) {
  .bandeau-nouveaute .bandeau-nouveaute-chap .chap .chap-text h2 {
    font-size: 18px;
  }
  .bandeau-nouveaute .bandeau-nouveaute-chap .chap .chap-text h2 span {
    font-size: 14px;
    padding-left: 50px;
  }
}
@media (max-width: 670px) {
  .bandeau-nouveaute .bandeau-nouveaute-chap .chap .chap-text h2 span {
    padding-left: 0px;
  }
}
.bandeau-nouveaute .bandeau-nouveaute-chap .chap .chap-btn {
  cursor: pointer;
  padding: 20px 45px;
  background-color: #e6a4b6;
  font-family: "Gluten", cursive;
  font-size: 20px;
  border-radius: 15px;
  border: 2px #e6a4b6 solid;
}
.bandeau-nouveaute .bandeau-nouveaute-chap .chap .chap-btn:hover {
  color: #e6a4b6;
  background-color: #262525;
}
@media (max-width: 1100px) {
  .bandeau-nouveaute .bandeau-nouveaute-chap .chap .chap-btn {
    font-size: 16px;
    padding: 12px 45px;
  }
}
@media (max-width: 1100px) {
  .bandeau-nouveaute .bandeau-nouveaute-chap .chap .chap-btn {
    padding: 12px 98px;
  }
}
@media (max-width: 670px) {
  .bandeau-nouveaute .bandeau-nouveaute-chap .chap .chap-btn {
    padding: 10px 47px;
  }
}
@media (max-width: 580px) {
  .bandeau-nouveaute .bandeau-nouveaute-chap .chap .chap-btn {
    padding: 10px 100px;
  }
}
@media (max-width: 890px) {
  .bandeau-nouveaute .bandeau-nouveaute-chap .chap {
    flex-direction: column;
  }
}
@media (max-width: 1100px) {
  .bandeau-nouveaute .bandeau-nouveaute-chap {
    height: 340px;
  }
}
@media (max-width: 890px) {
  .bandeau-nouveaute .bandeau-nouveaute-chap {
    height: 230px;
  }
}
@media (max-width: 890px) {
  .bandeau-nouveaute .bandeau-nouveaute-chap {
    height: 190px;
  }
}
@media (max-width: 580px) {
  .bandeau-nouveaute .bandeau-nouveaute-chap {
    width: 370px;
    height: 250px;
  }
}

@media (max-width: 580px) {
  .bandeau-nouveaute {
    gap: 30px;
    flex-direction: column;
  }
}
.bandeau-volume {
  margin-top: 50px;
  margin-bottom: 100px;
}
.bandeau-volume .slider-volume {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow-y: auto;
  height: 320px;
}
.bandeau-volume .slider-volume img {
  width: 15%;
  cursor: pointer;
  padding-right: 20px;
}
.bandeau-volume .slider-volume img:hover {
  width: 18%;
}
@media (max-width: 890px) {
  .bandeau-volume .slider-volume img {
    width: 25%;
  }
  .bandeau-volume .slider-volume:hover {
    width: 29%;
  }
}
@media (max-width: 670px) {
  .bandeau-volume .slider-volume img {
    width: 35%;
  }
}

.bas {
  margin-top: 30px;
  margin-bottom: 100px;
}

.bandeau-sortie {
  gap: 37px;
  margin: 30px 0px 100px;
  display: flex;
  flex-direction: column;
}
.bandeau-sortie .bandeau-manga-img-mobil {
  display: none;
}
.bandeau-sortie .bandeau-manga {
  background-color: #f0e8e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 15px;
}
.bandeau-sortie .bandeau-manga .bandeau-manga-text {
  width: 90%;
}
.bandeau-sortie .bandeau-manga .bandeau-manga-text h2 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 30px;
  padding-bottom: 5px;
}
.bandeau-sortie .bandeau-manga .bandeau-manga-text h2 span {
  padding-left: 20px;
  font-size: 20px;
  text-transform: none;
  font-weight: 300;
}
@media (max-width: 670px) {
  .bandeau-sortie .bandeau-manga .bandeau-manga-text h2 {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .bandeau-sortie .bandeau-manga .bandeau-manga-text p {
    font-size: 14px;
  }
}
@media (max-width: 890px) {
  .bandeau-sortie .bandeau-manga .bandeau-manga-text p {
    display: none;
  }
}
@media (max-width: 890px) {
  .bandeau-sortie .bandeau-manga .bandeau-manga-text {
    width: 60%;
  }
}
@media (max-width: 425px) {
  .bandeau-sortie .bandeau-manga .bandeau-manga-text {
    width: 100%;
    text-align: center;
    padding: 15px;
  }
}
@media (max-width: 425px) {
  .bandeau-sortie .bandeau-manga {
    flex-direction: column;
  }
  .bandeau-sortie .bandeau-manga .bandeau-manga-img-mobil {
    display: block;
  }
  .bandeau-sortie .bandeau-manga .bandeau-manga-img {
    display: none;
  }
}

a {
  text-decoration: none;
}

.bandeau-manga-btn {
  margin: 0px 30px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: "Gluten";
  background-color: white;
  border-radius: 100px;
  border: 2px solid #262525;
  padding: 10px 20px;
  cursor: pointer;
}
.bandeau-manga-btn img {
  width: 25px;
  height: 25px;
}
.bandeau-manga-btn .blanc {
  display: none;
}
.bandeau-manga-btn:hover {
  background-color: #262525;
  color: white;
}
.bandeau-manga-btn:hover .blanc {
  display: flex;
}
.bandeau-manga-btn:hover .noir {
  display: none;
}

@media (max-width: 670px) {
  .bandeau-manga-btn {
    margin: 0px 15px;
    padding: 5px 17px;
  }
}
@media (max-width: 425px) {
  .bandeau-manga-btn {
    margin-bottom: 15px;
  }
}
.bandeau-avis {
  margin-top: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.bandeau-avis .avis-groupe {
  display: flex;
  justify-content: center;
  margin: auto;
  gap: 30px;
  padding-top: 30px;
  width: 80%;
}
.bandeau-avis .avis-groupe .avis {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px 30px;
  background-color: #e6a4b6;
  width: 400px;
  height: 220px;
  border-radius: 15px;
}
.bandeau-avis .avis-groupe .avis .avis-top {
  display: flex;
  align-items: center;
}
.bandeau-avis .avis-groupe .avis .avis-top img {
  width: 70px;
  height: 70px;
}
@media (max-width: 1100px) {
  .bandeau-avis .avis-groupe .avis .avis-top img {
    width: 55px;
    height: 55px;
  }
}
.bandeau-avis .avis-groupe .avis .avis-top h2 {
  padding-left: 20px;
  font-size: 25px;
  font-family: "Gluten";
  font-weight: 100;
  text-transform: uppercase;
}
.bandeau-avis .avis-groupe .avis .avis-top h2 span {
  font-size: 15px;
  font-family: massilia, sans-serif;
  text-transform: none;
}
@media (max-width: 890px) {
  .bandeau-avis .avis-groupe .avis .avis-top h2 {
    font-size: 18px;
  }
  .bandeau-avis .avis-groupe .avis .avis-top h2 span {
    font-size: 12px;
  }
}
.bandeau-avis .avis-groupe .avis .avis-bottom p {
  font-weight: 100;
}
@media (max-width: 890px) {
  .bandeau-avis .avis-groupe .avis .avis-bottom p {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  .bandeau-avis .avis-groupe .avis {
    height: 280px;
  }
}
@media (max-width: 670px) {
  .bandeau-avis .avis-groupe {
    flex-direction: column;
    align-items: center;
  }
  .bandeau-avis .avis-groupe .avis {
    height: 175px;
  }
}

.contact-img .gojo-mobil {
  display: none;
}
.contact-img img {
  position: relative;
  width: 100%;
  top: 42px;
}
@media (max-width: 1100px) {
  .contact-img img {
    top: 25px;
  }
}
@media (max-width: 670px) {
  .contact-img .gojo {
    display: none;
  }
  .contact-img .gojo-mobil {
    display: block;
    top: 45px;
    width: 80%;
  }
}
@media (max-width: 425px) {
  .contact-img .gojo-mobil {
    top: 42px;
    width: 100%;
  }
}

.contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #262525;
  padding: 50px 25px;
  border-radius: 15px;
}
.contact .contact-text h1 {
  color: #f0e8e0;
  font-weight: 600;
}
.contact .contact-text h1 span {
  font-family: massilia, sans-serif;
  font-size: 25px;
  font-weight: 100;
  text-transform: none;
}
@media (max-width: 425px) {
  .contact .contact-text h1 {
    font-size: 20px;
  }
  .contact .contact-text h1 span {
    font-size: 15px;
  }
}
.contact .contact-btn {
  border-radius: 100px;
  background-color: #f0e8e0;
  font-family: "Gluten", cursive;
  padding: 15px 60px;
  border: 2px solid #f0e8e0;
  color: #262525;
  text-decoration: none;
}
.contact .contact-btn:hover {
  background-color: #262525;
  color: #f0e8e0;
}
@media (max-width: 1100px) {
  .contact .contact-btn {
    padding: 15px 25px;
  }
}

@media (max-width: 670px) {
  .contact {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
}
footer {
  margin-top: 100px;
  padding: 50px;
  background-color: #262525;
  display: flex;
  justify-content: center;
}
footer .footer {
  display: flex;
  align-items: center;
}
footer .footer .logo-footer {
  display: flex;
  width: 14%;
  margin-right: 85px;
}
@media (max-width: 670px) {
  footer .footer .logo-footer {
    margin-right: 30px;
  }
}
footer .footer .big-bloc-footer {
  display: flex;
}
footer .footer .big-bloc-footer .mentions-left {
  gap: 30px;
  margin-right: 65px;
}
footer .footer .big-bloc-footer .mentions-left h3 {
  font-size: 15px;
  color: #8b8682;
  font-weight: 700;
  padding: 20px 0px;
}
footer .footer .big-bloc-footer .mentions-left p {
  font-size: 13px;
  padding-bottom: 5px;
  color: #f0e8e0;
}
@media (max-width: 670px) {
  footer .footer .big-bloc-footer .mentions-left {
    margin-right: 20px;
  }
}
footer .footer .big-bloc-footer .bloc2-footer {
  display: flex;
  align-items: center;
}
footer .footer .big-bloc-footer .bloc2-footer .mentions-right {
  margin-right: 116px;
}
footer .footer .big-bloc-footer .bloc2-footer .mentions-right h3 {
  font-size: 15px;
  color: #8b8682;
  font-weight: 700;
  padding: 20px 0px;
}
footer .footer .big-bloc-footer .bloc2-footer .mentions-right p {
  font-size: 13px;
  padding-bottom: 5px;
  color: #f0e8e0;
}
footer .footer .big-bloc-footer .bloc2-footer .icons {
  display: flex;
  width: 30px;
  height: 30px;
  gap: 5px;
}
@media (max-width: 1100px) {
  footer .footer .big-bloc-footer .bloc2-footer .mentions-right {
    margin-right: 50px;
  }
  footer .footer .big-bloc-footer .bloc2-footer .icons {
    display: block;
  }
}
@media (max-width: 890px) {
  footer .footer .big-bloc-footer .bloc2-footer .mentions-right {
    margin-right: 0px;
  }
  footer .footer .big-bloc-footer .bloc2-footer .icons {
    display: block;
  }
}
@media (max-width: 425px) {
  footer .footer .big-bloc-footer {
    align-items: flex-start;
    padding-top: 20px;
  }
}
@media (max-width: 425px) {
  footer .footer {
    flex-direction: column;
  }
  footer .footer .logo-footer {
    margin-right: 0px;
    width: 30%;
  }
}

.scroll-to-top {
  position: fixed;
  padding: 15px 16px;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0;
}
.scroll-to-top img {
  height: 50px;
  width: auto;
}
.scroll-to-top:hover {
  transform: translateY(-5px);
}
.scroll-to-top.show {
  opacity: 1;
}

.animated-image-y {
  animation-name: fla;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

@keyframes fla {
  50% {
    transform: translateY(50px);
  }
}
.animated-image-x {
  animation-name: fle;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

@keyframes fle {
  50% {
    transform: translateX(50px);
  }
}/*# sourceMappingURL=lecture-style.css.map */