/* 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, ../../../../../../var/lib/gems/2.7.0/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, ../../../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../var/lib/gems/2.7.0/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, ../../../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../var/lib/gems/2.7.0/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 26, ../sass/screen.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, Courier;
  background-color: white;
  margin-top: 20px;
  margin-left: 20px;
  color: #666;
}

/* line 38, ../sass/screen.scss */
input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/* line 43, ../sass/screen.scss */
input[type=submit] {
  -webkit-border-radius: 0px;
}

/* line 47, ../sass/screen.scss */
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 1;
  /* Firefox */
}

/* line 52, ../sass/screen.scss */
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

/* line 56, ../sass/screen.scss */
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
}

/* line 60, ../sass/screen.scss */
a {
  color: #666;
  text-decoration: none;
}
/* line 64, ../sass/screen.scss */
a:focus, a:hover {
  outline: none;
  background-color: #cccccc;
  color: white;
}

/* line 73, ../sass/screen.scss */
div.info {
  margin-top: 20px;
  max-width: 750px;
}

/* line 80, ../sass/screen.scss */
a.logo {
  display: block;
  position: absolute;
  top: 20px;
  left: 625.6px;
  background-color: transparent;
}
/* line 89, ../sass/screen.scss */
a.logo img {
  display: block;
  width: 194.4px;
  height: 64px;
}
/* line 99, ../sass/screen.scss */
a.logo:focus, a.logo:hover {
  outline: none;
  background-color: transparent;
}

/* line 108, ../sass/screen.scss */
p {
  font-size: 12pt;
  line-height: 14.4pt;
  margin-top: 4px;
}
/* line 115, ../sass/screen.scss */
p.notice {
  margin-top: 20px;
  font-size: 9pt;
  max-width: 500px;
  line-height: 9.9pt;
}

/* line 125, ../sass/screen.scss */
h1 {
  font-size: 23pt;
  line-height: 25.3pt;
  font-weight: bold;
}

/* line 132, ../sass/screen.scss */
h2 {
  font-size: 9pt;
  line-height: 9.9pt;
}

/* line 137, ../sass/screen.scss */
form {
  position: relative;
  display: block;
  width: 800px;
  margin-top: 20px;
  margin-bottom: 60px;
}
/* line 150, ../sass/screen.scss */
form label {
  padding-top: 10px;
  padding-bottom: 3.33333px;
  display: block;
}
/* line 159, ../sass/screen.scss */
form input, form select, form textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, Courier;
  font-size: 12pt;
  height: 25pt;
  box-sizing: border-box;
  border: 1px solid #666;
  display: block;
  width: 100%;
  padding-top: 6.5pt;
  padding-left: 6.5pt;
  padding-bottom: 6.5pt;
  padding-right: 6.5pt;
}
/* line 174, ../sass/screen.scss */
form input.error, form select.error, form textarea.error {
  background-color: rgba(255, 0, 0, 0.2);
}
/* line 180, ../sass/screen.scss */
form input[type="submit"], form select[type="submit"], form textarea[type="submit"] {
  padding: 0;
  height: 31.5pt;
  width: calc(100%);
  border: none;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  background-color: #666;
}
/* line 192, ../sass/screen.scss */
form input[type="submit"]:disabled, form select[type="submit"]:disabled, form textarea[type="submit"]:disabled {
  background-color: #cccccc;
}
/* line 198, ../sass/screen.scss */
form input[type="submit"].confirm, form select[type="submit"].confirm, form textarea[type="submit"].confirm {
  background-color: darkred;
}
/* line 206, ../sass/screen.scss */
form select {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 213, ../sass/screen.scss */
form .adr {
  position: relative;
  height: 25pt;
}
/* line 217, ../sass/screen.scss */
form .adr input[name="npa"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  border-right: none;
}
/* line 225, ../sass/screen.scss */
form .adr input[name="localite"] {
  position: absolute;
  left: 80px;
  top: 0;
  width: calc(100% - 80px);
}

/* line 236, ../sass/screen.scss */
.errors {
  margin-top: 40px;
  margin-bottom: 40px;
  color: red;
}

/* line 244, ../sass/screen.scss */
.please-confirm {
  font-size: 12pt;
  color: darkred;
  display: none;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
