body {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0%;
  padding: 0%;
}

html {
  scroll-behavior: smooth;
}

h1 {
  font-size: 90px;
  margin-bottom: 10px;
  color: #000000;
  font-style: normal;  
}

h2 {
  font-size: 40px;
  margin-top: 110px;
  margin-bottom: 60px;
  text-align: center;
}

h3 {
  margin: 0;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 30px;
  text-align: left;
}

a {
  font-weight: lighter;
  color: #7F7F7F;
}

p {
  font-weight: lighter;
  color: #7F7F7F;
  margin: 0;
}

i {
  font-weight: lighter;
  color: #7F7F7F;
  margin: 0;
}

ul {
  font-weight: lighter;
  color: #7F7F7F;
}


.top {
  top: 0;
  left: 0;
  background-color: #ffffff00;
  position: fixed;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}

.menu {
  background-color: #ffffff;
  border-radius: 18px;
  margin-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  width: 600px;
  justify-content: space-between;
  position: relative;
  display: flex;
  align-items: center;
}

.link {
  font-weight: bolder;
  text-decoration: underline;
}

.link:hover {
  color: #ffbf00;
}

.button {
  font-family: Rubik;
  background-color: #ffbf00;
  border-radius: 18px;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: auto;
  font-size: 18px;
  transition: transform 0.3s;
}

.button:hover {
  cursor: pointer;
  transform: scale(1.025);
}

.menua {
  text-decoration: none;
}

.menua:hover {
  cursor: pointer;
  color: #000000;
}

.menuaselected {
  text-decoration: none;
  color: #000000;
}

.logo {
  margin-left: 50px;
  height: 50px;
  width: auto;
  transition: transform 0.3s;
  /* background-color: #fff;
  border-radius: 50px;
  padding: 14px; */
}

.logo:hover {
  cursor: pointer;
  transform: scale(1.025);
}

.miniupdates img {
  transition: transform 0.3s;
}

.miniupdates img:hover {
  transform: scale(1.025);
}


.space {
  height: 550px;
}


/* Politique */

.title2 {
  margin-top: 50px;
  display: grid;
  justify-content: center;
  width: 100%;
}

.title2 a {
  text-align: center;
  width: 700px;
}

.title2 h2 {
  margin-bottom: 15px;
}

.politique {
  margin-top: 90px;
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom: 200px;
  display: grid;
  justify-content: left;
  width: 70%;
}

.politique a {
  text-align: left;
}

.politique p {
  text-align: left;
}

.bodyapps {
  background: linear-gradient(90deg, rgba(18,194,233,1) 0%, rgba(196,113,237,1) 50%, rgba(246,79,89,1) 100%); 
}

.bodyapps h2{
  color: #fff;
}

.bodyapps .title2 a{
  color: #fff;
}


/* Index */
.landing {
  padding-left: 100px;
  padding-right: 25px;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(90deg, rgba(18,194,233,1) 0%, rgba(196,113,237,1) 50%, rgba(246,79,89,1) 100%); 
  height: 740px;
}


.landing h1 {
    color: #fff;
}

.landing a {
  font-size: 20px;
  color: #fff;
}

.title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 150px;
}

.landinganimation {
  display: flex;
  justify-content: center;
}

.screens {
  width: 200px;
  display: block;
  overflow:hidden;
}
  
.screen1 {
  margin-top: 5px;
  height: 400px;
  width: auto;
  animation: scrollDown 100s linear infinite;
}

.screen2 {
  margin-top: 5px;
  height: 400px;
  width: auto;
  animation: scrollTop 100s linear infinite;
}

.transition {
  position: relative;
  z-index: 1;
  margin-top: -100px;
  background: linear-gradient(180deg, rgba(18,194,233,0) 0%, rgba(255,255,255,0.5004202364539565) 50%, rgba(255,255,255,1) 100%); 
  height: 100px;
}

.transition2 {
  position: relative;
  z-index: 1;
  margin-top: -100px;
  background: linear-gradient(180deg, rgba(18,194,233,0) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(0, 0, 0) 100%); 
  height: 100px;
}

