@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Fredoka+One&family=Playfair+Display:wght@600&family=Ramaraja&display=swap");

html {
  background: rgb(255, 134, 54);
  font-family: "Dela Gothic One", cursive;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-image: url(./img/background-dune-2.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

/* @import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Fredoka+One&family=Playfair+Display:wght@600&family=Ramaraja&display=swap"); */

h1 {
  font-family: "Dela Gothic One";
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 2px;
}

#saga-title-big {
  font-size: 4em;
  font-weight: 1000;
  text-align: center;
  margin-top: 16%;
  /* margin-bottom: 5%; */
}
.enter {
  text-align: center;
  font-size: 2em;
}
.enter a {
  font-family: "Roboto Mono", monospace;
  padding: 10px 20px;
  color: black;
}
/* .enter-link {
  border: 2px solid black;
  border-radius: 20px;
  opacity: 0.9;
} */
.lang-select {
  display: flex;
  font-weight: bold;
  justify-content: space-around;
  margin-right: 40%;
  margin-left: 40%;
  font-size: large;
}
.lang-select a {
  display: none;
  color: black;
}

/* .header-home {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin-top: 2%;
  margin-bottom: 2%;
} */
.header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 1%;
}
.saga-home {
  font-size: 20px;
  font-family: "Dela Gothic One";
  text-align: center;
  color: black;
  text-decoration: none;
}
.header-country {
  font-size: 2em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  opacity: 0.2;
}
/* #saga-title-small h1 {
  font-size: 2em;
  font-weight: 1000;
  text-align: center;
  margin-top: 1%;
  margin-bottom: 1%;
  font-family: "Dela Gothic One";
} */
.video-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
}
.video {
  display: flex;
  /* align-items: center;
  justify-content: center; */
  /* margin: auto; */
  margin-top: 0;
  margin-left: 2%;
  margin-right: 2%;
}

