/*
 * reset
 */
* {
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: 0;
  font-weight: normal;
}

html {
  font-size: 100%;
}

body {
  font-family: Arial, sans-serif;
}

em {
  font-style: italic;
}

a img {
  border: none;
}

a {
  text-decoration: none;
}

/*
 * sroussy generics
 */
.gen-center {
  margin: 0 auto;
}

.gen-section-center {
  margin: 0 auto;
  max-width: 50em;
  padding-left: 1em;
  padding-right: 1em;
}

.gen-imgCenter {
  text-align: center;
}

.gen-txtCenter {
  text-align: center;
}

.hide,
.gen-hidden {
  display: none;
}

.gen-infoError {
  color: red;
}

.error,
.gen-txtError {
  color: red;
}

.gen-clearBoth {
  clear: both;
}

.gen-disabled {
  opacity: 0.4;
  pointer-events: none;
}

body div a.gen-inline-link:hover {
  text-decoration: underline;
}

fieldset {
  border: 0;
}

@media screen {
  body .print {
    display: none;
  }
}
@media print {
  body .screen {
    display: none;
  }
}
li {
  list-style: none;
}

/*
 * MEMENTO generics
 */
body {
  font-size: 1em;
  background-color: #8fcfff;
}

@media screen and (min-width: 400px) {
  header {
    padding-bottom: 0.3em;
  }
  body > div {
    background-color: white;
  }
  .main > div,
  header > div,
  footer > div {
    width: 380px;
    margin: 0 auto 0 auto;
  }
  body > div {
    background-color: white;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .switchLang {
    margin-bottom: 0em;
    position: relative;
    z-index: 99;
    text-align: center;
    margin-top: 2px;
    font-family: monospace;
    text-transform: uppercase;
    color: white;
    font-style: italic;
  }
  .switchLang a .switchLang a:hover,
  .switchLang a:visited {
    color: white;
  }
  .switchLang a:hover {
    text-decoration: underline;
    /*color: red;*/
  }
  .siteTitle1,
  .siteTitle2,
  .siteTitle3 {
    display: block;
    text-transform: uppercase;
    text-align: center;
  }
  .siteTitle1 {
    color: #ff0000;
    font-size: 7em;
    font-family: monospace;
    line-height: 0.7em;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
  }
  .siteTitle2 {
    font-weight: bold;
    white-space: nowrap;
  }
  .siteTitle2.classLang_en {
    font-size: 2.42em;
  }
  .siteTitle2.classLang_fr {
    font-size: 31.8px;
  }
  .siteTitle3 {
    color: #c6611b;
    font-size: 1.56em;
    line-height: 1.05em;
  }
  .siteTitle3.classLang_en > span:first-of-type {
    font-size: 1.14em;
  }
  .siteTitle3.classLang_fr > span:first-of-type {
    font-size: 1em;
  }
  .siteTitle3.classLang_en > span:last-of-type {
    font-size: 1.025em;
  }
  .siteTitle3.classLang_fr > span:last-of-type {
    font-size: 1.02em;
  }
  h1, h2, h3, h4 {
    text-transform: uppercase;
    font-weight: bold;
  }
  h1 {
    font-size: 1.3em;
  }
  body > div h2 {
    font-size: 1.1em;
    color: #c6611b;
    line-height: 1.1em;
    margin-top: 1em;
  }
  .main p {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .warning {
    background-color: #fefe65;
    padding: 0.8em;
    font-size: 1em;
    width: 60%;
    margin: 0 auto 0 auto;
  }
  footer p {
    margin-top: 1em;
    font-weight: bold;
    text-align: center;
  }
}
.siteTitle3 > span {
  display: block;
  white-space: nowrap;
}

@media screen and (max-width: 399.9px) {
  header {
    padding-bottom: 0.3em;
  }
  body {
    min-width: 300px;
  }
  body > div {
    background-color: white;
  }
  .main > div,
  header > div,
  footer > div {
    width: 300px;
    margin: 0 auto 0 auto;
    /*background: aqua;*/
  }
  body > div {
    background-color: white;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .switchLang {
    position: relative;
    z-index: 99;
    text-align: center;
    margin-top: 2px;
    font-family: monospace;
    margin-bottom: -6px;
    text-transform: uppercase;
    color: white;
    font-style: italic;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    font-size: 1.6em;
  }
  .switchLang a .switchLang a:hover,
  .switchLang a:visited {
    color: white;
  }
  .switchLang a:hover {
    text-decoration: underline;
    /*color: red;*/
  }
  .siteTitle1,
  .siteTitle2,
  .siteTitle3 {
    display: block;
    text-transform: uppercase;
    text-align: center;
  }
  .siteTitle1 {
    color: #ff0000;
    font-size: 5.5em;
    font-family: monospace;
    line-height: 0.7em;
    cursor: pointer;
    width: 100%;
  }
  .siteTitle2 {
    font-weight: bold;
  }
  .siteTitle2.classLang_en {
    font-size: 1.9em;
  }
  .siteTitle2.classLang_fr {
    font-size: 1.57em;
  }
  .siteTitle3 {
    color: #c6611b;
    line-height: 1.05em;
  }
  .siteTitle3.classLang_en {
    font-size: 1.4em;
  }
  .siteTitle3.classLang_fr {
    font-size: 1.23em;
  }
  .siteTitle3.classLang_en > span:first-of-type {
    font-size: 1em;
  }
  .siteTitle3.classLang_en > span:last-of-type {
    font-size: 0.9em;
  }
  .siteTitle3.classLang_fr > span:first-of-type {
    font-size: 1em;
  }
  .siteTitle3.classLang_fr > span:last-of-type {
    font-size: 1.02em;
  }
  h1, h2, h3, h4 {
    text-transform: uppercase;
    font-weight: bold;
  }
  h1 {
    font-size: 1.3em;
  }
  body > div h2 {
    font-size: 1.1em;
    color: #c6611b;
    line-height: 1.1em;
    margin-top: 1em;
  }
  .main p {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .warning {
    background-color: #fefe65;
    padding: 0.8em;
    font-size: 1em;
    width: 60%;
    margin: 0 auto 0 auto;
  }
  footer p {
    margin-top: 1em;
    font-weight: bold;
    text-align: center;
  }
}
.getBackLink {
  cursor: pointer;
}

p.ariane {
  color: #0092ff;
  text-align: center;
  margin: 0px 0 20px 0;
}

p.ariane a,
p.ariane a:hover,
p.ariane a:active {
  color: #0092ff;
  text-transform: lowercase;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
}

p.ariane a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 399.9px) {
  p.ariane a {
    font-size: 1.3em;
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
p.lienVersApp,
p.lienVersApp a {
  color: #0092ff;
}

p.lienVersApp.soon,
p.lienVersApp.soon a {
  color: gray;
  cursor: pointer;
}

p.lienVersApp a,
p.lienVersApp a:active {
  color: #0092ff;
}

p.chooser,
p.chooser a {
  color: #0092ff;
}

p.chooser a,
p.chooser a:active {
  color: #0092ff;
}

@media screen and (min-width: 400px) {
  label {
    position: relative;
    top: 6px;
  }
  input:not([type=checkbox]) {
    width: 90%;
  }
  select[name=street] {
    width: 100%;
  }
  label[for=cellphoneNumber] {
    width: auto;
  }
  input[name=warningsHour] {
    width: 5em;
  }
  input[name=cellphoneNumber] {
    width: 35%;
  }
  select[name=areaWrapper] {
    width: 230px;
  }
}
.subscriptionList {
  padding-left: 2em;
}

.subscriptionInfo span {
  font-weight: bold;
}

.cancel {
  color: blue;
  font-style: italic;
  font-size: 0.7em;
  cursor: pointer;
}

.cancel:hover {
  text-decoration: underline;
}

.cancel:active {
  text-decoration: none;
}

.smallNotice {
  font-size: 0.7em;
}

.termsOfUseCheckbox {
  font-size: 0.8em;
}

.termsOfUseLinkForCheckbox {
  font-size: 1.1em;
  color: #0092ff;
  font-weight: bold;
}

/*
 * Form's styles
 */
.haveError {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  color: red;
}

ul li ul.errorlist li {
  font-size: 0.9em;
  padding: 0;
  margin: 0;
  list-style: none;
  color: red;
}

form {
  margin-top: 2em;
  margin-bottom: 1em;
}
form ul li {
  margin-top: 1em;
  margin-bottom: 1em;
}

form label {
  width: auto;
  display: inline-block;
  margin-right: 1em;
  vertical-align: top;
  float: left;
}

form ul li ul li {
  clear: both;
}
form ul li ul li label {
  float: none;
}

input:not([type=checkbox]),
select,
button,
.ui-btn {
  outline: none;
  overflow: hidden;
  white-space: nowrap;
  padding: 0.2em 1em;
  text-overflow: ellipsis;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  border-color: black;
  border-width: 1px;
  border-style: solid;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: white;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgb(0, 0, 0);
  -moz-box-shadow: 0 1px 3px rgb(0, 0, 0);
  box-shadow: 0 1px 3px rgb(0, 0, 0);
}

select {
  height: 1.67em;
}

input,
select,
label {
  margin-top: 3px;
  margin-bottom: 3px;
}

input,
select {
  color: black;
}

button,
input[type=submit],
input[type=button],
.ui-btn {
  cursor: pointer;
  text-align: center;
  display: block;
  position: relative;
  text-transform: uppercase;
  color: black;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[name=verificationNumber] {
  width: 3em;
}

input[type=submit]:hover {
  background-color: #8fcfff;
}

input[type=submit]:active {
  background-color: lightgray;
}

@media screen and (max-width: 399.9px) {
  select {
    width: 100%;
    padding: 1%;
    font-size: 1.4em;
    height: 2em;
    margin-bottom: 3px;
  }
  input[type=email],
  input[type=text] {
    width: 97%;
    padding: 1%;
    font-size: 1.4em;
    margin-bottom: 3px;
    height: 1.7em;
  }
  form > div > input[type=submit] {
    width: 75%;
    font-size: 1.4em;
    height: 2em;
    text-align: center;
    margin-left: 0px;
    margin: 2em auto 2em auto;
  }
  form input[name=verificationNumber] {
    width: 40%;
    padding: 1%;
    font-size: 1.4em;
    margin-bottom: 3px;
    height: 1.7em;
  }
}
.linkToProfile,
.linkBackHome,
.cuLinkBackHome {
  color: #0092ff;
}

.cuLinkBackHome {
  margin-bottom: 1em;
  display: block;
}

.linkBackHome {
  text-align: left;
  display: block;
  text-transform: lowercase;
  margin-top: 50px;
}

.linkToProfile:hover,
.linkBackHome:hover,
.cuLinkBackHome:hover {
  text-decoration: underline;
}

.softError {
  color: red;
  font-weight: bold;
}

@media screen and (max-width: 399.9px) {
  .linkBackHome {
    font-size: 1.2em;
  }
}
.footerTermsOfUseLink,
.footerTermsOfUseLink:active,
.footerTermsOfUseLink:visited {
  font-size: 0.8em;
  color: red;
  text-decoration: underline;
}

body div#BDTLL_feedback {
  display: None;
}

/*# sourceMappingURL=base.css.map */
