@charset "UTF-8";
/*!
Theme Name:     Glanum
Theme URI:      http://www.glanum.com/
Author:         L'agence Glanum
Author URI:     http://www.glanum.com/
Version:        0.1
*/
/** ********************************************
 * Colors
 ******************************************** */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
@font-face {
  font-family: 'TiresiasInfofont';
  src: url("../fonts/tiresiasinfo/TiresiasInfofont.woff") format("woff"), url("../fonts/tiresiasinfo/TiresiasInfofont.ttf") format("truetype"), url("../fonts/tiresiasinfo/TiresiasInfofont.svg#TiresiasInfofont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Tiresias_Infofont';
  src: url("../fonts/tiresiasinfo/Tiresias_Infofont.eot");
  src: url("../fonts/tiresiasinfo/Tiresias_Infofont.woff2") format("woff2"), url("../fonts/tiresiasinfo/Tiresias_Infofont.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'TiresiasInfofont';
  src: url("../fonts/tiresiasinfo/TiresiasInfofontItalic.woff") format("woff"), url("../fonts/tiresiasinfo/TiresiasInfofontItalic.ttf") format("truetype"), url("../fonts/tiresiasinfo/TiresiasInfofontItalic.svg#TiresiasInfofontItalic") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'TiresiasInfofont';
  src: url("../fonts/tiresiasinfo/Tiresias_Infofont_Italic.eot");
  src: url("../fonts/tiresiasinfo/Tiresias_Infofont_Italic.woff2") format("woff2"), url("../fonts/tiresiasinfo/Tiresias_Infofont_Italic.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'isipc-icon';
  src: url("../fonts/isipc-icon/isipc-icon.eot?qnkde6");
  src: url("../fonts/isipc-icon/isipc-icon.eot?qnkde6#iefix") format("embedded-opentype"), url("../fonts/isipc-icon/isipc-icon.ttf?qnkde6") format("truetype"), url("../fonts/isipc-icon/isipc-icon.woff?qnkde6") format("woff"), url("../fonts/isipc-icon/isipc-icon.svg?qnkde6#isipc-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="isipc-icon-"], [class*=" isipc-icon-"] {
  font-family: 'isipc-icon', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.isipc-icon-Cartographie:before {
  content: ""; }

.isipc-icon-Ajouter_doc:before {
  content: ""; }

.isipc-icon-Ecrire_msg:before {
  content: ""; }

.isipc-icon-Envoyer_msg:before {
  content: ""; }

.isipc-icon-Supprimer_msg:before {
  content: ""; }

.isipc-icon-document:before {
  content: ""; }

.isipc-icon-messagerie:before {
  content: ""; }

.isipc-icon-photo:before {
  content: ""; }

.isipc-icon-stimulation:before {
  content: ""; }

.isipc-icon-web:before {
  content: ""; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%; }
  html.increase-size-1 {
    font-size: 64.5%; }
  html.increase-size-2 {
    font-size: 66.5%; }
  html.increase-size-3 {
    font-size: 68.5%; }
  html.increase-size-4 {
    font-size: 70.5%; }
  html.increase-size-5 {
    font-size: 72.5%; }
  html.increase-size-6 {
    font-size: 74.5%; }
  html.increase-size-7 {
    font-size: 76.5%; }
  html.increase-size-8 {
    font-size: 78.5%; }
  html.increase-size-9 {
    font-size: 80.5%; }
  html.increase-size-10 {
    font-size: 82.5%; }

body {
  background: #FFFFFF;
  color: #251A5B;
  font-family: "TiresiasInfofont", sans-serif;
  font-size: 2.2rem;
  padding-top: 12.4rem;
  padding-bottom: 3.2rem;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    body {
      height: 100%; } }

::-moz-selection {
  background: #251A5B;
  color: #FFFFFF;
  text-shadow: none; }

::selection {
  background: #251A5B;
  color: #FFFFFF;
  text-shadow: none; }

:focus {
  outline: -webkit-focus-ring-color auto 0; }

h1, h2, h3, h4, h5, h6, label {
  font-family: "TiresiasInfofont", sans-serif;
  font-weight: normal;
  color: #251A5B; }

h1 {
  font-size: 2.8rem; }

h2 {
  font-size: 2.2rem; }

h1,
h2 {
  margin-top: 5rem;
  margin-bottom: 4rem; }

h3 {
  font-size: 1.8rem;
  margin-top: 1rem;
  margin-bottom: 2rem; }

h4 {
  font-size: 1.6rem; }

h5 {
  font-size: 1.4rem; }

h6 {
  font-size: 1.4rem; }

a {
  text-decoration: none;
  color: #ce644a;
  outline: 0; }
  a:hover {
    color: #ce644a;
    text-decoration: underline; }
  a:focus {
    text-decoration: none;
    color: #ce644a;
    outline: 0; }
  a:active {
    color: #ce644a; }
  a img {
    border: none; }

img.img-responsive {
  max-width: 100%;
  height: auto;
  width: auto;
  box-sizing: border-box; }

p,
ul,
ol {
  margin-bottom: 2rem; }

hr {
  height: .3rem;
  border: none;
  background: #F0F0F0;
  margin: 0 0 1.5rem; }
  hr.darker {
    background: #d7d7d7; }

label {
  color: #251A5B;
  display: inline-block;
  margin-bottom: 1rem; }
  label:hover {
    cursor: pointer; }

fieldset {
  border: none;
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0; }
  fieldset legend {
    font-size: 3rem;
    margin-bottom: 3.5rem; }

.form-control {
  height: 5rem;
  border: none; }
  .has-error .form-control {
    box-shadow: 0 0 0 0.5rem #FF7463 inset; }
  .form-control:focus {
    -webkit-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease; }
    .app-neutral .form-control:focus {
      box-shadow: 0 0 0 0.5rem #9d9d9d inset; }
    .app-photos .form-control:focus {
      box-shadow: 0 0 0 0.5rem #e7ad19 inset; }
    .app-web .form-control:focus {
      box-shadow: 0 0 0 0.5rem #5b4d66 inset; }
    .app-cartographie .form-control:focus {
      box-shadow: 0 0 0 0.5rem #a56e42 inset; }
    .app-messagerie .form-control:focus {
      box-shadow: 0 0 0 0.5rem #ce644a inset; }
    .app-documents .form-control:focus {
      box-shadow: 0 0 0 0.5rem #6ab49f inset; }
    .app-stimulation-cognitive .form-control:focus {
      box-shadow: 0 0 0 0.5rem #817f43 inset; }
    .app-messagerie .form-control:focus {
      box-shadow: 0 0 0 0.5rem #ce644a inset; }

textarea {
  max-width: 100%;
  padding: 2rem !important;
  line-height: 3.5rem;
  height: auto !important; }
  textarea.form-control {
    width: 100%; }

.container {
  max-width: 110rem;
  width: 100%; }

.page-header {
  position: relative;
  border: none;
  margin: 0;
  padding: 0; }
  .page-header.welcome-header .welcome-img {
    display: block; }
    @media screen and (min-width: 1200px) {
      .page-header.welcome-header .welcome-img {
        float: right;
        max-width: 400px; } }
    @media screen and (min-width: 768px) {
      .page-header.welcome-header .welcome-img {
        margin-top: -70px; } }

.page-title {
  margin-top: 0; }

.category-title {
  font-size: 3rem;
  color: #FFFFFF;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.button {
  display: inline-block;
  text-align: center;
  color: #251A5B;
  padding: .5rem 1rem;
  border: none;
  height: 5rem;
  line-height: normal;
  -webkit-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease; }
  .button:hover, .button:active, .button:focus {
    cursor: pointer;
    color: #251A5B;
    text-decoration: none;
    box-shadow: 0 0 0 0.5rem #FFFFFF inset; }
  .button.big {
    height: 10rem !important;
    padding: 1.5rem 2rem;
    font-size: 2.5rem;
    line-height: 3.2rem; }
    .button.big:hover {
      box-shadow: 0 0 0 1rem #FFFFFF inset; }
    .button.big .button {
      line-height: normal;
      font-size: 2.2rem; }
  .button.blue {
    background: #251A5B;
    color: #FFFFFF; }
    .button.blue .item-name {
      color: #FFFFFF; }
  .button.blue-10 {
    background: #5A5682;
    color: #FFFFFF; }
    .button.blue-10 .item-name {
      color: #FFFFFF; }
  .button.white {
    background: #FFFFFF;
    color: #251A5B; }
    .app-neutral .button.white {
      -webkit-transition: box-shadow 0.2s ease;
      -o-transition: box-shadow 0.2s ease;
      transition: box-shadow 0.2s ease; }
      .app-neutral .button.white:hover, .app-neutral .button.white.active {
        box-shadow: 0 0 0 0.5rem #9d9d9d inset; }
      .app-neutral .button.white.big:hover, .app-neutral .button.white.big.active {
        box-shadow: 0 0 0 1rem #9d9d9d inset; }
    .app-photos .button.white {
      -webkit-transition: box-shadow 0.2s ease;
      -o-transition: box-shadow 0.2s ease;
      transition: box-shadow 0.2s ease; }
      .app-photos .button.white:hover, .app-photos .button.white.active {
        box-shadow: 0 0 0 0.5rem #e7ad19 inset; }
      .app-photos .button.white.big:hover, .app-photos .button.white.big.active {
        box-shadow: 0 0 0 1rem #e7ad19 inset; }
    .app-web .button.white {
      -webkit-transition: box-shadow 0.2s ease;
      -o-transition: box-shadow 0.2s ease;
      transition: box-shadow 0.2s ease; }
      .app-web .button.white:hover, .app-web .button.white.active {
        box-shadow: 0 0 0 0.5rem #5b4d66 inset; }
      .app-web .button.white.big:hover, .app-web .button.white.big.active {
        box-shadow: 0 0 0 1rem #5b4d66 inset; }
    .app-messagerie .button.white {
      -webkit-transition: box-shadow 0.2s ease;
      -o-transition: box-shadow 0.2s ease;
      transition: box-shadow 0.2s ease; }
      .app-messagerie .button.white:hover, .app-messagerie .button.white.active {
        box-shadow: 0 0 0 0.5rem #ce644a inset; }
      .app-messagerie .button.white.big:hover, .app-messagerie .button.white.big.active {
        box-shadow: 0 0 0 1rem #ce644a inset; }
    .app-documents .button.white {
      -webkit-transition: box-shadow 0.2s ease;
      -o-transition: box-shadow 0.2s ease;
      transition: box-shadow 0.2s ease; }
      .app-documents .button.white:hover, .app-documents .button.white.active {
        box-shadow: 0 0 0 0.5rem #6ab49f inset; }
      .app-documents .button.white.big:hover, .app-documents .button.white.big.active {
        box-shadow: 0 0 0 1rem #6ab49f inset; }
    .app-stimulation-cognitive .button.white {
      -webkit-transition: box-shadow 0.2s ease;
      -o-transition: box-shadow 0.2s ease;
      transition: box-shadow 0.2s ease; }
      .app-stimulation-cognitive .button.white:hover, .app-stimulation-cognitive .button.white.active {
        box-shadow: 0 0 0 0.5rem #817f43 inset; }
      .app-stimulation-cognitive .button.white.big:hover, .app-stimulation-cognitive .button.white.big.active {
        box-shadow: 0 0 0 1rem #817f43 inset; }
    .app-cartographie .button.white {
      -webkit-transition: box-shadow 0.2s ease;
      -o-transition: box-shadow 0.2s ease;
      transition: box-shadow 0.2s ease; }
      .app-cartographie .button.white:hover, .app-cartographie .button.white.active {
        box-shadow: 0 0 0 0.5rem #a56e42 inset; }
      .app-cartographie .button.white.big:hover, .app-cartographie .button.white.big.active {
        box-shadow: 0 0 0 1rem #a56e42 inset; }
    .app-messagerie .button.white {
      -webkit-transition: box-shadow 0.2s ease;
      -o-transition: box-shadow 0.2s ease;
      transition: box-shadow 0.2s ease; }
      .app-messagerie .button.white:hover, .app-messagerie .button.white.active {
        box-shadow: 0 0 0 0.5rem #ce644a inset; }
      .app-messagerie .button.white.big:hover, .app-messagerie .button.white.big.active {
        box-shadow: 0 0 0 1rem #ce644a inset; }
  .button.bg-app-photos {
    background: #F2D383;
    color: #251A5B; }
    .button.bg-app-photos:hover, .button.bg-app-photos.active {
      box-shadow: 0 0 0 1rem #e7ad19 inset; }
  .button.bg-app-documents {
    background: #B8DBD1;
    color: #251A5B; }
    .button.bg-app-documents:hover, .button.bg-app-documents.active {
      box-shadow: 0 0 0 1rem #6ab49f inset; }
  .button.bg-app-web {
    background: #9685A3;
    color: #251A5B; }
    .button.bg-app-web:hover, .button.bg-app-web.active {
      box-shadow: 0 0 0 1rem #5b4d66 inset; }
  .button.bg-app-stimulation-cognitive {
    background: #BCBA7E;
    color: #251A5B; }
    .button.bg-app-stimulation-cognitive:hover, .button.bg-app-stimulation-cognitive.active {
      box-shadow: 0 0 0 1rem #817f43 inset; }
  .button.bg-app-cartographie {
    background: #D1AA8B;
    color: #251A5B; }
    .button.bg-app-cartographie:hover, .button.bg-app-cartographie.active {
      box-shadow: 0 0 0 1rem #a56e42 inset; }
  .button.bg-app-messagerie {
    background: #E7B3A6;
    color: #251A5B; }
    .button.bg-app-messagerie:hover, .button.bg-app-messagerie.active {
      box-shadow: 0 0 0 1rem #ce644a inset; }
  .button.with-icon {
    position: relative;
    padding-left: 10rem; }
    .button.with-icon .isipc-icon {
      position: absolute;
      margin-top: -3.8rem;
      top: 50%;
      left: 2rem;
      font-size: 7.6rem; }
    .button.with-icon .button-notification {
      position: absolute;
      top: .5rem;
      left: 50%;
      margin-left: 1rem;
      width: 4.6rem;
      height: 4.6rem;
      line-height: 4.6rem;
      font-family: "TiresiasInfofont", sans-serif;
      font-size: 2.4rem;
      background: #E3364D;
      border-radius: 50%;
      overflow: hidden;
      text-overflow: ellipsis; }
  .button.return {
    text-transform: uppercase; }
    .button.return .isipc-icon {
      height: 3rem;
      line-height: 3rem;
      width: 3rem;
      background: #B9DBD1;
      border-radius: 50%; }
      .button.return .isipc-icon:before {
        margin-right: 0.5rem; }
    .button.return .item-name {
      display: inline-block !important;
      overflow: visible !important;
      text-align: center; }

.form-group {
  margin-bottom: 4rem; }
  .form-group .form-control {
    width: 100%;
    padding: 0 2rem; }

.list-items {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  margin-bottom: 0;
  padding-left: 0; }
  .list-items:before, .list-items:after {
    content: " ";
    display: table; }
  .list-items:after {
    clear: both; }
  .list-items > li {
    display: table;
    table-layout: fixed;
    text-align: center;
    margin-bottom: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
    .list-items > li > [type="checkbox"]:not(:checked),
    .list-items > li > [type="checkbox"]:checked,
    .list-items > li > [type="radio"]:not(:checked),
    .list-items > li > [type="radio"]:checked {
      position: absolute;
      left: -999.9rem; }
    .list-items > li > [type="checkbox"]:not(:checked) + label,
    .list-items > li > [type="checkbox"]:checked + label,
    .list-items > li > [type="radio"]:not(:checked) + label,
    .list-items > li > [type="radio"]:checked + label {
      position: relative;
      cursor: pointer; }
      .list-items > li > [type="checkbox"]:not(:checked) + label .item-thumb,
      .list-items > li > [type="checkbox"]:checked + label .item-thumb,
      .list-items > li > [type="radio"]:not(:checked) + label .item-thumb,
      .list-items > li > [type="radio"]:checked + label .item-thumb {
        height: 10rem;
        margin: 0; }
    .app-neutral .list-items > li > [type="checkbox"]:checked + label,
    .app-neutral .list-items > li > [type="radio"]:checked + label {
      box-shadow: 0 0 0 0.5rem #9d9d9d inset; }
    .app-photos .list-items > li > [type="checkbox"]:checked + label, .app-photos .list-items > li > [type="radio"]:checked + label {
      box-shadow: 0 0 0 0.5rem #e7ad19 inset; }
    .app-web .list-items > li > [type="checkbox"]:checked + label, .app-web .list-items > li > [type="radio"]:checked + label {
      box-shadow: 0 0 0 0.5rem #5b4d66 inset; }
    .app-cartographie .list-items > li > [type="checkbox"]:checked + label, .app-cartographie .list-items > li > [type="radio"]:checked + label {
      box-shadow: 0 0 0 0.5rem #a56e42 inset; }
    .app-messagerie .list-items > li > [type="checkbox"]:checked + label, .app-messagerie .list-items > li > [type="radio"]:checked + label {
      box-shadow: 0 0 0 0.5rem #ce644a inset; }
    .app-documents .list-items > li > [type="checkbox"]:checked + label, .app-documents .list-items > li > [type="radio"]:checked + label {
      box-shadow: 0 0 0 0.5rem #6ab49f inset; }
    .app-stimulation-cognitive .list-items > li > [type="checkbox"]:checked + label, .app-stimulation-cognitive .list-items > li > [type="radio"]:checked + label {
      box-shadow: 0 0 0 0.5rem #817f43 inset; }
    .app-messagerie .list-items > li > [type="checkbox"]:checked + label, .app-messagerie .list-items > li > [type="radio"]:checked + label {
      box-shadow: 0 0 0 0.5rem #ce644a inset; }
    .list-items > li > a,
    .list-items > li > button,
    .list-items > li > label,
    .list-items > li > .button,
    .list-items > li > form button {
      width: 100%;
      display: table-cell;
      vertical-align: middle; }
      .list-items > li > a.big,
      .list-items > li > button.big,
      .list-items > li > label.big,
      .list-items > li > .button.big,
      .list-items > li > form button.big {
        height: 12.5rem; }
        .list-items > li > a.big .item-thumb + .item-name,
        .list-items > li > button.big .item-thumb + .item-name,
        .list-items > li > label.big .item-thumb + .item-name,
        .list-items > li > .button.big .item-thumb + .item-name,
        .list-items > li > form button.big .item-thumb + .item-name {
          height: 7rem; }
        .list-items > li > a.big .item-name,
        .list-items > li > button.big .item-name,
        .list-items > li > label.big .item-name,
        .list-items > li > .button.big .item-name,
        .list-items > li > form button.big .item-name {
          max-height: 7rem; }
      .list-items > li > a .item-thumb,
      .list-items > li > button .item-thumb,
      .list-items > li > label .item-thumb,
      .list-items > li > .button .item-thumb,
      .list-items > li > form button .item-thumb {
        background: rgba(255, 255, 255, 0.5);
        height: 22rem;
        margin: -.5rem -1rem;
        overflow: hidden;
        position: relative;
        display: block; }
        .list-items > li > a .item-thumb img,
        .list-items > li > button .item-thumb img,
        .list-items > li > label .item-thumb img,
        .list-items > li > .button .item-thumb img,
        .list-items > li > form button .item-thumb img {
          line-height: 22rem;
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          max-width: 100%;
          max-height: 100%; }
        .list-items > li > a .item-thumb .item-name,
        .list-items > li > button .item-thumb .item-name,
        .list-items > li > label .item-thumb .item-name,
        .list-items > li > .button .item-thumb .item-name,
        .list-items > li > form button .item-thumb .item-name {
          white-space: normal;
          overflow-wrap: break-word;
          word-break: break-all;
          top: 50%;
          width: 100%;
          transform: translateY(-50%);
          position: relative;
          padding-left: 4.5rem;
          overflow: visible;
          max-height: none; }
          .list-items > li > a .item-thumb .item-name:before,
          .list-items > li > button .item-thumb .item-name:before,
          .list-items > li > label .item-thumb .item-name:before,
          .list-items > li > .button .item-thumb .item-name:before,
          .list-items > li > form button .item-thumb .item-name:before {
            display: inline-block;
            font-family: 'isipc-icon', sans-serif;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 5rem;
            content: "";
            vertical-align: middle;
            line-height: 0;
            position: absolute;
            left: 0;
            top: 1.5rem; }
        .list-items > li > a .item-thumb + .item-name,
        .list-items > li > button .item-thumb + .item-name,
        .list-items > li > label .item-thumb + .item-name,
        .list-items > li > .button .item-thumb + .item-name,
        .list-items > li > form button .item-thumb + .item-name {
          margin-top: 2rem;
          max-height: none;
          height: 4rem; }
      .list-items > li > a .item-name,
      .list-items > li > button .item-name,
      .list-items > li > label .item-name,
      .list-items > li > .button .item-name,
      .list-items > li > form button .item-name {
        font-size: 2.5rem;
        display: block;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        line-height: 3.3rem;
        position: relative;
        overflow: hidden;
        max-height: 4rem; }
      .list-items > li > a:hover,
      .list-items > li > button:hover,
      .list-items > li > label:hover,
      .list-items > li > .button:hover,
      .list-items > li > form button:hover {
        text-decoration: none; }
    .list-items > li .list-items {
      margin: 1rem -.5rem -.5rem; }
      .list-items > li .list-items > li {
        margin-bottom: .5rem;
        padding-left: .5rem;
        padding-right: .5rem; }

.list-attachments:before, .list-attachments:after {
  content: " ";
  display: table; }
.list-attachments:after {
  clear: both; }
.list-attachments li {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem; }
  .list-attachments li > a,
  .list-attachments li > span {
    background: #FFFFFF;
    line-height: 10rem;
    height: 10rem;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 20rem;
    display: block;
    overflow: hidden;
    position: relative; }
    .list-attachments li > a .isipc-icon,
    .list-attachments li > span .isipc-icon {
      font-size: 4rem;
      vertical-align: middle;
      margin-right: 1.5rem; }
  .list-attachments li img {
    max-height: 10rem; }
  .list-attachments li > a:hover {
    text-decoration: none; }
    .list-attachments li > a:hover img {
      -webkit-transition: opacity 0.2s ease;
      -o-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease;
      opacity: .6; }
  .list-attachments li:not(.image) > a {
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease; }
    .list-attachments li:not(.image) > a:hover {
      background: #e6e6e6; }
  .list-attachments li.pdf > a,
  .list-attachments li.pdf > span {
    background: #EF2411;
    color: #FFFFFF; }
    .list-attachments li.pdf > a:hover,
    .list-attachments li.pdf > span:hover {
      background: #c01c0d; }
  .list-attachments li.doc > a,
  .list-attachments li.doc > span, .list-attachments li.docx > a,
  .list-attachments li.docx > span {
    background: #295497;
    color: #FFFFFF; }
  .list-attachments li.doc > a:hover, .list-attachments li.docx > a:hover {
    background: #1e3e6f; }
  .list-attachments li.xls > a,
  .list-attachments li.xls > span, .list-attachments li.xlsx > a,
  .list-attachments li.xlsx > span {
    background: #1F6E43;
    color: #FFFFFF; }
  .list-attachments li.xls > a:hover, .list-attachments li.xlsx > a:hover {
    background: #14462b; }
  .list-attachments li.ppt > a,
  .list-attachments li.ppt > span, .list-attachments li.pptx > a,
  .list-attachments li.pptx > span {
    background: #D14424;
    color: #FFFFFF; }
  .list-attachments li.ppt > a:hover, .list-attachments li.pptx > a:hover {
    background: #a5361d; }
  .list-attachments li.txt > a,
  .list-attachments li.txt > span {
    background: #5AA5B7;
    color: #FFFFFF; }
  .list-attachments li.txt > a:hover {
    background: #438a9b; }

.entry {
  padding: 3rem;
  background: #FFFFFF;
  color: #251A5B;
  -webkit-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  display: block;
  position: relative;
  text-align: left;
  height: auto;
  margin-bottom: 2.5rem; }
  .entry:hover {
    text-decoration: none;
    color: #251A5B; }
  .entry.transparent {
    background: rgba(255, 255, 255, 0.5); }
  .entry .entry-title {
    font-size: 2rem;
    margin-bottom: 3rem;
    margin-top: 0; }
  .entry .entry-user {
    display: inline-block;
    background: #E3E3E3;
    text-transform: uppercase;
    padding: .8rem 1.2rem;
    margin-bottom: 1.6rem; }
    .entry .entry-user em {
      text-transform: lowercase; }
  .entry .entry-status {
    width: 2.8rem;
    height: 2.8rem;
    background: #E3364D;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    border-radius: 50%; }
  .entry .entry-subject {
    margin-bottom: 1.5rem; }
  .entry .entry-content {
    line-height: 3.2rem; }
  .entry .entry-attached-file {
    color: #E3364D; }

#site-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(184, 219, 209, 0.9);
  z-index: 9;
  padding-top: 12.4rem;
  padding-bottom: 3.2rem;
  display: none; }
  #site-overlay .site-overlay-inner {
    height: 100%;
    width: 100%;
    position: relative; }
  #site-overlay .site-overlay-content {
    background: #FFFFFF;
    height: 60%;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 4rem 4rem 1.5rem;
    overflow-y: auto; }
    @media screen and (min-width: 768px) {
      #site-overlay .site-overlay-content {
        width: 80%; } }
    @media screen and (min-width: 992px) {
      #site-overlay .site-overlay-content {
        width: 50%; } }
    #site-overlay .site-overlay-content .site-overlay-title {
      margin-top: 0; }
    #site-overlay .site-overlay-content .list-items {
      margin-top: 6rem; }

.line-height-input {
  line-height: 5rem; }

.pagination {
  display: none; }

.page-load-status {
  display: none; }
  .page-load-status p {
    margin: 0; }

.alert {
  top: 12.4rem;
  color: #FFFFFF;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 2.6rem;
  z-index: 10;
  padding: 2rem; }
  .alert.alert-danger {
    background: #FF7463; }
    .alert.alert-danger a {
      color: #961000; }
  .alert.alert-success {
    background: #8CCA61; }
    .alert.alert-success a {
      color: #2b4718; }
  .alert.alert-info {
    background: #75AAFF; }
    .alert.alert-info a {
      color: #0041a8; }
  .alert.alert-warning {
    background: #FFE44A; }
    .alert.alert-warning a {
      color: #7d6a00; }
  .alert ul {
    margin-bottom: 0; }
    .alert ul li {
      list-style: none; }

#close-alerts {
  margin-top: 2rem;
  margin-bottom: 0; }

#site-header {
  background: #FFFFFF;
  height: 7rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: table;
  width: 100%; }
  #site-header #site-brand {
    height: 7rem;
    display: table-cell;
    padding: 0 2rem;
    min-width: 18rem;
    vertical-align: middle; }
    #site-header #site-brand:hover {
      background: #E3E3E3; }
    #site-header #site-brand img {
      height: 6rem;
      display: block; }

.site-wrapper {
  height: 100%;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden; }

.site-content-wrapper {
  height: 100%;
  display: table;
  width: 100%; }
  .site-content-wrapper .site-content {
    display: table-cell;
    padding-top: 3rem;
    padding-bottom: 3rem;
    height: 100%; }
    .site-content-wrapper .site-content.no-padding {
      padding-top: 0;
      padding-bottom: 0; }
  .site-content-wrapper.app-neutral {
    background: #D8D8D8; }
  .site-content-wrapper.app-welcome .site-content {
    padding-top: 8rem; }
  .site-content-wrapper.app-welcome .page-title {
    font-size: 3.2rem; }
  .site-content-wrapper.app-welcome .entry {
    color: #000000; }
  .site-content-wrapper.app-photos {
    background: #F2D383; }
  .site-content-wrapper.app-web {
    background: #9685A3; }
  .site-content-wrapper.app-documents {
    background: #B8DBD1; }
  .site-content-wrapper.app-stimulation-cognitive {
    background: #BCBA7E; }
  .site-content-wrapper.app-cartographie {
    background: #D1AA8B; }
  .site-content-wrapper.app-messagerie {
    background: #E7B3A6; }

#site-breadcrumb {
  background: #E3E3E3;
  height: 5.4rem;
  position: fixed;
  top: 7rem;
  left: 0;
  width: 100%;
  z-index: 10; }
  #site-breadcrumb ol {
    display: table;
    table-layout: fixed; }
    #site-breadcrumb ol li {
      display: table-cell;
      vertical-align: middle; }
      #site-breadcrumb ol li > a,
      #site-breadcrumb ol li > span {
        background: #89B4CF;
        color: #FFFFFF;
        display: block;
        height: 5.4rem;
        line-height: 5.4rem;
        padding-left: 3.5rem;
        padding-right: 5.5rem;
        position: relative;
        font-size: 2.2rem;
        -webkit-transition: background-color 0.2s ease;
        -o-transition: background-color 0.2s ease;
        transition: background-color 0.2s ease; }
        #site-breadcrumb ol li > a:before,
        #site-breadcrumb ol li > span:before {
          content: '';
          position: absolute;
          top: 0;
          left: -2rem;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 2.7rem 2rem 2.7rem 0;
          border-color: transparent #89B4CF transparent transparent;
          display: block;
          -webkit-transition: border-color 0.2s ease;
          -o-transition: border-color 0.2s ease;
          transition: border-color 0.2s ease; }
        #site-breadcrumb ol li > a .item-name,
        #site-breadcrumb ol li > span .item-name {
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden;
          display: block; }
      #site-breadcrumb ol li a:hover {
        text-decoration: none;
        background: #192533 !important; }
        #site-breadcrumb ol li a:hover:before {
          border-right-color: #192533 !important; }
      #site-breadcrumb ol li:last-child > a,
      #site-breadcrumb ol li:last-child > span {
        padding-right: 3.5rem; }
      #site-breadcrumb ol li:nth-child(2) > a,
      #site-breadcrumb ol li:nth-child(2) > span {
        background: #7298B2; }
        #site-breadcrumb ol li:nth-child(2) > a:before,
        #site-breadcrumb ol li:nth-child(2) > span:before {
          border-right-color: #7298B2; }
      #site-breadcrumb ol li:nth-child(3) > a,
      #site-breadcrumb ol li:nth-child(3) > span {
        background: #5F7E94; }
        #site-breadcrumb ol li:nth-child(3) > a:before,
        #site-breadcrumb ol li:nth-child(3) > span:before {
          border-right-color: #5F7E94; }
      #site-breadcrumb ol li:nth-child(4) > a,
      #site-breadcrumb ol li:nth-child(4) > span {
        background: #485F70; }
        #site-breadcrumb ol li:nth-child(4) > a:before,
        #site-breadcrumb ol li:nth-child(4) > span:before {
          border-right-color: #485F70; }
      #site-breadcrumb ol li:nth-child(5) > a,
      #site-breadcrumb ol li:nth-child(5) > span {
        background: #324453; }
        #site-breadcrumb ol li:nth-child(5) > a:before,
        #site-breadcrumb ol li:nth-child(5) > span:before {
          border-right-color: #324453; }

#site-navigation {
  display: table-cell;
  position: relative; }
  #site-navigation > ul {
    display: table;
    float: right;
    table-layout: fixed;
    height: 7rem;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    width: 100%; }
    #site-navigation > ul > li {
      display: table-cell;
      border-left: 0.2rem solid #E3E3E3;
      text-align: center;
      font-size: 2rem;
      vertical-align: middle;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media screen and (min-width: 768px) {
        #site-navigation > ul > li {
          white-space: nowrap; } }
      #site-navigation > ul > li.action.text:first-of-type {
        border-left: none; }
      @media screen and (max-width: 991px) {
        #site-navigation > ul > li.action .item {
          padding-left: 0;
          padding-right: 0; }
        #site-navigation > ul > li.action .item-name {
          display: none; } }
      @media screen and (max-width: 1199px) {
        #site-navigation > ul > li.action {
          width: 100px; }
          #site-navigation > ul > li.action.text {
            width: 130px; } }
      @media screen and (min-width: 992px) {
        #site-navigation > ul > li.action {
          width: 200px; }
          #site-navigation > ul > li.action.logout {
            width: 240px; } }
      #site-navigation > ul > li .item {
        height: 7rem;
        line-height: 7rem;
        width: 100%;
        display: block;
        padding: 0 2rem;
        background: transparent;
        border: none;
        color: #251A5B;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media screen and (min-width: 1200px) {
          #site-navigation > ul > li .item {
            white-space: nowrap; } }
        #site-navigation > ul > li .item .isipc-icon {
          height: 3rem;
          line-height: 3rem;
          width: 3rem;
          background: #B9DBD1;
          border-radius: 50%; }
          @media screen and (min-width: 1200px) {
            #site-navigation > ul > li .item .isipc-icon {
              margin-right: 1rem; } }
        #site-navigation > ul > li .item.user-name {
          font-size: 2.8rem;
          text-align: right;
          white-space: nowrap;
          padding-left: 0; }
      #site-navigation > ul > li button.item:not(.disabled):hover,
      #site-navigation > ul > li a.item:not(.disabled):hover {
        text-decoration: none;
        background: #E3E3E3; }
      #site-navigation > ul > li #increase-size,
      #site-navigation > ul > li #decrease-size,
      #site-navigation > ul > li #logout-btn {
        text-transform: uppercase; }
        #site-navigation > ul > li #increase-size.disabled,
        #site-navigation > ul > li #decrease-size.disabled,
        #site-navigation > ul > li #logout-btn.disabled {
          opacity: 0.3;
          filter: alpha(opacity=30); }
          #site-navigation > ul > li #increase-size.disabled:hover,
          #site-navigation > ul > li #decrease-size.disabled:hover,
          #site-navigation > ul > li #logout-btn.disabled:hover {
            cursor: not-allowed; }
      #site-navigation > ul > li:first-child {
        border-left: none; }

#site-footer-navigation {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 1.2rem;
  text-transform: uppercase; }
  #site-footer-navigation ul {
    display: inline-block;
    margin-bottom: 0; }
    #site-footer-navigation ul:before, #site-footer-navigation ul:after {
      content: " ";
      display: table; }
    #site-footer-navigation ul:after {
      clear: both; }
    #site-footer-navigation ul li {
      border-left: 0.1rem solid #5D7E95;
      display: inline;
      padding-left: .6rem;
      padding-right: .6rem; }
      #site-footer-navigation ul li:first-child {
        border-left: none; }
      #site-footer-navigation ul li a {
        color: #5D7E95; }
  #site-footer-navigation .logo-footer a {
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    #site-footer-navigation .logo-footer a:hover {
      opacity: .6;
      text-decoration: none; }
    #site-footer-navigation .logo-footer a img {
      vertical-align: middle; }
    #site-footer-navigation .logo-footer a.glanum img {
      width: 2.2rem;
      margin-bottom: 0.4rem; }
    #site-footer-navigation .logo-footer a.departement-vaucluse img {
      width: 5.6rem;
      margin-bottom: 0.2rem;
      margin-left: .6rem; }

#site-footer {
  background: #FFFFFF;
  height: 3.2rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10; }
  #site-footer .site-footer-table {
    height: 3.2rem;
    display: table;
    width: 100%; }

.application-grid {
  height: 100%;
  margin-bottom: 0; }
  .application-grid:before, .application-grid:after {
    content: " ";
    display: table; }
  .application-grid:after {
    clear: both; }
  .application-grid li {
    text-align: center;
    display: table;
    table-layout: fixed;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .application-grid li {
        float: left;
        height: 50%;
        width: 50%; } }
    @media screen and (min-width: 1200px) {
      .application-grid li {
        width: 33.3333333333%; } }
    .application-grid li a {
      display: table-cell;
      vertical-align: middle;
      font-size: 3rem;
      line-height: 3.2rem;
      color: #251A5B;
      -webkit-transition: box-shadow 0.2s ease;
      -o-transition: box-shadow 0.2s ease;
      transition: box-shadow 0.2s ease;
      padding: 4rem 2rem; }
      .application-grid li a .isipc-icon {
        font-size: 20rem;
        display: block;
        position: relative; }
        .application-grid li a .isipc-icon:before {
          display: inline-block;
          font-family: 'isipc-icon', sans-serif;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        .application-grid li a .isipc-icon .nb-received {
          position: absolute;
          font-family: "TiresiasInfofont", sans-serif;
          bottom: 2rem;
          left: 50%;
          height: 6.6rem;
          line-height: 6.6rem;
          width: 6.6rem;
          margin-left: 3.5rem;
          background: #E6354A;
          color: #FFFFFF;
          border-radius: 50%;
          font-size: 3.8rem; }
      .application-grid li a:hover {
        text-decoration: none; }
    .application-grid li.messagerie a {
      background: #E7B3A6; }
      .application-grid li.messagerie a .isipc-icon:before {
        content: ""; }
      .application-grid li.messagerie a:hover {
        box-shadow: 0 0 0 1rem #ce644a inset; }
    .application-grid li.stimulation-cognitive a {
      background: #BCBA7E; }
      .application-grid li.stimulation-cognitive a .isipc-icon:before {
        content: ""; }
      .application-grid li.stimulation-cognitive a:hover {
        box-shadow: 0 0 0 1rem #817f43 inset; }
    .application-grid li.web a {
      background: #9685A3; }
      .application-grid li.web a .isipc-icon:before {
        content: ""; }
      .application-grid li.web a:hover {
        box-shadow: 0 0 0 1rem #5b4d66 inset; }
    .application-grid li.photos a {
      background: #F2D383; }
      .application-grid li.photos a .isipc-icon:before {
        content: ""; }
      .application-grid li.photos a:hover {
        box-shadow: 0 0 0 1rem #e7ad19 inset; }
    .application-grid li.documents a {
      background: #B8DBD1; }
      .application-grid li.documents a .isipc-icon:before {
        content: ""; }
      .application-grid li.documents a:hover {
        box-shadow: 0 0 0 1rem #6ab49f inset; }
    .application-grid li.cartographie a {
      background: #D1AA8B; }
      .application-grid li.cartographie a .isipc-icon:before {
        content: ""; }
      .application-grid li.cartographie a:hover {
        box-shadow: 0 0 0 1rem #a56e42 inset; }

@media screen and (min-width: 992px) {
  .ressource-preview {
    float: right; } }
.ressource-preview .preview-table {
  display: table;
  width: 100%;
  margin-bottom: 2.5rem;
  height: 10rem; }
  .ressource-preview .preview-table img {
    display: block;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    max-height: 65rem; }
.ressource-preview .photo-preview,
.ressource-preview .document-preview {
  display: table-cell;
  margin-bottom: 2rem;
  position: relative;
  vertical-align: middle;
  text-align: center;
  background: rgba(255, 255, 255, 0.5); }
.ressource-preview .photo-preview .loader:before {
  content: "Chargement...";
  font-size: 3rem;
  display: block;
  color: #251A5B;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.question .question-thumb {
  margin-bottom: 4rem;
  text-align: center; }
.question .question-answers .list-items {
  margin-left: -.5rem;
  margin-right: -.5rem; }
  .question .question-answers .list-items > li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: .5rem;
    padding-right: .5rem;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .question .question-answers .list-items > li {
        float: left;
        width: 100%; } }
.question.floated {
  max-width: none; }
  .question.floated:before, .question.floated:after {
    content: " ";
    display: table; }
  .question.floated:after {
    clear: both; }
  .question.floated .question-thumb {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .question.floated .question-thumb {
        float: left;
        width: 50%; } }
  .question.floated .question-answers {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .question.floated .question-answers {
        float: left;
        width: 50%; } }
.question.sidebyside .question-answers:before, .question.sidebyside .question-answers:after {
  content: " ";
  display: table; }
.question.sidebyside .question-answers:after {
  clear: both; }
.question.sidebyside .question-answers .list-items > li {
  position: relative;
  min-height: 1px;
  padding-left: false/2;
  padding-right: false/2; }
  @media (min-width: 768px) {
    .question.sidebyside .question-answers .list-items > li {
      float: left;
      width: 25%; } }
.question.floated.sidebyside .question-answers .list-items > li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .question.floated.sidebyside .question-answers .list-items > li {
      float: left;
      width: 50%; } }

.question-block .question-title {
  margin-top: 0;
  margin-bottom: 1rem; }
.question-block .question-subtitle {
  margin-bottom: 4rem; }
.question-block .answers-title {
  margin-top: -1rem;
  margin-bottom: 4rem; }

.incorrect_answer,
.correct_answer {
  text-align: center; }
