@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:700");
/*--------------------------------------------------------
Image
---------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto; }

/*--------------------------------------------------------
Anchor
---------------------------------------------------------*/
a {
  text-decoration: none;
  color: #00509c;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative; }
  a:hover {
    color: #003669; }

/*--------------------------------------------------------
Typography
---------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: 400;
  margin-top: 0; }

p {
  margin-top: 0; }

figure {
  margin: 0; }

h1,
h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #00509c;
  text-transform: uppercase;
  line-height: 1.2; }
  @media (max-width: 989px) {
    h1,
    h2 {
      font-size: 18px; } }
  @media (max-width: 767px) {
    h1,
    h2 {
      font-size: 16px; } }
  h1 img,
  h2 img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle; }

/*--------------------------------------------------------
Form elements
---------------------------------------------------------*/
.form--row {
  margin-bottom: 15px; }

select.form--control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background-color: #ffffff;
  background-image: url(../images/icons/Ico_Drop_Down_Menu_Off.svg);
  background-size: 12px;
  background-position: 90% center;
  background-position: -moz-calc(100% - 10px) center;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat; }
  select.form--control::-ms-expand {
    display: none; }

/*--------------------------------------------------------
Custom checkbox
---------------------------------------------------------*/
.custom-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  cursor: pointer;
  position: absolute;
  opacity: 0; }
  .custom-checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 5.5px;
    width: 4px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .custom-checkbox input:checked + label:before {
    background: #00509c;
    border-color: #00509c; }

.custom-checkbox label {
  position: relative;
  cursor: pointer; }
  .custom-checkbox label:before {
    content: "";
    border-radius: 4px;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid rgba(0, 80, 156, 0.5);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    margin-top: -4px; }

/*--------------------------------------------------------
Custom radio
---------------------------------------------------------*/
.custom-radio input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  cursor: pointer;
  position: absolute;
  opacity: 0; }
  .custom-radio input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #00509c;
    border-radius: 50%; }

.custom-radio label {
  position: relative;
  cursor: pointer; }
  .custom-radio label:before {
    content: "";
    border-radius: 4px;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid rgba(0, 80, 156, 0.5);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    margin-top: -4px; }

/*--------------------------------------------------------
Alignment class
---------------------------------------------------------*/
.text-right {
  text-align: right; }

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

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

.big-margin {
  margin-bottom: 80px; }
  @media (max-width: 989px) {
    .big-margin {
      margin-bottom: 40px; } }

.alart-box {
  width: 100%;
  background-color: rgba(71, 76, 81, 0.9);
  padding: 20px;
  padding-right: 60px;
  position: relative;
  -webkit-transition: 0.5s opacity ease;
  -moz-transition: 0.5s opacity ease;
  transition: 0.5s opacity ease;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 35px; }
  @media (max-width: 989px) {
    .alart-box {
      margin-bottom: 20px;
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      font-weight: 600; } }
  .alart-box .close-alart {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    border: none;
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-filter: brightness(4);
    filter: brightness(4);
    -webkit-transition: 0.3s -webkit-filter ease;
    transition: 0.3s -webkit-filter ease;
    -moz-transition: 0.3s filter ease;
    transition: 0.3s filter ease;
    transition: 0.3s filter ease, 0.3s -webkit-filter ease; }
    .alart-box .close-alart:hover {
      -webkit-filter: brightness(2);
      filter: brightness(2); }
  .alart-box p:last-child {
    margin-bottom: 0; }

/*--------------------------------------------------------
Custom select
---------------------------------------------------------*/
.select2-container {
  z-index: 99991;
  width: 255px !important; }
  @media (max-width: 989px) {
    .select2-container {
      width: 220px !important; } }
  @media (max-width: 559px) {
    .select2-container {
      width: 200px !important;
      left: auto !important;
      right: 20px;
      font-family: "Open Sans", sans-serif;
      font-size: 10px;
      font-weight: 600; } }
  .select2-container .select2-selection {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: rgba(71, 76, 81, 0.5) !important;
    height: auto !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border: none !important; }
    .select2-container .select2-selection .select2-selection__rendered {
      padding: 8px 20px !important;
      padding-right: 40px !important;
      color: rgba(71, 76, 81, 0.5) !important; }
  .select2-container .select2-results {
    position: relative;
    z-index: 4; }
  .select2-container .select2-selection__arrow {
    background: url(../images/icons/Ico_Drop_Down_Menu_Off.svg) center no-repeat;
    top: 50% !important;
    right: 5px !important;
    margin-top: -13px; }
    .select2-container .select2-selection__arrow b {
      display: none; }