.book {
  display: flex;
  /* align-items: center;
  justify-content: center; */
  margin-top: 2%;
  /* margin-right: 30%;
  margin-left: 30%; */
  padding-left: 30%;
  padding-right: 30%;
}
.book-img {
  width: 160px;
  height: 261px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.book-text-box {
  padding-left: 10%;
  font-size: 1.3em;
}
.book-text-mobile {
  display: none;
  padding-left: 10%;
  font-size: 1.3em;
}
.book-short-text {
  margin-top: 0;
  font-family: "Roboto Mono", monospace;
}
.book-short-text-mobile {
  margin-top: 0;
  font-family: "Roboto Mono", monospace;
}
.book-info-link-mobile {
  color: black;
  font-weight: lighter;
  font-family: "Roboto Mono", monospace;
  font-style: italic;
  font-size: 0.8em;
  transition: 0.2s ease-in;
}

.book-info {
  display: flex;
  margin-top: 5%;
  padding-left: 20%;
  padding-right: 20%;
}
.book-info-link {
  color: black;
  font-weight: lighter;
  font-family: "Roboto Mono", monospace;
  font-style: italic;
  font-size: 0.8em;
  transition: 0.2s ease-in;
  opacity: 0.8;
}

.book-info-link:hover {
  opacity: 1;
}
.book-info-text {
  margin-top: 0;
  padding-left: 9.2%;
  font-size: 1em;
  font-family: "Roboto Mono", monospace;
}
.book-info-text p {
  margin-top: 0;
}

.infos-livre {
  text-decoration: none;
  color: black;
  font-weight: lighter;
  font-family: "Roboto Mono", monospace;
  font-style: italic;
  font-size: 0.8em;
}
.infos-livre-mobile {
  display: none;
  font-size: 00.8em;
  margin-bottom: 18px;
  justify-content: center;
  text-decoration: none;
  color: black;
  font-weight: lighter;
  font-family: "Roboto Mono", monospace;
  font-style: italic;
}
.book-long-text {
  margin-top: 0;
  font-family: "Roboto Mono", monospace;
}
.book-long-text-part-2 {
  margin-top: 0;
  font-family: "Roboto Mono", monospace;
}
.book-long-text-part-2-mobile {
  display: none;
}
.book-img-big {
  width: 257px;
  height: 420px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.buy-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 40px;

  /* opacity: 0.9; */
}
.buy-text {
  font-family: "Roboto Mono", monospace;
  font-size: 1.8em;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px;
  text-decoration: none;
  margin-bottom: 20px;
  color: black;
  font-weight: bold;
  opacity: 0.8;
  transition: 0.2s ease-in;
  border: 2px solid black;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
}
.buy-text:hover {
  opacity: 1;
}
.buy-text-info {
  font-family: "Roboto Mono", monospace;
  font-size: 1.6em;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px;
  text-decoration: none;
  margin-bottom: 20px;
  color: black;
  font-weight: bold;
  opacity: 0.8;
  transition: 0.2s ease-in;
  border: 2px solid black;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
}
.buy-text-info:hover {
  opacity: 1;
}
.shop {
  margin-top: 5%;
}
.shop-title {
  font-family: "Roboto Mono", monospace;
  font-size: 1.5em;
  color: black;
  font-weight: bold;
  padding-top: 60px;
  text-align: center;
  background: none;
}

.a-propos-page {
  display: flex;
  flex-direction: column;
  margin-top: 3%;
  margin-bottom: 0;
  align-items: center;
  margin-right: 0;
  margin-left: 0;
}

.photo-about {
  display: flex;
  margin: 0 auto;
  width: 515px;
  height: 290px;
  margin-bottom: 2.2%;
  border-radius: 1%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.about-text {
  margin-top: 10px;
  margin-bottom: 18px;
  margin-left: 30%;
  margin-right: 30%;
  padding-left: 20px;
  font-size: 1.3em;
  font-family: "Roboto Mono", monospace;
  /* font-weight: bold; */
}
.about-text a {
  color: black;
}
.contact-phrase {
  font-size: 1.3em;
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  margin-top: 0;
}

.mail-icone img {
  height: 43px;
  width: auto;
  padding-right: 10px;
  transition: 0.2s ease-in;
  opacity: 0.8;
}
.mail-icone img:hover {
  opacity: 1;
}

.insta-icone img {
  height: 38px;
  width: auto;
  padding-left: 10px;
  padding-bottom: 3px;
  transition: 0.2s ease-in;
  opacity: 0.8;
}
.insta-icone img:hover {
  opacity: 1;
}

.video-home {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
.acceuil-link a {
  font-size: 1.2em;
  font-weight: bold;
}
.film-link {
  color: black;
  font-weight: bold;
  font-style: italic;
}
.book-link {
  color: black;
  font-weight: bold;
  font-style: italic;
}
#my-store-73165072 {
  margin-top: -30px;
}
.footer {
  display: flex;
  justify-content: space-between;
  margin-right: 80px;
  margin-left: 80px;
}
.french {
  display: none;
  opacity: 0.6;
  transition: 0.2s;
}
.english {
  display: none;
  opacity: 0.6;
  transition: 0.2s;
}
.french:hover {
  opacity: 1;
}
.english:hover {
  opacity: 1;
}

.lang-select-page a {
  font-size: 1em;
  font-family: "Roboto Mono", monospace;
  color: black;
  margin-right: 5px;
}
.about-link {
  opacity: 0.6;
  transition: 0.2s ease;
  margin-bottom: 20px;
}
.about-link:hover {
  opacity: 1;
}
.about a {
  font-family: "Roboto Mono", monospace;
  color: black;
  font-size: 1.1em;
}
.about-2 {
  margin-top: -78px;
  display: flex;
  justify-content: flex-end;
  font-family: "Roboto Mono", monospace;
  font-size: 1.1em;
  margin-right: 80px;
}
.about-2 a {
  color: black;
}
.acceuil-about {
  display: flex;
  justify-content: flex-end;
  margin-right: 100px;
  margin-top: 20px;
}
.acceuil-about a {
  font-size: 1.2em;
  font-family: "Roboto Mono", monospace;
  color: black;
}
.background-img-info {
  /* position: absolute; */
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 70px;
  left: 0;
  right: 0;
  z-index: -10;
}
/* .auteur-info{
display: flex;
flex-direction: ;
} */
.manu-desert-mobile {
  display: none;
  /* width: 300px; */
  margin-bottom: 30px;
  border-radius: 1%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.manu-desert-desktop {
  margin-top: 100px;
  margin-bottom: 60px;
}
.auteur-title {
  font-family: "Roboto Mono", monospace;
  margin-bottom: 0px;
}
.auteur-note {
  font-family: "Roboto Mono", monospace;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  align-items: left;
  justify-content: center;
}

.text-book-mobile {
  height: 0px;
  display: none;
}
.social-section img {
  width: 60px;
}
.social-section {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
margin-left: auto;
margin-right: auto;
margin-top: 60px;
width: 200px;
}
/* .auteur-info {
  display: flex;
  flex-direction: row-reverse;
} */
.auteur-info img {
  width: 40%;
}
@media screen and (max-width: 1270px) {
 
  .book {
    padding-left: 10%;
    padding-right: 10%;
  }
  .text-book-mobile {
    height: 0px;
  }
  .book-info {
    padding-left: 10%;
    padding-right: 10%;
  }
  .about-text {
    margin-left: 10%;
    margin-right: 10%;
  }
  .book-long-text-part-2 {
    display: none;
  }
  .book-long-text-part-2-mobile {
    margin-top: 0;
    font-family: "Roboto Mono", monospace;
    margin-left: 20%;
    margin-right: 20%;
    display: flex;
  }
  .infos-livre {
    display: none;
  }
  .infos-livre-mobile {
    display: flex;
    font-size: 00.8em;
    margin-bottom: 18px;
    justify-content: center;
    text-decoration: none;
    color: black;
    font-weight: lighter;
    font-family: "Roboto Mono", monospace;
    font-style: italic;
  }
}
@media screen and (max-width: 900px) {
  .auteur-note {
    max-width: 86%;
  }
}
@media screen and (max-width: 600px) {
  #saga-title-big {
    font-size: 4em;
    font-weight: 1000;
    text-align: center;
    margin-top: 50%;
    /* margin-bottom: 5%; */
  }
  .auteur-info img {
    width: 100%;
  }
  .about-2 {
    margin-top: 80px;
    display: flex;
    justify-content: flex-end;
    font-family: "Roboto Mono", monospace;
    font-size: 1.1em;
    margin-right: 80px;
  }

  .social-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 200px;
    }
  .manu-desert-desktop {
    display: none;
  }
  .auteur-note {
    max-width: 86%;
  }
  .auteur-info {
    margin-top: -90px;
  }
  .enter-link {
    font-size: 0.5em;
  }
  /* h1 {
    margin-top: 3.5%;
    margin-bottom: 3.5%;
  } */
  .video {
    height: 200px;
    /* width: 90%; */
    margin-right: 10px;
    margin-left: 10px;
  }
  .video-section {
    height: 90%;
  }
  .book {
    margin-top: 5%;
    margin-bottom: 2%;
    margin-right: 10px;
    margin-left: 10px;
    padding: 0;
    /* flex-direction: column; */
    align-items: center;
  }
  .book-text-mobile {
    padding-left: 18px;
    font-size: 1em;
    display: flex;
    flex-direction: column;
  }
  .book-text-box {
    display: none;
  }
  .buy-link {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .photo-about {
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    width: 300px;
    height: auto;

    /* width: 515px;
    height: 290px; */
    margin-bottom: 2.2%;
    border-radius: 1%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
      rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  .about-text {
    margin-top: 10px;
    margin-bottom: 18px;
    margin-left: 8%;
    margin-right: 8%;
    padding-left: 20px;
    font-size: 1em;
    font-family: "Roboto Mono", monospace;
    /* font-weight: bold; */
  }
  .video-home {
    display: flex;
    width: 320px;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .contact-phrase {
    font-size: 1em;
  }
  .book-info {
    flex-direction: column;
  }
  .book-buy-info {
    margin: 0 auto;
  }
  .book-info-text {
    padding-left: 0;
  }
  .about-2 {
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 150px;
    margin-bottom: 20px;
  }
  .infos-livre {
    text-decoration: none;
    color: black;
    font-weight: lighter;
    font-family: "Roboto Mono", monospace;
    font-style: italic;
    font-size: 0.8em;
  }
  .manu-desert-mobile {
    display: flex;
    width: 300px;
    margin-bottom: 30px;
    border-radius: 1%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
      rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  .infos-livre-mobile {
    display: flex;
    padding-top: -20px;
  }
  .book-long-text {
    margin-top: 0;
    font-family: "Roboto Mono", monospace;
  }
  .book-long-text-part-2 {
    display: block;
    margin-top: 0;
    font-family: "Roboto Mono", monospace;
  }
  .book-long-text-part-2-mobile {
    display: none;
  }
  .text-book-mobile {
    display: none;
  }
}

/* ========= /livre page additions ========= */

.livre-video {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.livre-video iframe {
  max-width: 100%;
  width: 720px;
  height: 405px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 10px 20px;
}

.livre-description {
  margin: 20px 0;
  font-size: 1.2em;
  font-family: "Roboto Mono", monospace;
  line-height: 1.6;
}

.livre-cta {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.livre-reward {
  background-color: rgba(255, 255, 255, 0.7);
  border: 2px solid black;
  border-radius: 12px;
  padding: 16px 24px;
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: rgba(0, 0, 0, 0.05) 0 6px 10px;
}

.livre-reward p {
  margin: 0;
  font-size: 1.1em;
  font-family: "Roboto Mono", monospace;
  flex: 1;
}

.livre-reward .buy-link {
  margin-left: 20px;
  flex-shrink: 0;
}

@media screen and (max-width: 700px) {
  .livre-reward {
    flex-direction: column;
    align-items: flex-start;
  }

  .livre-reward .buy-link {
    margin: 10px 0 0 0;
  }

  .livre-video iframe {
    height: 240px;
  }
}
