@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}





/* line 22, ../../../../.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/desktop.scss */
body {
  background-image: url("../img/website/beton_texture.jpg");
  background-size: 100%;
  font-family: "Source Sans Pro", sans-serif;
}
/* line 5, ../sass/desktop.scss */
body p {
  word-break: break-word;
}

/* line 9, ../sass/desktop.scss */
#emailSent {
  background: #000050;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999999;
}
/* line 15, ../sass/desktop.scss */
#emailSent i {
  font-size: 200px;
  color: #ff3c28;
  text-align: center;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -150px;
}
/* line 26, ../sass/desktop.scss */
#emailSent i:after {
  font-family: "Source Sans Pro", sans-serif;
  content: "Votre courriel a bien été envoyé merci!";
  font-size: 20px;
  color: #ff3c28;
  display: block;
}

/* line 35, ../sass/desktop.scss */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* line 43, ../sass/desktop.scss */
.clearfix {
  display: inline-block;
}

/* line 44, ../sass/desktop.scss */
* html .clearfix {
  height: 0%;
}

/* line 47, ../sass/desktop.scss */
.clearfix {
  display: block;
}

/* line 50, ../sass/desktop.scss */
#mainmenu {
  height: 100vh;
  width: 100%;
  background-color: #000050;
  color: #ff3c28;
  margin-top: -1000vh;
  position: fixed;
  transition: ease-in-out 0.6s;
  z-index: 91;
  top: -1000vh;
}
/* line 60, ../sass/desktop.scss */
#mainmenu.displaymainmenu {
  margin-top: 0;
  top: 0;
}
/* line 64, ../sass/desktop.scss */
#mainmenu .icons-wrap {
  width: 300px;
  margin: 0 auto;
}
/* line 67, ../sass/desktop.scss */
#mainmenu .icons-wrap a {
  width: 33.33%;
  text-align: center;
  text-decoration: none;
  color: #ff3c28;
  display: block;
  float: left;
  margin-top: 30px;
  transition: all 0.3s;
}
/* line 76, ../sass/desktop.scss */
#mainmenu .icons-wrap a:hover {
  color: white;
}
/* line 79, ../sass/desktop.scss */
#mainmenu .icons-wrap a i {
  font-size: 30px;
}
/* line 85, ../sass/desktop.scss */
#mainmenu ul li {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
  padding: 20px 0;
}
/* line 92, ../sass/desktop.scss */
#mainmenu ul li a {
  color: #ff3c28;
  text-decoration: none;
  transition: all 0.3s;
}
/* line 96, ../sass/desktop.scss */
#mainmenu ul li a:hover {
  color: white;
}
/* line 100, ../sass/desktop.scss */
#mainmenu ul li.logoMenu {
  height: 110px;
  padding-top: 35px;
}
/* line 104, ../sass/desktop.scss */
#mainmenu ul li i {
  font-size: 160px;
  margin-bottom: -30px;
}
/* line 108, ../sass/desktop.scss */
#mainmenu ul li.active {
  color: white;
}

/* line 114, ../sass/desktop.scss */
header {
  background-image: url("../img/website/image_accueil_final.jpg");
  height: 810px;
  max-height: 100% !important;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
/* line 122, ../sass/desktop.scss */
header h1 {
  font-size: 0;
}
/* line 124, ../sass/desktop.scss */
header h1 i {
  font-size: 550px;
  text-align: center;
  color: white;
  display: block;
  margin: 0 auto;
  padding-top: 2%;
}
/* line 133, ../sass/desktop.scss */
header .firstLinkMobile {
  display: none;
}
/* line 136, ../sass/desktop.scss */
header a {
  text-align: center;
  color: white;
  text-decoration: none;
  font-size: 30px;
  font-weight: 600;
  margin: -100px auto 0;
  display: block;
  line-height: 38px;
  text-transform: uppercase;
}
/* line 146, ../sass/desktop.scss */
header a i {
  display: block;
  font-size: 25px;
  padding-top: 25px;
}
/* line 152, ../sass/desktop.scss */
header .nav {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 156, ../sass/desktop.scss */
header .nav .phone {
  color: white;
  padding: 26px 0 0 70px;
  font-size: 17px;
}

/* line 163, ../sass/desktop.scss */
nav {
  height: 70px;
  width: 100%;
  background: transparent;
  position: fixed;
  top: 0;
  transition: ease-in-out 0.4s;
  z-index: 92;
}
/* line 171, ../sass/desktop.scss */
nav.displayed {
  background-color: #000050;
}
/* line 173, ../sass/desktop.scss */
nav.displayed span {
  color: #ff3c28;
}
/* line 177, ../sass/desktop.scss */
nav.displayed .half i {
  color: #ff3c28 !important;
}
/* line 181, ../sass/desktop.scss */
nav.displayed .half .devis a {
  color: #ff3c28;
}
/* line 183, ../sass/desktop.scss */
nav.displayed .half .devis a:hover {
  color: white;
}
/* line 190, ../sass/desktop.scss */
nav span {
  display: block;
  background: white;
  border-radius: 0px;
  transition: .25s ease-in-out;
  box-sizing: border-box;
}
/* line 197, ../sass/desktop.scss */
nav .half {
  width: 50%;
  float: left;
  color: white;
  line-height: 70px;
  transition: all 0.3s;
}
/* line 203, ../sass/desktop.scss */
nav .half.hideElements {
  display: none;
}
/* line 206, ../sass/desktop.scss */
nav .half i {
  color: #000050;
}
/* line 209, ../sass/desktop.scss */
nav .half .devis {
  padding-left: 40%;
  text-transform: uppercase;
  margin-right: 20px;
}
/* line 213, ../sass/desktop.scss */
nav .half .devis a {
  text-decoration: none;
  color: white;
  transition: all 0.3s;
}
/* line 217, ../sass/desktop.scss */
nav .half .devis a:hover {
  color: #000050;
}
/* line 222, ../sass/desktop.scss */
nav .half .mtf {
  display: inline-block;
  float: left;
  transition: all 0.3s;
  position: absolute;
  right: 200px;
}
/* line 228, ../sass/desktop.scss */
nav .half .mtf.language {
  right: 90px;
}
/* line 231, ../sass/desktop.scss */
nav .half .mtf.hideElements {
  display: none;
}
/* line 235, ../sass/desktop.scss */
nav .half i {
  font-size: 110px;
  margin-top: -17px;
  height: 70px;
  display: inline-block;
  margin-left: 30px !important;
  width: 25%;
  float: left;
  color: white !important;
}
/* line 245, ../sass/desktop.scss */
nav .half #menu-toggle {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  border-radius: 0px;
  position: absolute;
  right: 53px;
  top: -3px;
}
/* line 256, ../sass/desktop.scss */
nav .half #menu-toggle #hamburger {
  position: fixed;
  height: 73px;
  width: 60px;
  z-index: 11;
}
/* line 262, ../sass/desktop.scss */
nav .half #menu-toggle #hamburger:hover span {
  background-color: white;
}
/* line 266, ../sass/desktop.scss */
nav .half #menu-toggle #hamburger:hover #hamburger + #cross span {
  background-color: white;
}
/* line 271, ../sass/desktop.scss */
nav .half #menu-toggle #hamburger span {
  width: 27px;
  height: 4px;
  position: relative;
  top: 24px;
  left: 20px;
  margin: 5px 0;
  border-radius: 0 !important;
}
/* line 279, ../sass/desktop.scss */
nav .half #menu-toggle #hamburger span:nth-child(1) {
  transition-delay: 0.5s;
}
/* line 282, ../sass/desktop.scss */
nav .half #menu-toggle #hamburger span:nth-child(2) {
  transition-delay: 0.625s;
}
/* line 285, ../sass/desktop.scss */
nav .half #menu-toggle #hamburger span:nth-child(3) {
  transition-delay: 0.75s;
}
/* line 290, ../sass/desktop.scss */
nav .half #menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  z-index: 10;
}
/* line 297, ../sass/desktop.scss */
nav .half #menu-toggle #cross span:nth-child(1) {
  height: 0;
  width: 4px;
  position: absolute;
  top: 10%;
  left: 50px;
  transition-delay: 0s;
}
/* line 305, ../sass/desktop.scss */
nav .half #menu-toggle #cross span:nth-child(2) {
  width: 0;
  height: 4px;
  position: absolute;
  left: 209%;
  top: 10px;
  transition-delay: 0.25s;
}
/* line 318, ../sass/desktop.scss */
nav .half #menu-toggle.open #hamburger span {
  width: 0;
}
/* line 320, ../sass/desktop.scss */
nav .half #menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
/* line 323, ../sass/desktop.scss */
nav .half #menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
/* line 326, ../sass/desktop.scss */
nav .half #menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: 0.25s;
}
/* line 333, ../sass/desktop.scss */
nav .half #menu-toggle.open #cross span:nth-child(1) {
  height: 100%;
  transition-delay: 0.625s;
}
/* line 339, ../sass/desktop.scss */
nav .half #menu-toggle.open #cross span:nth-child(2) {
  width: 100%;
  transition-delay: 0.375s;
}
/* line 346, ../sass/desktop.scss */
nav .half i {
  color: #ff3c28;
}

/* line 351, ../sass/desktop.scss */
a.btn {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000050;
  border: 2px solid #000050;
  height: 60px;
  line-height: 60px;
  padding: 0 35px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  transition: ease-in-out 0.3s;
}
/* line 364, ../sass/desktop.scss */
a.btn:hover {
  color: #ff3c28;
  border-color: #ff3c28;
}

/* line 370, ../sass/desktop.scss */
#slogan hr {
  width: 120px;
  height: 10px;
  background-color: #000050;
  margin: 45px auto;
}
/* line 376, ../sass/desktop.scss */
#slogan h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 77px;
  font-weight: 700;
  color: #000050;
}
/* line 382, ../sass/desktop.scss */
#slogan h2 span {
  color: #ff3c28;
}
/* line 386, ../sass/desktop.scss */
#slogan h3 {
  text-align: center;
  text-transform: uppercase;
  color: #000050;
  font-weight: 400;
  line-height: 24px;
  margin-top: 44px;
  font-size: 20px;
}

