@font-face {
  font-family: 'SalesforceSans-Bold';
  src: url('../../fonts/SalesforceSans-Bold.eot?#iefix') format('embedded-opentype'),
      url('../../fonts/SalesforceSans-Bold.woff') format('woff'),
      url('../../fonts/SalesforceSans-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SalesforceSans-Light';
  src: url('../../fonts/SalesforceSans-Light.eot?#iefix') format('embedded-opentype'),
      url('../../fonts/SalesforceSans-Light.woff') format('woff'),
      url('../../fonts/SalesforceSans-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  font-family: 'SalesforceSans-Bold';
  text-decoration: none !important;
  color: #009CDB;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #00648C;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:focus {
   outline: none;
   -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
img {
  max-width: 100%;
}
:root {
  font-size: 16px;
  font-family: 'SalesforceSans-Light';
}

body, html {
  width: 100%;
  height: 8000px;
}
span {
  display: block;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.question {
  font-size: 40px;
  margin: 50px auto 0 auto;
  padding: 0 15px;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
  opacity: 0;
  transition: ease-in-out all .3s;
  -webkit-transition: ease-in-out all .3s;
}
.question::after {
  content: '';
  background: url(../../img/arrow-brown.svg) no-repeat center;
  height: 25px;
  width: 65px;
  display: inline-block;
  margin-left: 20px;
}
.question::before {
  content: '';
  background: url(../../img/arrow-brown.svg) no-repeat center;
  height: 25px;
  width: 65px;
  transform: rotate(180deg);
  display: inline-block;
  margin-right: 20px;
}
.question-appears {
  opacity: 1;
  transition: ease-in-out all .3s;
  -webkit-transition: ease-in-out all .3s;
}
.logo-reponse {
  margin: 50px auto 0 auto;
  text-align: center;
  position: fixed;
  width: 50%;
  left: 0;
  right: 0;
  padding: 50px 150px;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.5);
  transition: ease-in-out all .8s;
  -webkit-transition: ease-in-out all .8s;
  transform: scale(0);
}
.logo-reponse-appears {
  transform: scale(1);
}
.logo-reponse a {
  display: block;
}
.logo-reponse img {
  transition: ease-in-out all .3s;
  -webkit-transition: ease-in-out all .3s;
}
.logo-reponse img:hover {
  transform: scale(0.8);
  transition: ease-in-out all .3s;
  -webkit-transition: ease-in-out all .3s;
}
.logo-reponse p {
  font-size: 40px;
  margin: 0 0 20px 0;
  text-align: center;
}

.cloud-left {
  position: fixed;
  top: 230px;
  left: 0;
  width: 45%;
}

.cloud-right {
  position: fixed;
  top: 110px;
  right: 0;
  width: 55%;
}

.cloud-right2 {
  position: fixed;
  top: 200px;
  right: 0;
  width: 25%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#clouds {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 20%;
}
.cloud {
  width: 277px;
  height: 141px;
  background: url(../img/cloud-1.png) no-repeat center;
  position: relative;
}

.cld1 {
  -webkit-animation: moveclouds 45s linear infinite;
  -moz-animation: moveclouds 45s linear infinite;
  -o-animation: moveclouds 45s linear infinite;
}
.cld2 {
  left: 200px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0.6;
  -webkit-animation: moveclouds 55s linear infinite;
  -moz-animation: moveclouds 55s linear infinite;
  -o-animation: moveclouds 55s linear infinite;
}
.cld3 {
  left: -250px;
  top: -200px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.8;
  -webkit-animation: moveclouds 50s linear infinite;
  -moz-animation: moveclouds 50s linear infinite;
  -o-animation: moveclouds 50s linear infinite;
}
.cld4 {
  left: 470px;
  top: -370px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0.75;
  -webkit-animation: moveclouds 58s linear infinite;
  -moz-animation: moveclouds 58s linear infinite;
  -o-animation: moveclouds 58s linear infinite;
}
.cld5 {
  left: -150px;
  top: -380px;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0.8;
  -webkit-animation: moveclouds 60s linear infinite;
  -moz-animation: moveclouds 60s linear infinite;
  -o-animation: moveclouds 60s linear infinite;
}
.cld6 {
  left: 650px;
  top: -50px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.8;
  -webkit-animation: moveclouds 60s linear infinite;
  -moz-animation: moveclouds 60s linear infinite;
  -o-animation: moveclouds 60s linear infinite;
}
.planet {
  position: fixed;
  left: 50%;
  margin-left: -750px;
  margin-top: 72vh;
  height: 1500px;
  width: 1500px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.sign-base {
  background: url(../img/sign-base.png) center no-repeat;
  display: inline-block;
  padding: 20px 0 180px 0;
}
.planet-surface {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e09400;
  border-radius: 50%;
}
.surface2 {
  position: absolute;
  top: 2.5%;
  left: 2.5%;
  width: 95%;
  height: 95%;
  border: dashed 10px #4a3a2e;
  border-radius: 50%;
}
.surface3 {
  position: absolute;
  top: 6%;
  left: 6%;
  width: 88%;
  height: 88%;
  border-radius: 50%;
  background: #EFEDE1;
  box-shadow: inset 0px 0px 10px black;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.astro {
  position: fixed;
  top: 56vh;
  margin-top: -50px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-animation: busupdown 0.8s linear infinite;
  -moz-animation: busupdown 0.8s linear infinite;
  -o-animation: busupdown 0.8s linear infinite;
}
.astro img {
  width: 180px;
}

.sign {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 220px;
  display: block;
}
.flag {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 140px;
  display: inline-block;
}
.sign:hover, .flag:hover {
  cursor: pointer;
  opacity: 0.5;
}
.flag-yes {
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.flag-no {
  -webkit-transform: rotate(-15deg);
  transform: rotate(15deg);
}
#flag-onsite {
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  width: 175px;
}
#flag-online {
  -webkit-transform: rotate(-15deg);
  transform: rotate(15deg);
  width: 230px;
}
.part1 {
  position: absolute;
  top: -345px;
  right: 505px;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
  opacity: 1;
  transition: ease-in-out all .3s;
  -webkit-transition: ease-in-out all .3s;
}
.part2 {
  position: absolute;
  top: 5px;
  right: -85px;
  -webkit-transform: rotate(52deg);
  transform: rotate(52deg);
  opacity: 1;
  transition: ease-in-out all .3s;
  -webkit-transition: ease-in-out all .3s;
}
.part3 {
  position: absolute;
  top: 665px;
  right: -245px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
  transition: ease-in-out all .3s;
  -webkit-transition: ease-in-out all .3s;
}
.part4 {
  position: absolute;
  top: 1225px;
  right: 15px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 1;
  transition: ease-in-out all .3s;
  -webkit-transition: ease-in-out all .3s;
}
.part5 {
  position: absolute;
  top: 1465px;
  right: 535px;
  -webkit-transform: rotate(170deg);
  transform: rotate(170deg);
  opacity: 1;
  transition: ease-in-out all .3s;
  -webkit-transition: ease-in-out all .3s;
}
.invisible {
  opacity: 0;
  transition: ease-in-out all .3s;
  -webkit-transition: ease-in-out all .3s;
}
.logo-reponse .cta01, .logo-reponse .cta01:focus, .logo-reponse .cta01:active {
  font-family: 'SalesforceSans-Bold';
  border-radius: 4px;
  padding: 13px 40px;
  color: white;
  text-transform: uppercase;
  background-color: #f16921;
  -webkit-box-shadow: 0 3px 0 0 #a54411;
  box-shadow: 0 3px 0 0 #a54411;
  margin-top: 20px;
  display: inline-block;
}
.logo-reponse .cta01:hover {
  background-color: #C6561C;
  -webkit-box-shadow: 0 3px 0 0 #f16921;
  box-shadow: 0 3px 0 0 #f16921;
  color: white;
}
.scale {
  z-index: 999;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.opacity {
  opacity: 0.5;
}
@media all and (max-width: 900px) {
  .logo-reponse {
    margin: 50px 10px 0 10px;
    text-align: center;
    position: fixed;
    width: auto;
    left: 0;
    right: 0;
    padding: 50px;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.5);
    transition: ease-in-out all .8s;
    -webkit-transition: ease-in-out all .8s;
    transform: scale(0);
  }
  .logo-reponse-appears {
    transform: scale(1);
  }
}
@media all and (max-width: 760px) {
  .question::after, .question::before {
    display: none;
  }
  .question {
    margin: 0;
  }
}
@media (max-width: 414px) {
  .part1 {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    top: -325px;
    right: 529px;
  }
  .part2 {
    transform: scale(0.8) rotate(52deg);
    -webkit-transform: scale(0.8) rotate(52deg);
    top: 15px;
    right: -55px;
  }
  .part3 {
    transform: scale(0.8) rotate(90deg);
    -webkit-transform: scale(0.8) rotate(90deg);
    top: 625px;
    right: -245px;
  }
  .part4 {
    transform: scale(0.8) rotate(135deg);
    -webkit-transform: scale(0.8) rotate(135deg);
    top: 1180px;
    right: 15px;
  }
  .part5 {
    transform: scale(0.8) rotate(167deg);
    -webkit-transform: scale(0.8) rotate(167deg);
    top: 1445px;
    right: 475px;
  }
  .question {
    font-size: 35px;
  }
  .logo-reponse {
    margin: 0 10px 0 10px;
  }
  .astro {
    top: 59vh;
  }
  .astro img {
    width: 160px;
  }
}

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes moveclouds {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
@keyframes moveclouds {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
@-webkit-keyframes busupdown {
  0% {
    margin-top: -50px;
  }
  50% {
    margin-top: -55px;
  }
  100% {
    margin-top: -50px;
  }
}
@keyframes busupdown {
  0% {
    margin-top: -50px;
  }
  50% {
    margin-top: -55px;
  }
  100% {
    margin-top: -50px;
  }
}
@-webkit-keyframes tireleft {
  0% {
    bottom: -20px;
  }
  50% {
    bottom: -28px;
  }
  100% {
    bottom: -20px;
  }
}
@keyframes tireleft {
  0% {
    bottom: -20px;
  }
  50% {
    bottom: -28px;
  }
  100% {
    bottom: -20px;
  }
}
