/* 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 5, ../../../../../Users/thomasbelo/.rvm/gems/ruby-2.4.0@global/gems/compass-core-1.0.3/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, ../../../../../Users/thomasbelo/.rvm/gems/ruby-2.4.0@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Users/thomasbelo/.rvm/gems/ruby-2.4.0@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Users/thomasbelo/.rvm/gems/ruby-2.4.0@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Users/thomasbelo/.rvm/gems/ruby-2.4.0@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Users/thomasbelo/.rvm/gems/ruby-2.4.0@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Users/thomasbelo/.rvm/gems/ruby-2.4.0@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Users/thomasbelo/.rvm/gems/ruby-2.4.0@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Users/thomasbelo/.rvm/gems/ruby-2.4.0@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 8, ../sass/screen.scss */
body {
  font-family: 'Quicksand', sans-serif;
}

/* line 12, ../sass/screen.scss */
.taxe-apprentissage {
  padding: 120px 0;
}
/* line 14, ../sass/screen.scss */
.taxe-apprentissage .logo {
  max-width: 450px;
  display: block;
  margin: 0 auto 45px;
}
/* line 19, ../sass/screen.scss */
.taxe-apprentissage h1 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 85px;
  text-align: center;
  color: #425c6b;
}

/* line 27, ../sass/screen.scss */
.contact-form {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
/* line 32, ../sass/screen.scss */
.contact-form .information {
  background: #bac600;
  background: -moz-linear-gradient(left, #bac600 0%, #00662c 100%);
  background: -webkit-linear-gradient(left, #bac600 0%, #00662c 100%);
  background: linear-gradient(to right, #bac600 0%, #00662c 100%);
  width: 30%;
  flex: 0 0 auto;
  color: #ffffff;
  border-radius: 0 20px 20px 0;
}
/* line 41, ../sass/screen.scss */
.contact-form .information .content-info {
  padding: 80px 50px;
}
/* line 44, ../sass/screen.scss */
.contact-form .information h2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 55px;
}
/* line 49, ../sass/screen.scss */
.contact-form .information span {
  font-weight: 600;
  line-height: 1.5rem;
}
/* line 52, ../sass/screen.scss */
.contact-form .information span a {
  font-weight: 700;
  color: #ffffff;
}
/* line 57, ../sass/screen.scss */
.contact-form .information p {
  margin-top: 35px;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.3rem;
}
/* line 64, ../sass/screen.scss */
.contact-form .myform {
  width: 60%;
  flex: 0 0 auto;
}
/* line 67, ../sass/screen.scss */
.contact-form .myform form {
  padding: 60px;
  display: block;
}
/* line 70, ../sass/screen.scss */
.contact-form .myform form .alert-msg {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}
/* line 74, ../sass/screen.scss */
.contact-form .myform form .alert-msg .span-error {
  background-color: #dc3545;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-right: 5px;
}
/* line 84, ../sass/screen.scss */
.contact-form .myform form .alert-msg .span-success {
  background-color: #198754;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 4px;
  font-size: 0.95rem;
  font-weight: 600;
  margin-right: 5px;
}
/* line 94, ../sass/screen.scss */
.contact-form .myform form .alert-msg.error-msg {
  color: #dc3545;
}
/* line 97, ../sass/screen.scss */
.contact-form .myform form .alert-msg.success-msg {
  color: #198754;
  font-weight: 600;
  font-size: 1.2rem;
}
/* line 103, ../sass/screen.scss */
.contact-form .myform form .col-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 107, ../sass/screen.scss */
.contact-form .myform form .col-form div {
  width: 45%;
}
/* line 111, ../sass/screen.scss */
.contact-form .myform form .col-form.col-calc-taxe div {
  width: 30%;
}
/* line 116, ../sass/screen.scss */
.contact-form .myform form .group-form {
  margin-bottom: 50px;
}
/* line 119, ../sass/screen.scss */
.contact-form .myform form .group-form.radio label {
  display: inline-block;
  margin-left: 5px;
}
/* line 123, ../sass/screen.scss */
.contact-form .myform form .group-form.radio input {
  display: inline-block;
  width: auto;
}
/* line 129, ../sass/screen.scss */
.contact-form .myform form h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  color: #bac600;
}
/* line 136, ../sass/screen.scss */
.contact-form .myform form label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: #00662c;
}
/* line 142, ../sass/screen.scss */
.contact-form .myform form input {
  border: none;
  width: 100%;
  padding: 12px;
  background-color: #f3f3f3;
  border-radius: 6px;
  border-bottom: 2px solid transparent;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  outline: none;
  box-sizing: border-box;
  font-family: 'Quicksand', sans-serif;
}
/* line 153, ../sass/screen.scss */
.contact-form .myform form input:focus {
  border-color: #bac600;
}
/* line 157, ../sass/screen.scss */
.contact-form .myform form .virement, .contact-form .myform form .cheque {
  width: 100% !important;
  font-weight: 600;
}
/* line 160, ../sass/screen.scss */
.contact-form .myform form .virement b, .contact-form .myform form .cheque b {
  display: block;
  color: #bac600;
}
/* line 165, ../sass/screen.scss */
.contact-form .myform form em {
  font-style: italic;
  font-weight: 500;
  margin-top: 5px;
  display: block;
}
/* line 170, ../sass/screen.scss */
.contact-form .myform form em b {
  font-weight: 600;
  color: #bac600;
}
/* line 175, ../sass/screen.scss */
.contact-form .myform form .email-form__submit {
  float: right;
  background: #bac600;
  background: -moz-linear-gradient(left, #bac600 0%, #00662c 100%);
  background: -webkit-linear-gradient(left, #bac600 0%, #00662c 100%);
  background: linear-gradient(to right, #bac600 0%, #00662c 100%);
  border: none;
  padding: 12px 25px;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 6px;
  cursor: pointer;
  font-family: 'Quicksand', sans-serif;
}

/* Transition */
/* line 195, ../sass/screen.scss */
.slide-fade-enter-active {
  transition: all 0.4s ease-out;
}

/* line 199, ../sass/screen.scss */
.slide-fade-leave-active {
  transition: all 0.4s cubic-bezier(1, 0.5, 0.8, 1);
}

/* line 203, ../sass/screen.scss */
.slide-fade-enter-from,
.slide-fade-leave-to {
  transform: translateX(20px);
  opacity: 0;
}
