@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

html{
    height: 100%;
}

body {
  background: #F0F0F0;
  margin: 0;
  color: white;
  height: 100%;
}

#preloader {
    overflow: hidden;
    background: #ff7000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999999;
    color: #fff;
  }
  
  #preloader .jumper {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    margin: auto;
    width: 50px;
    height: 50px;
  }
  
  #preloader .jumper > div {
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    opacity: 0;
    width: 50px;
    height: 50px;
    -webkit-animation: jumper 1s 0s linear infinite;
    animation: jumper 1s 0s linear infinite;
  }
  
  #preloader .jumper > div:nth-child(2) {
    -webkit-animation-delay: 0.33333s;
    animation-delay: 0.33333s;
  }
.div-simu{
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px;
}

.div-simu h2{
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.div-simu p{
  max-width: 670px;
  font-weight: 100 !important;
  padding-bottom: 10px;
  color: #d7d7d7 !important;
}
.nav-simu{
    display: flex;
    position: absolute;
    justify-content: center;
    width: 100%;
    margin-top: 35px;
}

.subscribe-box {
    background: #003397;
    font-family: "Poppins", sans-serif;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subscribe-box h2 {
  margin: 0 0 0.85em 0;
  font-weight: 900;
  font-size: 30px;
}
.subscribe-box .subscribe {
  width: 100%;
  max-width: 430px;
  margin: auto;
}
.subscribe-box .subscribe input {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    padding: 0.5em 0 0.4em;
    font-weight: 900;
    text-align: center;
    font-size: 28px;
    font-family: inherit;
    font-weight: 900;
    line-height: 1.5;
    color: inherit;
    outline: none;
}
.subscribe-box .subscribe input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.subscribe-box .subscribe input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.subscribe-box .subscribe input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

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

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


.icon-main{
    color: #ff7000;
    font-size: 47px;
    margin-bottom: 10px;
}

.icon-main2{
  color: #ff7000;
  font-size: 40px;
  margin-right: 15px;
}

.noselect {
    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
          -webkit-tap-highlight-color: transparent;
  }
  
  a {
      width: 163px;
      height: 50px;
      cursor: pointer;
      display: flex;
      align-items: center;
      background: #ff7000;
      border: none;
      border-radius: 5px;
      box-shadow: 1px 1px 3px rgba(0,0,0,0.15);
      background: #ff7000;
      text-decoration: none !important;
  }
  
  a, a span {
      transition: 200ms;
  }
  
  a .text {
      transform: translateX(35px);
      color: white;
      font-weight: bold;
  }
  
  a .icon {
      position: absolute;
      border-left: 1px solid #ffa45f;
      transform: translateX(110px);
      height: 25px;
      width: 40px;
      margin-left: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  a i {
      width: 15px;
      color:#fff !important;
  }
  
  a:hover {
      background: #ff4800;
  }
  
  a:hover .text {
      color: transparent;
  }
  
  a:hover .icon {
      width: 150px;
      border-left: none;
      transform: translateX(0);
  }
  
  a:focus {
      outline: none;
  }

  @media (max-width: 580px) {
    .text-main2{
      flex-direction: column;
  }
  }

  

  
    