/*******************************************************************************
* Reset
* @see http://meyerweb.com/eric/tools/css/reset/
* @license none (public domain)
* @version 2.0 | 20110126
*******************************************************************************/
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input,
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;
  vertical-align: baseline;
  /*Fix Iphone pour le resize des Font*/
  -webkit-text-size-adjust: none;
  /*Fix clean font icon sur mac*/
  -webkit-font-smoothing: antialiased; }

input[type=email], input[type=tel],
input[type=text], input[type=password],
input[type=submit], input[type=reset],
textarea {
  border-radius: 0;
  -webkit-appearance: none; }

input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
  padding: 0; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/*******************************************************************************
* Text
*******************************************************************************/
html, body, input, button, textarea, select {
  font: 15px/1.6 "adelle-sans", Arial, Helvetica, sans-serif;
  color: #2C2C2C; }

p, pre {
  margin: 1.4666666667em 0; }

sub, sup {
  font-size: 0.8em; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: sub; }

/*******************************************************************************
* Links
*******************************************************************************/
a, a:link, a:visited {
  text-decoration: none;
  color: #2D7FC3; }
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
  color: #4d98d6; }
a img {
  border: 0; }

/*******************************************************************************
* Titles
*******************************************************************************/
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  font: bold 2.1333333333em/1.2 "adelle-sans", Arial, Helvetica, sans-serif;
  color: #575757;
  margin: 0.9375em 0 0.9375em; }

h1 {
  margin: 1.03125em 0 0.78125em;
  color: #2D7FC3;
  font-family: "adelle", "Georgia", serif; }

h2 {
  font-size: 1.6em; }

h3 {
  font-size: 1.2em; }

h4 {
  font-size: 1.0666666667em; }

h5 {
  font-size: 1.0666666667em; }

h6 {
  font-size: 1.0666666667em; }

/*******************************************************************************
* Table
*******************************************************************************/
table {
  width: 100% !important;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  margin: 1em 0 2em; }
  table td, table th {
    padding: 1em;
    border: 2px solid #fff; }
  table td {
    background: #F1F1F1; }
    table td > * {
      margin: 0 0 0.3em; }
  table th {
    padding: 0.9375em;
    font-size: 1.0666666667em;
    text-align: left;
    background: #C0D9ED;
    font-weight: normal;
    white-space: nowrap; }
  table thead tr:first-child th {
    color: #fff;
    font-weight: bold;
    background: #2E80C3; }
  table.schedule td {
    background: #fff; }
  table.schedule th {
    font-weight: bold;
    width: 8%; }
  table.schedule tr:nth-child(2n) th {
    background: #F1F1F1; }

/*******************************************************************************
* Lists
*******************************************************************************/
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  ol li, ul li {
    margin: 0;
    padding: 0; }

.wysiwyg ol, .wysiwyg ul, .content-text ol, .content-text ul {
  overflow: hidden;
  padding: 0 .4em 0 1em;
  margin: 2em 0; }
.wysiwyg ul > li, .content-text ul > li {
  text-indent: -0.8em; }
  .wysiwyg ul > li:before, .content-text ul > li:before {
    display: inline-block;
    content: '';
    width: 0.4em;
    height: 0.4em;
    margin-right: 0.4em;
    border-radius: 50%;
    vertical-align: middle;
    background: #2D7FC3; }
.wysiwyg ol, .content-text ol {
  list-style: decimal; }
.wysiwyg .custom-ol, .content-text .custom-ol {
  list-style: none; }
  .wysiwyg .custom-ol li, .content-text .custom-ol li {
    text-indent: -0.9333333333em; }
  .wysiwyg .custom-ol .number, .content-text .custom-ol .number {
    color: #2D7FC3; }
.wysiwyg li, .content-text li {
  padding: 0 0 1px; }
.wysiwyg li ul, .wysiwyg li ol, .content-text li ul, .content-text li ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

/*******************************************************************************
* Misc
*******************************************************************************/
hr {
  display: block;
  height: 0;
  border: 0;
  border-bottom: 1px solid #DFDFDF;
  margin: 1.6666666667em 0 1.3333333333em; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

blockquote, q {
  position: relative;
  display: block;
  overflow: hidden;
  padding-left: 1em;
  margin: 1.5em 0;
  font: bold 1.3333333333em/1.6 "adelle", "Georgia", serif;
  color: #1CB27C;
  quotes: none; }
  blockquote > *, q > * {
    margin: 0; }
  blockquote:before, q:before {
    position: absolute;
    left: 0;
    top: 0.4em;
    bottom: 0.4em;
    width: 5px;
    background: #1CB27C;
    content: ''; }

.strikethrough {
  text-decoration: line-through; }

.underline {
  text-decoration: underline; }

.justifyright {
  text-align: right; }

.justifyleft {
  text-align: left; }

.justifycenter {
  text-align: center; }

.justifyfull {
  text-align: justify; }

img.justifyleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em; }

img.justifyright {
  float: right;
  margin-left: 1em;
  margin-bottom: 0.5em; }

pre, code {
  font-family: Consolas, monospace; }

/*******************************************************************************
* Form
*******************************************************************************/
input[type=submit], button, .button, a.button:link, a.button:visited, .menu-button > a {
  position: relative;
  display: inline-block;
  padding: 0.8333333333em 1.5em;
  border: 1px solid #2D7FC3;
  min-width: 12.5em;
  font: bold 0.8em/1 "adelle-sans", Arial, Helvetica, sans-serif;
  line-height: normal;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  background: #2D7FC3;
  cursor: pointer;
  border-radius: 5px;
  behavior: url(/assets/pie/PIE.htc);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }
  input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus, input[type=submit].focus, button:hover, button:active, button:focus, button.focus, .button:hover, .button:active, .button:focus, .button.focus, a.button:link:hover, a.button:link:active, a.button:link:focus, a.button:link.focus, a.button:visited:hover, a.button:visited:active, a.button:visited:focus, a.button:visited.focus, .menu-button > a:hover, .menu-button > a:active, .menu-button > a:focus, .menu-button > a.focus {
    color: #fff;
    border-color: #4d98d6;
    background: #4d98d6;
    outline: none; }

input[type=email], input[type=tel],
input[type=text], input[type=password], textarea, select, input.file {
  display: inline-block;
  border: 1px solid #DFDFDF;
  border-color: #b5b5b5 #DFDFDF #DFDFDF #b5b5b5;
  margin: 0;
  color: #2C2C2C;
  line-height: normal;
  background: #fff;
  border-radius: 5px;
  behavior: url(/assets/pie/PIE.htc);
  -webkit-box-shadow: inset 5px 5px 0px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 5px 5px 0px -3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 5px 5px 0px -3px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }
  input[type=email]:focus, input[type=email].focus, input[type=tel]:focus, input[type=tel].focus,
  input[type=text]:focus,
  input[type=text].focus, input[type=password]:focus, input[type=password].focus, textarea:focus, textarea.focus, select:focus, select.focus, input.file:focus, input.file.focus {
    border-color: #2D7FC3;
    outline: none; }

input[type=email], input[type=tel],
input[type=text], input[type=password], input.file {
  padding: .525em 1em; }

input.file {
  float: left; }

textarea {
  overflow: auto;
  width: 100%;
  padding: .35em .5em;
  line-height: 1.35;
  resize: none; }

select {
  padding: 0;
  line-height: 1.4; }
