@import css url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  color: #222222;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  background: #d2d4d8;
  background: linear-gradient(to left,#d2d4d8,#fefefe,#d2d4d8);
  margin-bottom: 0 !important;
}
a {
  text-decoration: none;
  color: #2c4e96;
  border: 0 \9;
}
img {
  width: 100%;
  border: 0 \9;
  -ms-interpolation-mode: bicubic;
}
select,
input,
textarea {
  outline: none;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
input,
textarea {
  padding: 10px 20px;
}
input {
  line-height: 1;
}
input:disabled {
  background: #DADADA;
}
input[type="radio"] {
  width: auto;
}
select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 36px;
  padding: 0 40px 0px 25px;
  background: url(../../img/arrow-select.png) center right 5px no-repeat;
}
select::-ms-expand {
  display: none;
}
textarea:focus,
input:focus {
  outline: none;
}
:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
::-webkit-input-placeholder {
  color: #999999;
}
:-moz-placeholder {
  color: #999999;
  opacity: 1;
}
::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999999;
}
::-ms-input-placeholder {
  color: #999999;
}
.page__title {
  color: #113c86;
  font-size: 36px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
.page__subtitle {
  margin: 0;
}
.chal-page-title {
  color: #113c86;
  font-size: 27px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  margin: 40px 0 20px;
}
.chal-page-title--white {
  color: #ffffff;
  margin: 0;
  font-weight: 300;
}
@media screen and (max-width: 480px) {
  .chal-page-title--white {
    font-size: 22px;
  }
}
.chal-page-title--tiny {
  font-size: 28px;
}
@media screen and (max-width: 480px) {
  .chal-page-title--tiny {
    font-size: 14px;
  }
}
.chal-page-subtitle {
  color: #113c86;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  margin: -10px 0 20px;
}
.chal-page-subsubtitle {
  color: #1590c9;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  margin: -10px 0 20px;
}
.chal-page-abstract {
  color: #304f95;
  font-size: 20px;
  text-align: center;
  font-weight: 300;
  margin: 0 0 40px;
}
.chal-page-abstract--high {
  font-weight: 500;
  color: #01d8ff;
}
.cb {
  color: #0992C8;
}
.cdb {
  color: #114e98;
}
.clb {
  color: #01d8ff;
}
.tac {
  text-align: center;
}
tar {
  text-align: right;
}
tal {
  text-align: left;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ttu {
  text-transform: uppercase;
}
.empty__desc {
  text-align: center;
  font-size: 18px;
}
.required:after {
  content: '*';
  color: #2c4e96;
  margin-left: 2px;
}
.log .page-name__title {
  margin: 0;
}
@media (min-width: 1170px) {
  .fancybox-overlay .container {
    width: 980px;
  }
}
.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: #2c4e96;
  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: #20396f;
}
.breadcrumb .current {
  background: #20396f;
}
.header_onglets .sp_header {
  display: none;
}
.header {
  overflow: hidden;
  width: 100%;
  background: #ffffff;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 0 8px #3A3A3A;
  -moz-box-shadow: 0 0 8px #3A3A3A;
  box-shadow: 0 0 8px #3A3A3A;
}
.header .container {
  background: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.header__navinfos {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .header__navinfos {
    position: relative;
  }
}
@media screen and (max-width: 480px) {
  .header__navinfos {
    right: 0;
  }
}
.header__logo {
  padding-left: 33.59%;
  padding-right: 9.3%;
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  .header__logo {
    padding-left: 25.78125%;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }
}
.header__logo .desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .header__logo .desktop {
    display: none;
  }
}
.header__logo .mobile {
  display: none;
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .header__logo .mobile {
    display: block;
  }
}
.header__home {
  width: 1170px;
  margin: 0 auto;
  padding: 0 10px 10px;
  font-size: 24px;
  line-height: 1;
  color: #2c4e96;
}
@media screen and (max-width: 768px) {
  .header__home {
    padding-top: 10px;
  }
}
.header__profil {
  padding: 10px 120px 10px 0;
  background: #0992C8;
  position: relative;
  color: #ffffff;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .header__profil {
    padding-right: 80px;
  }
}
@media screen and (max-width: 480px) {
  .header__profil {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header__profil:after {
  position: absolute;
  content: " ";
  display: block;
  width: 9999px;
  right: -9999px;
  height: 100%;
  top: 0;
  background: #0992C8;
}
.header__profil-layout {
  position: absolute;
  display: block;
  top: 0;
  right: 100%;
  width: 60px;
  height: 100%;
}
.header__profil-text {
  font-size: 12px;
  color: #ffffff;
  vertical-align: bottom;
  line-height: 1;
}
.header__profil-text a {
  color: #ffffff;
}
.header__profil-avatar {
  width: 17px;
  height: 17px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 10px 0 0;
  vertical-align: bottom;
}
.header__profil-logout {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 0;
  display: block;
  width: 17px;
  height: 17px;
}
.header__navbar {
  padding: 10px 0 10px;
  font-size: 0;
}
.header__hamburger {
  height: 16px;
  width: 26px;
  position: relative;
  cursor: pointer;
  float: right;
}
.header__hamburger-bar {
  display: block;
  background: #113d89;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
}
.header__hamburger-bar--top {
  top: 0;
}
.header__hamburger-bar--middle {
  top: 7px;
}
.header__hamburger-bar--bottom {
  bottom: 0;
}
.header__point {
  font-size: 16px;
  color: #2c4e96;
  float: left;
  text-transform: uppercase;
  line-height: 1;
  text-align: left;
  padding-left: 100px;
}
.navbar {
  display: none;
  z-index: 9999999;
  position: absolute;
  width: 100%;
  min-height: 100%;
  background: #113d89;
  background: rgba(17,61,137,0.9);
}
.navbar__nav--top {
  padding: 40px 100px 40px;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .navbar__nav--top {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.navbar__nav--bottom {
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .navbar__nav--bottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.navbar .nav__logo {
  width: 180px;
  float: left;
}
.navbar .nav__close {
  float: right;
  cursor: pointer;
}
.navbar .nav__close-img {
  width: 45px;
  height: 45px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
@media screen and (max-width: 768px) {
  .navbar .nav__close-img {
    margin: 0;
  }
}
.navbar .nav__close-text {
  font-size: 16px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .navbar .nav__close-text {
    display: none;
  }
}
.navbar .nav__list {
  margin: 0;
  padding: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: left;
}
.navbar .nav__list-item {
  display: block;
  margin-bottom: 40px;
}
.navbar .nav__list-item:last-child {
  margin-bottom: 0;
}
.navbar .nav__list-link {
  display: block;
  font-size: 50px;
  color: #7787b0;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .navbar .nav__list-link {
    font-size: 36px;
  }
}
@media screen and (max-width: 480px) {
  .navbar .nav__list-link {
    font-size: 28px;
  }
}
.navbar .nav__list-link.selected,
.navbar .nav__list-link:hover {
  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: 10px 40px 10px 40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: 1px;
  font-size: 14px;
  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;
  text-align: center;
  text-transform: uppercase;
}
.btn--disabled {
  background: #eeeeee;
  border: 1px solid #999999;
  color: #999999;
}
.btn--empty {
  border: 1px 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 20px;
}
.btn--primary {
  background-color: #2c4e96;
  border: 1px solid #2c4e96;
  color: #ffffff;
}
.btn--primary:hover {
  background-color: #3863bd;
  border: 1px solid #3863bd;
}
.btn--primary--empty {
  border: 1px solid #2c4e96;
  background: transparent;
  color: #2c4e96;
}
.btn--primary--empty:hover {
  border: 1px solid #3863bd;
  color: #3863bd;
}
.btn--secondary {
  background-color: #1590c9;
  border: 1px solid #1590c9;
  color: #ffffff;
}
.btn--secondary:hover {
  background-color: #28ace9;
  border: 1px solid #28ace9;
}
.btn--secondary--empty {
  border: 1px solid #1590c9;
  background: transparent;
  color: #1590c9;
}
.btn--secondary--empty:hover {
  border: 1px solid #28ace9;
  color: #28ace9;
}
.btn--tertiary {
  background-color: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
.btn--tertiary:hover {
  background-color: #4d4d4d;
  border: 1px solid #4d4d4d;
}
.btn--tertiary--empty {
  border: 1px solid #333333;
  background: transparent;
  color: #333333;
}
.btn--tertiary--empty:hover {
  border: 1px solid #4d4d4d;
  color: #4d4d4d;
}
.btn--blue {
  background-color: #0992C8;
  border: 1px solid #0992C8;
  color: #ffffff;
}
.btn--blue:hover {
  background-color: #10b4f4;
  border: 1px solid #10b4f4;
}
.btn--blue--empty {
  border: 1px solid #0992C8;
  background: transparent;
  color: #0992C8;
}
.btn--blue--empty:hover {
  border: 1px solid #10b4f4;
  color: #10b4f4;
}
.btn--green {
  background-color: #5FBA7D;
  border: 1px solid #5FBA7D;
  color: #ffffff;
}
.btn--green:hover {
  background-color: #83c99a;
  border: 1px solid #83c99a;
}
.btn--green--empty {
  border: 1px solid #5FBA7D;
  background: transparent;
  color: #5FBA7D;
}
.btn--green--empty:hover {
  border: 1px solid #83c99a;
  color: #83c99a;
}
.btn--red {
  background-color: #F23B14;
  border: 1px solid #F23B14;
  color: #ffffff;
}
.btn--red:hover {
  background-color: #f56344;
  border: 1px solid #f56344;
}
.btn--red--empty {
  border: 1px solid #F23B14;
  background: transparent;
  color: #F23B14;
}
.btn--red--empty:hover {
  border: 1px solid #f56344;
  color: #f56344;
}
.btn--darkblue {
  background-color: #114e98;
  border: 1px solid #114e98;
  color: #ffffff;
}
.btn--darkblue:hover {
  background-color: #1666c6;
  border: 1px solid #1666c6;
}
.btn--darkblue--empty {
  border: 1px solid #114e98;
  background: transparent;
  color: #114e98;
}
.btn--darkblue--empty:hover {
  border: 1px solid #1666c6;
  color: #1666c6;
}
.btn--mt {
  margin-top: 20px;
}
.btn--mr {
  margin-right: 20px;
}
.btn--mb {
  margin-bottom: 20px;
}
.btn--ml {
  margin-left: 20px;
}
.btn--wide {
  width: 100%;
  display: block;
}
.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;
}
.cookies {
  background: #333333;
  color: #ffffff;
  padding: 10px 20px;
  text-align: center;
  z-index: 1000000;
  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__home table {
  width: 100%;
}
.btn-logout {
  text-transform: none;
  font-size: 12px;
  padding: 5px 10px 5px 5px;
  display: inline-table;
  margin: 0;
}
.btn-logout img {
  width: 18px;
  vertical-align: middle;
}
.btn-logout span {
  vertical-align: middle;
  margin-left: 6px;
}
.footer {
  margin-top: 15px;
  -webkit-box-shadow: 0 0 8px #d2d4d8;
  -moz-box-shadow: 0 0 8px #d2d4d8;
  box-shadow: 0 0 8px #d2d4d8;
  text-align: center;
}
.footer__top {
  background: #1590c9;
  padding: 30px 0;
  font-size: 12px;
}
.footer__top-link {
  color: #74d3ff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .footer__top-link {
    width: 100%;
    margin: 5px 0;
  }
}
@media screen and (max-width: 480px) {
  .footer__top-link:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .footer__top-link:last-child {
    margin-bottom: 0;
  }
}
.footer__top-separator {
  height: 5px;
  width: 5px;
  margin: 0 5px;
  background: #74d3ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .footer__top-separator {
    display: none;
  }
}
.footer__top-copyright {
  color: #2bb2f1;
  margin: 10px 0 0;
}
.footer__bottom {
  position: relative;
  background: #ffffff;
  padding-left: 33.59%;
  padding-right: 9.3%;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  .footer__bottom {
    padding-left: 25.78125%;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }
}
.footer__bottom .desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .footer__bottom .desktop {
    display: none;
  }
}
.footer__bottom .mobile {
  display: none;
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer__bottom .mobile {
    display: block;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 40px 40px;
  width: 980px;
  background: #ffffff;
}
.container--wide {
  padding: 40px 20px 40px 20px;
  width: 100%;
}
@media (min-width: 1170px) {
  .container {
    width: 1170px;
  }
}
@media (max-width: 980px) {
  .container {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.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 (min-width: 1170px) {
  .col-l-0 {
    width: 0%;
  }
  .col-l-offset-0 {
    margin-left: 0%;
  }
  .col-l-1 {
    width: 8.3333333333333%;
  }
  .col-l-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-l-2 {
    width: 16.666666666667%;
  }
  .col-l-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-l-3 {
    width: 25%;
  }
  .col-l-offset-3 {
    margin-left: 25%;
  }
  .col-l-4 {
    width: 33.333333333333%;
  }
  .col-l-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-l-5 {
    width: 41.666666666667%;
  }
  .col-l-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-l-6 {
    width: 50%;
  }
  .col-l-offset-6 {
    margin-left: 50%;
  }
  .col-l-7 {
    width: 58.333333333333%;
  }
  .col-l-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-l-8 {
    width: 66.666666666667%;
  }
  .col-l-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-l-9 {
    width: 75%;
  }
  .col-l-offset-9 {
    margin-left: 75%;
  }
  .col-l-10 {
    width: 83.333333333333%;
  }
  .col-l-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-l-11 {
    width: 91.666666666667%;
  }
  .col-l-offset-11 {
    margin-left: 91.666666666667%;
  }
  .col-l-12 {
    width: 100%;
  }
  .col-l-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;
}
.row-mt30 {
  margin-top: 30px;
}
.row-mb30 {
  margin-bottom: 30px;
}
.wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
.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: 1000000;
  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 .label {
  margin-bottom: 5px;
}
.form .input[type=radio],
.form .input[type=checkbox] {
  width: auto;
}
.form .label,
.form .input,
.form .select,
.form .textarea {
  display: block;
  margin: 0;
}
.form .input,
.form .select,
.form .textarea {
  width: 100%;
  color: #222222;
  border: 1px solid #858585;
}
.form__field {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.form__field--center {
  text-align: center;
}
.form__field--right {
  text-align: right;
}
.form__field--agree .input {
  float: left;
  margin-right: 10px;
}
.form__field--agree .label,
.form__field--agree .label a {
  text-align: left;
  font-size: 16px;
  color: #999999;
}
.form__field:last-child {
  margin-bottom: 0;
}
.form__title {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
}
.form__title--primary {
  color: #2c4e96;
}
.form__title--white {
  color: #ffffff;
}
.form__title:after {
  position: absolute;
  display: block;
  content: " ";
  height: 2px;
  bottom: -2px;
  left: 0;
  background: #2c4e96;
  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__abstract {
  font-size: 16px;
  text-align: left;
  margin: 0;
}
.form__obligation {
  text-align: right;
  margin: 0;
}
.table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}
.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: #2980b9;
  width: 100%;
  z-index: -10;
}
.table td {
  text-align: center;
  padding: 20px;
}
.table thead tr {
  background: #1590C9;
  color: white;
}
.table thead tr th {
  padding: 1em .625em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.table thead tr th:not(:last-child) {
  border-right: 1px solid white;
}
.table tbody tr {
  background: #efefef;
}
.table tbody tr:last-child td {
  border-bottom: none;
}
.table tbody tr td {
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
}
.table tbody tr td:last-child {
  border-right: none;
}
.table tbody tr:last-child {
  border: none;
}
.table tbody tr thead tr {
  background: #2c4e96;
  color: #ffffff;
}
.table tbody tr thead tr th {
  padding: .625em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.table tbody tr tbody tr {
  background: #ffffff;
}
.table tbody tr tbody tr td {
  color: #113D89;
}
.table.table--left th,
.table.table--left td {
  text-align: left;
}
.table__link {
  color: #000000;
  cursor: pointer;
}
.table--mb {
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .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 tbody tr:last-child td {
    border-bottom: 1px solid #E0E0E0;
  }
  .table--responsive tbody tr td {
    border-right: none;
  }
  .table--responsive tbody tr td:last-child {
    border-bottom: none;
  }
  .table--responsive tr {
    display: block;
    margin-bottom: 20px;
    box-shadow: 2px 2px 4px #d2d4d8;
    -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 #d2d4d8;
  }
  .table--responsive tr td {
    border-bottom: none;
  }
  .table--responsive td {
    display: block;
    text-align: right;
  }
  .table--responsive td:before {
    content: attr(data-title);
    float: left;
  }
  .table--responsive td:last-child {
    border: 0;
  }
  .table--responsive td:hover {
    background: #efefef;
  }
  .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: #2c4e96;
}
.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: #2c4e96;
  font-size: 120px;
  line-height: 120px;
  font-weight: 300;
  margin: 0;
}
.error__desc {
  color: #2c4e96;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  margin: 0 0 40px;
}
.home-list {
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 100px;
  background-position: 0 -100px;
}
@media (max-width: 768px) {
  .home-list {
    padding-top: 50px;
  }
}
.home-list .card {
  border-radius: 0;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  cursor: pointer;
}
.home-list .card h2 {
  background: #2D90C9;
  padding: 20px;
  margin: 0;
  color: #ffffff;
  font-size: 18px;
}
.home-list .card p {
  color: #004D9D;
  margin-top: 0;
}
.home-list .card img {
  max-width: 75%;
  margin: 20px;
  max-height: 165px;
}
.btn--mt {
  color: #004D9D;
  border: 1px solid #004D9D;
  transition: all 0.5s ease;
}
.btn--mt:hover {
  background-color: #004D9D;
  color: #ffffff !important;
  border: 1px solid #004D9D;
}
.btn--mt:hover a {
  color: #ffffff;
}
.container {
  background: none;
  padding-left: 10px;
  padding-right: 10px;
}
.header {
  margin-bottom: 0;
}
.log__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  width: 100%;
}
.log__container--mt {
  margin-top: 20px;
}
.log__header {
  text-align: center;
  background: #ffffff;
  position: relative;
}
.log__header-logo {
  padding-left: 33.59%;
  padding-right: 9.3%;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  .log__header-logo {
    padding-left: 25.78125%;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .log__header-logo {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }
}
.log__header-logo .desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .log__header-logo .desktop {
    display: none;
  }
}
.log__header-logo .mobile {
  display: none;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .log__header-logo .mobile {
    display: block;
  }
}
.log__header-bottom {
  position: relative;
}
.log__header-banner {
  position: absolute;
  width: 100%;
  left: 0;
  font-size: 0;
  z-index: 1;
}
.log__header-banner--top {
  top: 6px;
}
.log__header-banner--bottom {
  bottom: 6px;
}
@media screen and (max-width: 600px) {
  .log__header-banner {
    display: none;
  }
}
.log__header-desc {
  position: relative;
  z-index: 10;
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  background: #114e98;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .log__header-desc {
    padding: 10px 20px 10px;
  }
}
.log__nav {
  background-color: #0992C8;
  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: #333333;
  z-index: 10;
}
.log__content {
  margin: 60px 0;
  position: relative;
}
.log__content-wrapper {
  background: #ffffff;
  padding: 20px 100px;
}
@media screen and (max-width: 600px) {
  .log__content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 480px) {
  .log__content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.log__content-title {
  font-size: 38px;
  color: #0992C8;
  letter-spacing: 8px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 600px) {
  .log__content-title {
    font-size: 28px;
  }
}
.log__content-subtitle {
  font-size: 20px;
  color: #114e98;
  font-weight: 400;
  text-align: center;
  margin: 0 0 40px 0;
}
.log__content-btn {
  font-size: 21px;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .log__content-btn {
    font-size: 18px;
  }
}
.footer .container {
  padding-top: 0;
  padding-bottom: 0;
}
.form--login .forgot-pass {
  display: block;
  position: absolute;
  right: 0;
  bottom: -16px;
  line-height: 1;
  color: #999999;
  font-size: 12px;
}
.form--login .captcha {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75px;
  height: 100%;
}
.form--login .form__field--captcha {
  padding-left: 85px;
  margin-top: 36px;
}