/* line 396, ../sass/desktop.scss */
.sliderWrapper {
  width: 1024px;
  margin: 0 auto;
}

/* line 400, ../sass/desktop.scss */
#sliders {
  width: 100%;
  padding-top: 135px;
  overflow: hidden;
  position: relative;
}
/* line 405, ../sass/desktop.scss */
#sliders .slider {
  height: 550px;
  margin-bottom: 140px;
  position: relative;
}
/* line 409, ../sass/desktop.scss */
#sliders .slider .grouped_elements {
  transition: all 0.4s;
}
/* line 411, ../sass/desktop.scss */
#sliders .slider .grouped_elements .mouseActions {
  position: relative;
  transition: all 0.4s;
}
/* line 414, ../sass/desktop.scss */
#sliders .slider .grouped_elements .mouseActions .normal {
  display: block;
  transition: all 0.4s;
}
/* line 418, ../sass/desktop.scss */
#sliders .slider .grouped_elements .mouseActions .over {
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s;
}
/* line 427, ../sass/desktop.scss */
#sliders .slider .grouped_elements:hover .mouseActions .over {
  opacity: 1;
}
/* line 430, ../sass/desktop.scss */
#sliders .slider .grouped_elements:hover .mouseActions .normal {
  opacity: 0;
}
/* line 437, ../sass/desktop.scss */
#sliders .slider .imgHover:hover {
  transition: all 0.4s;
}
/* line 441, ../sass/desktop.scss */
#sliders .slider a.btn.otherside {
  margin-left: 97px;
  margin-top: 30px;
}
/* line 445, ../sass/desktop.scss */
#sliders .slider .p {
  width: 50%;
  float: left;
  display: inline-block;
}
/* line 449, ../sass/desktop.scss */
#sliders .slider .p hr {
  width: 120px;
  height: 10px;
  background-color: #000050;
  margin: 30px 0;
  margin-left: 0px !important;
}
/* line 456, ../sass/desktop.scss */
#sliders .slider .p h2 {
  max-width: 320px;
  margin: 0 auto;
  font-size: 40px;
  color: #000050;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 10px;
}
/* line 465, ../sass/desktop.scss */
#sliders .slider .p p {
  max-width: 320px;
  color: #000050;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin: 0 auto;
}
/* line 473, ../sass/desktop.scss */
#sliders .slider .p p a.btn {
  margin-left: 97px;
  margin-top: 30px;
}
/* line 479, ../sass/desktop.scss */
#sliders .slider .p.pp a.btn {
  margin-left: 97px;
  margin-top: 30px;
}

/* line 487, ../sass/desktop.scss */
#ourMission {
  background-image: url(../img/website/image_mission_final.jpg);
  background-size: 100%;
  background-position: center center;
  height: 853px;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
}
/* line 495, ../sass/desktop.scss */
#ourMission .ourMissionContent {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  margin-top: -258.5px;
}
/* line 502, ../sass/desktop.scss */
#ourMission i {
  font-size: 180px;
  color: #ff3c28;
  text-align: center;
  display: block;
  margin: 0 auto;
  z-index: 100;
}
/* line 511, ../sass/desktop.scss */
#ourMission h2 {
  color: #ff3c28;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  z-index: 10;
}
/* line 519, ../sass/desktop.scss */
#ourMission h3 {
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 15px;
  line-height: 23px;
}
/* line 526, ../sass/desktop.scss */
#ourMission h3 .red {
  color: #ff3c28;
}
/* line 530, ../sass/desktop.scss */
#ourMission p {
  width: 40%;
  max-width: 560px;
  color: white;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
  text-align: center;
  margin: 20px auto;
  z-index: 10;
  letter-spacing: 0.5px;
}
/* line 541, ../sass/desktop.scss */
#ourMission p .bold {
  font-weight: 700;
}

/* line 546, ../sass/desktop.scss */
.dzsparallaxer:not(.mode-oneelement) {
  background-color: transparent !important;
}

/* line 549, ../sass/desktop.scss */
.dzsparallaxer:not(.mode-oneelement) *[class^="dzsprxseparator--"] {
  bottom: -13px;
}

/* line 552, ../sass/desktop.scss */
#testimonials {
  height: 450px;
  width: 100%;
}
/* line 555, ../sass/desktop.scss */
#testimonials .mobile-testimonial {
  display: none;
}
/* line 557, ../sass/desktop.scss */
#testimonials .mobile-testimonial .pagination {
  height: 50px;
  margin: 0 auto;
  width: 238px;
}
/* line 561, ../sass/desktop.scss */
#testimonials .mobile-testimonial .pagination .paginationDots {
  border: 1px solid #ff3c28;
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0px 20px;
  transition: all 0.3s;
}
/* line 569, ../sass/desktop.scss */
#testimonials .mobile-testimonial .pagination .paginationDots.activePagination {
  background: #ff3c28;
}
/* line 574, ../sass/desktop.scss */
#testimonials .mobile-testimonial i {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #ff3c28;
  font-size: 200px;
  margin-bottom: -55px;
}
/* line 582, ../sass/desktop.scss */
#testimonials .mobile-testimonial span {
  color: #ff3c28;
  display: block;
  margin: 20px auto;
  text-align: center;
}
/* line 589, ../sass/desktop.scss */
#testimonials .slick-slide {
  overflow: hidden;
  max-width: 60%;
  font-size: 22px;
  color: #000050;
  font-weight: 700;
  opacity: 0 !important;
  transition: ease-in-out 0.2s;
}
/* line 597, ../sass/desktop.scss */
#testimonials .slick-slide i {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #ff3c28;
  font-size: 200px;
  margin-bottom: -55px;
}
/* line 605, ../sass/desktop.scss */
#testimonials .slick-slide span {
  color: #ff3c28;
  display: block;
  margin: 20px auto;
  text-align: center;
}
/* line 612, ../sass/desktop.scss */
#testimonials .slick-slide.slick-cloned {
  opacity: 0 !important;
}
/* line 615, ../sass/desktop.scss */
#testimonials .slick-slide.slick-current {
  opacity: 1 !important;
}
/* line 619, ../sass/desktop.scss */
#testimonials .slick-slider {
  width: 60%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
/* line 625, ../sass/desktop.scss */
#testimonials .slick-dots {
  height: 50px;
}
/* line 627, ../sass/desktop.scss */
#testimonials .slick-dots li {
  border: 1px solid #ff3c28;
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0px 20px;
}
/* line 634, ../sass/desktop.scss */
#testimonials .slick-dots li.slick-active {
  background: #ff3c28;
}
/* line 637, ../sass/desktop.scss */
#testimonials .slick-dots li button {
  font-size: 0;
  background: transparent;
  border: none;
}
/* line 641, ../sass/desktop.scss */
#testimonials .slick-dots li button:focus {
  outline: none;
}
/* line 647, ../sass/desktop.scss */
#testimonials .slick-prev, #testimonials .slick-next {
  display: none !important;
}

/* line 651, ../sass/desktop.scss */
#map {
  background-image: url(../img/website/map.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
  position: relative;
  margin-bottom: -2px;
}
/* line 658, ../sass/desktop.scss */
#map .map-text {
  position: absolute;
  top: 40px;
  left: 40px;
}
/* line 662, ../sass/desktop.scss */
#map .map-text h2 {
  color: #ff3c28;
  font-size: 25px;
  text-align: left;
  text-transform: uppercase;
}
/* line 668, ../sass/desktop.scss */
#map .map-text a.btn {
  color: #ff3c28;
  border-color: #ff3c28;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  transition: all 0.3s;
  cursor: pointer;
}
/* line 676, ../sass/desktop.scss */
#map .map-text a.btn:hover {
  color: white;
  border-color: white;
}
/* line 682, ../sass/desktop.scss */
#map .map-text ul li {
  font-size: 16px;
  color: #ff3c28;
  margin: 10px 0;
}
/* line 686, ../sass/desktop.scss */
#map .map-text ul li:last-child {
  color: white;
}

