@font-face {
  font-family: "gxtralight";
  src: url("../fonts/Gilroy-ExtraLight.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gilroy-ExtraLight.otf") format("opentype"),
    url("../fonts/Gilroy-ExtraLight.woff") format("woff"),
    url("Gilroy-ExtraLight.ttf") format("truetype"),
    url("../fonts/Gilroy-Light.svg#Gilroy-ExtraLight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "glight";
  src: url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gilroy-Light.otf") format("opentype"),
    url("../fonts/Gilroy-Light.woff") format("woff"),
    url("Gilroy-Light.ttf") format("truetype"),
    url("../fonts/Gilroy-Light.svg#Gilroy-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gregular";
  src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gilroy-Regular.otf") format("opentype"),
    url("../fonts/Gilroy-Regular.woff") format("woff"),
    url("Gilroy-Regular.ttf") format("truetype"),
    url("../fonts/Gilroy-Regular.svg#Gilroy-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gbold";
  src: url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gilroy-Bold.otf") format("opentype"),
    url("../fonts/Gilroy-Bold.woff") format("woff"),
    url("Gilroy-Bold.ttf") format("truetype"),
    url("../fonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gxtrabold";
  src: url("../fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gilroy-ExtraBold.otf") format("opentype"),
    url("../fonts/Gilroy-ExtraBold.woff") format("woff"),
    url("Gilroy-ExtraBold.ttf") format("truetype"),
    url("../fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media only screen and (max-height: 960px) {
  .right {
    min-height: 960px;
  }
}

html,
body,
input,
textarea,
select,
button {
  -webkit-font-smoothing: antialiased;
}

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

ul {
  list-style-type: none;
}

body,html {
  background-color: #607CF7;
  color: #fff;
  overflow-x: hidden;
}

body.legal {
  background-color: #fff;
  color: #58596d;
}

body.legal h1 {
  color: #1e1f21;
  font-size: 100px;
}


.titleLegal{
  font-size: 30px;
  font-family: "gbold", arial;
  color: #FFFFFF;
  line-height: 40px;
  margin-bottom: 20px;
}
.titleSub{
  font-size: 18px;
  font-family: "gbold", arial;
  color: "FFFFFF;
  margin-top: 20px;
  margin-bottom: 15px;
}
.linkLegal{
  font-size: 16px;
  font-family: "gregular", arial;
  color: #FFFFFF;
  margin-bottom: 10px;
  line-height: 20px;
}
.textLegal{
  font-size: 16px;
  font-family: "gregular", arial;
  color: #FFFFFF;
  margin-bottom: 30px;
  line-height: 20px;
}





section.css404 {
  text-align: center;
  line-height: 87px;
}

section.css404 img {
  width: 360px;
  margin-top: 90px;
}

ul li.active {
  color: #ffffff;
  opacity: 1;
}
.home {
  background-color: #3586ff;
}

a {
  text-decoration: none;
}

img.icon {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
}
h1 {
	color : #99ABFA;
}
.ic_logo {
  width: 210px;
}
.box {
  max-width: 920px;
  margin: 0 auto;
}
.page {
  padding-top: 130px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
.page p a {
  color: #6583fc !important;
}
.page h1 {
  margin-left: 0;
  margin-bottom: 30px;
}

.page H3 {
  font-size: 20px;
  font-family: "gbold", arial;
  line-height: 48px;
}

.page p {
  font-size: 20px;
  font-family: "gregular", arial;
  line-height: 48px;
}

.page a {
  color: #ffffff;
}

.page section {
  display: block;
  text-align: left;
}

.lang {
  position: absolute;
  top: 30px;
  right: 30px;
}

.lang a img {
  width: 22px;
  margin-left: 5px;
  margin-right: 5px;
  opacity: 0.5;
}

.lang a.active img {
  opacity: 1;
}

section {
  max-width: 1600px;
  width: 960px;
  margin: 0 auto;
  height: 940px;
  position: absolute;
  top: 50%;
  margin-top: -470px;
  left: 50%;
  margin-left: -480px;
}

@media only screen and (max-height: 940px) {
  section {
    position: relative;
    top: 0;
    margin-top: 0;
    left: 0;
    margin: 0 auto;
  }

  .page h1 {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

section.css404 {
  text-align: center;
  line-height: 87px;
  display: block;
}

section.css404 img {
  width: 360px;
  margin-top: 90px;
}



.left {
  float: left;
  width: 50%;
}

.left img {
  width: 393px;
  float: left;
  margin-top: 27px;
}

.right {
  float: left;
  width: 50%;
  padding-top: 296px;
  position: relative;
  min-height: 650px;
}

.right img.visuel_icon {
  margin-bottom: 72px;
  margin-left: 42px;
  width: 90px;
}

h1 {
  font-size: 48px;
  line-height: 44px;
  font-family: "gregular", arial;
  margin-top: 26px;
  color: #B8D4FF,
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

.page {
  background-color: #ffffff;
  color: #383a42;
}

.page h2 {
  font-size: 20px;
  font-family: "gxtrabold", arial;
  margin-left: 0;
}

.page p {
  font-family: "gregboldgular", arial;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 20px;
}

.page .menu {
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #e9e9f0;
}

.page .menu a {
  display: inline-block;
  position: relative;
}

.page ul {
  position: relative;
  color: #383a42;
  float: right;
  left: -70px;
}

.page ul a {
  color: #9fa3b0;
}

.page ul li.active a {
  color: #6583fc;
}

.page ul li {
  opacity: 1;
}

.menu a.link img {
  width: 36px;
  height: 31px;
}

.menu a.link {
  padding-top: 10px;
}

.link_store {
  margin-top: 52px;
}

.mobile {
  display: none;
}

.link_store a:first-child {
  margin-right: 20px;
}

.link_store a img {
  width: 200px;
}

ul {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 40px;
}

ul li {
  display: inline-block;
  font-family: "gbold", arial;
  text-transform: uppercase;
  margin-right: 15px;
  opacity: 0.5;
  font-size: 14px;
}

ul li a {
  color: #fff;
  line-height: 34px;
}

ul li:hover {
  opacity: 1;
}
.page ul li:hover {
  opacity: 1;
  color: #6583fc;
}

@media only screen and (max-width: 1024px) {
  section {
    padding-top: 0;
    position: relative;
    top: 0;
    margin-top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    display: inline-flex;
    flex-direction: column-reverse;
    height: 100%;
    text-align: center;
  }
  

  body.legal h1 {
    color: #22222b;
    font-size: 40px;
  }
  .menudesktop {
    display: none;
  }
  .right {
	padding-top: 66px;
	min-height: 390px;
  }
  .ic_logo {
    width: 198px;
}
  .right,
  .left {
    float: none;
    width: 100%;
  }

  video {
    width: 100%;
    margin-left: 0;
    margin-top: -270px;
  }

  section.css404 h1 {
    font-size: 12vw;
  }

  .left img {
    float: none;
    width: 90vw;
    margin-top: -160px;
    display: block;
    margin: 0 auto;
  }

  .right img.visuel_icon {
    margin-left: 0;
    margin-bottom: 0;
    width: 130px;
    margin-top: 10vh;
  }

  .link_store {
	width: 281px;
    margin: 40px auto;
  }

  .link_store a img {
    padding: 8px;
  }

  .link_store a:first-child {
    margin-right: 0;
  }

  ul {
    position: relative;
    left: 0;
  }



  h1 {
    font-size: 36px;
    margin-left: 0;
	padding-left: 50px;
	padding-right: 50px;
    font-family: "gregular", arial !important;
	font-weight: bold;
    line-height: 44px;
	letter-spacing: -1px;
  }

  .mobile {
    display: block;
    margin-bottom: 60px;
  }

  .page {
    padding-top: 100px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 640px) {
  ul li {
    font-size: 14px;
  }
  .page {
    padding-top: 150px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu a.link {
    margin-top: 10px;
    height: 46px;
  }

  .page ul {
    color: #383a42;
    float: none;
    left: 0;
    top: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .page .menu {
    height: auto;
    line-height: 32px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .page .menu a {
    display: inline-block;
    position: relative;
  }
}

@media (max-width: 384px) {
  .page {
    padding-top: 150px;
  }
}
