@charset "UTF-8";
/**
 * ----------------------------------------
 * GLOBAL SETTINGS
 * ----------------------------------------
 */
/**
 * ----------------------------------------
 * FONTS
 * ----------------------------------------
 */
/**
 * ----------------------------------------
 * COLORS
 * ----------------------------------------
 */
@font-face {
  font-family: 'mission-font';
  src: url("../assets/font/mission-font.eot?68589869");
  src: url("../assets/font/mission-font.eot?68589869#iefix") format("embedded-opentype"), url("../assets/font/mission-font.woff2?68589869") format("woff2"), url("../assets/font/mission-font.woff?68589869") format("woff"), url("../assets/font/mission-font.ttf?68589869") format("truetype"), url("../assets/font/mission-font.svg?68589869#mission-font") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'mission-font';
    src: url('../assets/font/mission-font.svg?68589869#mission-font') format('svg');
  }
}
*/
/* line 52, ../scss/style.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "mission-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 70, ../scss/style.scss */
.icon-play-circled2:before {
  content: '\e800';
}

/* '¯áÇ' */
/* line 71, ../scss/style.scss */
.icon-ok:before {
  content: '\e801';
}

/* '¯áü' */
/* line 72, ../scss/style.scss */
.icon-right-big:before {
  content: '\e802';
}

/* '¯áé' */
/* line 73, ../scss/style.scss */
.icon-twitter:before {
  content: '\f099';
}

/* '´éÖ' */
/* line 74, ../scss/style.scss */
.icon-facebook:before {
  content: '\f09a';
}

/* '´éÜ' */
/** LOADER **/
/* line 79, ../scss/style.scss */
.loading-overlay {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 60px;
  display: block;
}
/* line 90, ../scss/style.scss */
.loading-overlay .loading-content-block {
  background: #f9f9f9;
  height: calc(100% - 60px);
  width: calc(100% - 60px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
}
/* line 99, ../scss/style.scss */
.loading-overlay .loading-content-block h2 {
  color: #444;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 42px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: block;
}
/* line 111, ../scss/style.scss */
.loading-overlay .loading-content-block h2.fadeoutdown {
  -webkit-animation: fadeoutdown 3s cubic-bezier(0.23, 1, 0.32, 1) both;
  -moz-animation: fadeoutdown 3s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: fadeoutdown 3s cubic-bezier(0.23, 1, 0.32, 1) both;
}

/* line 120, ../scss/style.scss */
.loading-overlay.fadeOut {
  z-index: -10;
}

@-webkit-keyframes fadeoutdown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    margin-top: 50px;
  }
}
/* DESACTIVE ANIMATE SUR MOBILES ET TABLETTES */
@media only screen and (max-width: 768px) {
  /* line 139, ../scss/style.scss */
  .animated {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}
/** SASS FUNCTIONS **/
/**
  @include lg-screen {
    width: 100%;
    float: none;
    margin: 0;
  }
  **/
/**
 * ----------------------------------------
 * ANIMATIONS
 * ----------------------------------------
 */
/* BOUTON SOUTIENT */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  1% {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  3% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  6% {
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  8% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
/** STYLE GLOBAL **/
/* line 254, ../scss/style.scss */
a:focus {
  outline: none !important;
  text-decoration: none;
}

/* line 259, ../scss/style.scss */
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 268, ../scss/style.scss */
body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  color: #444;
  background: #fff;
  position: relative;
  color: #444;
  overflow-x: hidden;
}

/* line 277, ../scss/style.scss */
#wrapper {
  position: relative;
  top: 0;
}

/* line 282, ../scss/style.scss */
.anchor-margin {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

/* line 289, ../scss/style.scss */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 8px 6px -6px rgba(15, 15, 15, 0.2);
  -moz-box-shadow: 0 8px 6px -6px rgba(15, 15, 15, 0.2);
  box-shadow: 0 8px 6px -6px rgba(15, 15, 15, 0.2);
  height: 79px;
  transform: translateY(-79px);
  -webkit-transform: translateY(-79px);
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
/* line 307, ../scss/style.scss */
header.fixed-header {
  position: fixed;
  background: white;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation: header-reveal 1s ease-in-out 0.3s both;
  -moz-animation: header-reveal 1s ease-in-out 0.3s both;
  animation: header-reveal 1s ease-in-out 0.3s both;
}
@media screen and (max-width: 480px) {
  /* line 307, ../scss/style.scss */
  header.fixed-header {
    height: 50px;
  }
  /* line 319, ../scss/style.scss */
  header.fixed-header .navbar-brand {
    padding: 10px 15px !important;
  }
  /* line 321, ../scss/style.scss */
  header.fixed-header .navbar-brand img {
    display: block;
  }
}
/* line 327, ../scss/style.scss */
header.header-loaded {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

/* line 333, ../scss/style.scss */
.collapse.in {
  border-bottom: 1px solid #CCC;
}

/* line 337, ../scss/style.scss */
.navbar-default {
  background: #fff;
  border: 0;
}

/* line 342, ../scss/style.scss */
.navbar-brand > img {
  max-height: 25px;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 960px) {
  /* line 342, ../scss/style.scss */
  .navbar-brand > img {
    /*display: none;*/
    top: 0px;
    left: 125%;
  }
}

/* line 353, ../scss/style.scss */
#navbar ul {
  padding: 26px 0 14px;
  text-align: right;
}
@media screen and (max-width: 480px) {
  /* line 353, ../scss/style.scss */
  #navbar ul {
    text-align: left;
  }
}
/* line 360, ../scss/style.scss */
#navbar ul li {
  margin: 0 15px;
}
/* line 363, ../scss/style.scss */
#navbar ul li.btn-pulse {
  -webkit-animation: heartbeat 10s ease-in-out 2s infinite both;
  -moz-animation: heartbeat 10s ease-in-out 2s infinite both;
  animation: heartbeat 10s ease-in-out 2s infinite both;
}
@media screen and (max-width: 480px) {
  /* line 360, ../scss/style.scss */
  #navbar ul li {
    display: block;
    margin-bottom: 15px;
  }
}
/* line 373, ../scss/style.scss */
#navbar ul li a {
  text-transform: uppercase;
  color: #00B4FF;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