/* line 693, ../sass/desktop.scss */
#form {
  background: #ff3c28;
  color: #000050;
  height: 650px;
}
/* line 697, ../sass/desktop.scss */
#form .formDiv {
  float: left;
  display: inline-block;
}
/* line 700, ../sass/desktop.scss */
#form .formDiv.smallDiv {
  width: 370px;
}
/* line 702, ../sass/desktop.scss */
#form .formDiv.smallDiv .responsiveHidden {
  display: none;
  margin-top: -40px;
  margin-bottom: 50px;
}
/* line 706, ../sass/desktop.scss */
#form .formDiv.smallDiv .responsiveHidden a.mobileForm {
  border: 2px solid #000050;
  font-size: 16px;
  color: #000050;
  height: 60px;
  line-height: 60px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin: 10px auto;
  transition: all 0.3s;
}
/* line 720, ../sass/desktop.scss */
#form .formDiv.smallDiv .responsiveHidden a.mobileForm:hover {
  background: #000050;
  color: #ff3c28;
}
/* line 726, ../sass/desktop.scss */
#form .formDiv.smallDiv h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* line 732, ../sass/desktop.scss */
#form .formDiv.smallDiv p {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 22px;
}
/* line 738, ../sass/desktop.scss */
#form .formDiv.smallDiv i {
  display: block;
  font-size: 200px;
}
/* line 741, ../sass/desktop.scss */
#form .formDiv.smallDiv i.icon-electricscrewdriver {
  font-size: 60px;
  margin-top: -15px;
}
/* line 747, ../sass/desktop.scss */
#form .formDiv.bigDiv {
  width: calc(100% - 370px);
}
/* line 749, ../sass/desktop.scss */
#form .formDiv.bigDiv .inputYoko {
  width: 270px;
  margin-left: -15px;
  float: left;
}
/* line 754, ../sass/desktop.scss */
#form .formDiv.bigDiv .textarea {
  width: 300px;
  border: 2px solid #000050;
  float: left;
  height: auto;
  height: 280px;
  position: relative;
  margin-top: 45px;
  margin-left: 20px;
}
/* line 763, ../sass/desktop.scss */
#form .formDiv.bigDiv .textarea #envoyerForm {
  position: absolute;
  width: 100px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  bottom: 0;
  right: 0;
  background: #000050;
  color: #ff3c28;
  text-transform: uppercase;
  border: none;
  transition: all 0.3s;
}
/* line 776, ../sass/desktop.scss */
#form .formDiv.bigDiv .textarea #envoyerForm:focus {
  outline: none;
}
/* line 779, ../sass/desktop.scss */
#form .formDiv.bigDiv .textarea #envoyerForm:hover {
  color: white;
}
/* line 783, ../sass/desktop.scss */
#form .formDiv.bigDiv .textarea textarea {
  background: transparent;
  width: 80%;
  display: block;
  margin: 0 auto;
  height: 200px;
  overflow-y: auto;
  resize: none;
  border: none;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #000050;
  line-height: 22px;
}
/* line 797, ../sass/desktop.scss */
#form .formDiv.bigDiv .textarea textarea:focus {
  outline: none;
}
/* line 803, ../sass/desktop.scss */
#form .formDiv.bigDiv .formSelection .choices {
  width: 170px;
  display: block;
  float: left;
  text-align: center;
  border: 2px solid #000050;
  color: #000050;
  margin: 20px 10px 20px 0;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
/* line 819, ../sass/desktop.scss */
#form .formDiv.bigDiv .formSelection .choices input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 827, ../sass/desktop.scss */
#form .formDiv.bigDiv .formSelection .choices.selectedRadio {
  background-color: #000050;
  color: #ff3c28;
}
/* line 831, ../sass/desktop.scss */
#form .formDiv.bigDiv .formSelection .choices:hover {
  background-color: #000050;
  color: #ff3c28;
}
/* line 837, ../sass/desktop.scss */
#form .formDiv.bigDiv h3 {
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  padding-top: 50px;
  padding-bottom: 10px;
}
/* line 845, ../sass/desktop.scss */
#form .formDiv.bigDiv .subtitle {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 853, ../sass/desktop.scss */
#founders {
  background: #ff3c28;
  height: 200px;
}
/* line 856, ../sass/desktop.scss */
#founders .sliderWrapper {
  border-top: 2px solid #000050;
}
/* line 858, ../sass/desktop.scss */
#founders .sliderWrapper .coFounders {
  width: 33.33%;
  margin: 10px 30px 0 0;
  float: left;
  color: #000050;
}
/* line 863, ../sass/desktop.scss */
#founders .sliderWrapper .coFounders h2 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 868, ../sass/desktop.scss */
#founders .sliderWrapper .coFounders h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 874, ../sass/desktop.scss */
#founders .sliderWrapper .coFounders p {
  line-height: 20px;
  text-transform: uppercase;
  font-size: 16px;
}

/* line 882, ../sass/desktop.scss */
footer {
  width: 100%;
  height: 80px;
  line-height: 80px;
  color: #ff3c28;
  background-color: #000050;
}
/* line 888, ../sass/desktop.scss */
footer p {
  width: 50%;
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
}
/* line 894, ../sass/desktop.scss */
footer p#copyright {
  text-align: left;
}
/* line 897, ../sass/desktop.scss */
footer p#morrow {
  text-align: right;
  overflow-y: hidden;
  height: 80px;
}
/* line 901, ../sass/desktop.scss */
footer p#morrow a {
  color: #ff3c28;
  transition: all 0.3s;
}
/* line 904, ../sass/desktop.scss */
footer p#morrow a:hover {
  color: white;
}
/* line 908, ../sass/desktop.scss */
footer p#morrow a i {
  font-size: 67px;
  display: inline-block;
  float: right;
  margin-top: 6px;
  padding-left: 20px;
}

/* line 920, ../sass/desktop.scss */
#fancyboxLightboxPagination {
  position: fixed;
  bottom: 0px;
  display: none;
  z-index: 999999;
}
/* line 925, ../sass/desktop.scss */
#fancyboxLightboxPagination.fancybox-margin {
  display: block;
  margin: 0 auto !important;
  width: 100%;
}
/* line 930, ../sass/desktop.scss */
#fancyboxLightboxPagination .pagination-lightbox {
  max-width: 500px;
  margin: 0 auto !important;
}
/* line 933, ../sass/desktop.scss */
#fancyboxLightboxPagination .pagination-lightbox .paginationDotsf {
  border: 1px solid #ff3c28;
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 10px 20px;
  transition: all 0.3s;
}
/* line 941, ../sass/desktop.scss */
#fancyboxLightboxPagination .pagination-lightbox .paginationDotsf.activePagination {
  background: #ff3c28;
}

/* line 949, ../sass/desktop.scss */
#links {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding-top: 10px;
  list-style: none;
  text-align: center;
  z-index: 99999;
}

/* line 959, ../sass/desktop.scss */
#links li {
  display: inline;
  padding: 0 5px;
}

/* line 964, ../sass/desktop.scss */
#links li label {
  border: 1px solid #ff3c28;
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 10px 20px;
  transition: all 0.3s;
}

/* line 974, ../sass/desktop.scss */
#links li.active label {
  background: #ff3c28;
}