/*--------------------------------------------------------
Buttons
---------------------------------------------------------*/
.btn {
  padding: 8px 12px;
  border: none;
  color: #00509c;
  background: #ffffff;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  transition: 0.4s all ease;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600; }
  .btn.btn--primary {
    padding: 10px 34px;
    border-radius: 4px;
    background-color: #00509c;
    color: #ffffff; }
    .btn.btn--primary:hover {
      background: #003669; }
  .btn.btn--default {
    border-radius: 0px;
    background-color: #474c51;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    font-weight: 600; }
    .btn.btn--default:hover {
      background: #00509c; }
  .btn:disabled, .btn.disable {
    background: #ffffff;
    color: #474c51;
    cursor: not-allowed; }
    .btn:disabled:hover, .btn.disable:hover {
      background: #ffffff;
      color: #474c51; }

.arrow-btn, .user-login-form .text-right .form-submit {
  background: transparent;
  color: #00509c;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding-right: 30px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.25s background ease;
  -moz-transition: 0.25s background ease;
  transition: 0.25s background ease;
  text-transform: uppercase; }
  .arrow-btn:after, .user-login-form .text-right .form-submit:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(../images/icons/Ico_fleche.svg) center no-repeat;
    -webkit-transition: 0.25s -webkit-transform ease;
    transition: 0.25s -webkit-transform ease;
    -moz-transition: 0.25s transform ease, 0.25s -moz-transform ease;
    transition: 0.25s transform ease;
    transition: 0.25s transform ease, 0.25s -webkit-transform ease, 0.25s -moz-transform ease; }
  .arrow-btn:hover:after, .user-login-form .text-right .form-submit:hover:after {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px); }

/*--------------------------------------------------------
Custom file upload
---------------------------------------------------------*/
.input-file-container {
  position: relative;
  display: inline-block;
  max-width: 100%; }

.input-file-container .upload-image-apf {
  position: absolute;
  top: 0;
  left: 0;
  width: 225px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}
.js .input-file-trigger {
  display: block;
  padding: 4px 10px;
  color: #474c51;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  line-height: 1.2;
  overflow: hidden; }

.js .input-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 225px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer; }

.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
  border-color: #00509c; }

.file-return {
  margin: 0; }

.file-return:not(:empty) {
  margin: 1em 0; }

.js .file-return {
  font-style: italic;
  font-size: .9em;
  font-weight: bold; }

.js .file-return:not(:empty):before {
  content: "Selected file: ";
  font-style: normal;
  font-weight: normal; }

/*--------------------------------------------------------
Box
---------------------------------------------------------*/
.panel--box {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid rgba(71, 76, 81, 0.3); }

* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear; }

@-webkit-keyframes fontfix {
  from {
    opacity: 1; }
  to {
    opacity: 1; } }

html,
body {
  min-height: 100%;
  min-height: 100vh; }

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #474c51; }
  body:after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: white;
    background-size: 35px;
    pointer-events: none;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    transition: 0.4s all ease; }
  body main,
  body header,
  body aside, body .main-content-area,
  body footer {
    -webkit-transition: opacity 1.5s ease, -webkit-transform 0.75s ease;
    transition: opacity 1.5s ease, -webkit-transform 0.75s ease;
    -moz-transition: transform 0.75s ease, opacity 1.5s ease, -moz-transform 0.75s ease;
    transition: transform 0.75s ease, opacity 1.5s ease;
    transition: transform 0.75s ease, opacity 1.5s ease, -webkit-transform 0.75s ease, -moz-transform 0.75s ease;
    opacity: 0; }
  body.link-transition main,
  body.link-transition header,
  body.link-transition aside, body.link-transition .main-content-area,
  body.link-transition footer {
    opacity: 0; }
body.page-loaded header {
  z-index: 99;
}
  body.page-loaded:after {
    opacity: 0; }
  body.page-loaded main,
  body.page-loaded header,
  body.page-loaded aside, body.page-loaded .main-content-area,
  body.page-loaded footer {
    opacity: 1; }
  body.page-loaded.link-transition:after {
    opacity: 1; }
  body.page-loaded.link-transition main,
  body.page-loaded.link-transition aside, body.page-loaded.link-transition .main-content-area,
  body.page-loaded.link-transition footer {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s; }
  body.page-loaded.link-transition footer {
    -webkit-transition: 0s opacity ease;
    -moz-transition: 0s opacity ease;
    transition: 0s opacity ease; }

main {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  overflow: hidden; }

.container {
  padding: 0 30px;
  position: relative; }

.wrapper {
  width: 1140px;
  margin: auto;
  max-width: 100%; }

/*--------------------------------------------------------
Header
---------------------------------------------------------*/
@media (max-width: 559px) {
  body.menu-clicked header .header-left .select2-container {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: 0.4s opacity ease 0.2s;
    -moz-transition: 0.4s opacity ease 0.2s;
    transition: 0.4s opacity ease 0.2s; } }

header {
  position: fixed;
  background: #ffffff;
  width: 100%;
  /*z-index: 9999;*/
  z-index: 0;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  height: 95px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); }
  @media (max-width: 989px) {
    header {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding-right: 60px;
      height: 65px; } }
  @media (max-width: 989px) {
    header.front-header {
      padding-right: 30px; } }
  header .header-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  @media (max-width: 989px) {
    header .header-left {
      padding-right: 20px; } }
  header .header-left .select2-container {
    z-index: 99991;
    width: 255px !important; }
    @media (max-width: 559px) {
      header .header-left .select2-container {
        position: fixed;
        right: 20px;
        top: 85px;
        left: auto !important;
        width: 200px !important;
        pointer-events: none;
        opacity: 0; } }
    @media (max-width: 559px) {
      header .header-left .select2-container .select2-selection {
        font-family: "Open Sans", sans-serif;
        font-size: 10px;
        font-weight: 600; } }
    @media (max-width: 559px) {
      header .header-left .select2-container .select2-selection .select2-selection__rendered {
        padding: 8px 10px !important;
        padding-right: 30px !important; } }
  header .header-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    header .header-left ul li {
      margin-right: 60px; }
      header .header-left ul li:last-child {
        margin-right: 0; }
    header .header-left ul .toggle-menu {
      display: block; }
      @media (max-width: 989px) {
        header .header-left ul .toggle-menu {
          position: absolute;
          right: 20px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
      header .header-left ul .toggle-menu img {
        display: block; }
      header .header-left ul .toggle-menu:hover {
        -webkit-filter: grayscale(100%) brightness(1);
        filter: grayscale(100%) brightness(1); }
  header .logo {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 989px) {
      header .logo {
        left: 20px;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); } }
    @media (max-width: 989px) {
      header .logo img {
        max-width: 110px;
        max-height: 40px; } }
  header .header-right {
    color: #474c51; }
    header .header-right a {
      color: #474c51; }
      header .header-right a:hover {
        color: #00509c; }
    header .header-right ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    header .header-right .profile-wrapper {
      position: relative; }
      header .header-right .profile-wrapper .profile > a {
        line-height: 95px; }
        @media (max-width: 989px) {
          header .header-right .profile-wrapper .profile > a {
            line-height: 65px; } }
      header .header-right .profile-wrapper .profile:hover > a {
        color: #00509c; }
      header .header-right .profile-wrapper > li {
        color: #474c51;
        min-width: 120px;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        font-weight: bold; }
        header .header-right .profile-wrapper > li a {
          position: relative;
          padding-right: 12px;
          display: block; }
          header .header-right .profile-wrapper > li a:after {
            content: "";
            height: 6px;
            width: 10px;
            background: url(../images/icons/Ico_Drop_Down_Menu_On.svg) center no-repeat;
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -3px; }
        header .header-right .profile-wrapper > li:hover ul {
          display: block; }
      header .header-right .profile-wrapper ul {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 180px;
        background: #ffffff;
        padding: 10px 0;
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        font-weight: 600;
        font-weight: 400;
        -webkit-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.2); }
        header .header-right .profile-wrapper ul a {
          padding: 5px 15px;
          color: #474c51; }
          header .header-right .profile-wrapper ul a:after {
            content: none; }
          header .header-right .profile-wrapper ul a:hover {
            color: #00509c; }
  header .menu-toggle {
    display: none; }
    @media (max-width: 989px) {
      header .menu-toggle {
        display: block; } }
    header .menu-toggle:hover {
      -webkit-filter: grayscale(100%) brightness(1);
      filter: grayscale(100%) brightness(1); }
  @media (max-width: 989px) {
    header .logo-apf img {
      max-width: 110px;
      max-height: 40px; } }
  header nav {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    transition: width 0.25s ease, background 0.25s ease; }
    @media (max-width: 989px) {
      header nav {
        position: fixed;
        right: 0;
        top: 65px;
        height: 100%;
        text-align: right;
        z-index: 3;
        width: 0;
        overflow: hidden;
        overflow-y: auto;
        background: #00509c;
        padding: 40px 0px;
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        font-weight: 600; } }
    header nav.menu-clicked {
      width: 250px; }
      header nav.menu-clicked > ul {
        opacity: 1; }
    @media (max-width: 989px) {
      header nav > ul {
        padding: 0 20px !important;
        margin-bottom: 50px !important;
        opacity: 0;
        -webkit-transition: opacity 0.25s ease 0.2s;
        -moz-transition: opacity 0.25s ease 0.2s;
        transition: opacity 0.25s ease 0.2s; } }
    header nav > ul li.active a {
      color: #00509c; }
      @media (max-width: 989px) {
        header nav > ul li.active a {
          font-weight: 700; } }
    header nav > ul > li {
      display: inline-block;
      position: relative;
      margin-left: 44px; }
      @media (max-width: 989px) {
        header nav > ul > li {
          margin-left: 0;
          display: block; } }
      header nav > ul > li:first-child {
        margin-left: 0; }
      header nav > ul > li > a {
        color: #474c51;
        line-height: 95px;
        display: block; }
        @media (max-width: 989px) {
          header nav > ul > li > a {
            margin-bottom: 20px;
            line-height: 1.2;
            color: #ffffff !important; } }
      header nav > ul > li.dropdown > a {
        position: relative;
        padding-right: 20px; }
        header nav > ul > li.dropdown > a:after {
          content: "";
          display: inline-block;
          width: 15px;
          height: 8px;
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          background: url(../images/icons/Ico_Drop_Down_Menu_Off.svg) center no-repeat; }
          @media (max-width: 989px) {
            header nav > ul > li.dropdown > a:after {
              -webkit-filter: grayscale(100%) brightness(3);
              filter: grayscale(100%) brightness(3); } }
      header nav > ul > li ul {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 180px;
        width: 100%;
        background: #ffffff;
        padding: 10px 0 !important;
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        font-weight: 600;
        -webkit-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.2); }
        @media (max-width: 989px) {
          header nav > ul > li ul {
            position: relative;
            min-width: 10px;
            width: 100%;
            margin-bottom: 15px !important; } }
        header nav > ul > li ul a {
          padding: 5px 15px;
          margin-bottom: 0;
          color: #474c51 !important;
          display: block; }
          header nav > ul > li ul a:hover {
            color: #00509c !important; }
      header nav > ul > li:hover ul {
        display: block; }

.main-area {
  width: 100%;
  min-height: 100vh;
  padding-top: 95px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 989px) {
    .main-area {
      padding-top: 65px; } }
  .main-area.menu-clicked aside {
    width: 0; }
    @media (max-width: 989px) {
      .main-area.menu-clicked aside {
        width: 240px; } }
    @media (max-width: 559px) {
      .main-area.menu-clicked aside:before {
        opacity: 1;
        -webkit-transition: 0.4s opacity 0.2s ease;
        -moz-transition: 0.4s opacity 0.2s ease;
        transition: 0.4s opacity 0.2s ease; } }
  .main-area.menu-clicked main {
    width: 100%; }
  .main-area aside {
    padding: 38px 0;
    width: 200px;
    background: #00509c;
    overflow: hidden;
    overflow-y: auto;
    @inclide semi-12();
    padding-bottom: 80px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    transition: width 0.25s ease, background 0.25s ease; }
    @media (max-width: 989px) {
      .main-area aside {
        position: fixed;
        right: 0;
        top: 65px;
        height: 100%;
        text-align: right;
        z-index: 3;
        width: 0; } }
    @media (max-width: 559px) {
      .main-area aside {
        padding-top: 75px; } }
    @media (max-width: 559px) {
      .main-area aside:before {
        content: "";
        position: fixed;
        top: 0;
        right: 0;
        width: 200px;
        height: 140px;
        background: #00509c;
        z-index: 6;
        pointer-events: none;
        opacity: 0; } }
    .main-area aside ul {
      list-style: none;
      margin: 0;
      padding: 0;
      min-width: 200px; }
      .main-area aside ul li {
        padding: 15px 0;
        letter-spacing: 0.4px; }
        .main-area aside ul li a {
          color: #ffffff;
          display: block;
          padding: 0px 10px 0px 20px;
          position: relative; }
          @media (max-width: 989px) {
            .main-area aside ul li a {
              padding: 0 20px; } }
          .main-area aside ul li a:before {
            content: "";
            position: absolute;
            left: 0;
            width: 5px;
            top: 0;
            bottom: 0;
            background: #ffffff;
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: 0.4s -webkit-transform ease;
            transition: 0.4s -webkit-transform ease;
            -moz-transition: 0.4s transform ease, 0.4s -moz-transform ease;
            transition: 0.4s transform ease;
            transition: 0.4s transform ease, 0.4s -webkit-transform ease, 0.4s -moz-transform ease;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -ms-transform-origin: left center;
            transform-origin: left center; }
            @media (max-width: 989px) {
              .main-area aside ul li a:before {
                left: auto;
                right: 0; } }
          .main-area aside ul li a:hover:before {
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1); }
        .main-area aside ul li.active a {
          font-weight: 600; }
          .main-area aside ul li.active a:before {
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1); }
  .main-area main {
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
    padding: 40px 70px;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    transition: width 0.25s ease, background 0.25s ease; }
    @media (max-width: 989px) {
      .main-area main {
        width: 100%;
        padding: 20px; } }

.heading-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.main-content-area {
  background: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #ffffff), color-stop(40%, #00509c));
  background-image: -moz- oldlinear-gradient(left, #ffffff 60%, #00509c 40%);
  background-image: linear-gradient(to right, #ffffff 60%, #00509c 40%);
  width: 100%;
  min-height: 75.5vh;
  min-height: -moz-calc(100vh - 195px);
  min-height: calc(100vh - 195px);
  padding-top: 95px; }
  @media (max-width: 1199px) {
    .main-content-area {
      background: #ffffff;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #ffffff), color-stop(30%, #00509c));
      background-image: -moz- oldlinear-gradient(left, #ffffff 70%, #00509c 30%);
      background-image: linear-gradient(to right, #ffffff 70%, #00509c 30%); } }
  @media (max-width: 989px) {
    .main-content-area {
      padding-top: 65px;
      background: #ffffff; } }
  .main-content-area main {
    padding: 95px 0;
    background: transparent; }
    @media (max-width: 989px) {
      .main-content-area main {
        padding: 40px 20px; } }
    .main-content-area main > .wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 989px) {
        .main-content-area main > .wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
    .main-content-area main .content-area {
      width: 64%;
      padding-right: 180px;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      line-height: 1.4; }
      @media (max-width: 1199px) {
        .main-content-area main .content-area {
          max-width: 74%;
          padding-left: 40px; } }
      @media (max-width: 989px) {
        .main-content-area main .content-area {
          max-width: 100%;
          padding: 0 10px; } }
      .main-content-area main .content-area h3 {
        color: #474c51;
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        font-weight: 600; }
      .main-content-area main .content-area figure {
        display: inline-block;
        margin: 20px auto 30px;
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }

.floaring-box {
  /*width: 350px;
  max-width: 100%;*/
  min-width: 350px;
  max-width: 350px;
  margin-left: -120px;
  padding-top: 30px; }
  @media (max-width: 989px) {
    .floaring-box {
      margin: auto; } }
  .floaring-box .box {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px; }
    .floaring-box .box:last-child {
      margin-bottom: 0; }
    .floaring-box .box.box-small {
      padding: 15px 20px; }
    .floaring-box .box.box-big {
      padding: 40px 20px; }
      @media (max-width: 989px) {
        .floaring-box .box.box-big {
          padding: 20px; } }

/*--------------------------------------------------------
Footer
---------------------------------------------------------*/
footer {
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0 -4px 10px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -4px 10px -3px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif;
  font-size: 10px; }
  footer p:last-child {
    margin-bottom: 0; }
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    footer ul li {
      display: inline-block;
      margin: 0 5px;
      vertical-align: middle; }
  footer .footer-top {
    padding: 20px; }
    @media (max-width: 989px) {
      footer .footer-top {
        padding: 10px 20px; } }
    @media (max-width: 989px) {
      footer .footer-top img {
        max-width: 100px; } }
  footer .footer-bottom {
    padding: 10px 20px 15px; }
    footer .footer-bottom > ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -moz-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
    footer .footer-bottom .row-wrap {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -moz-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      @media (max-width: 989px) {
        footer .footer-bottom .row-wrap {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: column-reverse;
          -moz-box-orient: vertical;
          -moz-box-direction: reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }
      @media (max-width: 989px) {
        footer .footer-bottom .row-wrap .column {
          margin-bottom: 10px; }
          footer .footer-bottom .row-wrap .column:first-child {
            margin-bottom: 0; } }
      footer .footer-bottom .row-wrap .column:first-child {
        text-align: left; }
        @media (max-width: 989px) {
          footer .footer-bottom .row-wrap .column:first-child {
            text-align: center; } }
      footer .footer-bottom .row-wrap .column:last-child {
        text-align: right; }
        @media (max-width: 989px) {
          footer .footer-bottom .row-wrap .column:last-child {
            text-align: center; } }
    footer .footer-bottom .social-sec a {
      text-decoration: underline;
      color: #00509c; }
      footer .footer-bottom .social-sec a:hover {
        text-decoration: none; }
    footer .footer-bottom .social-sec ul {
      margin-top: 10px; }
    footer .footer-bottom .footer-links a {
      color: #474c51; }
      footer .footer-bottom .footer-links a:hover {
        color: #00509c; }
    footer .footer-bottom .footer-links li:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 10px;
      width: 1px;
      margin-left: 10px;
      background: #474c51; }
    footer .footer-bottom .footer-links li:last-child:after {
      content: none; }

/*--------------------------------------------------------
Griding
---------------------------------------------------------*/
.row-wrap {
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .row-wrap .column {
    padding: 0 10px; }
  .row-wrap .wth-70 {
    width: 70%; }
    @media (max-width: 989px) {
      .row-wrap .wth-70 {
        width: 60%; } }
    @media (max-width: 767px) {
      .row-wrap .wth-70 {
        width: 100%; } }
  .row-wrap .wth-30 {
    width: 30%; }
    @media (max-width: 989px) {
      .row-wrap .wth-30 {
        width: 40%; } }
    @media (max-width: 767px) {
      .row-wrap .wth-30 {
        width: 100%; } }
  .row-wrap .wth-33 {
    width: 33.33%; }
    @media (max-width: 989px) {
      .row-wrap .wth-33 {
        width: 100%; } }

.select2-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  text-transform: uppercase;}
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    text-transform: uppercase;}
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: -moz- oldlinear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: -moz- oldlinear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: -moz- oldlinear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: -moz- oldlinear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }
  .datepicker-container::before, .datepicker-container::after {
    border: 5px solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0; }

.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1; }

.datepicker-inline {
  position: static; }

.datepicker-top-left, .datepicker-top-right {
  border-top-color: #39f; }
  .datepicker-top-left::before, .datepicker-top-left::after, .datepicker-top-right::before, .datepicker-top-right::after {
    border-top: 0;
    left: 10px;
    top: -5px; }
  .datepicker-top-left::before, .datepicker-top-right::before {
    border-bottom-color: #39f; }
  .datepicker-top-left::after, .datepicker-top-right::after {
    border-bottom-color: #fff;
    top: -4px; }

.datepicker-bottom-left, .datepicker-bottom-right {
  border-bottom-color: #39f; }
  .datepicker-bottom-left::before, .datepicker-bottom-left::after, .datepicker-bottom-right::before, .datepicker-bottom-right::after {
    border-bottom: 0;
    bottom: -5px;
    left: 10px; }
  .datepicker-bottom-left::before, .datepicker-bottom-right::before {
    border-top-color: #39f; }
  .datepicker-bottom-left::after, .datepicker-bottom-right::after {
    border-top-color: #fff;
    bottom: -4px; }

.datepicker-top-right::before, .datepicker-top-right::after, .datepicker-bottom-right::before, .datepicker-bottom-right::after {
  left: auto;
  right: 10px; }

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%; }
  .datepicker-panel > ul::before, .datepicker-panel > ul::after {
    content: " ";
    display: table; }
  .datepicker-panel > ul::after {
    clear: both; }
  .datepicker-panel > ul > li {
    background-color: #fff;
    cursor: pointer;
    float: left;
    height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px; }
    .datepicker-panel > ul > li:hover {
      background-color: #e5f2ff; }
    .datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
      color: #999; }
    .datepicker-panel > ul > li.highlighted {
      background-color: #e5f2ff; }
      .datepicker-panel > ul > li.highlighted:hover {
        background-color: #cce5ff; }
    .datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
      color: #39f; }
    .datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
      background-color: #fff;
      color: #ccc;
      cursor: default; }
      .datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
        background-color: #e5f2ff; }
    .datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view="next"] {
      font-size: 18px; }
    .datepicker-panel > ul > li[data-view="years current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="month current"] {
      width: 150px; }
  .datepicker-panel > ul[data-view="years"] > li, .datepicker-panel > ul[data-view="months"] > li {
    height: 52.5px;
    line-height: 52.5px;
    width: 52.5px; }
  .datepicker-panel > ul[data-view="week"] > li,
  .datepicker-panel > ul[data-view="week"] > li:hover {
    background-color: #fff;
    cursor: default; }

.datepicker-hide {
  display: none; }

.dash-info-sec .column {
  margin-bottom: 20px; }

.dash-info-sec .panel--box {
  height: 100%; }

.dash-info-sec .info-text .panel--box {
  padding: 20px 40px; }
  @media (max-width: 989px) {
    .dash-info-sec .info-text .panel--box {
      padding: 20px; } }

.dash-info-sec .info-text h1, .dash-info-sec .info-text h2, .dash-info-sec .info-text h3, .dash-info-sec .info-text h4, .dash-info-sec .info-text h5, .dash-info-sec .info-text h6 {
  color: #00509c;
  text-transform: uppercase;
  line-height: 1.2; }

.dash-info-sec .info-text p {
  margin-bottom: 33px; }
  .dash-info-sec .info-text p:last-child {
    margin-bottom: 0; }

.dash-info-sec .info-text a {
  margin-right: 40px;
  white-space: nowrap; }
  @media (max-width: 989px) {
    .dash-info-sec .info-text a {
      margin-bottom: 10px; } }
  .dash-info-sec .info-text a:not(.btn) {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold; }
    .dash-info-sec .info-text a:not(.btn):after {
      content: "";
      width: 16px;
      height: 13px;
      border-radius: 1px;
      background: url(../images/icons/Ico_fleche.svg) center no-repeat;
      display: inline-block;
      -webkit-transition: 0.3s -webkit-transform ease;
      transition: 0.3s -webkit-transform ease;
      -moz-transition: 0.3s transform ease, 0.3s -moz-transform ease;
      transition: 0.3s transform ease;
      transition: 0.3s transform ease, 0.3s -webkit-transform ease, 0.3s -moz-transform ease;
      margin-left: 10px;
      background-size: contain; }
  .dash-info-sec .info-text a:last-child {
    margin-right: 0; }
  .dash-info-sec .info-text a:hover:after {
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0); }

.dash-info-sec .info-contact {
  line-height: 2.6; }
  .dash-info-sec .info-contact .panel--box {
    padding: 15px 20px; }
  .dash-info-sec .info-contact strong, .dash-info-sec .info-contact b {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600; }
    @media (max-width: 989px) {
      .dash-info-sec .info-contact strong, .dash-info-sec .info-contact b {
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        font-weight: 600; } }
  .dash-info-sec .info-contact p {
    margin-bottom: 20px; }
    .dash-info-sec .info-contact p:last-child {
      margin-bottom: 0; }

.dash-icon-sec .panel--box {
  padding-bottom: 0; }

.dash-icon-sec ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  margin: 0 -10px; }
  @media (max-width: 989px) {
    .dash-icon-sec ul {
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  .dash-icon-sec ul li {
    margin-bottom: 20px;
    padding: 0 10px; }
    .dash-icon-sec ul li.active figure {
      background-color: #00509c;
      border-radius: 10px;
      color: #ffffff; }
  .dash-icon-sec ul figure {
    overflow: hidden;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    width: 220px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    padding: 20px 5px;
    height: 100%;
    position: relative;
    border-radius: 10px; }
    .dash-icon-sec ul figure span {
      font-size: 32px;
      font-weight: 700;
      color: #00509c;
      position: absolute;
      top: 65px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .dash-icon-sec ul figure img {
      margin-bottom: 10px; }

.member-table-sec .table-area table td:last-child:after {
  content: none; }

.table-area .stacktable.large-only {
  display: table; }

.table-area .stacktable.small-only {
  display: none; }

.table-area .stacktable .st-key {
  display: none; }

@media (max-width: 989px) {
  .table-area .stacktable.large-only {
    display: none; }
  .table-area .stacktable.small-only {
    display: table; } }

.table-area table {
  width: 100%; }
  .table-area table th {
    display: none; }
    .table-area table th.st-head-row {
      display: block;
      border-top: 1px solid rgba(71, 76, 81, 0.3);
      padding-top: 15px;
      margin-top: 15px; }
      .table-area table th.st-head-row.st-head-row-main {
        display: none; }
  .table-area table tr:nth-child(1) .st-head-row, .table-area table tr:nth-child(2) .st-head-row {
    border: none;
    margin-top: 0; }
  .table-area table td {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 15px;
    position: relative;
    text-align: center; }
    @media (max-width: 989px) {
      .table-area table td {
        padding: 4px 15px;
        text-align: center; } }
    .table-area table td:after {
      content: "";
      position: absolute;
      left: 0;
      width: 1px;
      height: 15px;
      background: #474c51;
      top: 50%;
      margin-top: -7px; }
      @media (max-width: 989px) {
        .table-area table td:after {
          content: none; } }
    .table-area table td:last-child:after {
      content: none; }
    .table-area table td:first-child {
      width: 300px;
      text-align: left; }
      .table-area table td:first-child:after {
        content: none; }
    .table-area table td:nth-child(2) {
      width: 150px; }
    .table-area table td:nth-last-child(3) {
      width: 150px; }
    .table-area table td:nth-last-child(2) {
      width: 150px; }
      @media (max-width: 989px) {
        .table-area table td:nth-last-child(2) {
          text-align: center; } }
    .table-area table td:last-child {
      text-align: right; }
      @media (max-width: 989px) {
        .table-area table td:last-child {
          text-align: center; } }

.table-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media (max-width: 989px) {
    .table-area ul {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 15px; } }
  .table-area ul li {
    margin-right: 10px; }
    .table-area ul li:nth-child(3) {
      margin-right: 0;
      margin-left: 10px; }
    .table-area ul li:last-child {
      margin-right: 0; }
    .table-area ul li .btn {
      text-transform: uppercase; }

.table-area figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #00509c; }
  @media (max-width: 989px) {
    .table-area figure {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .table-area figure img {
    margin-right: 15px;
    border-radius: 50%; }

.inscription-form-sec .panel--box {
  padding-left: 40px;
  padding-right: 40px; }
  @media (max-width: 989px) {
    .inscription-form-sec .panel--box {
      padding-left: 20px;
      padding-right: 20px; } }

.inscription-form-sec ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px; }
  .inscription-form-sec ul li {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 10px; }
    .inscription-form-sec ul li:last-child {
      margin-right: 0; }

.inscription-form-sec .button-sec {
  margin-top: 50px; }
  .inscription-form-sec .button-sec .btn {
    margin-bottom: 10px;
    margin-right: 20px; }
    .inscription-form-sec .button-sec .btn:last-child {
      margin-right: 0; }

.inscriptions-form-sec h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-top: 40px;
  position: relative;
  padding-left: 44px;
  text-transform: none; }
  .inscriptions-form-sec h2 img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.inscriptions-form-sec .form--row {
  padding-left: 40px;
  margin-bottom: 20px; }
  @media (max-width: 559px) {
    .inscriptions-form-sec .form--row {
      padding-left: 0; } }

.inscriptions-form-sec .flag-container {
  width: 80px;
  margin-right: 15px; }
  .inscriptions-form-sec .flag-container .ddcommon {
    width: 100% !important; }

.inscriptions-form-sec input[data-toggle="datepicker"] {
  background-image: url(../images/icons/Ico_Planning.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-position: -moz-calc(100% - 10px) center;
  background-position: calc(100% - 10px) center;
  background-size: 16px; }

.inscriptions-form-sec .form--control input[type="text"], .inscriptions-form-sec .form--control input[type="date"], .inscriptions-form-sec .form--control input[type="time"], .inscriptions-form-sec .form--control input[type="email"], .inscriptions-form-sec .form--control select{
  padding: 4px 10px !important;
  color: #474c51;
  border: 1px solid #d8d8d8;
  width: 100%; }
.inscriptions-form-sec .form--control input[type="text"]:focus, .inscriptions-form-sec .form--control input[type="date"]:focus, .inscriptions-form-sec .form--control input[type="time"]:focus, .inscriptions-form-sec .form--control input[type="email"]:focus, .inscriptions-form-sec .form--control select:focus{
    border-color: #00509c; }

.inscriptions-form-sec select.form--control, .inscriptions-form-sec .form--control select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background-image: url(../images/icons/Ico_Drop_Down_Menu_Off.svg);
  background-size: 12px;
  background-position: 90% center;
  background-position: -moz-calc(100% - 10px) center;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat; }
.inscriptions-form-sec select.form--control::-ms-expand, .inscriptions-form-sec .form--control select::-ms-expand {
  display: none; }

.inscriptions-form-sec .custom-radio {
  margin-right: 20px; }
  .inscriptions-form-sec .custom-radio:last-child {
    margin-right: 0; }

.inscriptions-form-sec .select2-container {
  z-index: 9;
  width: 100% !important;
  right: 0 !important; }
  .inscriptions-form-sec .select2-container .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d8d8d8 !important;
    border-radius: 0px; }
    .inscriptions-form-sec .select2-container .select2-selection .select2-selection__rendered {
      padding: 4px 10px !important;
      padding-right: 40px !important;
      color: #474c51 !important;
      line-height: 1.2; }

.inscriptions-form-sec .col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px; }
  @media (max-width: 767px) {
    .inscriptions-form-sec .col-2 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (max-width: 559px) {
    .inscriptions-form-sec .col-2 {
      padding-left: 0; } }
  .inscriptions-form-sec .col-2 .col-2 {
    padding-left: 0; }
    @media (max-width: 767px) {
      .inscriptions-form-sec .col-2 .col-2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .inscriptions-form-sec .col-2 .form--row {
    padding-left: 0; }
  .inscriptions-form-sec .col-2 > label {
    width: 275px; }
    @media (max-width: 767px) {
      .inscriptions-form-sec .col-2 > label {
        width: 100%;
        margin-bottom: 10px; } }
  .inscriptions-form-sec .col-2 .custom-radio {
    display: inline-block; }
  .inscriptions-form-sec .col-2.extra-width > label {
    width: 315px; }
    @media (max-width: 989px) {
      .inscriptions-form-sec .col-2.extra-width > label {
        width: 100%; } }
  .inscriptions-form-sec .col-2 .form--row {
    width: 420px; }
    @media (max-width: 559px) {
      .inscriptions-form-sec .col-2 .form--row {
        width: 100%; } }

.inscriptions-form-sec .btn {
  margin-top: 40px;
  min-width: 160px; }

.login-form h4 {
  font-size: 12px;
  text-align: center;
  margin-bottom: 30px; }

.login-form .forget-pass {
  margin-top: 40px;
  text-align: center;
  color: #474c51;
  font-family: "Open Sans", sans-serif;
  font-size: 10px; }
  .login-form .forget-pass a {
    color: #474c51;
    text-decoration: underline; }
    .login-form .forget-pass a:hover {
      color: #00509c; }

.login-form .form--row {
  margin-bottom: 20px; }
  .login-form .form--row select {
    width: 100%;
    border: none;
    color: #9b9b9b;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background-color: #ffffff;
    background-image: url(../images/icons/Ico_Drop_Down_Menu_Off.svg);
    background-size: 15px;
    background-position: 90% center;
    background-position: -moz-calc(100% - 10px) center;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat; }
    .login-form .form--row select::-ms-expand {
      display: none; }
  .login-form .form--row .form--control, .contact-form .form--row .form-text, .login-form .form--row .form-text {
    border: none;
    width: 100%;
    border-bottom: 2px solid #474c51;
    padding: 6px 0px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #9b9b9b; }
    .login-form .form--row .form--control ::-webkit-input-placeholder, .contact-form .form--row .form-text ::-webkit-input-placeholder {
      color: #9b9b9b; }
    .login-form .form--row .form--control ::-moz-placeholder, .contact-form .form--row .form-text ::-moz-placeholder {
      color: #9b9b9b; }
    .login-form .form--row .form--control :-ms-input-placeholder, .contact-form .form--row .form-text :-ms-input-placeholder {
      color: #9b9b9b; }
    .login-form .form--row .form--control :-moz-placeholder, .contact-form .form--row .form-text :-moz-placeholder {
      color: #9b9b9b; }
    .login-form .form--row .form--control:focus, .contact-form .form--row .form-text :focus {
      border-color: #00509c; }

.contact-info {
  line-height: 2.6; }
  .contact-info strong, .contact-info b {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600; }
    @media (max-width: 989px) {
      .contact-info strong, .contact-info b {
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        font-weight: 600; } }
  .contact-info p {
    margin-bottom: 20px; }

.contact-form {
  margin-top: 40px; }

.social {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600; }
  @media (max-width: 989px) {
    .social {
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      font-weight: 600; } }
  @media screen and (max-width: 989px) and (max-width: 350px) {
    .social {
      font-size: 10px; } }
  .social a {
    color: #474c51; }
    .social a:hover {
      color: #00509c; }
  .social img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px; }

.accreditation-form {
  font-size: 12px; }
  .accreditation-form h2 {
    margin-top: 40px;
    margin-bottom: 25px;
    padding: 0;
    color: #474c51;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: none; }
  .accreditation-form .col-2 {
    padding: 0; }
  .accreditation-form label {
    font-family: "Open Sans", sans-serif;
    font-size: 12px; }

.info-box {
  font-size: 12px; }
  .info-box p:last-child {
    margin: 0; }
  .info-box ul {
    padding-left: 15px; }
  .info-box h3 {
    color: #474c51;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600; }

  /* fixing drupal*/
  #block-userlogin {
    position: absolute;
    top: 28.5%;
    left: 58.4%;
  }
  .user-login-form .form--row label {
    display: none;
  }

  .form-item-field-civilite {
    display: inline-block;
    margin-right: 20px;
  }

.form-item-field-civilite:last-child {
  margin-right: 0;
}

.hidden {
  display: none !important;
}

/*#edit-field-passeport-wrapper, #edit-field-passeport-member-wrapper, #edit-field-member-photo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}*/
.js-form-item-field-travell-alone, .js-form-item-field-travel-alone-member, .js-form-item-field-titre-parlementaire, .js-form-item-field-port-d-arme {
  display: inline-block;
  margin-right: 20px;
}

.js-form-item-field-travell-alone:last-child, .js-form-item-field-travel-alone-member:last-child, .js-form-item-field-titre-parlementaire:last-child, .js-form-item-field-port-d-arme:last-child {
  margin-right: 0;
}

.js-reunion-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  text-transform: uppercase;
}

#edit-field-export-fields--wrapper .js-form-item {
  margin-bottom: 15px;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
fieldset legend {
  display: none;
}

#edit-field-arrive-member-0-value > div, #edit-field-date-depart-member-0-value > div, #edit-field-arrive-0-value > div, #edit-field-date-depart-0-value > div{
  display: inline-block;
}

.js-form-item-field-member-photo-0 .description,  .js-form-item-field-member-photo-0 label {
  display: none;
}
#edit-field-votre-message-wrapper textarea {
  border: none;
  width: 100%;
  border-bottom: 2px solid #474c51;
  padding: 6px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #9b9b9b;
}
#block-userlogin > ul {
  display: none;
}
.fixing {
  position: absolute;
  top: 53%;
  left: 53%;
  z-index: 99;
}
#edit-field-diners .js-form-item, #edit-field-dinners .js-form-item, #edit-field-activities .js-form-item, #edit-field-activitiess .js-form-item {
  margin-bottom: 20px;
}
.area-underline {
  border: none;
  width: 100%;
  border-bottom: 2px solid #474c51;
  padding: 6px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #9b9b9b;
}

.member-table-sec .avatar, .medias-sec .avatar {
  width:40px;
  height: 40px;
}
.accreditation-form .fixing > div {
  display: none;
}
#edit-field-member-photo-wrapper .fixing {
  display: none;
}
#edit-field-passeport-wrapper .fixing {
  display: none;
}
#block-apf-help {
  display: none;
}