/* line 380, ../scss/style.scss */
#navbar ul li a.rounded-btn {
  position: relative;
  top: -2px;
}
/* line 385, ../scss/style.scss */
#navbar ul li a.rounded-btn:after {
  display: none;
}
/* line 390, ../scss/style.scss */
#navbar ul li a:after {
  display: block;
  content: '';
  width: 30%;
  height: 3px;
  background: #00B4FF;
  margin: 6px auto 0 auto;
  transform: scale(0);
  -webkit-transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 480px) {
  /* line 390, ../scss/style.scss */
  #navbar ul li a:after {
    display: none;
  }
}
/* line 405, ../scss/style.scss */
#navbar ul li a:hover {
  text-decoration: none;
}
/* line 407, ../scss/style.scss */
#navbar ul li a:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
/* line 417, ../scss/style.scss */
#navbar ul li:last-child {
  margin-right: 0 !important;
}

/* line 423, ../scss/style.scss */
section.first-section-home {
  height: 100vh;
  color: #fff;
  width: 100%;
  position: relative;
  text-align: center;
  background: #83a4d4;
  background: url("../assets/img/bg.jpg") no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  background-attachment: fixed;
  top: 0px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 40em){
  section.first-section-home {
    height: 115vh;
  }
}
/* line 438, ../scss/style.scss */
section.first-section-home .block-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/* line 445, ../scss/style.scss */
section.first-section-home .block-title h1 {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 6px;
  font-family: "Raleway", sans-serif;
  font-size: 2.5em;
}
@media only screen and (max-width: 40em) {
  /* line 445, ../scss/style.scss */
  section.first-section-home .block-title h1 {
    font-size: 2em;
  }
}
/* line 457, ../scss/style.scss */
section.first-section-home .block-title h2 {
  margin-bottom: 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
  letter-spacing: 1px;
  font-weight: 300;
}
/* line 465, ../scss/style.scss */
section.first-section-home .block-title a.loaded {
  -webkit-animation: button-section-animation 3s cubic-bezier(0.23, 1, 0.32, 1) both;
  -moz-animation: button-section-animation 3s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: button-section-animation 3s cubic-bezier(0.23, 1, 0.32, 1) both;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 470, ../scss/style.scss */
section.first-section-home .block-title a.loaded:hover {
  color: #444;
  background: white !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@-webkit-keyframes button-section-animation {
  0% {
    -webkit-transform: translateY(-500px) scaleY(0.1) scaleX(0.5);
    transform: translateY(-500px) scaleY(0.1) scaleX(0.5);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 0;
    background: white;
  }
  35% {
    -webkit-transform: translateY(0) scaleY(0.1) scaleX(0.5);
    transform: translateY(0) scaleY(0.1) scaleX(0.5);
    -webkit-transform-origin: 50% 50%;
    opacity: 1;
    background: white;
  }
  75% {
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  100% {
    background: transparent;
  }
}
@keyframes button-section-animation {
  0% {
    -webkit-transform: translateY(-500px) scaleY(0.1) scaleX(0.5);
    transform: translateY(-500px) scaleY(0.1) scaleX(0.5);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 0;
    background: white;
  }
  35% {
    -webkit-transform: translateY(0) scaleY(0.1) scaleX(0.5);
    transform: translateY(0) scaleY(0.1) scaleX(0.5);
    -webkit-transform-origin: 50% 50%;
    opacity: 1;
    background: white;
  }
  75% {
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  100% {
    background: none;
  }
}
/* line 535, ../scss/style.scss */
section.basic-section {
  min-height: 200px;
  width: 100%;
  background: white;
  padding: 40px 20px;
  position: relative;
}
/* line 542, ../scss/style.scss */
section.basic-section .section-title {
  position: relative;
  display: inline-block;
  margin: 0px auto 50px auto;
  text-align: center;
}
/* line 549, ../scss/style.scss */
section.basic-section .section-title h1 {
  text-align: center;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 2.125em;
  position: relative;
  color: #00B4FF;
  position: relative;
}
/* line 560, ../scss/style.scss */
section.basic-section .section-title:after {
  content: '';
  display: block;
  width: 10%;
  height: 2px;
  background: #00B4FF;
  margin: 20px auto 0px auto;
}
/* line 569, ../scss/style.scss */
section.basic-section .section-title p {
  margin: 15px auto;
  font-size: 1.05em;
  max-width: 670px;
}
/* line 577, ../scss/style.scss */
section.basic-section h2 {
  font-family: "Open Sans Condensed", sans-serif;
}
/* line 581, ../scss/style.scss */
section.basic-section p {
  text-align: center;
  font-size: 1em;
}

section.basic-section .text-appel {
  text-align: justify;
  font-size: 1.05em;
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

section.basic-section .text-soutien {
  text-align: justify;
  font-size: 1.05em;
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  max-width: 800px;
  margin: 0 auto;
}

/* line 588, ../scss/style.scss */
section.section-light-grey {
  background: #f1f1f1;
}

/* line 592, ../scss/style.scss */
section.section-orange {
  background: #ffcc05;
  padding: 20px 20px 60px 20px !important;
}
/* line 598, ../scss/style.scss */
section.section-orange .section-title h1 {
  color: #444 !important;
}
/* line 601, ../scss/style.scss */
section.section-orange .section-title:after {
  background: #444 !important;
}
/* line 604, ../scss/style.scss */
section.section-orange .section-title p {
  color: #444 !important;
  font-weight: 600;
}

/* line 610, ../scss/style.scss */
.section-contact {
  min-height: 450px !important;
}

@media screen and (max-width: 480px) {
  .section-appel {
    margin-top: -35px;
    padding-top: 10px !important;
  }
  .section-appel-first {
    margin-top: -5px;
    padding-top: 10px !important;
  }
}
.col-md-7{
  float:none;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  /* line 610, ../scss/style.scss */
  .section-contact {
    min-height: 550px !important;
  }

    .col-md-7{
    margin-left: 0%;
  }
}

/* line 617, ../scss/style.scss */
.img-picture {
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

/* line 622, ../scss/style.scss */
.img-picture-one {
  height: auto;
  position: absolute;
  left: 1%;
  top: 0em;
  z-index: 9;
  max-width: 350px;
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
}

.img-picture-one-2 {
  height: auto;
  position: absolute;
  left: 1%;
  top: 0em;
  margin-top: -15px;
  z-index: 9;
  max-width: 350px;
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
}

/* line 633, ../scss/style.scss */
.img-picture-second {
  position: absolute;
  top: 4em;
  left: -8%;
  margin-top: 270px;
  z-index: 10;
  max-width: 400px;
  transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
}

.img-picture-second-2 {
  position: absolute;
  top: 4em;
  left: -8%;
  margin-top: 450px;
  z-index: 10;
  max-width: 400px;
  transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
}

/* line 644, ../scss/style.scss */
.img-picture-third {
  position: absolute;
  top: 1em;
  margin-top: 240px;
  right: -9%;
  z-index: 0;
  max-width: 410px;
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
}

.img-picture-third-2 {
  position: absolute;
  top: 1em;
  margin-top: 350px;
  right: -9%;
  z-index: 0;
  max-width: 410px;
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
}
@media screen and (max-width: 1200px) {
  /* line 656, ../scss/style.scss */
  .img-picture {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  /* line 662, ../scss/style.scss */
  .img-picture-one {
    left: -6%;
  }

.img-picture-one-2 {
    left: -6%;
  }

  /* line 665, ../scss/style.scss */
  .img-picture-second {
    max-width: 300px;
    left: -7%;
  }

  .img-picture-second-2 {
    max-width: 300px;
    left: -7%;
  }

  /* line 669, ../scss/style.scss */
  .img-picture-third {
    max-width: 320px;
    right: -8%;
  }

  .img-picture-third-2 {
    max-width: 320px;
    right: -8%;
  }
}

@media screen and (min-width: 1401px) {

  .img-picture-one {
    max-width: 450px
    left: -2%;
  }

.img-picture-one-2 {
    max-width: 450px
    left: -2%;
  }

  .img-picture-second {
    max-width: 450px;
    left: -12%;
  }

  .img-picture-second-2 {
      max-width: 400px;
      left: -12%;
  }

  .img-picture-third {
    max-width: 450px;
    right: -11%;
  }

  .img-picture-third-2 {
    max-width: 450px;
    right: -11%;
  }
}

@media screen and (min-width: 1600px) {

  .img-picture-one {
    max-width: 450px
    left: -2%;
  }

  .img-picture-one-2 {
    max-width: 450px
    left: -2%;
  }

  .img-picture-second {
    max-width: 450px;
    left: -6%;
  }

  .img-picture-second-2 {
    max-width: 400px;
    left: -6%;
  }

  .img-picture-third {
    max-width: 450px;
    right: -6%;
  }

  .img-picture-third-2 {
    max-width: 450px;
    right: -6%;
  }
}

@media screen and (max-width: 480px) {
  /* line 676, ../scss/style.scss */
  .img-picture-one {
    display: block;
    max-width: 240px;
    margin-top: 110px;
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    left: 15%;
  }

/*    .img-picture-one-2 {
    display: block;
    max-width: 240px;
    margin-top: 180px;
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    left: 15%;
  }*/

  .img-picture-third-2 {
    display: block;
    max-width: 240px;
    margin-top: 70px;
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    left: 18%;
  }

  /* line 684, ../scss/style.scss */
  .first-paragraphe {
    margin-top: 160px;
    display: block;
  }

}

/* line 690, ../scss/style.scss */
/*.progress {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  padding: 0;
  background: #E6E6E6;
  display: block;
  position: relative;
  height: 20px;
}*/

/* line 701, ../scss/style.scss */
section.section-square {
  margin: 80px 0 0 0;
  text-align: center;
}

/* line 704, ../scss/style.scss */
section.section-square .col-md-4, section.section-square .col-xs-12 {
  padding: 0;
  height: 400px;
  overflow: hidden;
}
/* line 709, ../scss/style.scss */
section.section-square .col-md-4.first-case, section.section-square .col-xs-12.first-case {
  background: #ffb705;
}
/* line 711, ../scss/style.scss */
section.section-square .col-md-4.first-case img, section.section-square .col-xs-12.first-case img {
  width: 350px;
  height: auto;
}
@media screen and (max-width: 480px) {
  /* line 711, ../scss/style.scss */
  section.section-square .col-md-4.first-case img, section.section-square .col-xs-12.first-case img {
    width: 290px;
  }
}
@media screen and (max-width: 480px) {
  /* line 709, ../scss/style.scss */
  section.section-square .col-md-4.first-case, section.section-square .col-xs-12.first-case {
    height: 290px;
  }
}
/* line 722, ../scss/style.scss */
section.section-square .col-md-4.second-case, section.section-square .col-xs-12.second-case {
  background: #f2f2f2;
}
/* line 724, ../scss/style.scss */
section.section-square .col-md-4.second-case img, section.section-square .col-xs-12.second-case img {
  width: 350px;
  height: auto;
}
@media screen and (max-width: 480px) {
  /* line 724, ../scss/style.scss */
  section.section-square .col-md-4.second-case img, section.section-square .col-xs-12.second-case img {
    width: 290px;
  }
}
@media screen and (max-width: 480px) {
  /* line 722, ../scss/style.scss */
  section.section-square .col-md-4.second-case, section.section-square .col-xs-12.second-case {
    height: 290px;
  }
}
/* line 735, ../scss/style.scss */
section.section-square .col-md-4.third-case, section.section-square .col-xs-12.third-case {
  background: #ef6461;
}
/* line 739, ../scss/style.scss */
section.section-square .col-md-4.third-case .number-count, section.section-square .col-xs-12.third-case .number-count {
  display: block;
  font-size: 10em;
  font-family: "Open Sans Condensed", sans-serif;
  color: white;
  font-weight: bold;
  opacity: 0.4;
  margin-bottom: -60px;
}
/* line 749, ../scss/style.scss */
section.section-square .col-md-4.third-case .number-text, section.section-square .col-xs-12.third-case .number-text {
  text-transform: uppercase;
  font-size: 1.35em;
  font-weight: 500;
  color: white;
  position: relative;
  top: -58px;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 480px) {
  /* line 735, ../scss/style.scss */
  section.section-square .col-md-4.third-case, section.section-square .col-xs-12.third-case {
    padding: 10px;
    height: auto;
  }
}
/* line 765, ../scss/style.scss */
section.section-square .col-md-4.fourth-case, section.section-square .col-xs-12.fourth-case {
  background: #f2f2f2;
}
/* line 767, ../scss/style.scss */
section.section-square .col-md-4.fourth-case img, section.section-square .col-xs-12.fourth-case img {
  width: 350px;
  height: auto;
}
@media screen and (max-width: 480px) {
  /* line 767, ../scss/style.scss */
  section.section-square .col-md-4.fourth-case img, section.section-square .col-xs-12.fourth-case img {
    width: 290px;
  }
}
@media screen and (max-width: 480px) {
  /* line 765, ../scss/style.scss */
  section.section-square .col-md-4.fourth-case, section.section-square .col-xs-12.fourth-case {
    height: 290px;
  }
}
/* line 778, ../scss/style.scss */
section.section-square .col-md-4.fifth-case, section.section-square .col-xs-12.fifth-case {
  background: #434343;
}
/* line 780, ../scss/style.scss */
section.section-square .col-md-4.fifth-case .number-count, section.section-square .col-xs-12.fifth-case .number-count {
  display: block;
  font-size: 10em;
  font-family: "Open Sans Condensed", sans-serif;
  color: white;
  font-weight: bold;
  opacity: 0.4;
  margin-bottom: -60px;
}
/* line 790, ../scss/style.scss */
section.section-square .col-md-4.fifth-case .number-text, section.section-square .col-xs-12.fifth-case .number-text {
  text-transform: uppercase;
  font-size: 1.35em;
  font-weight: 500;
  color: white;
  position: relative;
  top: -58px;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 480px) {
  /* line 778, ../scss/style.scss */
  section.section-square .col-md-4.fifth-case, section.section-square .col-xs-12.fifth-case {
    padding: 10px;
    height: auto;
  }
}
/* line 805, ../scss/style.scss */
section.section-square .col-md-4.sixt-case, section.section-square .col-xs-12.sixt-case {
  background: #f2f2f2;
  padding: 120px 30px 30px 30px;
}
/* line 808, ../scss/style.scss */
section.section-square .col-md-4.sixt-case .btn-shadow, section.section-square .col-xs-12.sixt-case .btn-shadow {
  margin-top: 25px;
}
@media screen and (max-width: 480px) {
  /* line 805, ../scss/style.scss */
  section.section-square .col-md-4.sixt-case, section.section-square .col-xs-12.sixt-case {
    padding: 60px 30px 30px 30px;
  }
}

/* line 818, ../scss/style.scss */
.hello {
  stroke-width: 3px;
  stroke-dasharray: 1045;
  animation: 6s write;
}

@keyframes write {
  0% {
    stroke-dashoffset: 1045;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* line 835, ../scss/style.scss */
section.video-section div.container {
  padding-left: 0;
  padding-right: 0;
}
/* line 840, ../scss/style.scss */
section.video-section div.video-container {
  max-width: 600px;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
/* line 847, ../scss/style.scss */
section.video-section div.video-block {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
  position: relative;
  padding-bottom: 53.25%;
  margin-bottom: 20px;
  padding-top: 25px;
  height: 0;
}
/* line 856, ../scss/style.scss */
section.video-section div.video-block img {
  z-index: 1;
  position: absolute;
  cursor: pointer;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
/* line 866, ../scss/style.scss */
section.video-section div.video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 874, ../scss/style.scss */
section.video-section div.video-block button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: #ef6461;
  color: white;
  border-radius: 20px;
  padding: 6px 12px;
  border: 1px solid #ef6461;
  z-index: 3;
  font-size: 1.125em;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  font-weight: normal;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}

/* line 898, ../scss/style.scss */
.gradient-section {
  position: relative;
  background-image: url("../assets/img/bg4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-attachment: fixed;
  text-align: center;
  padding: 30px;
}
/* line 908, ../scss/style.scss */
.gradient-section .mask-gradient {
  background: #43cea2;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #185a9d, #43cea2);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #185a9d, #43cea2);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 1;
}
/* line 922, ../scss/style.scss */
.gradient-section h3 {
  color: #fff;
  position: relative;
  z-index: 4;
  font-family: "Raleway", sans-serif;
  font-size: 4em;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 900;
}
/* line 932, ../scss/style.scss */
.gradient-section svg {
  position: relative;
  z-index: 5;
  width: 300px;
  top: -36px;
}

/* line 945, ../scss/style.scss */
#logo_path path {
  animation: draw 2.4s;
}

@keyframes draw {
  0% {
    opacity: 0;
    stroke-dashoffset: -100;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
/* line 962, ../scss/style.scss */
.support-me {
  text-align: center;
}
/* line 964, ../scss/style.scss */
.support-me svg {
  margin: 0 auto;
  width: 45px;
  height: 45px;
  color: #444;
}
@media screen and (max-width: 480px) {
  /* line 970, ../scss/style.scss */
  .support-me svg:nth-child(1) {
    margin-top: 0px;
  }
}
/* line 974, ../scss/style.scss */
.support-me h3 {
  color: #444;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 600;
}
/* line 980, ../scss/style.scss */
.support-me h3:after {
  content: '';
  display: block;
  background: #444;
  height: 4px;
  width: 30px;
  margin: 15px auto;
}
/* line 989, ../scss/style.scss */
.support-me p {
  color: #444;
  font-weight: 600;
}

/* line 994, ../scss/style.scss */
.section-blue-gradient-top {
  position: relative;
  min-height: 450px;
  background: url("");
  border-top: 1px solid #c1ebf5;
  padding-top: 100px !important;
}
/* line 1001, ../scss/style.scss */
.section-blue-gradient-top:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 200px;
  width: 100%;
  background-color: rgba(108, 206, 236, 0.15);
  background-image: -webkit-linear-gradient(top, rgba(108, 206, 236, 0.15), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, rgba(108, 206, 236, 0.15), rgba(255, 255, 255, 0));
  background-color: transparent !important;
}

/* line 1017, ../scss/style.scss */
.img-mockup-block {
  width: 650px;
  height: 450px;
  background: url("../assets/img/mockup.png") center center no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  margin-left: -250px;
}

/* line 1027, ../scss/style.scss */
.rounded-btn.btn-blue {
  display: inline-block;
  border: 1px solid #00B4FF;
  color: white !important;
  border-radius: 20px;
  padding: 5px 14px;
  margin: 5px;
  font-size: 0.875em;
  background: #00B4FF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.rounded-btn.btn-blue.mensuel {
  display: inline-block;
  border: 1px solid #00B4FF;
  color: white !important;
  border-radius: 20px;
  padding: 5px 14px;
  margin: 5px;
  font-size: 0.875em;
  background: #00B4FF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 1036, ../scss/style.scss */
.rounded-btn.btn-blue:hover {
  background: none;
  color: #00B4FF !important;
  text-decoration: none;
}
/* line 1042, ../scss/style.scss */
.rounded-btn.btn-red-support {
  border: 1px solid #ef6461;
  color: #ef6461 !important;
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 0.875em;
}
/* line 1048, ../scss/style.scss */
.rounded-btn.btn-red-support:hover {
  background: #ef6461;
  color: white !important;
  text-decoration: none;
}

.rounded-btn.btn-support-body {
  display:inline-block;
  border: 1px solid #00B4FF;
  color: white !important;
  border-radius: 3px;
  margin-top: 30px;
  padding: 14px 50px;
  font-size: 0.875em;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  background: #00B4FF;
  letter-spacing: 1px;
}

.rounded-btn.btn-support-body:hover {
  background: white;
  color: #00B4FF !important;
  text-decoration: none;
}

/* line 1054, ../scss/style.scss */
.rounded-btn.btn-white {
  border: 1px solid white;
  color: white;
  border-radius: 20px;
  padding: 5px 14px;
  margin: 15px auto;
  font-size: 0.875em;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 1063, ../scss/style.scss */
.rounded-btn.btn-white:hover {
  background: white;
  color: #00B4FF !important;
  text-decoration: none;
}

/* line 1071, ../scss/style.scss */
.internet-statistics {
  text-align: center;
  margin-bottom: 30px;
}
/* line 1075, ../scss/style.scss */
.internet-statistics p {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
}
/* line 1080, ../scss/style.scss */
.internet-statistics h3 {
  margin: 40px auto;
  color: #ef6461;
  font-size: 1.375em;
}
/* line 1086, ../scss/style.scss */
.internet-statistics .btn-shadow {
  margin-top: 30px;
}

#progress {
  margin: 20px;
/*  width: 50%;
  height: 50%;*/
  position: relative;
  /*left: 24%;*/
  max-width: 500px;
}

#progress-desc {
  text-align: center;
}
/* line 1093, ../scss/style.scss */
/*.progress-bar {
  display: inline-block;
  height: 20px;
  background: #00B4FF;
  background: -moz-linear-gradient(right, #00B4FF 0%, #1abcff 50%, #00B4FF 100%);
  background: -webkit-linear-gradient(right, #00B4FF 0%, #1abcff 50%, #00B4FF 100%);
  background: linear-gradient(to right, #00B4FF 0%, #1abcff 50%, #00B4FF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$blue', endColorstr='lighten($blue,5%)',GradientType=0 );
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  animation: moving-gradient 1s linear 2s infinite, progress 2s linear;
  -webkit-animation: moving-gradient 1s linear 2s infinite, progress 2s linear;
  -moz-animation: moving-gradient 1s linear 2s infinite, progress 2s linear;
  background-size: 50% 100%;
  -webkit-background-size: 50% 100%;
}*/
/* line 1111, ../scss/style.scss */
/*.progress-bar:before {
  content: '';
  width: 100%;
  height: 20px;
  display: block;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
}*/

/* line 1123, ../scss/style.scss */
/*.progress-info {
  background: #444;
  color: #fff;
  padding: 3px 6px;
  position: relative;
  top: 0;
  font-size: 12px;
  top: -35px;
  left: -22px;
  display: inline-block;
  z-index: 2;
  -webkit-animation: progress-info-reveal 2s ease-in-out 2s both;
  -moz-animation: progress-info-reveal 2s ease-in-out 2s both;
  animation: progress-info-reveal 2s ease-in-out 2s both;
}*/
/* line 1138, ../scss/style.scss */
/*.progress-info:after {
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #444;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: 18px;
  left: 8px;
  content: '';
  z-index: -1;
}*/

/*@keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 25%;
  }
}
@-webkit-keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 25%;
  }
}
@-moz-keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 25%;
  }
}
@keyframes progress-info-reveal {
  0% {
    opacity: 0;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
@-webkit-keyframes progress-info-reveal {
  0% {
    opacity: 0;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
@-moz-keyframes progress-info-reveal {
  0% {
    opacity: 0;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}*/
@keyframes moving-gradient {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}
@-webkit-keyframes moving-gradient {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}
@keyframes header-reveal {
  0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
}
@-webkit-keyframes header-reveal {
  0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
}
/* line 1216, ../scss/style.scss */
footer {
  background: #F4F4F4;
  padding: 18px 0 8px 0;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  color: #737a88;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #E1E1E1;
}

/** BUTTONS **/
/* line 1234, ../scss/style.scss */
.btn-base {
  text-transform: uppercase;
  padding: 8px 16px;
  font-size: 1.125em;
  letter-spacing: 2px;
  font-family: "Open Sans Condensed", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
/* line 1243, ../scss/style.scss */
.btn-base.btn-white {
  background: none;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 3px;
}
/* line 1249, ../scss/style.scss */
.btn-base.btn-white:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}

/* line 1258, ../scss/style.scss */
.btn-shadow {
  display: inline-block;
  height: auto;
  padding: 14px 50px;
  font-size: 0.875em;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 1.375;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 3px;
  cursor: pointer;
  white-space: break-word;
  border: none;
  background: #ffffff;
  color: #444;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 1283, ../scss/style.scss */
.btn-shadow:hover.btn-blue {
  background: white;
  color: #00B4FF;
  text-decoration: none;
}
/* line 1289, ../scss/style.scss */
.btn-shadow:hover.btn-orange {
  background: white;
  color: #E47C24;
  text-decoration: none;
}
/* line 1295, ../scss/style.scss */
.btn-shadow:hover.btn-red {
  background: white;
  color: #ef6461;
  text-decoration: none;
}
/* line 1302, ../scss/style.scss */
.btn-shadow.btn-blue {
  background: #00B4FF;
  color: #fff;
  text-decoration: none;
}
/* line 1308, ../scss/style.scss */
.btn-shadow.btn-orange {
  background: #E47C24;
  color: #fff;
  text-decoration: none;
}
/* line 1314, ../scss/style.scss */
.btn-shadow.btn-red {
  background: #ef6461;
  color: #fff;
  text-decoration: none;
}

/** NEWSLETTER **/
/* line 1324, ../scss/style.scss */
.cancel-newsletter {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
  background: none;
  color: #444;
  font-size: 0.875em;
  font-family: "Open Sans", sans-serif;
}
/* line 1332, ../scss/style.scss */
.cancel-newsletter.active {
  opacity: 1;
}

/* line 1337, ../scss/style.scss */
.newsletter-form-block {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  position: relative;
}

/* line 1344, ../scss/style.scss */
.newsletter-form {
  width: 100%;
  height: 54px;
  overflow: hidden;
  position: relative;
}
/* line 1350, ../scss/style.scss */
.newsletter-form:after {
  height: 2px;
  width: 100%;
  background: #00B4FF;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 1359, ../scss/style.scss */
.newsletter-form input[type=text], .newsletter-form input[type=email] {
  width: 100%;
  min-width: 600px;
  background: #F8F8F8;
  border: 1px solid #E1E1E1;
  padding: 16px 24px;
  color: #444;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 1371, ../scss/style.scss */
.newsletter-form button[type=submit] {
  background: #8DC63F;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  color: #fff;
  padding: 17px;
  border: 0;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 1383, ../scss/style.scss */
.newsletter-form button[type=submit] i {
  float: left;
}
@media only screen and (max-width: 40em) {
  /* line 1371, ../scss/style.scss */
  .newsletter-form button[type=submit] {
    font-size: 0;
    width: 50px;
    float: none;
  }
  /* line 1388, ../scss/style.scss */
  .newsletter-form button[type=submit] i {
    font-size: 16px !important;
    display: inline-block;
  }
}
/* line 1395, ../scss/style.scss */
.newsletter-form .newsletter-next-input {
  background: #ef6461;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  color: #fff;
  padding: 17px;
  border: 0;
  z-index: 2;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 1408, ../scss/style.scss */
.newsletter-form .newsletter-next-input i {
  float: left;
}
@media only screen and (max-width: 40em) {
  /* line 1395, ../scss/style.scss */
  .newsletter-form .newsletter-next-input {
    font-size: 0;
    width: 50px;
    float: none;
  }
  /* line 1413, ../scss/style.scss */
  .newsletter-form .newsletter-next-input i {
    font-size: 16px !important;
    display: inline-block;
  }
}
/* line 1420, ../scss/style.scss */
.newsletter-form .mail-input {
  transform: translateX(1000px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 1429, ../scss/style.scss */
.newsletter-form-block.active .mail-input {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
/* line 1434, ../scss/style.scss */
.newsletter-form-block.active .newsletter-next-input {
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
}
/* line 1439, ../scss/style.scss */
.newsletter-form-block.active button[type=submit] {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

/* line 1446, ../scss/style.scss */
.message_area {
  background-color: #C2DF9B;
  color: #3c763d;
  position: relative;
  z-index: 5;
  top: 0px;
  width: calc(100% - 100px);
  height: 54px;
  padding: 6px 16px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  /* line 1446, ../scss/style.scss */
  .message_area {
    width: calc(100% - 50px);
  }
}

/* line 1460, ../scss/style.scss */
#sib_loading_gif_area {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: white;
}
/* line 1465, ../scss/style.scss */
#sib_loading_gif_area img {
  top: 15% !important;
  width: 56px;
}

.shirley_style {
  color : #D60082;
}

.andre_style {
  color : #FFB322;
}