/* Slider */
/* line 3, ../sass/slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../sass/slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, ../sass/slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, ../sass/slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 34, ../sass/slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, ../sass/slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 49, ../sass/slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 54, ../sass/slick.scss */
.slick-track:after {
  clear: both;
}
/* line 58, ../sass/slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 62, ../sass/slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 66, ../sass/slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 69, ../sass/slick.scss */
.slick-slide img {
  display: block;
}
/* line 72, ../sass/slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 78, ../sass/slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 82, ../sass/slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 86, ../sass/slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 90, ../sass/slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 96, ../sass/slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

@media only screen and (max-device-width: 320px) {
  /* line 9, ../sass/responsive.scss */
  #mainmenu ul li {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s;
    padding: 15px 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 23, ../sass/responsive.scss */
  header h1 i {
    font-size: 500px;
  }
  /* line 27, ../sass/responsive.scss */
  header a {
    margin-top: -150px;
  }

  /* line 31, ../sass/responsive.scss */
  #testimonials {
    height: 100%;
  }
  /* line 33, ../sass/responsive.scss */
  #testimonials .slick-slider {
    width: 100%;
  }
}
@media (max-width: 500px) and (min-width: 320px) {
  /* line 40, ../sass/responsive.scss */
  nav .half .mtf, nav .half .devis {
    display: none;
  }
}
@media (max-width: 1023px) and (min-width: 750px) {
  /* line 46, ../sass/responsive.scss */
  body {
    min-width: 600px;
  }
  /* line 48, ../sass/responsive.scss */
  body nav .half .devis {
    padding-left: 15%;
  }
  /* line 51, ../sass/responsive.scss */
  body #testimonials {
    height: 450px;
    margin-top: 0;
  }
  /* line 54, ../sass/responsive.scss */
  body #testimonials .mobile-testimonial {
    display: block;
  }
  /* line 56, ../sass/responsive.scss */
  body #testimonials .mobile-testimonial .mobileTestimonial {
    display: none;
    width: 60%;
    margin: 0 auto;
    font-size: 22px;
    color: #000050;
    font-weight: 700;
    text-align: center;
    transition: all 0.3s;
  }
  /* line 65, ../sass/responsive.scss */
  body #testimonials .mobile-testimonial .mobileTestimonial.active {
    display: block;
  }
  /* line 70, ../sass/responsive.scss */
  body #testimonials .slick-slider {
    width: 100%;
    display: none;
  }
  /* line 75, ../sass/responsive.scss */
  body nav .half i {
    margin-left: 50px;
  }
  /* line 78, ../sass/responsive.scss */
  body header {
    padding-bottom: 0;
    height: 668px;
    background-size: cover;
  }
  /* line 83, ../sass/responsive.scss */
  body header h1 i {
    font-size: 300px;
  }
  /* line 88, ../sass/responsive.scss */
  body header a {
    font-size: 25px;
    margin-top: -50px;
    font-weight: 400;
  }
  /* line 95, ../sass/responsive.scss */
  body #slogan br {
    display: none;
  }
  /* line 98, ../sass/responsive.scss */
  body #slogan h2 {
    font-size: 60px;
    text-align: center;
    margin: 0 auto;
  }
  /* line 104, ../sass/responsive.scss */
  body #slogan h3 {
    width: 530px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
  }
  /* line 112, ../sass/responsive.scss */
  body .sliderWrapper {
    width: 80%;
  }
  /* line 115, ../sass/responsive.scss */
  body #sliders .slider .p.pp a.btn, body #sliders .slider a.btn.otherside {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    margin-left: 0px;
  }
  /* line 123, ../sass/responsive.scss */
  body #sliders .slider {
    height: 350px;
    margin-bottom: 100px;
  }
  /* line 127, ../sass/responsive.scss */
  body #sliders .slider .p hr, body #sliders .slider .pp hr {
    height: 5px;
    margin-left: 0;
  }
  /* line 131, ../sass/responsive.scss */
  body #sliders .slider .p h2, body #sliders .slider .pp h2 {
    font-size: 30px;
  }
  /* line 134, ../sass/responsive.scss */
  body #sliders .slider .p p, body #sliders .slider .pp p {
    font-size: 13px;
  }
  /* line 139, ../sass/responsive.scss */
  body #sliders .slider a.grouped_elements img {
    width: 280px;
  }
  /* line 145, ../sass/responsive.scss */
  body #ourMission {
    margin-top: -310px;
  }
  /* line 147, ../sass/responsive.scss */
  body #ourMission .ourMissionContent {
    margin-top: -192px;
  }
  /* line 150, ../sass/responsive.scss */
  body #ourMission i {
    font-size: 90px;
  }
  /* line 153, ../sass/responsive.scss */
  body #ourMission h2 {
    font-size: 35px;
    font-weight: 500;
  }
  /* line 157, ../sass/responsive.scss */
  body #ourMission h3 {
    font-weight: 500;
    font-size: 16px;
  }
  /* line 161, ../sass/responsive.scss */
  body #ourMission p {
    font-size: 14px;
    width: 60%;
  }
  /* line 166, ../sass/responsive.scss */
  body #testimonials {
    margin-top: -115px;
  }
  /* line 168, ../sass/responsive.scss */
  body #testimonials .slick-slide {
    max-width: 100%;
  }
  /* line 172, ../sass/responsive.scss */
  body #map .map-text {
    top: 60px;
    left: 50px;
  }
  /* line 176, ../sass/responsive.scss */
  body #form .formDiv.bigDiv .formSelection .choices {
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
  /* line 181, ../sass/responsive.scss */
  body #form .formDiv.bigDiv .inputYoko {
    width: 220px;
  }
  /* line 184, ../sass/responsive.scss */
  body #form .formDiv.bigDiv {
    display: block;
    width: calc(100% - 300px);
  }
  /* line 188, ../sass/responsive.scss */
  body #form .formDiv.smallDiv {
    width: 300px;
  }
  /* line 191, ../sass/responsive.scss */
  body body #form .formDiv.bigDiv .inputYoko {
    width: 200px;
  }
  /* line 194, ../sass/responsive.scss */
  body #form .formDiv.bigDiv .textarea {
    width: 200px;
    height: 207px;
  }
  /* line 198, ../sass/responsive.scss */
  body .slick-track {
    width: 100% !important;
  }
  /* line 201, ../sass/responsive.scss */
  body #testimonials .slick-slide {
    width: 100% !important;
  }
  /* line 205, ../sass/responsive.scss */
  body #ourMission .ourMissionContent {
    margin-top: -150px;
  }
  /* line 208, ../sass/responsive.scss */
  body #ourMission i {
    font-size: 60px;
  }
  /* line 211, ../sass/responsive.scss */
  body #ourMission h2 {
    font-size: 25px;
  }
  /* line 214, ../sass/responsive.scss */
  body #ourMission h3 {
    font-size: 14px;
  }
  /* line 217, ../sass/responsive.scss */
  body #ourMission p {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 912px) and (min-width: 750px) {
  /* line 225, ../sass/responsive.scss */
  #form {
    height: 800px;
  }

  /* line 228, ../sass/responsive.scss */
  #form .formDiv.bigDiv .textarea {
    margin-left: -5px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  /* line 233, ../sass/responsive.scss */
  header {
    padding-bottom: 0;
    height: 810px;
  }
  /* line 237, ../sass/responsive.scss */
  header h1 i {
    font-size: 500px !important;
  }
  /* line 241, ../sass/responsive.scss */
  header a {
    font-size: 25px;
    margin-top: -150px !important;
    font-weight: 400;
  }

  /* line 248, ../sass/responsive.scss */
  body nav .half .devis {
    padding-left: 30%;
  }
  /* line 252, ../sass/responsive.scss */
  body #slogan br {
    display: none;
  }
  /* line 255, ../sass/responsive.scss */
  body #slogan h2 {
    font-size: 60px;
    width: 850px;
    text-align: center;
    margin: 0 auto;
  }
  /* line 261, ../sass/responsive.scss */
  body #slogan h3 {
    width: 530px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
  }
  /* line 269, ../sass/responsive.scss */
  body .sliderWrapper {
    width: 900px;
  }
  /* line 272, ../sass/responsive.scss */
  body #sliders .slider .p.pp a.btn {
    margin-left: 65px;
  }
  /* line 275, ../sass/responsive.scss */
  body #sliders .slider a.btn.otherside {
    margin-left: 65px;
  }
  /* line 281, ../sass/responsive.scss */
  body #sliders .slider a.grouped_elements img {
    width: 350px;
  }
  /* line 287, ../sass/responsive.scss */
  body #ourMission {
    margin-top: -310px;
  }
  /* line 289, ../sass/responsive.scss */
  body #ourMission .ourMissionContent {
    margin-top: -192px;
  }
  /* line 292, ../sass/responsive.scss */
  body #ourMission i {
    font-size: 90px;
  }
  /* line 295, ../sass/responsive.scss */
  body #ourMission h2 {
    font-size: 35px;
    font-weight: 500;
  }
  /* line 299, ../sass/responsive.scss */
  body #ourMission h3 {
    font-weight: 500;
    font-size: 16px;
  }
  /* line 303, ../sass/responsive.scss */
  body #ourMission p {
    font-size: 14px;
    width: 60%;
  }
  /* line 308, ../sass/responsive.scss */
  body #testimonials {
    margin-top: -115px;
  }
  /* line 310, ../sass/responsive.scss */
  body #testimonials .slick-slide {
    max-width: 100%;
  }
  /* line 315, ../sass/responsive.scss */
  body #map .map-text {
    top: 60px;
    left: 50px;
  }
  /* line 319, ../sass/responsive.scss */
  body #form .formDiv.bigDiv .formSelection .choices {
    width: 140px;
    height: 30px;
    line-height: 30px;
  }
  /* line 324, ../sass/responsive.scss */
  body #form .formDiv.bigDiv .inputYoko {
    width: 220px;
  }
}
@media (min-width: 1295px) and (max-width: 1499px) {
  /* line 330, ../sass/responsive.scss */
  header {
    height: 960px;
  }
}
@media (min-width: 1500px) and (max-width: 1679px) {
  /* line 335, ../sass/responsive.scss */
  header {
    height: 1100px;
  }
  /* line 338, ../sass/responsive.scss */
  header h1 i {
    font-size: 650px;
    padding-top: 4%;
  }
}
@media (min-width: 1680px) and (max-width: 2280px) {
  /* line 347, ../sass/responsive.scss */
  header {
    height: 1500px;
    max-height: 100%;
    padding-bottom: 0;
  }
  /* line 352, ../sass/responsive.scss */
  header h1 i {
    font-size: 650px;
    padding-top: 10%;
  }

  /* line 358, ../sass/responsive.scss */
  #slogan {
    margin-top: -110px;
  }

  /* line 361, ../sass/responsive.scss */
  #ourMission {
    height: 1200px;
  }

  /* line 364, ../sass/responsive.scss */
  #map {
    height: 620px;
  }
  /* line 366, ../sass/responsive.scss */
  #map .map-text {
    top: 90px;
  }
}
@media (min-width: 1700px) and (max-width: 2000px) {
  /* line 373, ../sass/responsive.scss */
  #slogan {
    margin-top: -300px;
  }
}
@media (min-width: 2281px) and (max-width: 3000px) {
  /* line 379, ../sass/responsive.scss */
  header {
    height: 2000px;
    max-height: 100%;
  }
  /* line 383, ../sass/responsive.scss */
  header h1 i {
    font-size: 850px;
    padding-top: 10%;
  }

  /* line 389, ../sass/responsive.scss */
  #mainmenu ul li.logoMenu {
    padding-top: 10%;
    height: 300px;
  }

  /* line 394, ../sass/responsive.scss */
  #mainmenu ul li {
    font-size: 50px;
  }
  /* line 396, ../sass/responsive.scss */
  #mainmenu ul li i {
    font-size: 360px;
  }

  /* line 400, ../sass/responsive.scss */
  #ourMission {
    height: 1270px;
  }

  /* line 403, ../sass/responsive.scss */
  #map {
    height: 850px;
  }
  /* line 405, ../sass/responsive.scss */
  #map .map-text {
    top: 140px;
    left: 100px;
  }
  /* line 408, ../sass/responsive.scss */
  #map .map-text h2 {
    font-size: 35px;
  }
  /* line 411, ../sass/responsive.scss */
  #map .map-text a.btn {
    font-size: 26px;
    padding: 0 55px;
    height: 60px;
    line-height: 60px;
  }
  /* line 418, ../sass/responsive.scss */
  #map .map-text ul li {
    font-size: 26px;
  }

  /* line 424, ../sass/responsive.scss */
  #founders {
    margin-top: -2px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 433, ../sass/responsive.scss */
  nav .half .devis {
    padding-left: 30%;
  }

  /* line 436, ../sass/responsive.scss */
  header {
    padding-bottom: 0;
    height: 768px;
  }
  /* line 440, ../sass/responsive.scss */
  header h1 i {
    font-size: 300px;
  }
  /* line 445, ../sass/responsive.scss */
  header a {
    font-size: 25px;
    margin-top: -50px;
    font-weight: 400;
  }

  /* line 452, ../sass/responsive.scss */
  #slogan br {
    display: none;
  }
  /* line 455, ../sass/responsive.scss */
  #slogan h2 {
    font-size: 60px;
    width: 750px;
    text-align: center;
    margin: 0 auto;
  }
  /* line 461, ../sass/responsive.scss */
  #slogan h3 {
    width: 530px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
  }

  /* line 469, ../sass/responsive.scss */
  .sliderWrapper {
    width: 900px;
  }

  /* line 472, ../sass/responsive.scss */
  #sliders .slider .p.pp a.btn {
    margin-left: 65px;
  }

  /* line 475, ../sass/responsive.scss */
  #sliders .slider a.btn.otherside {
    margin-left: 65px;
  }

  /* line 481, ../sass/responsive.scss */
  #sliders .slider a.grouped_elements img {
    width: 350px;
  }

  /* line 487, ../sass/responsive.scss */
  #ourMission {
    margin-top: -310px;
  }
  /* line 489, ../sass/responsive.scss */
  #ourMission .ourMissionContent {
    margin-top: -192px;
  }
  /* line 492, ../sass/responsive.scss */
  #ourMission i {
    font-size: 90px;
  }
  /* line 495, ../sass/responsive.scss */
  #ourMission h2 {
    font-size: 35px;
    font-weight: 500;
  }
  /* line 499, ../sass/responsive.scss */
  #ourMission h3 {
    font-weight: 500;
    font-size: 16px;
  }
  /* line 503, ../sass/responsive.scss */
  #ourMission p {
    font-size: 14px;
    width: 60%;
  }

  /* line 508, ../sass/responsive.scss */
  #testimonials {
    margin-top: -115px;
  }
  /* line 510, ../sass/responsive.scss */
  #testimonials .slick-slide {
    max-width: 100%;
  }

  /* line 515, ../sass/responsive.scss */
  #map .map-text {
    top: 60px;
    left: 50px;
  }

  /* line 519, ../sass/responsive.scss */
  #form .formDiv.bigDiv .formSelection .choices {
    width: 140px;
    height: 30px;
    line-height: 30px;
  }

  /* line 524, ../sass/responsive.scss */
  #form .formDiv.bigDiv .inputYoko {
    width: 220px;
  }
}
@media (max-width: 749px) and (min-width: 480px) {
  /* line 530, ../sass/responsive.scss */
  header {
    max-height: 100%;
    height: 580px;
    padding-bottom: 0;
    background-size: cover;
  }
  /* line 535, ../sass/responsive.scss */
  header .firstLinkMobile {
    display: block;
  }
  /* line 538, ../sass/responsive.scss */
  header .firstLink {
    display: none;
  }
  /* line 542, ../sass/responsive.scss */
  header h1 i {
    font-size: 200px;
    padding-top: 25%;
  }
  /* line 547, ../sass/responsive.scss */
  header a {
    font-size: 15px;
    margin-top: -10px;
  }

  /* line 552, ../sass/responsive.scss */
  footer p#copyright {
    text-align: center;
  }

  /* line 556, ../sass/responsive.scss */
  #sliders .slider .grouped_elements .mouseActions .normal,
  #sliders .slider .grouped_elements .mouseActions .over {
    display: none;
  }

  /* line 559, ../sass/responsive.scss */
  #theNav {
    opacity: 1 !important;
  }

  /* line 562, ../sass/responsive.scss */
  nav .half .mtf, nav .half .devis {
    display: none;
  }

  /* line 565, ../sass/responsive.scss */
  nav .half i {
    margin-left: 20px;
  }

  /* line 568, ../sass/responsive.scss */
  #form .formDiv.bigDiv {
    display: none;
  }

  /* line 571, ../sass/responsive.scss */
  #form {
    height: 690px;
  }
  /* line 574, ../sass/responsive.scss */
  #form .formDiv.smallDiv {
    width: 100%;
  }
  /* line 576, ../sass/responsive.scss */
  #form .formDiv.smallDiv i {
    text-align: center;
  }
  /* line 578, ../sass/responsive.scss */
  #form .formDiv.smallDiv i.icon-electricscrewdriver {
    font-size: 90px;
  }
  /* line 582, ../sass/responsive.scss */
  #form .formDiv.smallDiv h3, #form .formDiv.smallDiv p {
    text-align: center;
  }
  /* line 585, ../sass/responsive.scss */
  #form .formDiv.smallDiv .responsiveHidden {
    display: block;
  }

  /* line 591, ../sass/responsive.scss */
  #founders {
    display: none;
  }

  /* line 594, ../sass/responsive.scss */
  .propulsed {
    display: none;
  }

  /* line 597, ../sass/responsive.scss */
  footer {
    height: 100%;
  }

  /* line 600, ../sass/responsive.scss */
  #copyright, #morrow {
    text-align: center;
    width: 100%;
    display: block;
  }
  /* line 604, ../sass/responsive.scss */
  #copyright i, #morrow i {
    text-align: center;
    margin: 0 auto;
  }

  /* line 609, ../sass/responsive.scss */
  #copyright {
    height: 30px;
  }

  /* line 612, ../sass/responsive.scss */
  footer #morrow a i {
    font-size: 67px;
    display: inline-block;
    float: none;
    margin-top: -6px;
    padding-left: 0px;
    width: 100%;
  }

  /* line 621, ../sass/responsive.scss */
  .sliderWrapper {
    width: 80%;
  }

  /* line 624, ../sass/responsive.scss */
  #sliders .slider .p, #sliders .slider .pp {
    width: 100%;
  }
  /* line 626, ../sass/responsive.scss */
  #sliders .slider .p hr, #sliders .slider .pp hr {
    width: 60px;
    height: 5px;
    margin-left: 0;
  }
  /* line 631, ../sass/responsive.scss */
  #sliders .slider .p h2, #sliders .slider .pp h2 {
    font-size: 17px;
  }
  /* line 634, ../sass/responsive.scss */
  #sliders .slider .p p, #sliders .slider .pp p {
    font-size: 13px;
  }

  /* line 638, ../sass/responsive.scss */
  #sliders {
    padding-top: 35px;
  }
  /* line 641, ../sass/responsive.scss */
  #sliders .slider.sliderWrapper {
    width: 100%;
  }

  /* line 646, ../sass/responsive.scss */
  #ourMission {
    background-image: url(../img/website/mobile/wood.png);
    height: 1272px;
  }
  /* line 649, ../sass/responsive.scss */
  #ourMission .ourMissionContent {
    margin-top: -222px;
  }
  /* line 652, ../sass/responsive.scss */
  #ourMission i {
    font-size: 90px;
  }
  /* line 655, ../sass/responsive.scss */
  #ourMission h2 {
    font-size: 20px;
  }
  /* line 658, ../sass/responsive.scss */
  #ourMission h3 {
    font-size: 14px;
  }
  /* line 661, ../sass/responsive.scss */
  #ourMission p {
    width: 80%;
    font-size: 12px;
  }

  /* line 666, ../sass/responsive.scss */
  .textWrap {
    width: 80%;
    margin: 0 auto;
  }

  /* line 670, ../sass/responsive.scss */
  #map .map-text {
    top: 70px;
    left: 40px;
  }

  /* line 674, ../sass/responsive.scss */
  #testimonials {
    height: 100%;
  }
  /* line 676, ../sass/responsive.scss */
  #testimonials .slick-slider {
    width: 100%;
  }

  /* line 680, ../sass/responsive.scss */
  .mobileImage {
    background-size: cover;
    height: 645px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 60px 0;
  }
  /* line 686, ../sass/responsive.scss */
  .mobileImage.cabine {
    background-image: url("../img/website/mobile/cabineMobile.png");
  }
  /* line 689, ../sass/responsive.scss */
  .mobileImage.dreamhouse {
    background-image: url("../img/website/mobile/dreamhouseMobile.png");
  }
  /* line 692, ../sass/responsive.scss */
  .mobileImage.cabanon {
    background-image: url("../img/website/mobile/cabanonMobile.png");
  }

  /* line 696, ../sass/responsive.scss */
  img {
    display: none;
  }

  /* line 699, ../sass/responsive.scss */
  #sliders .slider a.btn.otherside, #sliders .slider a.btn {
    display: none;
  }

  /* line 702, ../sass/responsive.scss */
  section#slogan {
    display: none;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* line 708, ../sass/responsive.scss */
  #links li label {
    width: 10px;
    height: 10px;
    margin: 10px 12px;
  }

  /* line 713, ../sass/responsive.scss */
  #links {
    bottom: 120px;
  }

  /* line 716, ../sass/responsive.scss */
  .fancy-outer {
    margin-top: 0 !important;
  }

  /* line 719, ../sass/responsive.scss */
  .fancybox-close {
    top: -80px !important;
    right: 0px !important;
  }

  /* line 723, ../sass/responsive.scss */
  header {
    max-height: 100%;
    height: 580px;
    padding-bottom: 0;
    background-size: cover;
  }
  /* line 729, ../sass/responsive.scss */
  header h1 i {
    font-size: 200px;
    padding-top: 25%;
  }
  /* line 734, ../sass/responsive.scss */
  header a {
    font-size: 15px;
    margin-top: -10px;
  }
  /* line 737, ../sass/responsive.scss */
  header a.firstLink {
    display: none !important;
  }
  /* line 740, ../sass/responsive.scss */
  header a.firstLinkMobile {
    display: block !important;
  }

  /* line 745, ../sass/responsive.scss */
  #theNav {
    opacity: 1 !important;
  }

  /* line 748, ../sass/responsive.scss */
  nav .half .mtf, nav .half .devis {
    display: none;
  }

  /* line 751, ../sass/responsive.scss */
  nav .half i {
    margin-left: 20px;
  }

  /* line 754, ../sass/responsive.scss */
  #form .formDiv.bigDiv {
    display: none;
  }

  /* line 757, ../sass/responsive.scss */
  #form {
    height: 690px;
  }
  /* line 760, ../sass/responsive.scss */
  #form .formDiv.smallDiv {
    width: 100%;
  }
  /* line 762, ../sass/responsive.scss */
  #form .formDiv.smallDiv i {
    text-align: center;
  }
  /* line 764, ../sass/responsive.scss */
  #form .formDiv.smallDiv i.icon-electricscrewdriver {
    font-size: 90px;
  }
  /* line 768, ../sass/responsive.scss */
  #form .formDiv.smallDiv h3, #form .formDiv.smallDiv p {
    text-align: center;
  }
  /* line 771, ../sass/responsive.scss */
  #form .formDiv.smallDiv .responsiveHidden {
    display: block;
  }

  /* line 777, ../sass/responsive.scss */
  #founders {
    display: none;
  }

  /* line 780, ../sass/responsive.scss */
  .propulsed {
    display: none;
  }

  /* line 783, ../sass/responsive.scss */
  footer {
    height: 100%;
  }

  /* line 786, ../sass/responsive.scss */
  footer p#copyright {
    text-align: center;
  }

  /* line 789, ../sass/responsive.scss */
  #copyright, #morrow {
    text-align: center;
    width: 100%;
    display: block;
  }
  /* line 793, ../sass/responsive.scss */
  #copyright i, #morrow i {
    text-align: center;
    margin: 0 auto;
  }

  /* line 799, ../sass/responsive.scss */
  #sliders .slider .grouped_elements .mouseActions .normal,
  #sliders .slider .grouped_elements .mouseActions .over {
    display: none;
  }

  /* line 802, ../sass/responsive.scss */
  #copyright {
    height: 30px;
  }

  /* line 805, ../sass/responsive.scss */
  footer #morrow a i {
    font-size: 67px;
    display: inline-block;
    float: none;
    margin-top: -6px;
    padding-left: 0px;
    width: 100%;
  }

  /* line 814, ../sass/responsive.scss */
  .sliderWrapper {
    width: 80%;
  }

  /* line 817, ../sass/responsive.scss */
  #sliders .slider .p, #sliders .slider .pp {
    width: 100%;
  }
  /* line 819, ../sass/responsive.scss */
  #sliders .slider .p hr, #sliders .slider .pp hr {
    width: 60px;
    height: 5px;
    margin-left: 0;
  }
  /* line 824, ../sass/responsive.scss */
  #sliders .slider .p h2, #sliders .slider .pp h2 {
    font-size: 17px;
  }
  /* line 827, ../sass/responsive.scss */
  #sliders .slider .p p, #sliders .slider .pp p {
    font-size: 13px;
  }

  /* line 831, ../sass/responsive.scss */
  #sliders {
    padding-top: 35px;
  }
  /* line 834, ../sass/responsive.scss */
  #sliders .slider.sliderWrapper {
    width: 100%;
  }

  /* line 839, ../sass/responsive.scss */
  #ourMission {
    background-image: url(../img/website/mobile/wood.png);
    height: 750px;
  }
  /* line 842, ../sass/responsive.scss */
  #ourMission .ourMissionContent {
    margin-top: -222px;
  }
  /* line 845, ../sass/responsive.scss */
  #ourMission i {
    font-size: 90px;
  }
  /* line 848, ../sass/responsive.scss */
  #ourMission h2 {
    font-size: 20px;
  }
  /* line 851, ../sass/responsive.scss */
  #ourMission h3 {
    font-size: 14px;
  }
  /* line 854, ../sass/responsive.scss */
  #ourMission p {
    width: 80%;
    font-size: 12px;
    font-weight:500;
  }

  /* line 859, ../sass/responsive.scss */
  .textWrap {
    width: 80%;
    margin: 0 auto;
  }

  /* line 863, ../sass/responsive.scss */
  #map .map-text {
    top: 70px;
    left: 40px;
  }

  /* line 867, ../sass/responsive.scss */
  #testimonials {
    height: 100%;
  }
  /* line 869, ../sass/responsive.scss */
  #testimonials .slick-slider {
    width: 100%;
  }
  .slick-track .slick-slide p{
    font-size:13px;
  }

  /* line 873, ../sass/responsive.scss */
  .mobileImage {
    background-size: cover;
    height: 365px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 60px 0;
  }
  /* line 879, ../sass/responsive.scss */
  .mobileImage.cabine {
    background-image: url("../img/website/mobile/cabineMobile.png");
  }
  /* line 882, ../sass/responsive.scss */
  .mobileImage.dreamhouse {
    background-image: url("../img/website/mobile/dreamhouseMobile.png");
  }
  /* line 885, ../sass/responsive.scss */
  .mobileImage.cabanon {
    background-image: url("../img/website/mobile/cabanonMobile.png");
  }

  /* line 889, ../sass/responsive.scss */
  img {
    display: none;
  }

  /* line 892, ../sass/responsive.scss */
  #sliders .slider a.btn.otherside, #sliders .slider a.btn {
    display: none;
  }

  /* line 895, ../sass/responsive.scss */
  section#slogan {
    display: none;
  }
}
@media (min-width: 2282px) and (max-width: 2880px) {
  /* line 901, ../sass/responsive.scss */
  #slogan {
    margin-top: -400px;
  }
}
@media (min-width: 2560px) and (max-width: 3000px) {
  /* line 906, ../sass/responsive.scss */
  header {
    height: 1700px;
  }

  /* line 909, ../sass/responsive.scss */
  #ourMission {
    height: 1400px !important;
  }

  /* line 912, ../sass/responsive.scss */
  #slogan {
    margin-top: -100px;
  }

  /* line 916, ../sass/responsive.scss */
  #map .map-text {
    top: 120px;
  }
  /* line 918, ../sass/responsive.scss */
  #map .map-text h2 {
    font-size: 55px;
  }
  /* line 922, ../sass/responsive.scss */
  #map .map-text ul li {
    font-size: 35px;
  }
}
@media (min-height: 840px) and (max-height: 960px) {
  /* line 931, ../sass/responsive.scss */
  #links {
    bottom: 100px !important;
  }
}
@media (min-height: 962px) and (max-height: 1440px) {
  /* line 931, ../sass/responsive.scss */
  #links {
    bottom: 200px;
  }
}
@media (min-height: 780px) and (max-height: 839px) {
  /* line 937, ../sass/responsive.scss */
  #links {
    bottom: 70px;
  }
}
@media (min-height: 725px) and (max-height: 779px) {
  /* line 942, ../sass/responsive.scss */
  #links {
    bottom: 40px;
  }
}
@media (min-height: 660px) and (max-height: 724px) {
  /* line 947, ../sass/responsive.scss */
  #links {
    bottom: 20px;
  }
}
/* line 1, ../sass/input.scss */
.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0.5em;
  max-width: 350px;
  width: calc(100% - 2em);
  vertical-align: top;
}

