html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
}
* {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
*:after,
*:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
a {
  text-decoration: none;
  color: #471448;
  border: 0 \9;
}
img {
  width: 100%;
  border: 0 \9;
}
select,
input,
textarea {
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
}
input:disabled {
  background: #DADADA;
}
input[type="radio"] {
  width: auto;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 28px;
  padding: 0 25px;
  background: url(/themes/cards/img/reset/arrow-select.png) center right 5px no-repeat;
}
textarea:focus,
input:focus {
  outline: none;
}
blockquote {
  padding: 2px 8px 2px 20px;
  font-style: italic;
  border-width: 0;
  border-left-width: 5px;
  border-style: solid;
  border-color: #ccc;
}
.page-name__title {
  font-size: 24px;
  color: #000000;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 20px 0 0;
}
.empty__desc {
  text-align: center;
  font-size: 18px;
}
.required:after {
  content: '*';
  color: #471448;
  margin-left: 2px;
}
.log .page-name__title {
  margin: 0;
}
.breadcrumb {
  overflow: hidden;
  padding: 0;
  width: 100%;
  margin: 20px 0;
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  list-style-type: none;
  margin: 0 10px 0 0;
}
.breadcrumb li a {
  background: #471448;
  color: #ffffff;
  float: left;
  padding: 5px 20px;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrumb li a:hover {
  background: #200920;
}
.breadcrumb .current {
  background: #200920;
}
.header_onglets .sp_header {
  display: none;
}
.cookies {
  background: #333333;
  color: #ffffff;
  padding: 10px 10px 10px 10px;
  text-align: center;
  z-index: 900;
  font-size: 11px;
  line-height: 1;
  font-weight: 300;
  position: relative;
}
.cookies__desc {
  margin: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.cookies__desc-link {
  color: #ffffff;
  text-decoration: underline;
}
.cookies__btn {
  line-height: 1;
  font-size: 11px;
  color: rgba(255,255,255,0.3);
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.header {
  position: relative;
}
.header .navbar:before,
.header .navbar:after {
  content: " ";
  display: table;
}
.header .navbar:after {
  clear: both;
}
.header .navbar .nav {
  padding: 0;
  margin: 0;
}
.header .navbar .nav--dropdown {
  display: none;
}
.header .navbar .nav__item {
  list-style-type: none;
  display: block;
  position: relative;
}
.header .navbar .nav__link {
  position: relative;
  font-weight: 400;
  display: block;
  padding: 10px 10px 10px 10px;
  cursor: pointer;
}
.header .navbar .nav__link--top {
  color: #ffffff;
}
.header .navbar--desktop {
  display: block;
}
@media (max-width: 768px) {
  .header .navbar--desktop {
    display: none;
  }
}
.header .navbar--desktop .nav--left {
  float: left;
  margin-left: -10px;
}
.header .navbar--desktop .nav--left .nav__item--top:hover .nav__link--top {
  background-color: #5b1a5c;
}
.header .navbar--desktop .nav--left .nav__item--top:hover .nav__link--top:not(.selected):before {
  width: 100%;
  left: 0;
}
.header .navbar--desktop .nav--left .nav__link--top {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.header .navbar--desktop .nav--left .nav__link--top.selected:before {
  width: 100%;
  left: 0;
}
.header .navbar--desktop .nav--left .nav__link--top:before {
  position: absolute;
  display: block;
  content: " ";
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #ffffff;
  -webkit-transition: left 0.2s ease, width 0.2s ease;
  -moz-transition: left 0.2s ease, width 0.2s ease;
  -o-transition: left 0.2s ease, width 0.2s ease;
  transition: left 0.2s ease, width 0.2s ease;
}
.header .navbar--desktop .nav--right {
  float: right;
  margin-right: -10px;
  text-align: right;
}
.header .navbar--desktop .nav--right .nav--dropdown {
  right: 0;
  left: auto;
}
.header .navbar--desktop .nav--dropdown {
  z-index: 1000000;
  position: absolute;
  border: 1px solid #dddddd;
  border-top: none;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-width: 100%;
}
.header .navbar--desktop .nav__item--top {
  float: left;
  position: relative;
}
.header .navbar--desktop .nav__item--top:hover .nav--dropdown {
  display: block;
}
.header .navbar--desktop .nav__item--dropdown {
  white-space: nowrap;
}
.header .navbar--desktop .nav__item--dropdown:hover,
.header .navbar--desktop .nav__item--dropdown.selected {
  background: #f2f2f2;
}
.header .navbar--desktop .nav__link--dropdown {
  color: #000000;
}
.header .navbar--mobile {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .header .navbar--mobile {
    display: block;
  }
}
.header .navbar--mobile__hamburger {
  height: 20px;
  width: 30px;
  position: relative;
  cursor: pointer;
  float: left;
}
.header .navbar--mobile__hamburger-bar {
  display: block;
  content: " ";
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  position: absolute;
  -webkit-transition: top 0.3s ease 0.3s, transform 0.3s ease, opacity 0s ease 0.3s;
  -moz-transition: top 0.3s ease 0.3s, transform 0.3s ease, opacity 0s ease 0.3s;
  -o-transition: top 0.3s ease 0.3s, transform 0.3s ease, opacity 0s ease 0.3s;
  transition: top 0.3s ease 0.3s, transform 0.3s ease, opacity 0s ease 0.3s;
}
.header .navbar--mobile__hamburger-bar:first-child {
  top: 0;
}
.header .navbar--mobile__hamburger-bar:nth-child(2) {
  top: 8px;
  opacity: 1;
}
.header .navbar--mobile__hamburger-bar:nth-child(3) {
  top: 16px;
}
.header .navbar--mobile__hamburger.active .navbar--mobile__hamburger-bar {
  top: 11px;
  -webkit-transition: top 0.3s ease, transform 0.3s ease 0.3s, opacity 0s ease 0.3s;
  -moz-transition: top 0.3s ease, transform 0.3s ease 0.3s, opacity 0s ease 0.3s;
  -o-transition: top 0.3s ease, transform 0.3s ease 0.3s, opacity 0s ease 0.3s;
  transition: top 0.3s ease, transform 0.3s ease 0.3s, opacity 0s ease 0.3s;
}
.header .navbar--mobile__hamburger.active .navbar--mobile__hamburger-bar:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .navbar--mobile__hamburger.active .navbar--mobile__hamburger-bar:nth-child(2) {
  opacity: 0;
}
.header .navbar--mobile__hamburger.active .navbar--mobile__hamburger-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .navbar--mobile .nav--mobile {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  z-index: 800;
  background: #471448;
}
.header .navbar--mobile .nav--dropdown {
  background-color: #330e34;
}
.header .navbar--mobile .nav__item--top:hover {
  background-color: #5b1a5c;
}
.header .navbar--mobile .nav__item--dropdown:hover {
  background-color: #200920;
}
.header .navbar--mobile .nav__link--dropdown {
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
}
.header .navbar--mobile .nav__down {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  opacity: 0.4;
}
.footer {
  background-color: #333333;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.footer__link {
  padding: 0 10px 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.footer__link a {
  color: #ffffff;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 980px;
}
@media (max-width: 980px) {
  .container {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
}
.container--wide {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.col-0 {
  width: 0%;
}
.col-offset-0 {
  margin-left: 0%;
}
.col-1 {
  width: 8.3333333333333%;
}
.col-offset-1 {
  margin-left: 8.3333333333333%;
}
.col-2 {
  width: 16.666666666667%;
}
.col-offset-2 {
  margin-left: 16.666666666667%;
}
.col-3 {
  width: 25%;
}
.col-offset-3 {
  margin-left: 25%;
}
.col-4 {
  width: 33.333333333333%;
}
.col-offset-4 {
  margin-left: 33.333333333333%;
}
.col-5 {
  width: 41.666666666667%;
}
.col-offset-5 {
  margin-left: 41.666666666667%;
}
.col-6 {
  width: 50%;
}
.col-offset-6 {
  margin-left: 50%;
}
.col-7 {
  width: 58.333333333333%;
}
.col-offset-7 {
  margin-left: 58.333333333333%;
}
.col-8 {
  width: 66.666666666667%;
}
.col-offset-8 {
  margin-left: 66.666666666667%;
}
.col-9 {
  width: 75%;
}
.col-offset-9 {
  margin-left: 75%;
}
.col-10 {
  width: 83.333333333333%;
}
.col-offset-10 {
  margin-left: 83.333333333333%;
}
.col-11 {
  width: 91.666666666667%;
}
.col-offset-11 {
  margin-left: 91.666666666667%;
}
.col-12 {
  width: 100%;
}
.col-offset-12 {
  margin-left: 100%;
}
@media (max-width: 980px) {
  .col-m-0 {
    width: 0%;
  }
  .col-m-offset-0 {
    margin-left: 0%;
  }
  .col-m-1 {
    width: 8.3333333333333%;
  }
  .col-m-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-m-2 {
    width: 16.666666666667%;
  }
  .col-m-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-m-3 {
    width: 25%;
  }
  .col-m-offset-3 {
    margin-left: 25%;
  }
  .col-m-4 {
    width: 33.333333333333%;
  }
  .col-m-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-m-5 {
    width: 41.666666666667%;
  }
  .col-m-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-m-6 {
    width: 50%;
  }
  .col-m-offset-6 {
    margin-left: 50%;
  }
  .col-m-7 {
    width: 58.333333333333%;
  }
  .col-m-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-m-8 {
    width: 66.666666666667%;
  }
  .col-m-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-m-9 {
    width: 75%;
  }
  .col-m-offset-9 {
    margin-left: 75%;
  }
  .col-m-10 {
    width: 83.333333333333%;
  }
  .col-m-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-m-11 {
    width: 91.666666666667%;
  }
  .col-m-offset-11 {
    margin-left: 91.666666666667%;
  }
  .col-m-12 {
    width: 100%;
  }
  .col-m-offset-12 {
    margin-left: 100%;
  }
}
@media (max-width: 768px) {
  .col-s-0 {
    width: 0%;
  }
  .col-s-offset-0 {
    margin-left: 0%;
  }
  .col-s-1 {
    width: 8.3333333333333%;
  }
  .col-s-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-s-2 {
    width: 16.666666666667%;
  }
  .col-s-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-s-3 {
    width: 25%;
  }
  .col-s-offset-3 {
    margin-left: 25%;
  }
  .col-s-4 {
    width: 33.333333333333%;
  }
  .col-s-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-s-5 {
    width: 41.666666666667%;
  }
  .col-s-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-s-6 {
    width: 50%;
  }
  .col-s-offset-6 {
    margin-left: 50%;
  }
  .col-s-7 {
    width: 58.333333333333%;
  }
  .col-s-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-s-8 {
    width: 66.666666666667%;
  }
  .col-s-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-s-9 {
    width: 75%;
  }
  .col-s-offset-9 {
    margin-left: 75%;
  }
  .col-s-10 {
    width: 83.333333333333%;
  }
  .col-s-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-s-11 {
    width: 91.666666666667%;
  }
  .col-s-offset-11 {
    margin-left: 91.666666666667%;
  }
  .col-s-12 {
    width: 100%;
  }
  .col-s-offset-12 {
    margin-left: 100%;
  }
}
@media (max-width: 480px) {
  .col-xs-0 {
    width: 0%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  .col-xs-1 {
    width: 8.3333333333333%;
  }
  .col-xs-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-xs-2 {
    width: 16.666666666667%;
  }
  .col-xs-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-4 {
    width: 33.333333333333%;
  }
  .col-xs-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-xs-5 {
    width: 41.666666666667%;
  }
  .col-xs-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-7 {
    width: 58.333333333333%;
  }
  .col-xs-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-xs-8 {
    width: 66.666666666667%;
  }
  .col-xs-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-10 {
    width: 83.333333333333%;
  }
  .col-xs-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-xs-11 {
    width: 91.666666666667%;
  }
  .col-xs-offset-11 {
    margin-left: 91.666666666667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
}
.row {
  *overflow: auto;
}
.row--gutter {
  margin-left: -10px;
  margin-right: -10px;
}
.row--gutter [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}
.wrapper--wide {
  padding-top: 40px;
  padding-bottom: 40px;
}
[class*="col-"] {
  position: relative;
  float: left;
  min-height: 1px;
}
.log .page-name .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
@media (max-width: 980px) {
  .log .page-name .container {
    width: 100%;
  }
}
.log .page-name .wrapper {
  padding-top: 0;
}
.loader {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #2B2B2B;
  background: rgba(43,43,43,0.9);
  z-index: 1000;
  color: #ffffff;
  text-align: center;
  font-size: 60px;
}
.loader__spinner {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form__field {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.form__field .label {
  margin-bottom: 5px;
}
.form__field .label,
.form__field .input,
.form__field .select,
.form__field .textarea {
  display: block;
}
.form__field .input,
.form__field .select,
.form__field .textarea {
  width: 100%;
  color: #858585;
  border: 1px solid #858585;
}
.form__title {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
}
.form__title:after {
  position: absolute;
  display: block;
  content: " ";
  height: 2px;
  bottom: -2px;
  left: 0;
  background: #471448;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form__obligation {
  text-align: right;
  margin: 0;
}
.table__title {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 0 20px;
}
.table__title:after {
  position: absolute;
  display: block;
  content: " ";
  height: 2px;
  bottom: -2px;
  left: 0;
  background: #471448;
  width: 100%;
}
.table--responsive {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}
.table--responsive tr {
  padding: .35em;
}
.table--responsive td {
  padding: .625em;
  text-align: center;
}
.table--responsive thead tr {
  background: #471448;
  color: #ffffff;
}
.table--responsive thead tr th {
  padding: 1em .625em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.table--responsive tbody tr {
  background: #efefef;
}
.table--responsive tbody tr:last-child {
  border: 0;
}
.table--responsive tbody tr:nth-child(2n) {
  background: #e0e0e0;
}
.table--responsive tbody tr thead tr {
  background: #471448;
  color: #ffffff;
}
.table--responsive tbody tr thead tr th {
  padding: .625em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.table--responsive tbody tr tbody tr {
  background: #ffffff;
}
.table--responsive.table--left th,
.table--responsive.table--left td {
  text-align: left;
}
.table__link {
  color: #000000;
  cursor: pointer;
}
.table--mb {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .table--responsive thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table--responsive tr {
    display: block;
    margin-bottom: 20px;
    box-shadow: 2px 2px 4px #eeeeee;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
  }
  .table--responsive tr:hover {
    box-shadow: 4px 4px 8px #dddddd;
  }
  .table--responsive td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
  }
  .table--responsive td:before {
    content: attr(data-title);
    float: left;
  }
  .table--responsive td:last-child {
    border: 0;
  }
  .table--responsive.table--left th,
  .table--responsive.table--left td {
    text-align: right;
  }
}
.progress-bar {
  padding: 10px 10px 0 10px;
}
.progress-bar__lay {
  background: white;
  height: 11px;
  position: relative;
  font-size: 0;
  overflow: hidden;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.progress-bar__pro {
  height: 11px;
  left: 0;
  background-size: 50px 50px;
  animation: 3s linear 0s normal none infinite running move;
  background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
  background-color: #471448;
}
.progress-bar__per {
  font-size: 0;
  margin-top: 2px;
}
.progress-bar__pointer {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 15px 10px 15px;
  border-color: transparent transparent #555555 transparent;
}
.progress-bar__desc {
  width: 30px;
  color: #ffffff;
  line-height: 18px;
  white-space: nowrap;
  background-color: #555555;
  font-size: 11px;
  text-align: center;
  margin: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.alert {
  padding: 10px 20px 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.alert--danger {
  color: #a94442;
  background-color: #f2dedd;
  border-color: #ebccd1;
}
.alert--danger .btn {
  background-color: #a94442;
  border: 2px solid #a94442;
  color: #ffffff;
}
.alert--success {
  color: #3c763d;
  background-color: #dff0d9;
  border-color: #d6e9c6;
}
.alert--success .btn {
  background-color: #3c763d;
  border: 2px solid #3c763d;
  color: #ffffff;
}
.alert--warning {
  color: #8a6d3b;
  background-color: #fcf8e4;
  border-color: #faebcc;
}
.alert--warning .btn {
  background-color: #8a6d3b;
  border: 2px solid #8a6d3b;
  color: #ffffff;
}
.alert--info {
  color: #31708f;
  background-color: #d9edf8;
  border-color: #bce8f1;
}
.alert--info .btn {
  background-color: #31708f;
  border: 2px solid #31708f;
  color: #ffffff;
}
.alert__desc {
  font-weight: 700;
}
.error {
  text-align: center;
}
.error__name {
  color: #471448;
  font-size: 120px;
  line-height: 120px;
  font-weight: 300;
  margin: 0;
}
.error__desc {
  color: #471448;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  margin: 0 0 40px;
}
.logo {
  background: #471448;
}
.logo--white {
  background: #ffffff;
}
.logo--center .logo__img {
  margin: 0 auto;
}
.logo--right .logo__img {
  margin: 0 0 0 auto;
}
.logo--left .logo__img {
  margin: 0;
}
.logo__img {
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 300px;
  max-height: 150px;
}
.logo__img img {
  max-width: 100%;
  width: auto \9;
  max-width: 300px \9;
}
.header {
  background: #471448;
  margin-bottom: 10px;
}
.header .navbar--desktop .nav__profil {
  font-size: 18px;
}
.header .navbar--desktop .nav__logout {
  border-top: 1px solid #ddd;
}
.header .navbar--desktop .nav__name {
  font-weight: 700;
}
.header .navbar--desktop .nav__name--sub {
  font-weight: 400;
  font-size: 12px;
  display: block;
}
.header .navbar--desktop .nav--right .bar {
  position: absolute;
  display: block;
  background: #471448;
  height: 2px;
  width: 60%;
  bottom: 0;
  right: 10px;
}
.header .navbar--mobile__menu {
  float: left;
}
.header .navbar--mobile .nav__solde {
  text-transform: lowercase;
  text-align: right;
  color: #ffffff;
}
.pagination {
  text-align: center;
  position: relative;
  margin-top: 20px;
  cursor: default;
}
.pagination__list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination__item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 3px;
  line-height: 1;
}
.pagination__link,
.pagination__control {
  color: #858585;
  display: block;
  width: auto;
  padding: 5px 7px;
  border: 1px solid transparent;
  cursor: pointer;
}
.pagination__link:hover:not(.selected):not(.pagination__link--unavailable),
.pagination__control:hover:not(.selected):not(.pagination__control--unavailable) {
  border: 1px solid #eeeeee;
}
.pagination__link.selected {
  background: #2980b9;
  color: #ffffff;
  cursor: default;
}
.pagination__control--unavailable {
  cursor: default;
  color: #eeeeee;
}
.btn {
  padding: 5px 25px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
}
.btn--empty {
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
}
.btn--empty:hover {
  opacity: 0.6;
}
.btn--curve {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.btn--small {
  font-size: 11px;
  padding: 5px 15px;
}
.btn--primary {
  background-color: #471448;
  border: 2px solid #471448;
  color: #ffffff;
}
.btn--primary:hover {
  background-color: #6e1f70;
  border: 2px solid #6e1f70;
}
.btn--primary--empty {
  border: 2px solid #471448;
  background: transparent;
  color: #471448;
}
.btn--primary--empty:hover {
  border: 2px solid #6e1f70;
  color: #6e1f70;
}
.btn--secondary {
  background-color: #4e5c5a;
  border: 2px solid #4e5c5a;
  color: #ffffff;
}
.btn--secondary:hover {
  background-color: #657875;
  border: 2px solid #657875;
}
.btn--secondary--empty {
  border: 2px solid #4e5c5a;
  background: transparent;
  color: #4e5c5a;
}
.btn--secondary--empty:hover {
  border: 2px solid #657875;
  color: #657875;
}
.btn--tertiary {
  background-color: #333333;
  border: 2px solid #333333;
  color: #ffffff;
}
.btn--tertiary:hover {
  background-color: #4d4d4d;
  border: 2px solid #4d4d4d;
}
.btn--tertiary--empty {
  border: 2px solid #333333;
  background: transparent;
  color: #333333;
}
.btn--tertiary--empty:hover {
  border: 2px solid #4d4d4d;
  color: #4d4d4d;
}
.btn--mt {
  margin-top: 20px;
}
.btn--mr {
  margin-right: 20px;
}
.btn--mb {
  margin-bottom: 20px;
}
.btn--ml {
  margin-left: 20px;
}
.card {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.card__img {
  font-size: 0;
}
.card__infos {
  padding: 20px;
}
.card__title {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.card__subtitle {
  color: #858585;
  font-size: 13px;
  font-weight: 300;
  margin: 5px 0 20px;
}
.card__desc {
  font-weight: 300;
  color: #000000;
  margin: 0;
}
.card--shadow {
  background-color: #fbfbfb;
  box-shadow: 2px 2px 4px #eeeeee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card--shadow:hover {
  box-shadow: 4px 4px 8px #dddddd;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  background: #471448;
  background-attachment: fixed;
  display: table;
}
.log {
  display: table-cell;
  vertical-align: middle;
  padding: 40px 10px 40px 10px;
}
.log__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
}
.log__header {
  text-align: center;
}
.log__header-logo {
  padding-bottom: 10px;
  font-size: 0;
}
.log__header-logo--white {
  background: #ffffff;
  padding: 10px 0;
}
.log__header img {
  width: auto \9;
  max-width: 320px;
}
.log__nav {
  background-color: #333333;
  text-align: right;
}
.log__nav-link {
  padding: 20px;
  color: #ffffff;
  font-weight: 500;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  line-height: 1;
}
.log__nav-link.selected:after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  bottom: -4px;
  bottom: 0 \9;
  height: 4px;
  background-color: #4e5c5a;
  z-index: 10;
}
.log__content {
  background-color: #ffffff;
  padding: 40px 20px;
  position: relative;
}