.une {
  margin-top: -25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.miniupdates {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.miniupdates img {
  height: 350px;
  width: auto;
  border-radius: 28px;
}

.miniupdates-tres {
  margin-right: 30px;
}

.miniupdates-ytb {
  margin-left: 30px;
}

.bodyhelp {
  background: rgb(196,113,237);
  background: linear-gradient(90deg, rgba(196,113,237,1) 0%, rgba(246,79,89,1) 100%); 
}

.bodyhelp h2 {
  color: #fff;
}

.bodyhelp .title2 p{
  color: #fff;
}

.bodyhelp .title2 a{
  color: #fff;
}


.màj {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #000000;
}

.update-container {
  display: flex;
  flex-direction: column;
  margin: 25px;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 18px;
  width: 500px;
  word-wrap: break-word;
  height: fit-content;
  overflow: hidden;
}

.update-icon {
  height: 80px;
  width: auto;
  border-radius: 14px;
}

.update-top {
  display: flex;
  align-items: center;
}

.update-app {
  margin: 0;
}

.update-title {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
}

.update-title a {
  margin-left: 5px;
}

.update-text {
  margin-top: 25px;
}

.update-screens {
  margin-top: 20px;
  display: flex;
  justify-content: left;
  /* overflow: scroll; */
}

.update-screens img {
  height: 300px;
  width: auto;
  margin-right: 15px;
}

.tres {
  height: 600px;
  background: rgb(11,87,219);
  background: linear-gradient(90deg, rgba(11,87,219,1) 0%, rgba(0,152,237,1) 100%); 
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.trestitle {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 150px;
  width: 700px;
}

.trestitle h2 {
  font-size: 60px;
  text-align: left;
  margin-bottom: 10px;
  color: #fff;
}

.trestitle a {
  color: #fff;
}

.trestitle .button {
  margin-top: 40px;
  width: 200px;
}

.tres img {
  margin-right: 150px;
  height: 800px;
  width: auto;
}

.bigupdate {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  height: 550px;
  /* background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(21,8,156,1) 100%); */
  overflow: hidden;
}

.bodyupdate {
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(21,8,156,1) 100%);
}

.bodyupdate h2 {
  color: #fff; 
}

.bodyupdate .title2 a {
  color: #fff;
}

.bigupdate img {
  margin-right: 150px;
  height: 800px;
  width: auto;
}

.patchnotestitle {
  padding: 50px 0 50px 0;
  background-color: #000000;
}

.patchnotestitle h2 {
  color: #fff;
  margin: 0;
}


.footer {
  background: #000000;
  padding-bottom: 25px;
  padding-top: 25px;
  display: block;
  justify-content: left;
  padding-left: 50px;
  padding-right: 50px;
}

.followon {
  color: #fff;
}

.imglink {
  display: flex;
  justify-content: space-between;
}

.social {
  margin-left: -5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.social img {
  height: 50px;
  width: auto;
  transition: transform 0.3s;
}

.social img:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.screens3 {
  display: flex;
  margin-top: 45px;
  overflow: hidden;
  margin-bottom: 90px;
  width: 100%;
}

.screen3 {
  margin-left: 15px;
  height: 500px;
  width: auto;
  animation: scrollLeft 150s linear infinite;
}

.minimenu {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.goto {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  height: 65px;
  width: 800px;
  background-color: #fff;
  border-radius: 18px;
  padding: 25px;
  transition: transform 0.3s;
}

.goto a {
  display: flex;
  justify-content: left;
  font-weight: bold;
  font-size: 25px;
  color: #000000;
  text-decoration: none;
}

.goto p {
  font-size: 15px;
}

.goto img {
  rotate: -90deg;
}

.goto:hover {
  cursor: pointer;
  transform: scale(1.025);
}

#faqarrow {
  rotate: 0deg;
}

.faq {
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.minifaq {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 18px;
  width: 800px;
  padding: 20px;

}

.minifaq a {
  color: #000000;
  font-weight: normal;
  font-size: 20px;
  text-align: left;
}

.minifaq .link {
  color: #7F7F7F;
  font-weight: lighter;
  font-size: 15px;
}

.minifaq p {
  color: #7F7F7F;
  font-weight: lighter;
  font-size: 15px;
  text-align: left;
}

.bodytest {
  background: rgb(11,87,219);
  background: linear-gradient(90deg, rgba(11,87,219,1) 0%, rgba(0,152,237,1) 100%); 
}

.bodytest .title2 h2 {
  color: #fff;
}

.bodytest h2 {
  color: #fff;
}

.bodytest .title2 p{
  color: #fff;
  text-align: center;
}

.title2 {
  text-align: center;
}

.bodytest .title2 a{
  color: #fff;
}

.form {
  margin-top: 25px;
  margin-bottom: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form2 {
  margin-top: 200px;
  height: 200px;
  margin-bottom: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form2 a {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 5px;
}

.form a {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 5px;
}

.forminput {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}

.form input {
  font-size: 20px;
  width: 400px;
  border-radius: 12px;
  border: #ffffff;
  height: 60px;
  padding-left: 10px;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

select {
  background-color: #fff;
  border: #fff;
  border-radius: 12px;
  height: 60px;
  padding-left: 10px;
  font-size: 20px;
  width: 410px;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.form .button {
  margin-top: 20px;
  width: 410px;
}

.back-to-top {
  z-index: 2;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-family: Rubik;
  background-color: #ffbf00;
  border-radius: 28px;
  border: none;
  color: white;
  padding: 10px 12px 5px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: auto;
  font-size: 18px;
  transition: transform 0.3s;
}

.back-to-top:hover {
  cursor: pointer;
  transform: scale(1.025);
}

.back-to-top img {
  height: 40px;
  width: auto;
  rotate: 180Deg;
  filter: invert(100%);
}

.bodytres {
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(21,8,156,1) 100%);
}





@media (max-width: 1320px) {
  h1 {
    font-size: 70px;
  }

  .title a {
    font-size: 15px;
  }

  .miniupdates img {
    height: 200px;
    border-radius: 20px;
  }

  h2 {
    font-size: 35px;
  }

  .miniupdates-tres {
    margin-right: 15px;
  }

  .miniupdates-ytb {
    margin-left: 15px;
  }

  #screen1 {
    display: none;
  }

  .trestitle {
    margin-left: 30px;
  }

  .tres img {
    margin-right: 30px;
  }

  .goto {
    width: 350px;
  }

  .goto a {
    font-size: 23px;
  }

  .goto p {
    font-size: 13px;
  }

}

@media (max-width: 700px) {
  .logoa {
    display: none;
  }

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

  .menu {
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .menu .button {
    display: none;
  }

  .landing {
    height: 500px;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }

  .title {
    margin-top: 150px;
    position: absolute;
    z-index: 1;
    padding: 15px;
    background-color: #fff;
    border-radius: 12px;
    margin-left: -70px;
  }

  .title a {
    color: #000000;
    font-size: 15px;
  }
  
  .landing h1 {
    margin: 0;
    font-size: 50px;
    color: #000000;
  }

  h2 {
    font-size: 35px;
    margin-bottom: 40px;
  }

  .miniupdates {
    flex-direction: column;
    align-items: center;
  }

  .miniupdates img {
    height: 200px;
    border-radius: 18px;
    margin-bottom: 20px;
  }

  .miniupdates-tres {
    margin-right: 0;
  }

  .miniupdates-ytb {
    margin-left: 0;
  }

  .tres {
    flex-direction: column;
    align-items: center;
  }

  .trestitle {
    margin-left: 0;
    align-items: center;
  }

  .tres h2 {
    margin-top: 0;
    font-size: 40px;
    text-align: center;
  }

  .tres a {
    text-align: center;
    width: 400px;
  }

  .tres img {
    margin-top: 20px;
    height: 600px;
    margin-right: 0;
  }

  .title2 a {
    width: 400px;
  }

  .bigupdate {
    flex-direction: column;
    align-items: center;
  }

  .bigupdate h2 {
    margin-top: 0;
    font-size: 35px;
    text-align: center;
  }

  .bigupdate a {
    text-align: center;
    width: 350px;
  }

  .bigupdate img {
    margin-top: 30px;
    height: 800px;
    margin-right: 0;
  }

  .social img {
    height: 40px;
  }

  .form input {
    font-size: 16px;
    width: 300px;
  }

  .form {
    justify-content: center;
    align-items: center;
  }

  .form select {
    font-size: 16px;
    width: 300px;
  }

  .form .button {
    width: 300px;
  }
}












@keyframes scrollDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-1150%);
    }
  }

  @keyframes scrollTop {
    0% {
        transform: translateY(-1150%);
    }
    100% {
        transform: translateY(0);
    }
  }

  @keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-3000%);
    }
  }