/* line 11, ../sass/input.scss */
.input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #aaa;
  font-weight: 500;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
}

/* line 26, ../sass/input.scss */
.input__field:focus {
  outline: none;
}

/* line 30, ../sass/input.scss */
.input__label {
  display: inline-block;
  float: right;
  padding: 0;
  width: 40%;
  color: #6a7989;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 48, ../sass/input.scss */
.input__label-content {
  position: relative;
  display: block;
  padding: 0.6em 0;
  width: 100%;
}

/* line 55, ../sass/input.scss */
.graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none;
}

/* line 62, ../sass/input.scss */
.icon {
  color: #ddd;
  font-size: 150%;
}

/* Individual styles */
/* Haruki */
/* line 71, ../sass/input.scss */
.input--haruki {
  margin: 4em 1em 1em;
}

/* line 75, ../sass/input.scss */
.input__field--haruki {
  padding: 0.4em 0.25em;
  width: 100%;
  background: transparent;
  color: #AFB5BB;
  font-size: 1.55em;
}

/* line 83, ../sass/input.scss */
.input__label--haruki {
  position: absolute;
  width: 100%;
  text-align: left;
  pointer-events: none;
}

/* line 90, ../sass/input.scss */
.input__label-content--haruki {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

/* line 96, ../sass/input.scss */
.input__label--haruki::before,
.input__label--haruki::after {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 4px;
  background: #6a7989;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

/* line 108, ../sass/input.scss */
.input__label--haruki::before {
  top: 0;
}

/* line 112, ../sass/input.scss */
.input__label--haruki::after {
  bottom: 0;
}

/* line 117, ../sass/input.scss */
.input__field--haruki:focus + .input__label--haruki .input__label-content--haruki,
.input--filled .input__label-content--haruki {
  -webkit-transform: translate3d(0, -90%, 0);
  transform: translate3d(0, -90%, 0);
}

/* line 123, ../sass/input.scss */
.input__field--haruki:focus + .input__label--haruki::before,
.input--filled .input__label--haruki::before {
  -webkit-transform: translate3d(0, -0.5em, 0);
  transform: translate3d(0, -0.5em, 0);
}

/* line 129, ../sass/input.scss */
.input__field--haruki:focus + .input__label--haruki::after,
.input--filled .input__label--haruki::after {
  -webkit-transform: translate3d(0, 0.5em, 0);
  transform: translate3d(0, 0.5em, 0);
}

/* Hoshi */
/* line 135, ../sass/input.scss */
.input--hoshi {
  overflow: hidden;
}

/* line 139, ../sass/input.scss */
.input__field--hoshi {
  margin-top: 0.3em;
  padding: 0.85em 0.15em;
  width: 98%;
  background: transparent;
  color: #000050;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
}

/* line 150, ../sass/input.scss */
.input__label--hoshi {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.25em;
  width: 100%;
  height: calc(100% - 1em);
  text-align: left;
  pointer-events: none;
}

/* line 161, ../sass/input.scss */
.input__label-content--hoshi {
  position: absolute;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #000050;
}

/* line 171, ../sass/input.scss */
.input__label--hoshi::before,
.input__label--hoshi::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 10px);
  border-bottom: 2px solid #000050;
}

/* line 181, ../sass/input.scss */
.input__label--hoshi::after {
  margin-top: 0px;
  border-bottom: 2px solid red;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

/* line 190, ../sass/input.scss */
.input__label--hoshi-color-1::after {
  border-color: #000050;
}

/* line 194, ../sass/input.scss */
.input__label--hoshi-color-2::after {
  border-color: #000050;
}

/* line 198, ../sass/input.scss */
.input__label--hoshi-color-3::after {
  border-color: #000050;
}

/* line 203, ../sass/input.scss */
.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

/* line 209, ../sass/input.scss */
.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
  -webkit-animation: anim-1 0.3s forwards;
  animation: anim-1 0.3s forwards;
}
/* line 212, ../sass/input.scss */
.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi .input__field--hoshi,
.input--filled .input__label-content--hoshi .input__field--hoshi {
  padding: 1em 0.15em;
}

@-webkit-keyframes anim-1 {
  /* line 218, ../sass/input.scss */
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
  }

  /* line 223, ../sass/input.scss */
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0);
  }

  /* line 228, ../sass/input.scss */
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }
}

@keyframes anim-1 {
  /* line 236, ../sass/input.scss */
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
  }

  /* line 241, ../sass/input.scss */
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0);
  }

  /* line 246, ../sass/input.scss */
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }
}

/* Kuro */
/* line 254, ../sass/input.scss */
.input--kuro {
  max-width: 320px;
  margin-bottom: 3em;
}

/* line 259, ../sass/input.scss */
.input__field--kuro {
  width: 100%;
  background: transparent;
  color: #9196A1;
  opacity: 0;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* line 269, ../sass/input.scss */
.input__label--kuro {
  position: absolute;
  left: 0;
  width: 100%;
  color: #df6589;
  pointer-events: none;
}

/* line 278, ../sass/input.scss */
.input__label--kuro::before,
.input__label--kuro::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border: 4px solid #747981;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

/* line 290, ../sass/input.scss */
.input__label--kuro::before {
  border-right: none;
}

/* line 294, ../sass/input.scss */
.input__label--kuro::after {
  left: 50%;
  border-left: none;
}

/* line 300, ../sass/input.scss */
.input__field--kuro:focus,
.input--filled .input__field--kuro {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* line 307, ../sass/input.scss */
.input__field--kuro:focus + .input__label--kuro::before,
.input--filled .input__label--kuro::before {
  -webkit-transform: translate3d(-10%, 0, 0);
  transform: translate3d(-10%, 0, 0);
}

/* line 313, ../sass/input.scss */
.input__field--kuro:focus + .input__label--kuro::after,
.input--filled .input__label--kuro::after {
  -webkit-transform: translate3d(10%, 0, 0);
  transform: translate3d(10%, 0, 0);
}

/* line 319, ../sass/input.scss */
.input__field--kuro:focus + .input__label--kuro .input__label-content--kuro,
.input--filled .input__label-content--kuro {
  -webkit-animation: anim-2 0.3s forwards;
  animation: anim-2 0.3s forwards;
}

@-webkit-keyframes anim-2 {
  /* line 325, ../sass/input.scss */
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 1);
    transform: scale3d(0.3, 0.3, 1);
  }

  /* line 330, ../sass/input.scss */
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3.7em, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(0, 3.7em, 0) scale3d(0.3, 0.3, 1);
  }

  /* line 335, ../sass/input.scss */
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 3.7em, 0);
    transform: translate3d(0, 3.7em, 0);
  }
}

@keyframes anim-2 {
  /* line 343, ../sass/input.scss */
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 1);
    transform: scale3d(0.3, 0.3, 1);
  }

  /* line 348, ../sass/input.scss */
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3.7em, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(0, 3.7em, 0) scale3d(0.3, 0.3, 1);
  }

  /* line 353, ../sass/input.scss */
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 3.7em, 0);
    transform: translate3d(0, 3.7em, 0);
  }
}

/* Jiro */
/* line 361, ../sass/input.scss */
.input--jiro {
  margin-top: 2em;
}

/* line 365, ../sass/input.scss */
.input__field--jiro {
  padding: 0.85em 0.5em;
  width: 100%;
  background: transparent;
  color: #DDE2E2;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* line 375, ../sass/input.scss */
.input__label--jiro {
  position: absolute;
  left: 0;
  padding: 0 0.85em;
  width: 100%;
  height: 100%;
  text-align: left;
  pointer-events: none;
}

/* line 385, ../sass/input.scss */
.input__label-content--jiro {
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
}

/* line 391, ../sass/input.scss */
.input__label--jiro::before,
.input__label--jiro::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

/* line 402, ../sass/input.scss */
.input__label--jiro::before {
  border-top: 2px solid #6a7989;
  -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
  transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* line 410, ../sass/input.scss */
.input__label--jiro::after {
  z-index: -1;
  background: #6a7989;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

/* line 420, ../sass/input.scss */
.input__field--jiro:focus,
.input--filled .input__field--jiro {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* line 427, ../sass/input.scss */
.input__field--jiro:focus + .input__label--jiro .input__label-content--jiro,
.input--filled .input__label-content--jiro {
  -webkit-transform: translate3d(0, -80%, 0);
  transform: translate3d(0, -80%, 0);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* line 435, ../sass/input.scss */
.input__field--jiro:focus + .input__label--jiro::before,
.input--filled .input__label--jiro::before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* line 441, ../sass/input.scss */
.input__field--jiro:focus + .input__label--jiro::before,
.input--filled .input__label--jiro::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 447, ../sass/input.scss */
.input__field--jiro:focus + .input__label--jiro::after,
.input--filled .input__label--jiro::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* Minoru */
/* line 457, ../sass/input.scss */
.input__field--minoru {
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 0px 2px transparent;
  color: #eca29b;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}

/* line 466, ../sass/input.scss */
.input__label--minoru {
  padding: 0;
  width: 100%;
  text-align: left;
}

/* line 472, ../sass/input.scss */
.input__label--minoru::after {
  content: '';
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 4em;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(199, 152, 157, 0.6);
}

/* line 483, ../sass/input.scss */
.input__field--minoru:focus {
  box-shadow: 0px 0px 0px 2px #eca29b;
}

/* line 487, ../sass/input.scss */
.input__field--minoru:focus + .input__label--minoru {
  pointer-events: none;
}

/* line 491, ../sass/input.scss */
.input__field--minoru:focus + .input__label--minoru::after {
  -webkit-animation: anim-shadow 0.3s forwards;
  animation: anim-shadow 0.3s forwards;
}

@-webkit-keyframes anim-shadow {
  /* line 497, ../sass/input.scss */
  to {
    box-shadow: 0px 0px 100px 50px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  /* line 504, ../sass/input.scss */
  to {
    box-shadow: 0px 0px 100px 50px;
    opacity: 0;
  }
}

/* line 510, ../sass/input.scss */
.input__label-content--minoru {
  padding: 0.75em 0.15em;
}

/* Yoko */
/* line 515, ../sass/input.scss */
.input__field--yoko {
  z-index: 10;
  width: 90%;
  background: transparent;
  color: #ff3c28;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* line 525, ../sass/input.scss */
.input__label--yoko {
  position: relative;
  width: 100%;
  color: #000050;
  text-align: left;
}
/* line 530, ../sass/input.scss */
.input__label--yoko.noTop {
  margin-top: -25px;
  font-size: 12px;
}
/* line 533, ../sass/input.scss */
.input__label--yoko.noTop:before, .input__label--yoko.noTop:after {
  background: none;
}

/* line 539, ../sass/input.scss */
.input__label--yoko::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 4em;
  background: #000050;
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

/* line 555, ../sass/input.scss */
.input__label--yoko::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.25em;
  background: #000050;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

/* line 569, ../sass/input.scss */
.input__label-content--yoko {
  padding: 0.75em 0;
  text-transform: uppercase;
}
/* line 572, ../sass/input.scss */
.input__label-content--yoko.noTop {
  margin-top: -6px;
}

/* line 578, ../sass/input.scss */
.input__field--yoko:focus,
.input--filled .input__field--yoko {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* line 585, ../sass/input.scss */
.input__field--yoko:focus + .input__label--yoko::before,
.input--filled .input__label--yoko::before {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}

/* line 591, ../sass/input.scss */
.input__field--yoko:focus + .input__label--yoko,
.input--filled .input__label--yoko {
  pointer-events: none;
}

/* line 596, ../sass/input.scss */
.input__field--yoko:focus + .input__label--yoko::after,
.input--filled .input__label--yoko::after {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
}

/* Kyo */
/* line 602, ../sass/input.scss */
.input--kyo {
  z-index: auto;
}

/* line 606, ../sass/input.scss */
.input__field--kyo {
  padding: 0.85em 1.5em;
  width: 100%;
  border-radius: 2em;
  background: #fff;
  color: #535d92;
}

/* line 614, ../sass/input.scss */
.input__label--kyo {
  z-index: 0;
  padding: 0 0 0 2em;
  width: 100%;
  text-align: left;
}

/* line 621, ../sass/input.scss */
.input__label--kyo::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(11, 43, 205, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}

/* line 636, ../sass/input.scss */
.input__label-content--kyo {
  padding: 0.5em 0;
}

/* line 641, ../sass/input.scss */
.input__field--kyo:focus,
.input__field--kyo:focus + .input__label--kyo .input__label-content--kyo {
  z-index: 10000;
}

/* line 645, ../sass/input.scss */
.input__field--kyo:focus + .input__label--kyo {
  color: #fff;
}

/* line 649, ../sass/input.scss */
.input__field--kyo:focus + .input__label--kyo::after {
  opacity: 1;
}

/* Akira */
/* line 654, ../sass/input.scss */
.input--akira {
  margin-top: 2em;
}

/* line 658, ../sass/input.scss */
.input__field--akira {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  padding: 0 1em;
  width: 100%;
  height: 100%;
  background: transparent;
  text-align: center;
}

/* line 671, ../sass/input.scss */
.input__label--akira {
  padding: 0;
  width: 100%;
  background: #696a6e;
  color: #cc6055;
  cursor: text;
}

/* line 679, ../sass/input.scss */
.input__label--akira::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2f3238;
  -webkit-transform: scale3d(0.97, 0.85, 1);
  transform: scale3d(0.97, 0.85, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

/* line 693, ../sass/input.scss */
.input__label-content--akira {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

/* line 699, ../sass/input.scss */
.input__field--akira:focus + .input__label--akira::before,
.input--filled .input__label--akira::before {
  -webkit-transform: scale3d(0.99, 0.95, 1);
  transform: scale3d(0.99, 0.95, 1);
}

/* line 705, ../sass/input.scss */
.input__field--akira:focus + .input__label--akira,
.input--filled .input__label--akira {
  cursor: default;
  pointer-events: none;
}

/* line 711, ../sass/input.scss */
.input__field--akira:focus + .input__label--akira .input__label-content--akira,
.input--filled .input__label-content--akira {
  -webkit-transform: translate3d(0, -3.5em, 0);
  transform: translate3d(0, -3.5em, 0);
}

/* Ichiro */
/* line 717, ../sass/input.scss */
.input--ichiro {
  margin-top: 2em;
}

/* line 721, ../sass/input.scss */
.input__field--ichiro {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 100;
  display: block;
  padding: 0 0.55em;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: #f0f0f0;
  color: #7F8994;
  opacity: 0;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

/* line 741, ../sass/input.scss */
.input__label--ichiro {
  width: 100%;
  text-align: left;
  cursor: text;
}

/* line 747, ../sass/input.scss */
.input__label--ichiro::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

/* line 761, ../sass/input.scss */
.input__label-content--ichiro {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

/* line 769, ../sass/input.scss */
.input__field--ichiro:focus,
.input--filled .input__field--ichiro {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* line 776, ../sass/input.scss */
.input__field--ichiro:focus + .input__label--ichiro,
.input--filled .input__label--ichiro {
  cursor: default;
  pointer-events: none;
}

/* line 782, ../sass/input.scss */
.input__field--ichiro:focus + .input__label--ichiro::before,
.input--filled .input__label--ichiro::before {
  -webkit-transform: scale3d(1, 1.5, 1);
  transform: scale3d(1, 1.5, 1);
}

/* line 788, ../sass/input.scss */
.input__field--ichiro:focus + .input__label--ichiro .input__label-content--ichiro,
.input--filled .input__label-content--ichiro {
  -webkit-transform: translate3d(0, -3.15em, 0) scale3d(0.8, 0.8, 1);
  transform: translate3d(0, -3.15em, 0) scale3d(0.8, 0.8, 1) translateZ(1px);
}

/* Juro */
/* line 794, ../sass/input.scss */
.input--juro {
  overflow: hidden;
}

/* line 798, ../sass/input.scss */
.input__field--juro {
  position: absolute;
  z-index: 100;
  padding: 2.15em 0.75em 0;
  width: 100%;
  background: transparent;
  color: #1784cd;
  font-size: 0.85em;
}

/* line 808, ../sass/input.scss */
.input__label--juro {
  padding: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: left;
}

/* line 816, ../sass/input.scss */
.input__label-content--juro {
  padding: 2em 1em;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s, color 0.3s;
  transition: transform 0.3s, color 0.3s;
  text-rendering: geometricPrecision;
}

/* line 826, ../sass/input.scss */
.input__label--juro::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px solid transparent;
  -webkit-transition: border-width 0.3s, border-color 0.3s;
  transition: border-width 0.3s, border-color 0.3s;
}

/* line 839, ../sass/input.scss */
.input__field--juro:focus + .input__label--juro::before,
.input--filled .input__label--juro::before {
  border-width: 8px;
  border-color: #1784cd;
  border-top-width: 2em;
}

/* line 846, ../sass/input.scss */
.input__field--juro:focus + .input__label--juro .input__label-content--juro,
.input--filled .input__label--juro .input__label-content--juro {
  color: #fff;
  -webkit-transform: translate3d(0, -1.5em, 0) scale3d(0.75, 0.75, 1);
  transform: translate3d(0, -1.5em, 0) scale3d(0.75, 0.75, 1) translateZ(1px);
}

/* Hideo */
/* line 853, ../sass/input.scss */
.input--hideo {
  overflow: hidden;
  background: #fff;
}

/* line 858, ../sass/input.scss */
.input__field--hideo {
  padding: 0.85em 0.85em 0.85em 3em;
  width: 100%;
  background: transparent;
  -webkit-transform: translate3d(1em, 0, 0);
  transform: translate3d(1em, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

/* line 868, ../sass/input.scss */
.input__label--hideo {
  position: absolute;
  padding: 1.25em 0 0;
  width: 4em;
  height: 100%;
}

/* line 875, ../sass/input.scss */
.input__label--hideo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 4em;
  height: 100%;
  background: #899dda;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

/* line 890, ../sass/input.scss */
.icon--hideo {
  color: #fff;
  -webkit-transform: scale3d(1, 1, 1);
  /* Needed for Chrome bug */
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

/* line 900, ../sass/input.scss */
.input__label-content--hideo {
  position: absolute;
  top: 100%;
}

/* line 905, ../sass/input.scss */
.input__field--hideo:focus {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 910, ../sass/input.scss */
.input__field--hideo:focus + .input__label--hideo::before {
  -webkit-transform: scale3d(0.8, 1, 1);
  transform: scale3d(0.8, 1, 1);
}

/* line 915, ../sass/input.scss */
.input__field--hideo:focus + .input__label--hideo .icon--hideo {
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
}

/* Madoka */
/* line 921, ../sass/input.scss */
.input--madoka {
  margin: 1.1em;
}

/* line 925, ../sass/input.scss */
.input__field--madoka {
  width: 100%;
  background: transparent;
  color: #7A7593;
}

/* line 931, ../sass/input.scss */
.input__label--madoka {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #7A7593;
  text-align: left;
  cursor: text;
}

/* line 940, ../sass/input.scss */
.input__label-content--madoka {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

/* line 947, ../sass/input.scss */
.graphic--madoka {
  -webkit-transform: scale3d(1, -1, 1);
  transform: scale3d(1, -1, 1);
  -webkit-transition: stroke-dashoffset 0.3s;
  transition: stroke-dashoffset 0.3s;
  pointer-events: none;
  stroke: #7A7593;
  stroke-width: 4px;
  stroke-dasharray: 962;
  stroke-dashoffset: 558;
}

/* line 961, ../sass/input.scss */
.input__field--madoka:focus + .input__label--madoka,
.input--filled .input__label--madoka {
  cursor: default;
  pointer-events: none;
}

/* line 967, ../sass/input.scss */
.input__field--madoka:focus + .input__label--madoka .graphic--madoka,
.input--filled .graphic--madoka {
  stroke-dashoffset: 0;
}

/* line 972, ../sass/input.scss */
.input__field--madoka:focus + .input__label--madoka .input__label-content--madoka,
.input--filled .input__label-content--madoka {
  -webkit-transform: scale3d(0.81, 0.81, 1) translate3d(0, 4em, 0);
  transform: scale3d(0.81, 0.81, 1) translate3d(0, 4em, 0);
}

/* Kaede */
/* line 978, ../sass/input.scss */
.input--kaede {
  display: block;
  overflow: hidden;
  margin: 1em auto 2em;
  background: #EFEEEE;
}

/* line 985, ../sass/input.scss */
.input__field--kaede {
  position: absolute;
  top: 0;
  right: 100%;
  width: 60%;
  height: 100%;
  background: #fff;
  color: #9DABBA;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* line 999, ../sass/input.scss */
.input__label--kaede {
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  cursor: text;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* line 1014, ../sass/input.scss */
.input__label-content--kaede {
  padding: 1.5em 0;
}

/* line 1019, ../sass/input.scss */
.input__field--kaede:focus,
.input--filled .input__field--kaede {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s;
}

/* line 1027, ../sass/input.scss */
.input__field--kaede:focus + .input__label--kaede,
.input--filled .input__label--kaede {
  -webkit-transform: translate3d(60%, 0, 0);
  transform: translate3d(60%, 0, 0);
  pointer-events: none;
}

@media screen and (max-width: 34em) {
  /* line 1035, ../sass/input.scss */
  .input__field--kaede:focus + .input__label--kaede,
  .input--filled .input__label--kaede {
    -webkit-transform: translate3d(65%, 0, 0) scale3d(0.65, 0.65, 1);
    transform: translate3d(65%, 0, 0) scale3d(0.65, 0.65, 1);
    pointer-events: none;
  }
}
/* Isao */
/* line 1043, ../sass/input.scss */
.input__field--isao {
  z-index: 10;
  padding: 0.75em 0.1em 0.25em;
  width: 100%;
  background: transparent;
  color: #afb3b8;
}

/* line 1051, ../sass/input.scss */
.input__label--isao {
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 100%;
  color: #dadada;
  text-align: left;
}

/* line 1060, ../sass/input.scss */
.input__label--isao::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 7px;
  background: #dadada;
  -webkit-transform: scale3d(1, 0.4, 1);
  transform: scale3d(1, 0.4, 1);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* line 1077, ../sass/input.scss */
.input__label--isao::after {
  content: attr(data-content);
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.75em 0.15em;
  color: #da7071;
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  pointer-events: none;
}

/* line 1094, ../sass/input.scss */
.input__field--isao:focus + .input__label--isao::before {
  background-color: #da7071;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* line 1100, ../sass/input.scss */
.input__field--isao:focus + .input__label--isao {
  pointer-events: none;
}

/* line 1104, ../sass/input.scss */
.input__field--isao:focus + .input__label--isao::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1110, ../sass/input.scss */
.input__label-content--isao {
  padding: 0.75em 0.15em;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* line 1118, ../sass/input.scss */
.input__field--isao:focus + .input__label--isao .input__label-content--isao {
  opacity: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 1126, ../sass/input.scss */
.input .input--hoshi .input--filled .input__field--hoshi {
  padding: 1em 0.15em !important;
}
/* line 1130, ../sass/input.scss */
.input .input--hoshi .input--filled .input__label--hoshi .input__label-content--hoshi {
  font-size: 12px !important;
}

/* line 1136, ../sass/input.scss */
.input--filled .input__label-content--hoshi {
  font-size: 12px !important;
}
