/* start: extension/aits_ine_ext_amundi_com_design/design/amundi_v4_front_design/stylesheets/chosen.css */
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/extension/aits_ine_ext_amundi_com_design/design/amundi_v4_front_design/stylesheets/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/extension/aits_ine_ext_amundi_com_design/design/amundi_v4_front_design/stylesheets/chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("/extension/aits_ine_ext_amundi_com_design/design/amundi_v4_front_design/stylesheets/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/extension/aits_ine_ext_amundi_com_design/design/amundi_v4_front_design/stylesheets/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("/extension/aits_ine_ext_amundi_com_design/design/amundi_v4_front_design/stylesheets/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */

/* end: extension/aits_ine_ext_amundi_com_design/design/amundi_v4_front_design/stylesheets/chosen.css */

/* start: extension/ez_front_builds/design/amundi_country_build/stylesheets/front.css */

/* SOCLE STYLE */
@font-face {
  font-family: "Barlow Thin";
  src: url("https://db.onlinewebfonts.com/t/d5f05cf7e153f61c81d7bc4619189028.eot");
  src: url("https://db.onlinewebfonts.com/t/d5f05cf7e153f61c81d7bc4619189028.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/d5f05cf7e153f61c81d7bc4619189028.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/d5f05cf7e153f61c81d7bc4619189028.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/d5f05cf7e153f61c81d7bc4619189028.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/d5f05cf7e153f61c81d7bc4619189028.svg#Barlow Thin")format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Barlow Regular";
  src: url("https://db.onlinewebfonts.com/t/795640e2e50d64eb829116ba8f81739d.eot");
  src: url("https://db.onlinewebfonts.com/t/795640e2e50d64eb829116ba8f81739d.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/795640e2e50d64eb829116ba8f81739d.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/795640e2e50d64eb829116ba8f81739d.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/795640e2e50d64eb829116ba8f81739d.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/795640e2e50d64eb829116ba8f81739d.svg#Barlow Regular")format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Barlow Bold";
  src: url("https://db.onlinewebfonts.com/t/cc57c0063652805a088f821b5eadcccd.eot");
  src: url("https://db.onlinewebfonts.com/t/cc57c0063652805a088f821b5eadcccd.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/cc57c0063652805a088f821b5eadcccd.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/cc57c0063652805a088f821b5eadcccd.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/cc57c0063652805a088f821b5eadcccd.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/cc57c0063652805a088f821b5eadcccd.svg#Barlow Bold")format("svg");
  font-weight: normal;
  font-style: normal;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Barlow Regular";
  font-size: 16px;
  line-height: 1.625;
  color: #727272;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #009ee0;
  text-decoration: none;
}

a:hover, a:focus {
  color: #009ee0;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 24px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.625;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #e3e3e3;
}

.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: normal;
  line-height: normal;
  color: #142147;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #e3e3e3;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 26px;
  margin-bottom: 13px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 13px;
  margin-bottom: 13px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 13px;
}

.lead {
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 660px) {
  .lead {
    font-size: 24px;
  }
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #e3e3e3;
}

.text-primary {
  color: #142147;
}

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #142147;
}

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

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

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

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

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

.bg-warning {
  background-color: white;
}

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

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

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

.page-header {
  padding-bottom: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid #f7f7f7;
}

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

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

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

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

dt,
dd {
  line-height: 1.625;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 1025px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 13px 26px;
  margin: 0 0 26px;
  font-size: 20px;
  border-left: 5px solid #f7f7f7;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.625;
  color: #e3e3e3;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f7f7f7;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 26px;
  font-style: normal;
  line-height: 1.625;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 660px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 800px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 660px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 800px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #e3e3e3;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 26px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.625;
  vertical-align: top;
  border-top: 1px solid #e3e3e3;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e3e3e3;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #e3e3e3;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #e3e3e3;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e3e3e3;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #e0f3e0;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #ceecce;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: white;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #f2f2f2;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f8eded;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f1dada;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 659px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 19.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e3e3e3;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 26px;
  font-size: 24px;
  line-height: inherit;
  color: #727272;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 6px;
  font-size: 16px;
  line-height: 1.625;
  color: #142147;
}

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.625;
  color: #142147;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #142147;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(20, 33, 71, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(20, 33, 71, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f7f7f7;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 38px;
  }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 29px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 26px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0;
  min-height: 42px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 29px;
  padding: 3px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 29px;
  line-height: 29px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.form-group-sm .form-control {
  height: 29px;
  padding: 3px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

.form-group-sm select.form-control {
  height: 29px;
  line-height: 29px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 29px;
  min-height: 40px;
  padding: 4px 5px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 24px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 24px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 44px;
  padding: 11px 15px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 47.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 29px;
  height: 29px;
  line-height: 29px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #e0f3e0;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: white;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f8eded;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 31px;
}

.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="togglePeriod"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="togglePeriod"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="clear"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="clear"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="today"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="today"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.picker-switch::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.picker-switch::after ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #b2b2b2;
}

@media (min-width: 660px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 660px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 6px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 660px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 660px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 4px;
    font-size: 14px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.625;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #ffffff;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #ffffff;
  background-color: #009ee0;
  border-color: #009ee0;
}

.btn-default:focus, .btn-default.focus {
  color: #ffffff;
  background-color: #007aad;
  border-color: #004461;
}

.btn-default:hover {
  color: #ffffff;
  background-color: #007aad;
  border-color: #0073a3;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #ffffff;
  background-color: #007aad;
  border-color: #0073a3;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #006189;
  border-color: #004461;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #009ee0;
  border-color: #009ee0;
}

.btn-default .badge {
  color: #009ee0;
  background-color: #ffffff;
}

.btn-primary {
  color: #fff;
  background-color: #142147;
  border-color: #0e1833;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #090f1f;
  border-color: black;
}

.btn-primary:hover {
  color: #fff;
  background-color: #090f1f;
  border-color: #010203;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #090f1f;
  border-color: #010203;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #010203;
  border-color: black;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #142147;
  border-color: #0e1833;
}

.btn-primary .badge {
  color: #142147;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #00BB00;
  border-color: #00a200;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #008800;
  border-color: #002200;
}

.btn-success:hover {
  color: #fff;
  background-color: #008800;
  border-color: darkgreen;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #008800;
  border-color: darkgreen;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: darkgreen;
  border-color: #002200;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #00BB00;
  border-color: #00a200;
}

.btn-success .badge {
  color: #00BB00;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #8a4185;
  border-color: #793974;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #673164;
  border-color: #221021;
}

.btn-info:hover {
  color: #fff;
  background-color: #673164;
  border-color: #4f254c;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #673164;
  border-color: #4f254c;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #4f254c;
  border-color: #221021;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #8a4185;
  border-color: #793974;
}

.btn-info .badge {
  color: #8a4185;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #FF8D00;
  border-color: #e67f00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #cc7100;
  border-color: #663800;
}

.btn-warning:hover {
  color: #fff;
  background-color: #cc7100;
  border-color: #a85d00;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #cc7100;
  border-color: #a85d00;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #a85d00;
  border-color: #663800;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #FF8D00;
  border-color: #e67f00;
}

.btn-warning .badge {
  color: #FF8D00;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #CC0000;
  border-color: #b30000;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #990000;
  border-color: #330000;
}

.btn-danger:hover {
  color: #fff;
  background-color: #990000;
  border-color: #750000;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #990000;
  border-color: #750000;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #750000;
  border-color: #330000;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #CC0000;
  border-color: #b30000;
}

.btn-danger .badge {
  color: #CC0000;
  background-color: #fff;
}

.btn-link {
  color: #009ee0;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #009ee0;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #e3e3e3;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 24px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 3px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 3px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.625;
  color: #727272;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #656565;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #142147;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #e3e3e3;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.625;
  color: #e3e3e3;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 1025px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 5px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #142147;
  text-align: center;
  background-color: #f7f7f7;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 3px 5px;
  font-size: 14px;
  border-radius: 0;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 24px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 30px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

.nav > li.disabled > a {
  color: #e3e3e3;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #e3e3e3;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-color: #009ee0;
}

.nav .nav-divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #142147;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.625;
  border: 1px solid transparent;
  border-radius: 5px 5px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #f7f7f7 #f7f7f7 #142147;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #142147;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 5px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #142147;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 660px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 5px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 660px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 26px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 1025px) {
  .navbar {
    border-radius: 5px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 1025px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 1025px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 1025px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 1025px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 1025px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 12px 15px;
  font-size: 18px;
  line-height: 26px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 1025px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 5px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 1025px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 6px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 26px;
}

@media (max-width: 1024px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 26px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 1025px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px;
}

@media (min-width: 660px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 1024px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 12px;
  margin-bottom: 12px;
}

@media (min-width: 1025px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1025px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 1024px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: white;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: white;
}

.navbar-inverse .navbar-nav > li > a {
  color: white;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 1024px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: white;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: white;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 0 0;
  margin-bottom: 26px;
  list-style: none;
  background-color: transparent;
  border-radius: 5px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #a9a9a9;
}

.breadcrumb > .active {
  color: #142147;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #e3e3e3;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #cacaca;
}

.label-primary {
  background-color: #142147;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #090f1f;
}

.label-success {
  background-color: #00BB00;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #008800;
}

.label-info {
  background-color: #8a4185;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #673164;
}

.label-warning {
  background-color: #FF8D00;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #cc7100;
}

.label-danger {
  background-color: #CC0000;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #990000;
}

.panel {
  margin-bottom: 26px;
  background-color: #f7f7f7;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #e3e3e3;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 26px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #e3e3e3;
}

.panel-default > .panel-heading {
  color: #727272;
  background-color: #a9a9a9;
  border-color: #e3e3e3;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e3e3e3;
}

.panel-default > .panel-heading .badge {
  color: #a9a9a9;
  background-color: #727272;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e3e3e3;
}

.panel-primary {
  border-color: #142147;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #142147;
  border-color: #142147;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #142147;
}

.panel-primary > .panel-heading .badge {
  color: #142147;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #142147;
}

.panel-success {
  border-color: #00BB00;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #e0f3e0;
  border-color: #00BB00;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00BB00;
}

.panel-success > .panel-heading .badge {
  color: #e0f3e0;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00BB00;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #FF8D00;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: white;
  border-color: #FF8D00;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #FF8D00;
}

.panel-warning > .panel-heading .badge {
  color: white;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #FF8D00;
}

.panel-danger {
  border-color: #CC0000;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f8eded;
  border-color: #CC0000;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #CC0000;
}

.panel-danger > .panel-heading .badge {
  color: #f8eded;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #CC0000;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid #e3e3e3;
  border-radius: 24px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.625;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 660px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 800px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Barlow Regular";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.625;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 659px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 660px) and (max-width: 799px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 800px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/extension/ez_front_builds/design/amundi_country_build/stylesheets/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/extension/ez_front_builds/design/amundi_country_build/stylesheets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/extension/ez_front_builds/design/amundi_country_build/stylesheets/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/extension/ez_front_builds/design/amundi_country_build/stylesheets/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/extension/ez_front_builds/design/amundi_country_build/stylesheets/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/extension/ez_front_builds/design/amundi_country_build/stylesheets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* NODE MODULES */
.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 660px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 800px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 5px;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #e3e3e3;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #f7f7f7;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #e3e3e3;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #f7f7f7;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #e3e3e3;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #142147;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #142147;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #e3e3e3;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 5px;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #f7f7f7;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #142147;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #e3e3e3;
}

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #e3e3e3;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

/* AMUNDI STYLE */
body {
  font: 16px "Barlow Regular";
  line-height: 1.625;
  color: #727272;
}

#page {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 118px;
  /*z-index: 199;*/
  position: relative;
  padding-bottom: 100px;
}

#page.with-cookie_info {
  padding-top: 164px;
}

a {
  color: #009ee0;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.2s;
}

footer a,
nav a,
header a {
  text-decoration: none;
}

a:hover,
a:focus,
a.active {
  color: #009ee0;
  text-decoration: none !important;
}

a:active {
  color: #009ee0;
  text-decoration: underline;
}

a.row {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 15px 0;
}

div.row.block-result {
  margin-top: 0;
  margin-bottom: 0;
}

a.row.block-result {
  min-height: 120px;
  transition: background 0.2s;
  margin-top: 0;
  margin-bottom: 0;
}

a.row.block-result:hover,
a.row.block-result:focus,
a.row.block-result:active {
  background-color: #f7f7f7;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

p,
pre {
  margin: 0 0 20px 0;
  padding: 0;
}

header ul,
footer ul,
nav ul,
ul.nav {
  padding: 0;
  margin: 0;
}

p + ul {
  margin-top: -16px;
}

ul {
  list-style-type: none;
  list-style-image: none;
}

ol {
  list-style-position: inside;
  list-style-image: none;
  list-style-type: none;
  counter-reset: counter(ol);
}

ol li {
  counter-increment: ol;
  margin: 0 0 4px 10px;
}

ol li:before {
  content: counter(ol);
  color: #009ee0;
  padding-right: 5px;
}

/*!! J'utilise a fond des astuces CSS ici. Prendre le temps de comprendre avant d'éditer !!*/
/* Trick CSS pour avoir des videos elastiques Exemple: http://webdesignerwall.com/demo/elastic-videos/ */
div.video-js {
  position: relative;
  padding-bottom: 50%;
  height: 0 !important;
  max-width: 100%;
  overflow: hidden;
  padding-top: 55px;
}

/* Trick only visible while the page is still loading */
video.video-js {
  background-color: #000000;
  max-width: 100%;
  height: auto;
}

/* FIN Trick CSS */
ul li:before {
  content: '';
  background: #142147;
  width: 6px;
  height: 6px;
  display: inline-block;
  margin: 0 7px 0 -15px;
  vertical-align: middle;
}

ul ul li:before {
  background: #009ee0;
}

footer li:before,
nav li:before,
.nav li:before,
header li:before {
  background: none;
  display: none;
}

li {
  padding: 0;
  margin: 0 0 4px 25px;
  position: relative;
}

footer li,
nav li,
.nav li,
header li {
  display: inline;
  padding: 0 5px;
  vertical-align: middle;
  margin: 0;
}

.inner-width {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  /*overflow: hidden;*/
}

.full-width {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

.mid-width {
  width: 100%;
  max-width: 1030px;
  padding: 0 5px;
  margin: 0 auto;
}

/* ************************** GRID LAYOUT BOOT ************************* */
.col-md-4-5,
.col-md-7-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-12 {
  vertical-align: top;
  float: left;
  text-align: left;
  width: 100%;
}

.col-md-11 {
  vertical-align: top;
  float: left;
  text-align: left;
  width: 91.66666667%;
}

.col-md-10 {
  vertical-align: top;
  float: left;
  text-align: left;
  width: 83.33333333%;
}

.col-md-9 {
  vertical-align: top;
  float: left;
  text-align: left;
  width: 75%;
}

.col-md-8 {
  vertical-align: top;
  float: left;
  text-align: left;
  width: 66.66666667%;
}

.col-md-7-5 {
  vertical-align: top;
  float: left;
  text-align: left;
  width: 64%;
}

.col-md-7 {
  vertical-align: top;
  float: left;
  text-align: left;
  width: 58.33333333%;
}

.col-md-6 {
  vertical-align: top;
  float: left;
  text-align: left;
  width: 50%;
}

.col-md-5 {
  vertical-align: top;
  float: left;
  text-align: left;
  width: 41.66666667%;
}

.col-md-4-5 {
  vertical-align: top;
  float: left;
  text-align: left;
  width: 36%;
}

.col-md-4 {
  vertical-align: top;
  float: left;
  text-align: left;
  width: 33.33333333%;
}

.col-md-3 {
  vertical-align: top;
  float: left;
  text-align: left;
  width: 25%;
}

.col-md-2 {
  vertical-align: top;
  float: left;
  text-align: left;
  width: 16.66666667%;
}

.col-md-1 {
  vertical-align: top;
  float: left;
  text-align: left;
  width: 8.33333333%;
}

/* Version centrée */
.row.tac {
  text-align: center;
}

/* IE8 ne marche pas bien avec margin auto. J'ai du faire à l'ancienne. */
.row.tac .col-md-12 {
  display: inline-block;
  float: none;
}

.row.tac .col-md-11 {
  display: inline-block;
  float: none;
}

.row.tac .col-md-10 {
  display: inline-block;
  float: none;
}

.row.tac .col-md-9 {
  display: inline-block;
  float: none;
}

.row.tac .col-md-8 {
  display: inline-block;
  float: none;
}

.row.tac .col-md-7-5 {
  display: inline-block;
  float: none;
}

.row.tac .col-md-7 {
  display: inline-block;
  float: none;
}

.row.tac .col-md-6 {
  display: inline-block;
  float: none;
}

.row.tac .col-md-5 {
  display: inline-block;
  float: none;
}

.row.tac .col-md-4-5 {
  display: inline-block;
  float: none;
}

.row.tac .col-md-4 {
  display: inline-block;
  float: none;
}

.row.tac .col-md-3 {
  display: inline-block;
  float: none;
}

.row.tac .col-md-2 {
  display: inline-block;
  float: none;
}

.row.tac .col-md-1 {
  display: inline-block;
  float: none;
}

/* fix problème d'espacement (à la place d'utiliser des commentaires HTML */
.row.tac [class^='col-md-'] {
  margin-right: -4px;
}

.row > .tar {
  text-align: right;
}

/* Version avec marges
   Exempe: 3 CTA sur une page de fond
*/
.full-width > .row {
  margin-left: 0;
  margin-right: 0;
}

/* ************************************************************************ */
h1 {
  margin: 0;
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
  padding: 10px 0;
}

/* Version alternative du titre */
h1.title-main {
  font-size: 36px;
  font-weight: 200;
  padding: 0 0 10px 0;
  line-height: 42px;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  color: #142147;
  font-size: 36px;
  font-weight: 200;
  padding: 0 0 30px 0;
  letter-spacing: 0.02em;
  /*text-align:left;*/
}

h3 {
  margin: 0;
  font: 24px "Barlow Regular";
  color: #142147;
  padding: 0 0 15px 0;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0.02em;
}

h4 {
  margin: 0;
  color: #142147;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 10px 0;
  text-align: left;
  letter-spacing: 0.02em;
}

h5 {
  margin: 0;
  color: #142147;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 10px 0;
  text-align: left;
  /*letter-spacing: 0.02em;*/
}

h6 {
  margin: 0;
  color: #142147;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
  text-align: left;
  letter-spacing: 0.02em;
}

.subtitle {
  font-size: 0.8em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

h1 b,
h2 b,
h3 b,
h4 b,
h5 b h6 b {
  font-family: inherit;
  /* Nos utilisateurs sont creatifs, mais c'est INCORRECT et INTERDIT */
}

section {
  margin: 0 auto;
  padding: 20px 0 20px 0;
  max-width: 1280px;
  overflow: hidden;
  /*min-height:200px;*/
}

table {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

td {
  /* Par defaut */
  vertical-align: top;
  padding: 0 20px 20px 0;
}

td:last-child {
  padding-right: 0;
}

td.media {
  width: 300px;
  /*padding:0;*/
}

article {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

label {
  font-weight: normal;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

@media \0screen {
  img {
    width: auto;
  }
}

/* HACK IE8 */
dl,
menu,
dd {
  margin: 0;
  padding: 0;
}

figure {
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin: 0 0 5px 0;
}

.with-border-top {
  border-top: solid 1px #a9a9a9;
  padding: 15px 0;
  margin: 10px 0;
}

.row div:first-child figure {
  text-align: left;
}

.row div:last-child figure {
  text-align: right;
}

.with-vert-sep {
  border-left: solid 1px #a9a9a9;
}

.with-horiz-sep {
  border-top: solid 1px #a9a9a9;
  padding-top: 5px;
}

#block-corresponding-all-results > div {
  padding: 15px 0;
}

h1.emphasize2,
h2.emphasize2,
h3.emphasize2,
h4.emphasize2,
h5.emphasize2,
h6.emphasize2 {
  text-transform: uppercase;
}

.block-result p.cut {
  max-height: 100px;
}

/****** LES DIFFERENTES COULEUR DE FOND ******/
.dark-bg-1 {
  background-color: #142147 !important;
  color: #ffffff;
}

.dark-bg-1 * {
  color: #ffffff;
  border-color: #ffffff;
}

.dark-bg-1 .typo-huge {
  color: #ffffff;
}

.dark-bg-1 .with-horiz-sep,
.dark-bg-1 .with-vert-sep {
  border-color: #ffffff;
}

.dark-bg-2 {
  background-color: #00b3b6 !important;
}

.dark-bg-2 * {
  color: #ffffff;
  border-color: #ffffff;
}

.dark-bg-2 .typo-huge {
  color: #ffffff;
}

.dark-bg-2 .with-horiz-sep,
.dark-bg-2 .with-vert-sep {
  border-color: #ffffff;
}

.medium-bg-1 {
  background-color: #009ee0 !important;
  color: #ffffff;
}

.medium-bg-1 * {
  color: #ffffff;
  border-color: #ffffff;
}

.medium-bg-1 .typo-huge {
  color: #ffffff;
}

.medium-bg-1 .with-horiz-sep,
.medium-bg-1 .with-vert-sep {
  border-color: #ffffff;
}

.medium-bg-2 {
  background-color: #f07d00 !important;
}

.medium-bg-2 * {
  color: #ffffff;
}

.medium-bg-2 .typo-huge {
  color: #ffffff;
}

.medium-bg-2 .with-horiz-sep,
.medium-bg-2 .with-vert-sep {
  border-color: #ffffff;
}

.light-bg-1 {
  background-color: #6ac3ef !important;
  color: #ffffff;
}

.light-bg-1 * {
  color: #ffffff;
  border-color: #ffffff;
}

.light-bg-1 .with-horiz-sep,
.light-bg-1 .with-vert-sep {
  border-color: #ffffff;
}

.light-bg-2 {
  background: url("/extension/ez_front_builds/design/amundi_country_build/images/bg-pattern.png") 0 0 repeat #e3e3e3 !important;
}

.light-bg-2 * {
  border-color: #ffffff;
}

.light-bg-2 .with-horiz-sep,
.light-bg-2 .with-vert-sep {
  border-color: #ffffff;
}

.light-bg-3 {
  background: #f7f7f7 !important;
}

/****** *************************** ******/
#floating-menu {
  position: fixed;
  z-index: 400;
  right: 0;
  top: 50%;
  margin-right: -60px;
  transition: margin 0.3s;
  margin-top: -50px;
}

#floating-menu.visible {
  visibility: visible;
  margin-right: 0;
}

body.modal-open #floating-menu {
  visibility: hidden;
}

#floating-menu a {
  display: block;
  height: 56px;
  width: 56px;
  text-align: center;
  background: #e3e3e3;
  color: #009ee0;
  padding: 13px;
  margin-bottom: 2px;
  transition: opacity 0.3s;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#floating-menu.visible a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

#stickyDisclaimer {
  background-color: #727272;
  background-color: rgba(114, 114, 114, 0.9);
  color: #ffffff;
  padding: 15px 0;
}

div.ie8 #stickyDisclaimer {
  /* IE 8 ONLY !!! */
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#e56D6D6D,endColorstr=#e56D6D6D)';
  zoom: 1;
}

#stickyDisclaimer.fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 38px;
  z-index: 200;
  padding: 5px 0;
}

#stickyDisclaimer p {
  padding: 0;
  margin: 0;
}

#cookie_info {
  background: #727272;
  color: #ffffff;
  padding: 5px 10px;
  z-index: 1;
  position: relative;
}

#cookie_info .typo-small {
  margin-bottom: 0;
  max-width: 980px;
}

#cookie_info .typo-small p {
  display: inline;
  margin: 0;
}

#cookie_info .typo-small a {
  color: #f07d00;
}

#cookie_info .typo-small button {
  display: block;
  font-size: 1em;
  margin: 8px auto 5px;
  padding-top: 3px;
}

#cookie_info .close-btn {
  font-size: 1.5em;
  vertical-align: middle;
  color: #ffffff;
  padding: 0 5px;
  position: relative;
  left: 22px;
}

body.has-cookie .popin-view {
  padding-left: 14px;
}

body.has-cookie .popin-view h1 {
  color: inherit;
}

.nowrap {
  white-space: nowrap;
}

section.header-section {
  min-height: 220px;
  text-align: center;
  padding: 10px 0 0 0;
  margin: 0;
  overflow: visible;
  position: relative;
}

div.bg-header {
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-position: 50% 0;
  background-size: cover;
  /*z-index:-1;*/
}

div.article-header {
  margin-top: 50px;
}

div.article-header article {
  background: #ffffff;
  min-height: 290px;
  padding-right: 10px;
}

.header-section div.inner-width {
  position: relative;
}

.header-section p {
  text-align: left;
}

.header-section article p {
  padding-right: 30px;
}

.header-section article p:first-child {
  padding-top: 15px;
}

.breadcrumb {
  margin: 20px 0 !important;
  background: none;
  border-radius: 0;
  padding: 0;
  white-space: nowrap;
}

.breadcrumb a {
  color: inherit !important;
  text-decoration: none;
}

.breadcrumb li {
  padding: 0;
  margin: 0;
  color: #ffffff !important;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 95%;
  height: 15px;
  padding-left: 20px;
}

.breadcrumb li:before {
  background: none;
  position: absolute;
  left: 0;
  margin-left: 0;
  bottom: 2px;
}

.breadcrumb > li + li:before {
  content: '\68';
  font-family: 'icons';
  height: auto;
  font-size: 0.8em;
}

.breadcrumb > .active span {
  color: inherit;
  border-bottom: solid 1px #009ee0;
}

.dn {
  display: none;
}

.typo-legend {
  color: #009ee0;
  font-size: 0.9em;
}

.color-error {
  color: #CC0000;
}

.fonds-choices,
.gammes-choices {
  position: relative;
  min-height: 1px;
}

.fonds-choices > div,
.gammes-choices > div {
  padding-top: 15px;
  padding-bottom: 15px;
}

.loadable {
  transition: opacity 0.2s ease-out;
}

.loading {
  cursor: progress;
}

.loading .fa-spin {
  color: #e3e3e3;
  font-size: 5em;
}

.loading.loadable {
  opacity: 0.1;
  filter: alpha(opacity=10);
}

ul.mini-tab {
  white-space: nowrap;
}

ul.mini-tab li {
  display: inline-block;
  border-left: solid 1px;
  margin: 20px 0;
  padding: 0 20px;
  line-height: normal;
}

ul.mini-tab li:first-child {
  border-left: 0;
}

ul.mini-tab li a {
  text-decoration: none;
  white-space: nowrap;
}

ul.mini-tab a.active,
ul.mini-tab li.active a {
  color: #009ee0;
}

.medium-bg-1 ul.mini-tab a:hover,
.medium-bg-1 ul.mini-tab a.active,
.medium-bg-1 ul.mini-tab li.active a {
  color: #142147;
}

ul.mini-tab li:after,
ul.mini-tab a:after {
  bottom: -25px;
}

ul.mini-tab li.active:after,
ul.mini-tab a.active:after {
  bottom: -20px;
}

.number-results {
  float: left;
  width: 100%;
  clear: both;
}

ul.pagination {
  margin: 20px 0 40px 0;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

ul.pagination li {
  margin: 0;
  display: inline;
  padding: 0 8px;
}

ul.pagination li:before {
  display: none;
}

.pagination > li > a {
  margin: 0;
  padding: 0;
  border: none;
  color: #142147;
  text-decoration: none;
}

.pagination > li > a:hover {
  color: #009ee0;
}

.pagination > li > a .icon {
  margin: 0 5px;
  vertical-align: middle;
}

.pagination li a.active {
  text-decoration: none;
  color: #009ee0;
}

@keyframes fill-loader {
  0% {
    width: 0%;
    opacity: 1;
  }
  50% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}

.fill-loader:before {
  animation-name: fill-loader;
  animation-timing-function: linear;
  animation-duration: 1s;
  background: -moz-linear-gradient(left, #142147 0%, #009ee0 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #142147), color-stop(100%, #009ee0));
  background: -webkit-linear-gradient(left, #142147 0%, #009ee0 100%);
  background: -o-linear-gradient(left, #142147 0%, #009ee0 100%);
  background: -ms-linear-gradient(left, #142147 0%, #009ee0 100%);
  background: linear-gradient(to right, #142147 0%, #009ee0 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#7abcff', endColorstr='#4096ee', GradientType=1);
  bottom: 0;
  content: '';
  height: 1px;
  position: absolute;
  width: 0;
  left: 0;
}

.fill-loader.start:before {
  animation-name: fill-loader;
  animation-timing-function: linear;
  animation-duration: 5s;
}

.anchor {
  position: relative;
  top: -61px;
}

/* header fixed bar + cycle-slider fixed bar */
#tabs-container .anchor {
  top: -125px;
}

.classic-header,
table.classic td {
  padding: 15px 20px;
  font-weight: normal;
}

table.classic tr:nth-child(even) {
  background: #f7f7f7;
}

table.table-bordered-vert,
table.table-bordered-vert th {
  border: 1px solid #e3e3e3;
}

table.table-bordered-vert td {
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}

div.ie8 .navbar-toggle {
  display: none;
}

div.ie8 .navbar-header {
  float: left;
}

div.ie8 .navbar-collapse.collapse {
  display: block !important;
  visibility: visible !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

div.ie8 .navbar-nav {
  margin: 0;
}

.cancel-before-li li:before {
  display: none;
}

.title-bonus {
  color: #727272;
  text-align: right;
  font-size: 0.7em;
  font-weight: 200;
  vertical-align: middle;
  line-height: 0.7em;
  /*padding-left: 15px;*/
  white-space: nowrap;
}

.result-per-page a {
  color: inherit;
  text-decoration: none;
}

.result-per-page a.active {
  border-bottom: solid 1px;
}

.tooltip {
  position: absolute;
  z-index: 999;
  color: #CC0000;
}

.tooltip-inner {
  max-width: 400px;
  padding: 20px;
  color: #727272;
  text-align: left;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 0;
  border: 1px solid #e3e3e3;
}

.tooltip.top .tooltip-arrow {
  bottom: -2px;
  left: 50%;
  margin-left: -5px;
  border-width: 8px 8px 0 8px;
  border-color: transparent;
  border-top-color: #ffffff;
}

.tt-menu {
  width: 100%;
  margin: 0;
}

.tt-menu p {
  margin: 0;
}

.tt-menu .tt-dataset-suggestions {
  border: 1px solid #e3e3e3;
  background: #ffffff;
  border-top: 0;
  text-align: left;
  line-height: normal;
}

.tt-menu .tt-dataset-suggestions div {
  padding: 15px;
}

.tt-menu .tt-dataset-suggestions .tt-cursor {
  background-color: #e3e3e3;
  cursor: pointer;
}

.lexicon-results dd {
  padding-left: 15px;
  border-left: 5px solid #e3e3e3;
}

ul.lexicon-letters {
  text-align: center;
}

ul.lexicon-letters li {
  display: inline-block;
  margin: 0;
}

ul.lexicon-letters li a {
  width: 28px;
  color: #142147;
  border-left: 1px solid #142147;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

ul.lexicon-letters li:first-child a {
  border-left: none;
}

ul.lexicon-letters li a.selected,
ul.lexicon-letters li a:hover {
  background-color: #142147;
  color: #ffffff;
}

ul.lexicon-letters li a.disabled {
  color: #a9a9a9;
}

ul.lexicon-letters li a.disabled:hover {
  background-color: #e3e3e3;
}

.lexicon-results {
  /*transition:opacity 0.2s;*/
}

.lexicon-results:empty {
  min-height: 200px;
  cursor: progress;
}

.lexicon-results:before {
  opacity: 0;
  transition: opacity 0.2s, width 0.2s;
  background: -moz-linear-gradient(left, #142147 0%, #009ee0 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #142147), color-stop(100%, #009ee0));
  background: -webkit-linear-gradient(left, #142147 0%, #009ee0 100%);
  background: -o-linear-gradient(left, #142147 0%, #009ee0 100%);
  background: -ms-linear-gradient(left, #142147 0%, #009ee0 100%);
  background: linear-gradient(to right, #142147 0%, #009ee0 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#7abcff', endColorstr='#4096ee', GradientType=1);
  content: '';
  display: block;
  height: 1px;
  width: 100%;
}

.lexicon-results:empty:before {
  animation-name: fill-loader;
  animation-timing-function: linear;
  animation-duration: 2s;
}

.nav-tabs {
  border-bottom: 0;
}

span.title-main {
  font-size: 36px;
  font-weight: 200;
  padding: 0 0 10px 0;
  line-height: 42px;
  text-transform: uppercase;
  color: #ffffff;
}

.productsheet span.title-main {
  text-transform: none;
}

.amundi-fund-drop-button h1 {
  font-size: 14px;
  color: #343434;
  display: inline;
}

.fund-description .col-md-6 .risk_nl {
  width: 280px;
}

.fund-description .disclaimer {
  float: left;
  width: 100%;
  text-align: left;
  padding: 15px 0 0 0;
  font-size: 0.9em;
}

form#documents-search-filters {
  margin-bottom: 14px;
}

.bg-grey-background {
  background-color: #f7f7f7;
}

.nota_secondary {
  color: #142147 !important;
}

.secure-pg:after {
  font-family: 'FontAwesome';
  content: '\f023';
  margin-left: 8px;
}

.col-md-9.input-select:before {
  font-family: fontawesome;
  position: absolute;
  right: 30px;
  top: 10px;
}

.inner-width.specific-disclaimer {
  font-size: 12px;
  position: relative;
  bottom: 28px;
}

.inner-width.specific-disclaimer p {
  margin: 0;
}

.navbar-default {
  border: none;
  background: #ffffff;
  margin: 0;
  border-radius: 0;
}

.navbar-collapse {
  padding: 0;
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 29px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

#logo {
  height: 90px;
  width: 139px;
}

#logo img {
  height: 53px;
  margin-top: 17px;
  margin-left: 10px;
  width: auto;
  max-width: none;
}

header.active #logo img[src*='.svg'] {
  height: 73px;
  margin-top: -6px;
  transition: all 0.5s;
  margin-left: -6px;
}

#logo img[src*='.svg'] {
  height: 96px;
  margin-top: -4px;
  margin-left: -11px;
}

#header-main {
  height: 90px;
  border-bottom: 1px solid #e3e3e3;
}

#header-main .full-width {
  position: relative;
}

.menu-nav li a {
  font: 14px "Barlow Regular";
  color: #727272;
  padding: 0 10px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 90px;
}

#header-links .navbar-nav a.active:after {
  border-color: transparent transparent #142147 transparent;
}

#header-links a.is-active,
#header-links .navbar-default .navbar-nav > li > a:active,
#header-links .navbar-default .navbar-nav > li > a:hover,
#header-links .navbar-default .navbar-nav > li > a:focus,
#header-links .navbar-default .navbar-nav > li.active > a,
#header-links .navbar-default .navbar-nav > li.active > a:hover,
#header-links .navbar-default .navbar-nav > li.active > a:focus {
  color: #009ee0;
  background-color: transparent;
  text-decoration: none;
}

a.img-link-overlay {
  position: relative;
  display: inline-block;
  width: 217px;
  max-width: 100%;
  max-height: 146px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 15px;
}

a.img-link-overlay .menuoverlay {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#33000000', endColorstr='#bf000000', GradientType=0);
  content: '';
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: top 0.2s;
  text-shadow: 0 0 2px #555555;
}

a.img-link-overlay:hover .menuoverlay {
  top: -100px;
}

a.img-link-overlay .text {
  position: absolute;
  top: 30%;
  left: 10px;
  right: 10px;
  text-align: center;
}

a.img-link-overlay .text:after {
  color: #009ee0;
  content: '\2192';
  display: block;
  margin-top: 10px;
  font-size: 1.5em;
  text-align: center;
}

a.link-search {
  display: inline-block;
  font-size: 32px;
  background-color: #f7f7f7;
  width: 81px;
  text-align: center;
  line-height: 89px;
  text-decoration: none !important;
  color: #727272;
  transition: color 0.2s, background 0.2s;
}

a.link-search:hover,
a.link-search:focus,
a.link-search:active {
  color: #009ee0;
  background: transparent;
}

div.search-nav a {
  font-size: 32px;
}

a.link-search.active {
  color: #009ee0;
}

div.search-menu {
  border: none;
  text-align: center;
  overflow: visible;
}

.twitter-typeahead {
  width: 100%;
}

div.search-menu input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 1px #a9a9a9;
  padding: 5px 60px 5px 60px;
  line-height: 50px;
  outline-style: none;
  margin: 0;
}

div.search-menu .inner-width {
  position: relative;
  padding: 0 !important;
}

div.search-menu .icon-search {
  font-size: 25px;
  padding: 0;
  line-height: 26px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}

div.search-menu button.ok {
  position: absolute;
  top: 7px;
  right: 8px;
  height: 46px;
  border-radius: 5px;
  background-color: #009ee0;
  font-size: 22px;
  padding: 0 6px;
  border: 0;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

div.relative {
  position: relative;
}

/*
div.regular-menu-content.active{
    margin-top:1px;
}
*/
/* Menu version mini */
header.active #header-main,
header.active #logo {
  height: 60px;
  transition: height 0.5s;
}

header.active #logo img {
  height: 40px;
  margin-top: 10px;
  transition: all 0.5s;
}

#header.active .nav.menu-nav li,
#header.active .nav.menu-nav li a,
#header.active div.search-nav a {
  line-height: 60px;
  transition: line-height 0.5s;
}

#header.active div.search-nav a {
  line-height: 59px;
  font-size: 25px;
}

#header .nav.menu-nav {
  text-align: right;
}

#header .nav.menu-nav li {
  display: inline-block;
  padding: 0;
  line-height: 90px;
  vertical-align: top;
}

#header .nav.menu-nav li a:hover {
  background-color: transparent;
  color: #009ee0;
}

#header .nav.menu-nav li a:focus {
  background-color: transparent;
}

@media only screen and (max-width: 1160px) {
  .menu-content-pane > .row > .col-md-3 {
    width: 50%;
  }
  .menu-content-pane > .row > .col-md-3 .details {
    height: 120px;
  }
}

@media only screen and (max-width: 660px) {
  .menu-content-pane {
    padding: 12px;
  }
  .menu-content-pane .col-md-4 {
    width: 100%;
  }
  .menu-content-pane > .row > .col-md-3 {
    width: 100%;
  }
  .menu-content-pane > .row > .col-md-3 .details {
    height: 80px;
  }
  #header-links .nav-satelite li a:not(.active) {
    display: none;
  }
}

/*
 Mode mini header avec footer static
 J'essaye de conserver ici toutes les consequences sur les margins/padding que ce mode un peu particulier a.
 */
@media only screen and (max-width: 660px), only screen and (max-height: 660px) {
  #header-main,
  #logo {
    height: 60px;
  }
  #logo img {
    height: 40px;
    margin-top: 10px;
  }
  #logo img[src*='.svg'] {
    height: 69px;
    margin: 0;
  }
  #header .nav.menu-nav li,
  #header .nav.menu-nav li a,
  #header div.search-nav a {
    line-height: 60px;
  }
  #header div.search-nav a {
    font-size: 25px;
  }
  #header .navbar-toggle {
    margin: 14px !important;
  }
  #header-links {
    position: relative !important;
  }
  #page {
    padding-top: 0;
    padding-bottom: 50px;
  }
  #page.with-cookie_info {
    padding-top: 0;
  }
  .anchor {
    top: 0;
    /* Pusiqu'on est en mode fixe */
  }
  #stickyDisclaimer.fixed {
    bottom: 0;
  }
}

#header-links {
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
}

#header-links:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #e3e3e3;
  z-index: -1;
  height: 1px;
}

#header-main a:after,
#header-links .block_lang-select a:after,
#metanav .full-width a:after {
  border-style: solid;
  border-width: 0 7px 6px 7px;
  border-color: transparent transparent #ffffff transparent;
  bottom: -5px;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  opacity: 0;
  transition: bottom 0.2s ease-in, opacity 0.2s ease-in;
  width: 0;
  visibility: hidden;
}

#header-main a.link-search:after {
  display: none;
}

#header-links .tools a:after {
  border-bottom-color: #e3e3e3 !important;
}

#header-links .block_lang-select a:after {
  border-bottom-color: #f7f7f7 !important;
}

#header-main a:after {
  border-bottom-color: #142147 !important;
}

#header-main a.active:after,
#metanav .full-width a.active:after,
#header-links div.block_lang-select li.active a:after {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

/*
	visibility: visible;
	opacity: 1;
	bottom: -1px;
}
*/
#header-links .tools a {
  padding: 9px 15px;
  border-left: 1px solid #a9a9a9;
}

#header-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 201;
  display: none;
}

#metanav {
  background-color: #343434;
  color: #a9a9a9;
  font-size: 10px;
  font-weight: bold;
  line-height: 29px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  height: 29px;
  transition: margin 0.2s;
  z-index: 2;
  position: relative;
}

#metanav .full-width {
  position: relative;
  height: 29px;
}

header.active #metanav {
  margin-top: -29px;
}

#metanav a {
  color: #a9a9a9;
  transition: color 0.2s;
}

#metanav .tools {
  background-color: #343434;
  position: absolute;
  top: 0;
  right: 0;
}

#metanav .tools a {
  position: relative;
  text-decoration: none;
}

#header-links .tools .icon-down {
  margin-left: 10px;
  font-size: 0.8em;
}

#header-links .tools .icon-user {
  margin-right: 10px;
}

#header-links .tools .fa-globe {
  display: none;
}

#metanav .tools a.active,
#metanav a:focus,
#metanav a:active,
#metanav a:hover {
  color: #ffffff;
}

#metanav a.active {
  color: #009ee0;
  text-decoration: none;
}

#metanav li {
  display: inline-block;
  padding: 0 12px;
  position: relative;
  vertical-align: top;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menu-content {
  position: relative;
}

.menu-content-pane {
  background: #142147;
  border-bottom: solid 6px #009ee0;
  left: 0;
  opacity: 0;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
  margin: -6px auto 0;
  transition: opacity 0.2s ease-out, margin-top 0.2s ease-out;
  visibility: hidden;
  z-index: -1;
  text-align: left;
  max-width: 1280px;
  width: 100%;
}

.ie8 .menu-content-pane {
  max-width: 1250px;
  box-sizing: content-box;
}

.menu-content-pane .tab-content {
  display: none;
}

.menu-content-pane.metanav-menu-content {
  background: url("/extension/ez_front_builds/design/amundi_country_build/images/bg-pattern.png") #e3e3e3;
  border-bottom: none;
}

.menu-content-pane.active {
  visibility: visible;
  margin-top: 0;
  opacity: 1;
}

.menu-content-pane.active .tab-content {
  display: block;
}

.menu-content-pane.metanav-menu-content > div {
  display: none;
}

.menu-content-pane.metanav-menu-content.active {
  z-index: 1;
}

.menu-content-pane.metanav-menu-content.active > div {
  display: inherit;
}

.menu-content-pane li {
  display: block;
  padding: 0 0 10px 0;
}

.menu-content-pane li:before {
  color: #009ee0;
  speak: none;
  content: '\2192';
  background: none;
  width: auto;
  height: auto;
  display: inline;
  margin: 0 7px 0 0;
  vertical-align: baseline;
}

.block_lang-select .tabpanel ul.nav-tabs {
  border: none;
}

.block_lang-select .tabpanel li {
  padding: 0;
}

.block_lang-select li:before {
  content: '';
  margin: 0;
  padding: 0;
}

.block_lang-select .nav a {
  color: #142147;
  border: none;
  background-color: transparent;
  font-weight: bold;
  padding: 10px 40px;
  font-size: 1.1em;
  margin: 0;
}

.block_lang-select .nav li.active a,
.block_lang-select .nav a:hover {
  color: #009ee0;
  background-color: transparent;
  border: none;
}

.block_lang-select .nav .active a {
  color: #009ee0;
  border: none;
  background-color: transparent;
}

.block_lang-select .lang-list {
  background: #f7f7f7;
  border: solid 1px #e3e3e3;
  padding: 50px;
  margin-top: -1px;
}

.lang-only .block_lang-select .lang-list {
  padding: 0;
  margin-top: -1px;
  position: absolute;
  top: 0;
  right: 0;
}

.lang-only .block_lang-select .lang-list li {
  padding: 0 30px;
}

.block_lang-select .lang-list a {
  color: #666666;
}

.block_lang-select .lang-list a:hover {
  color: #009ee0;
}

.block_lang-select .lang-list li {
  padding: 0 30px 0 0;
}

.block_lang-select .lang-list li div {
  padding: 10px 0;
  border-bottom: 1px dotted #c4c5c6;
}

.navbar-default .navbar-toggle {
  border: none;
  border-radius: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #f7f7f7;
}

.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #009ee0;
}

#header .navbar-toggle {
  margin: 27px;
}

#header.active .navbar-toggle {
  margin: 14px;
  -webkit-transition: margin 0.5s;
  -moz-transition: margin 0.5s;
  transition: margin 0.5s;
}

.menu-content-pane.metanav-menu-content.small-menu {
  background: none;
}

.menu-content-pane.metanav-menu-content.small-menu > .full-width {
  background: url("/extension/ez_front_builds/design/amundi_country_build/images/bg-pattern.png") #e3e3e3;
  padding: 15px;
  max-width: 500px;
  right: 0;
  top: 0;
  position: absolute;
}

#account-extranet .tac {
  background: #f7f7f7;
  border: solid 1px #e3e3e3;
  padding: 15px 0;
}

#account-extranet li {
  padding: 5px 0;
}

/* Icone Lock dans le menu */
.menu-content-pane .text-item a.secure-pg:after {
  font-family: 'FontAwesome';
  content: '\f023';
  margin-left: 8px;
}

@media (max-width: 1024px) {
  #header-links .full-width {
    overflow: visible;
  }
  #header .navbar-collapse {
    position: absolute;
    width: 100%;
    top: 100%;
    background: #142147;
    border-bottom: solid 6px #009ee0 !important;
    float: none !important;
    padding: 5px 25px;
  }
  #header .navbar-collapse .nav.menu-nav li {
    display: block;
  }
  #header .navbar-collapse .nav.menu-nav li:before {
    vertical-align: top;
  }
  #header .navbar-collapse .nav.menu-nav li a {
    width: calc(100% - 25px);
  }
  .navbar-nav {
    margin: 7.5px 0;
  }
  .menu-nav li:before {
    color: #009ee0;
    content: '\2192';
    background: none;
    width: auto;
    height: auto;
    display: inline;
    margin-right: 7px;
    vertical-align: baseline;
  }
  .navbar-default .navbar-nav > li > a {
    color: #ffffff;
  }
  #header .nav.menu-nav {
    text-align: left;
  }
  #menu {
    overflow: hidden;
  }
  #menu li {
    line-height: 40px !important;
    transition: none !important;
    display: block;
    width: auto;
    padding: 0;
  }
  #menu li a {
    line-height: 40px !important;
    width: auto;
    padding: 0;
  }
  #header .nav.menu-nav li a {
    display: inline-block;
    color: #ffffff;
  }
}

@media (max-width: 800px) {
  #metanav li {
    padding: 0 5px;
  }
  #metanav .tools span {
    display: none;
  }
  #header-links .tools a {
    padding: 9px 20px;
  }
  #header-links .tools .icon {
    font-size: 1.2em;
  }
  #header-links .tools .fa {
    font-size: 1.3em;
  }
  #header-links .tools .icon-user {
    margin: 0;
  }
  #header-links .tools .fa-globe {
    display: inline;
  }
  .menu-content-pane {
    padding: 15px;
  }
  .block_lang-select .nav a {
    padding: 10px;
  }
  .block_lang-select .lang-list {
    padding: 30px 15px;
  }
  #header .navbar-collapse {
    padding: 5px 10px;
  }
  #header .navbar-collapse .nav.menu-nav li {
    margin: 0 14px 0 0;
  }
  #header .navbar-collapse .nav.menu-nav li:before {
    margin: 0 2px 0 0;
  }
}

@media (max-width: 660px) {
  #header-links div.block_lang-select li.active a:after {
    display: none;
  }
  #header #metanav .full-width .nav-satelite li {
    height: 29px;
    float: left;
    padding: 0;
  }
  #header #metanav .full-width .nav-satelite li a.active {
    height: 29px;
    text-align: center;
    white-space: pre-wrap;
    width: 138px;
  }
  #header #metanav .full-width .nav-satelite li:first-child a {
    line-height: 1.4;
  }
  #header .navbar-collapse {
    padding: 5px 15px;
  }
}

#footer {
  /*margin-top: 39px;*/
  margin-bottom: 37px;
  position: relative;
  z-index: 199;
  bottom: 0;
  left: 0;
  right: 0;
}

#footer.fixed {
  position: fixed;
}

#footer .medium-bg-1 .full-width {
  overflow: visible;
  position: relative;
}

#footer .dark-bg-1 .full-width p,
#footer .dark-bg-1 .full-width ul {
  margin: 0;
}

#footer .baseline {
  font-size: 28px;
  font-weight: 200;
  padding: 35px 0;
}

#footer .logo {
  display: inline-block;
  margin: -15px 40px -36px 40px;
  width: 164px;
  height: 164px;
}

#footer .logo img {
  width: 100%;
  margin-top: -10px;
}

#footer .question-footer {
  display: inline-block;
}

#footer .question-footer p {
  display: inline-block;
  font-size: 1.7em;
  padding: 35px 0;
  margin: 0;
}

#footer .question-footer a.btn-reverse {
  position: absolute;
  top: 35px;
  right: 40px;
  margin: 0;
}

#footer .link-contact {
  margin: 31px 40px 36px 0 !important;
}

#footer .link-contact:hover {
  background: #ffffff;
  color: #009ee0;
}

#footer .sites-text {
  font-size: 16px;
  font-weight: bold;
  padding: 48px 19px 31px 40px;
  float: none !important;
  display: inline-block;
}

#footer .nav-partners {
  display: inline-block;
}

#footer .nav-partners li {
  display: inline-block;
  padding: 24px 0 31px 0;
}

#footer .nav-partners li a {
  font: 12px "Barlow Regular";
  padding: 0 10px;
  border-left: 1px solid #81899f;
  color: #ffffff;
}

#footer .inner-width .nav-links {
  height: 37px;
  overflow: hidden;
  text-align: right;
}

.navbar-toggle {
  margin: 2px 3px 0 0;
}

.navbar-toggle:hover span {
  background-color: #ffffff;
}

.navbar-toggle span {
  background-color: #888888;
}

.nav-links li {
  display: inline-block;
  margin-top: 8px;
  border-left: 1px solid #81899f;
  padding: 0;
}

.nav-links .collapsing li,
.nav-links .in li {
  display: block;
  text-align: left;
  border-left: none;
}

.nav-links .collapsing li.legal,
.nav-links .in li.legal {
  margin-bottom: 1em;
}

.nav-links li:first-child,
.nav-links li.legal {
  border: none;
}

.nav-links li.legal {
  border: none;
  font: 12px "Barlow Regular";
  padding: 0 12px;
  color: #ffffff;
}

.nav-links li a {
  font: 12px "Barlow Regular";
  padding: 0 10px;
  color: #ffffff;
  display: block;
}

.nav-links .row {
  text-align: right;
}

#footer_quicklinks {
  border-top: none;
}

#footer_quicklinks ul {
  margin-bottom: 9px;
}

#footer_quicklinks ul li a {
  color: #81899f;
}

#footer_quicklinks ul li a:hover {
  color: #ccd2db;
}

.navbar-fixed-bottom {
  border-top: 1px solid #81899f;
  min-height: 38px;
  z-index: 500;
  /* comme le header */
}

.navbar-fixed-bottom .navbar-header {
  border-bottom: 1px solid #81899f;
}

/* ********************************** */
/* Boutons sociaux. Attention peuvent */
/* être ailleurs que dans le footer   */
/* ********************************** */
.social {
  display: table;
  overflow: hidden;
}

.dark-bg-1 .social {
  border-left: 1px solid #81899f;
  border-right: 1px solid #81899f;
}

.social li {
  float: left;
  text-align: center;
  margin-top: 0;
  position: relative;
  padding: 0;
  border-left: solid 1px #ffffff;
}

.social li a {
  background-color: #81899f;
  vertical-align: middle;
  display: table-cell;
  width: 46px;
  height: 37px;
  margin: 0 auto;
  padding: 0;
}

.social li a i {
  color: #ffffff;
}

.dark-bg-1 .social li {
  border-left-color: #81899f;
}

.dark-bg-1 li a {
  background: transparent;
}

.dark-bg-1 .social li a i {
  color: #81899f;
}

.social li .link-facebook {
  font-size: 17px;
}

.social li .link-twitter {
  font-size: 14px;
}

.social li .link-youtube {
  font-size: 20px;
}

.social li .link-linkedin {
  font-size: 15px;
}

.social li .link-googleplus {
  font-size: 15px;
}

.social li .link-instagram {
  font-size: 15px;
}

.social li .link-instagram {
  font-size: 17px;
}

.social li .link-instagram i {
  font-size: 15px;
}

.social a:hover .icon {
  top: -46px;
  transition: top 0.2s linear;
}

.social a:before {
  content: '';
  color: #142147;
  background: #ffffff;
  text-align: center;
  font-family: 'icons';
  display: block;
  width: 46px;
  height: 38px;
  line-height: 38px;
  position: absolute;
  bottom: -49px;
  left: 0;
  z-index: 20;
  transition: bottom 0.2s ease-out;
}

.social a:hover:before {
  bottom: 0;
  left: 0;
  transition: bottom 0.2s ease-out 100ms;
}

.social a:hover.link-facebook:before {
  content: '\64';
}

.social a:hover.link-twitter:before {
  content: '\6c';
}

.social a:hover.link-youtube:before {
  content: '\6e';
}

.social a:hover.link-linkedin:before {
  content: '\66';
}

.social a:hover.link-googleplus:before {
  content: '\65';
}

.social a:hover.link-instagram:before {
  content: '\f16d';
  font-family: FontAwesome;
  font-size: 17px;
}

.social a:hover.link-instagram:before {
  content: '\f16d';
  font-family: FontAwesome;
  font-size: 17px;
}

@media only screen and (max-width: 1025px) {
  #footer_quicklinks {
    float: none !important;
  }
  #footer .question-footer {
    vertical-align: top;
  }
  #footer .question-footer a.btn-reverse {
    position: relative;
    top: inherit;
    right: inherit;
    margin: 0 0 15px 0;
  }
  #footer .question-footer p {
    display: block;
    padding: 9px 0;
    font-size: 18px;
  }
  .dark-bg-1 .social {
    border-left: none;
  }
}

@media only screen and (max-width: 1024px) {
  .nav-links .navbar-collapse li {
    display: inline-block;
    min-width: 49%;
  }
  .nav-links .navbar-collapse li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 800px) {
  #footer .nav-partners {
    display: block;
    padding-bottom: 10px;
  }
  #footer .nav-partners li {
    display: block;
    padding: 0 1em 1em 40px;
    text-align: left;
    min-width: 50%;
  }
  #footer .nav-partners li a {
    padding: 4px 10px;
  }
}

@media only screen and (max-width: 660px) {
  .nav-links .navbar-collapse li {
    display: block;
  }
  #footer .sites-text {
    padding: 10px 0 10px 40px;
  }
  #footer .nav-partners {
    display: block;
    padding-bottom: 10px;
  }
  #footer .nav-partners li {
    display: block;
    padding: 0 1em 1em 40px;
    text-align: left;
    min-width: 50%;
  }
  #footer .nav-partners li a {
    padding: 4px 10px;
  }
  #footer .logo {
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: -45px;
    width: 80px;
    height: 100px;
  }
  #footer .medium-bg-1 .full-width .logo img {
    margin-top: -25px;
  }
  #footer .question-footer {
    display: block;
    text-align: center;
  }
  #footer .question-footer a.btn-reverse {
    padding: 6px 10px;
  }
}

.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
  bottom: 0;
}

.modal-dialog {
  width: 890px;
  max-width: 100%;
  margin: 130px auto;
  z-index: 1041;
}

.modal-content {
  border: none;
  background: transparent;
  box-shadow: none;
  max-height: 100%;
  text-align: center;
  max-width: 100%;
  width: 100%;
}

.modal-header {
  padding: 0;
  border: none;
  height: 30px;
  position: relative;
}

.modal-header h4 {
  color: #ffffff;
  text-align: center;
  padding: 3px 0;
}

.modal-header button {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ffffff;
  font-size: 30px;
  font-weight: 200;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  opacity: 1 !important;
  filter: none !important;
}

.modal-body {
  padding: 0;
  background: #000000;
}

/* ---------------------------------------------------- */
#modal_popin_image.full-height {
  cursor: zoom-out;
}

#modal_popin_image.modal .modal-dialog {
  width: auto;
  max-width: 95%;
  height: 95%;
  max-height: 95%;
  margin: auto;
}

#modal_popin_image .modal-content {
  position: absolute;
  top: 31px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  transform: scale(0.3, 0.3);
  opacity: 0.1;
}

#modal_popin_image .modal-body {
  max-height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  display: inline-block;
  height: 100%;
  width: 100%;
}

#modal_popin_image.in .modal-content {
  transform: scale(1, 1);
  opacity: 1;
  transition: 0.5s ease-out;
}

#modal_popin_image.full-height .modal-body {
  background-image: none !important;
  width: 100%;
  max-width: 1280px;
}

#modal_popin_image.full-screen .modal-body img {
  display: none !important;
}

/* ********* G�n�r�s par EZOE ********** */
.obj-left,
.tal,
.text-left {
  text-align: left;
}

.obj-right,
.tar,
.text-right {
  text-align: right;
}

.obj-center,
.tac,
.text-center {
  text-align: center !important;
}

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

/* ********* **************** ********** */
.emphasize {
  font-weight: bold;
  color: #142147;
}

.emphasize2 {
  color: #009ee0;
}

.date {
  color: #a9a9a9;
  margin-bottom: 10px;
}

.quote {
  color: #009ee0;
  display: inline-block;
  position: relative;
  padding: 0 30px;
  margin: 15px;
  font-size: 18px;
  font-weight: 200;
}

.quote:before {
  content: '\201C';
  color: #009ee0;
  font-size: 72px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
}

.quote:after {
  content: '\201D';
  color: #009ee0;
  font-size: 72px;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 5px;
}

/* Cet objet est truff� de subtilit�s CSS */
.key-sentence {
  height: 315px;
  padding: 0 20px;
  vertical-align: middle;
  display: table-cell;
  width: 890px;
  /* Explication table-layout n'est pas � fixed, donc $theme-inner-width est plafonn� par l'espace dispo (Le centre de la page, ou le div englobant ) */
  border-bottom: solid 15px transparent !important;
  /* Margin-bottom n'est pas dispo pour une table-cell */
  /*background-clip: padding-box;*/
  position: relative;
}

/* A cause d'IE8 qui ne supporte pas background-clip, j'ai du improviser*/
.key-sentence:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  display: block;
  background-color: #009ee0;
  z-index: -1;
}

.key-sentence:after {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  background-color: #142147;
  left: 0;
  right: 0;
  height: 5px;
}

.key-sentence h4 {
  padding-bottom: 20px;
}

.key-sentence * {
  vertical-align: middle;
  color: #ffffff;
}

.typo-small {
  font: 12px "Barlow Regular";
  margin-bottom: 0.7em;
}

.typo-huge {
  font-size: 54px;
  font-weight: bold;
  color: #009ee0;
  margin: 0;
  white-space: nowrap;
}

table.key-bloc,
table.etf-key-bloc {
  /*width:auto;*/
  height: 280px;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-weight: 200;
  margin: 10px 0;
}

table.etf-key-bloc p,
table.key-bloc p {
  margin: 0;
  padding: 0;
}

table.etf-key-bloc td,
table.key-bloc td {
  width: 33.33333%;
  padding: 20px 30px;
  vertical-align: middle;
  border-left: solid 10px transparent;
  background-clip: padding-box;
}

table.etf-key-bloc td:first-child,
table.key-bloc td:first-child {
  border-left-width: 0;
  margin-top: 20px;
}

table.etf-key-bloc td::after,
table.key-bloc td::after {
  background: none repeat scroll 0 0 #ffffff;
  content: '';
  display: block;
  height: 4px;
  margin: 20px auto 0;
  width: 35px;
}

table.etf-key-bloc td.dark-bg-1::after {
  background: none repeat scroll 0 0 #142147;
}

.mceContentBody .row {
  margin-bottom: 15px;
}

ul.big-margin {
  margin-top: 0;
}

ul.big-margin li {
  margin-bottom: 15px;
}

ol.big-circle li {
  margin: 0 0 15px 45px;
}

ol.big-circle li:before {
  display: block;
  background-color: #009ee0;
  border-radius: 100%;
  height: 32px;
  width: 32px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  line-height: 32px;
  font-size: 18px;
  position: absolute;
  left: -45px;
  top: 0;
  font-family: inherit;
  margin: 0;
  padding: 0;
}

.video_tri_figure {
  position: relative;
  margin-bottom: 20px;
}

.video_tri_figure > p {
  cursor: pointer;
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  text-align: center;
  color: #000000;
  font-size: 50px;
  font-weight: bold;
}

.video_tri_figure div img {
  width: 100%;
}

.video_tri_figure div.row {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 15px 0;
}

.video_tri_figure div.row p {
  color: #000000;
}

.video_tri_figure div.row p.typo-huge,
.video_tri_figure div.row p.typo-huge sup {
  color: #009ee0;
}

.video_tri_figure .fa.fa-play:before {
  top: 40%;
}

.rich_card {
  background-color: #f07d00;
}

.rich_card figure {
  margin-bottom: 0;
}

.rich_card img {
  width: 100%;
}

.rich_card div {
  padding: 15px;
}

.rich_card div * {
  color: #ffffff;
}

.rich_card div.parent_color {
  background-color: #009ee0;
}

.colored_vertical div {
  padding: 25px;
  margin-bottom: 25px;
}

.colored_vertical div * {
  color: #ffffff;
}

.colored_vertical div p {
  margin-bottom: 10px;
}

.colored_vertical div ul li:before {
  background: #ffffff;
}

.colored_vertical > div {
  background-color: #6ac3ef;
}

.colored_vertical > div + div {
  background-color: #009ee0;
}

.colored_vertical > div + div + div {
  background-color: #142147;
}

/*Clean bootstrap */
button:active,
.btn:active {
  box-shadow: none;
}

.btn {
  border-radius: 24px;
  font-size: 14px;
  font-weight: bold;
  transition: color 0.2s ease 0s, border-color 0.2s ease 0s, background 0.2s ease 0s, transform 0.1s ease-out;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  padding: 10px 20px;
  border: solid 2px #000000;
  margin: 0 5px 10px;
  position: relative;
  border-color: #009ee0;
  background: #009ee0;
  color: #ffffff;
  max-width: 95%;
}

.btn:focus,
.btn:hover {
  outline: none;
  color: #009ee0;
  background: #ffffff;
}

.btn:active {
  transform: scale(0.97);
  box-shadow: none;
}

.btn.arrow:after {
  content: '\2193';
  margin-left: 10px;
}

.btn.external:after {
  font-family: 'icons';
  content: '\75';
  margin-left: 10px;
}

.btn-reverse {
  border-color: #142147;
  background: transparent;
  color: #142147;
}

.btn-reverse:focus,
.btn-reverse:hover {
  color: #ffffff;
  background: #142147;
}

.btn-slider {
  color: #142147;
  background: #ccd2db;
  background: rgba(255, 255, 255, 0.4);
  padding: 3px 10px;
  border-color: #727272;
  margin: 5px;
}

.btn-slider:focus,
.btn-slider:hover {
  border-color: #ffffff;
}

.btn.btn-fund {
  color: #343434;
  background-color: #ffffff;
  border-color: #e3e3e3;
  border-radius: 5px;
  border-width: 1px;
  padding: 6px 12px;
  margin: 5px 0;
  position: relative;
  z-index: 150 !important;
}

.btn .icon-down {
  font-size: 0.7em;
  padding-left: 10px;
  color: #727272;
}

.btn:hover .icon-down {
  color: #009ee0;
}

.dark-bg-1 .btn-reverse,
.dark-bg-2 .btn-reverse,
.medium-bg-1 .btn-reverse,
.medium-bg-2 .btn-reverse,
.light-bg-1 .btn-reverse {
  border-color: #ffffff;
  color: #ffffff;
}

.dark-bg-1 .btn-reverse:focus,
.dark-bg-1 .btn-reverse:hover {
  background-color: #ffffff;
  color: #142147;
}

.dark-bg-2 .btn-reverse:focus,
.dark-bg-2 .btn-reverse:hover {
  background-color: #ffffff;
  color: #00b3b6;
}

.medium-bg-1 .btn-reverse:focus,
.medium-bg-1 .btn-reverse:hover {
  background-color: #ffffff;
  color: #009ee0;
}

.medium-bg-2 .btn-reverse:focus,
.medium-bg-2 .btn-reverse:hover {
  background-color: #ffffff;
  color: #f07d00;
}

.light-bg-1 .btn-reverse:focus,
.light-bg-1 .btn-reverse:hover {
  background-color: #ffffff;
  color: #6ac3ef;
}

.btn-medium-bg-2 {
  background-color: #f07d00;
  border-color: #f07d00;
}

.btn-medium-bg-2:focus,
.btn-medium-bg-2:hover {
  color: #f07d00;
}

.label {
  border: none;
  display: inline-block;
  color: #ffffff;
  background-color: #142147;
  /* DEFAULT COLOR */
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px 4px 12px;
  border-radius: 24px;
  margin: 0 10px 5px 0;
}

.label.label-header {
  border: solid 1px #ffffff;
  transition: border 0.2s, color 0.2s;
}

a:hover .label.label-header {
  border-color: #009ee0;
  color: #009ee0;
}

.input-group-addon {
  width: auto;
  min-width: 0;
  height: 50px;
  border-radius: 0;
  line-height: 40px;
}

label.input-group-addon {
  background: none;
  border: none;
  position: absolute;
  color: #e3e3e3;
}

select,
input[type='text'],
input[type='password'],
input[type='email'],
textarea {
  background: #ffffff;
  color: #727272 !important;
  border: solid 1px #a9a9a9 !important;
  width: 100%;
  height: 50px;
  line-height: 40px;
  padding: 5px 10px;
  margin-bottom: 10px;
  box-shadow: none;
  border-radius: 0;
}

select.error,
input.error,
textarea.error {
  border-color: #CC0000 !important;
}

label {
  padding: 0;
  position: relative;
  margin-bottom: 0;
  margin-right: 15px;
  min-width: 100px;
  line-height: 40px;
}

textarea {
  height: 520px;
  line-height: normal;
}

textarea.form-text {
  height: 220px;
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  height: auto;
  width: auto;
  visibility: hidden;
}

.yui3-overlay-content input[type='checkbox'] {
  visibility: visible;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  padding-left: 15px;
  cursor: pointer;
  color: #a9a9a9;
  font-size: 0.9em;
  line-height: 23px;
  margin-bottom: 5px;
}

input[type='checkbox']:checked + label,
input[type='radio']:checked + label {
  color: #009ee0;
}

input[type='radio'] + label:before,
input[type='checkbox'] + label:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid #a9a9a9;
  background: #f7f7f7;
  border-radius: 0;
}

input[type='radio'] + label:before {
  border-radius: 100%;
}

input[type='radio'] + label:after,
input[type='checkbox'] + label:after {
  color: #009ee0;
  content: '✕';
  width: 18px;
  height: 18px;
  font-family: "Barlow Regular";
  font-size: 15px;
  left: -15px;
  line-height: 1;
  position: absolute;
  top: 2px;
  text-align: center;
  padding: 1px;
  transition: all 0.3s;
  z-index: 1;
  transform: scale(0.1);
  visibility: hidden;
}

input[type='radio'] + label:after {
  background: #009ee0;
  border-radius: 100%;
  display: block;
  height: 12px;
  top: 5px;
  content: '';
  width: 12px;
  left: -12px;
}

input[type='radio']:checked + label:after,
input[type='checkbox']:checked + label:after {
  visibility: visible;
  transform: none;
}

/* A supprimer une fois la classe .search_wrapper implémentée dans tous les tpl search_tabs_by_media */
.class-frontpage #search-bar {
  position: relative;
  top: 0;
  z-index: 1;
  overflow: visible;
  /* REQUIRED FOR AUTOSUGGEST MENU */
}

.search_wrapper #search-bar {
  position: relative;
  top: 0;
  z-index: 1;
  overflow: visible;
  /* REQUIRED FOR AUTOSUGGEST MENU */
}

#selection-search-bar,
.selection-search-bar {
  opacity: 0;
  transition: opacity 0.2s ease-in;
  visibility: hidden;
  width: 100%;
  padding: 80px 5px;
  height: 220px;
  margin-top: -220px;
  z-index: 11;
  position: relative;
}

#selection-search-bar.active,
.selection-search-bar.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
  overflow: visible;
}

.thanks {
  padding: 15px;
}

.newsletter label.error {
  display: none !important;
}

.form-error-container {
  padding: 15px;
}

.ui-menu .ui-menu-item:before {
  content: none;
}

/* **************************************************************************************** */
/*                                           MOBILE                                         */
/* **************************************************************************************** */
@media only screen and (max-width: 890px) {
  .label,
  .btn {
    font-size: 12px;
  }
  #selection-search-bar,
  .selection-search-bar {
    height: 160px;
    margin-top: -160px;
  }
}

/*-- Surcharge du theme chosen pour liste deroulante et autocompletion --*/
.chosen-container {
  width: 100% !important;
  margin-bottom: 10px;
  text-align: left;
}

.chosen-container .chosen-single {
  background: #ffffff;
  color: #727272;
  border: solid 1px #a9a9a9;
  width: 100%;
  height: 50px;
  line-height: 40px;
  padding: 5px 10px;
  box-shadow: none;
  border-radius: 0;
}

.chosen-container .chosen-single span {
  color: #727272;
  font-size: 16px;
  padding-left: 5px;
}

.chosen-container .chosen-single div {
  background: url("/extension/ez_front_builds/design/amundi_country_build/images/arrow.png") no-repeat 50% 50% !important;
}

.chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
  background-image: inherit;
}

.chosen-container .chosen-drop {
  background-clip: inherit;
  border-radius: 0;
  color: #727272;
  margin: 0;
}

.chosen-container .chosen-drop .chosen-search input {
  font-size: 16px;
}

.chosen-container .chosen-drop .chosen-results {
  color: #727272;
  max-height: 100px;
}

.chosen-container .chosen-drop .chosen-results li {
  font-size: 16px;
}

.chosen-container .chosen-drop .chosen-results li:before {
  display: none;
}

.chosen-container .chosen-drop .chosen-results li:hover, .chosen-container .chosen-drop .chosen-results li.highlighted {
  background: #1e90ff;
  color: #ffffff !important;
}

.chosen-container .chosen-drop .chosen-results li:hover em, .chosen-container .chosen-drop .chosen-results li.highlighted em {
  color: #ffffff;
}

.chosen-container .chosen-drop .chosen-results li em {
  color: #727272;
}

@font-face {
  font-family: 'icons';
  src: url("/extension/ez_front_builds/design/amundi_country_build/stylesheets/fonts/icons.eot");
  src: url("/extension/ez_front_builds/design/amundi_country_build/stylesheets/fonts/icons.eot?#iefix") format("embedded-opentype"), url("/extension/ez_front_builds/design/amundi_country_build/stylesheets/fonts/icons.svg#icons") format("svg"), url("/extension/ez_front_builds/design/amundi_country_build/stylesheets/fonts/icons.woff") format("woff"), url("/extension/ez_front_builds/design/amundi_country_build/stylesheets/fonts/icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.icon {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.icon.fa {
  font-family: 'FontAwesome';
}

.icon-arrow:before {
  content: '\61';
}

.icon-bullet:before {
  content: '\62';
}

.icon-down:before {
  content: '\63';
}

.icon-facebook:before {
  content: '\64';
}

.icon-googleplus:before {
  content: '\65';
}

.icon-linkedin:before {
  content: '\66';
}

.icon-menu:before {
  content: '\67';
}

.icon-next:before,
.amundi-breadcrumb > li + li:before {
  content: '\68';
}

.icon-previous:before {
  content: '\69';
}

.icon-pdf:before {
  content: '\70';
}

.icon-book:before {
  content: '\71';
}

.icon-scroll:before {
  content: '\6a';
}

.icon-search:before {
  content: '\6b';
}

.icon-twitter:before {
  content: '\6c';
}

.icon-user:before {
  content: '\6d';
}

.icon-youtube:before {
  content: '\6e';
}

.icon-scroll-alone:before {
  content: '\6f';
}

.icon-donwload-pdf:before {
  content: '\72';
}

.icon-graphique:before {
  content: '\73';
}

.icon-infographie:before {
  content: '\74';
}

.icon-lien-externe:before {
  content: '\75';
}

.icon-zoom:before {
  content: '\76';
}

.icon-chain:before {
  content: '\77';
}

.icon-phone:before {
  content: '\78';
}

.icon-tchat:before {
  content: '\79';
}

.icon-contact:before {
  content: '\7a';
}

.icon-envelop:before {
  content: '\30';
  font-size: 34px;
}

.icon-check:before {
  content: '\31';
}

.icon-cross:before {
  content: '\32';
}

a.icon,
a.fa {
  position: relative;
  display: inline-block;
  max-width: 100%;
  /* Required for IE8 */
  text-decoration: none;
}

a.icon:before,
a.fa:before {
  font-size: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #f7f7f7;
  margin-top: -35px;
  margin-left: -35px;
  width: 70px;
  height: 70px;
  transition: color 0.2s, transform 0.2s;
  background-color: rgba(114, 114, 114, 0.5);
  border-radius: 100%;
  text-align: center;
  line-height: normal;
  padding: 12px 0;
}

a.fa.fa-play:before {
  /* Samy trouve que l'icone play est décallé (a cause de sa forme) */
  padding-left: 5px;
}

div.ie8 a.icon:before,
div.ie8 a.fa:before {
  /* IE8 ONLY !!*/
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f6D6D6D,endColorstr=#7f6D6D6D)';
  zoom: 1;
}

a.icon-zoom {
  cursor: zoom-in;
}

.card .icon {
  color: #009ee0;
  font-size: 0.75em;
}

.card h4 .icon {
  color: inherit;
  position: static;
  display: inline;
  font-size: 1.9em;
  vertical-align: middle;
  padding-right: 8px;
}

.card h4 .icon.fa,
.title-bonus .icon-pdf {
  font-size: 2em;
}

.card h3 .icon {
  color: inherit;
  position: absolute;
  left: 5px;
  top: 1px;
  font-size: 1.3em;
}

.hero-img {
  position: relative;
  max-height: 525px;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
}

.hero-img figure {
  margin: 0;
  padding: 0;
}

.hero-img figure img {
  min-height: 300px;
}

.hero-img .bg {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
  padding-bottom: 42px;
  padding-top: 40px;
}

.hero-img .bg h2 {
  display: block;
  margin: auto;
  font-size: 32px;
  font-family: 'Barlow Regular', 'montreal-serial-extraboldRg';
  color: white;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px #1522467a;
  margin-bottom: 25px;
}

.hero-img .bg a.product {
  font-family: 'montreal-serial-mediumregular';
  color: white;
  padding: 8px 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 19px;
  transition: background-color 0.4s;
  display: inline-block;
  clear: both;
  text-align: center;
  background-color: #00BDF0;
  margin-left: 10px;
  width: 200px;
  margin-bottom: 10px;
  margin-right: 10px;
  letter-spacing: 1px;
}

.hero-img .bg a.investment {
  display: inline-block;
  margin: auto;
  text-transform: uppercase;
  font-family: 'montreal-serial-mediumregular';
  margin-top: 122px;
  clear: both;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85);
  letter-spacing: 1px;
  color: #152246;
  padding: 4px 20px;
  font-size: 16px;
  transition: background-color 0.4s;
  text-decoration: none;
}

.hero-img .bg p.legend {
  font-size: 14px;
  position: absolute;
  margin-bottom: 0;
  bottom: 0px;
  right: 0px;
  display: inline-block;
  color: white !important;
  padding: 6px 20px;
  background-color: #414042;
}

@media only screen and (max-width: 1024px) {
  .hero-img .bg {
    top: 25%;
  }
  .hero-img .bg h2 {
    font-size: 20px;
  }
  .hero-img .bg a.product {
    width: auto;
  }
  .hero-img .bg a.investment {
    margin-top: 10px;
  }
  .hero-img .bg p.legend {
    font-size: 10px;
  }
}

@media only screen and (max-width: 660px) {
  .hero-img .bg {
    top: 10%;
  }
  .hero-img .bg a.product {
    padding: 5px 20px;
    font-size: 13px;
  }
  .hero-img .bg a.investment {
    font-size: 13px;
  }
}

.productsheet .hero-keys {
  margin-bottom: 0;
}

.hero-keys {
  position: relative;
  height: 506px;
  overflow: hidden;
  margin-bottom: 20px;
}

.hero-keys figure {
  margin: 0;
  padding: 0;
}

.hero-keys figure img {
  min-height: 300px;
}

.hero-keys .bg {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
  padding-bottom: 34px;
  min-height: 450px;
}

.hero-keys .bg h2 {
  margin-top: 10px;
  font-family: 'montreal-serial-extraboldRg';
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: rgba(21, 38, 80, 0.8);
  display: inline-block;
  padding: 8px 50px;
  color: #ffffff;
  margin-bottom: 20px;
}

.hero-keys .bg h3 {
  color: #ffffff;
  font-size: 28px;
  font-family: 'montreal-serial-mediumregular';
  text-align: center;
  text-shadow: 2px 2px 2px #333333;
  margin-bottom: 10px;
  padding: 10px;
}

.hero-keys .bg h3.bg_title {
  background-color: rgba(21, 38, 80, 0.8);
}

.hero-keys .bg .kf.building {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 120px;
  padding-right: 120px;
}

.hero-keys .bg .kf.building .key-box {
  background-color: rgba(0, 189, 240, 0.9);
  border-bottom: 6px solid #0E749E;
  height: 200px;
  padding: 10px;
  padding-top: 50px;
  box-shadow: 0 0 15px #999999;
  text-align: center;
  margin-bottom: 10px;
}

.hero-keys .bg .kf.building .key-box p {
  color: #ffffff;
  font-family: 'montreal-serial-lightregular';
  font-size: 18px;
  line-height: 22px;
}

.hero-keys .bg .kf.building .key-box h4 {
  color: #ffffff;
  font-family: 'montreal-serial-extralightRg';
  font-size: 66px;
  line-height: 60px;
  margin-top: 0;
  text-align: center;
}

.hero-keys .bg .kf.building .key-box h4.sm-font {
  font-size: 50px;
  line-height: 60px;
}

.hero-keys .bg .kf.building .key-box sup {
  font-size: 12px;
  top: inherit;
  vertical-align: text-top;
}

.hero-keys .bg p.legend {
  color: #414042 !important;
  background-color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  position: absolute;
  margin-bottom: 0;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding: 6px 20px;
}

.key_figures, .key_figures_content, .product-patch, .help-item {
  display: flex;
  justify-content: center;
  font-family: 'montreal-serial-extralightRg';
}

.key_figures li, .key_figures_content li, .product-patch li, .help-item li {
  text-align: center;
  width: 224px;
  height: 200px;
  margin: 0 10px;
  padding: 50px 10px 10px;
}

.key_figures li:before, .key_figures_content li:before, .product-patch li:before, .help-item li:before {
  display: none;
}

.key_figures li p, .key_figures_content li p, .product-patch li p, .help-item li p {
  font-size: 18px;
  line-height: 22px;
}

.key_figures li p.key-number, .key_figures_content li p.key-number, .product-patch li p.key-number, .help-item li p.key-number {
  font-size: 66px;
  line-height: 60px;
  margin-top: 0;
  margin-bottom: 10px;
}

.key_figures li p.sm-font, .key_figures_content li p.sm-font, .product-patch li p.sm-font, .help-item li p.sm-font {
  font-size: 50px;
}

.key_figures li p sup, .key_figures_content li p sup, .product-patch li p sup, .help-item li p sup {
  margin-left: 4px;
}

.key_figures {
  color: #ffffff;
}

.key_figures li {
  background-color: rgba(0, 189, 240, 0.9);
  border-bottom: 6px solid #0E749E;
  box-shadow: 0 0 15px #999999;
}

.key_figures_content li:after {
  content: '';
  background-color: #a7b1c1;
  position: absolute;
  height: 60px;
  width: 2px;
  right: -11px;
  top: 50px;
}

.key_figures_content li:last-child:after {
  display: none;
}

.key_figures_content li p {
  color: #009ee0;
  font-family: 'montreal-serial-mediumregular';
}

.key_figures_content li p.key-number {
  color: #142147;
  font-family: 'montreal-serial-lightregular';
}

.hero-help-item {
  background: #152246;
  overflow: hidden;
  position: relative;
  padding: 40px 0 60px;
}

.hero-help-item .bg-img {
  position: absolute;
  bottom: 0;
}

.hero-help-item h2 {
  color: #ffffff;
  font-family: 'montreal-serial-lightregular';
  position: relative;
  padding-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

.help-item {
  justify-content: space-around;
}

.help-item li {
  display: flex;
  padding: 0;
}

.help-item li a {
  background: rgba(21, 34, 70, 0.3);
  border: 1px solid #ffffff;
  color: #ffffff;
  overflow: hidden;
  padding: 10px;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s, border-color 0.3s;
}

.help-item li a:hover {
  background: #00b5ed;
  border: 1px solid #00b5ed;
}

.help-item li a:hover:after {
  background: #152246;
}

.help-item li a:after {
  content: " ";
  background: #00b5ed;
  display: block;
  margin: 20px auto 0;
  height: 4px;
  width: 40px;
}

.help-item li a .fa {
  font-size: 50px;
  margin: 20px 0;
}

.help-item li a .text {
  display: block;
  font-family: 'montreal-serial-mediumregular';
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  max-height: 52px;
  text-transform: uppercase;
  overflow: hidden;
}

.product-patch {
  justify-content: space-around;
  margin: 30px 0;
}

.product-patch li {
  background-color: #f1f2f2;
  box-shadow: 0 0 10px #cccccc;
  border-bottom: 4px solid #00b5ed;
  color: #0e749e;
  display: flex;
  padding: 10px;
  justify-content: center;
  flex-direction: column;
}

.product-patch li .fa {
  font-size: 70px;
  margin-bottom: 20px;
}

.product-patch li p {
  font-family: 'montreal-serial-mediumregular';
  margin: 0;
}

.product-patch li p:last-child {
  max-height: 110px;
  overflow: hidden;
}

.product-intro .intro {
  text-align: center;
  margin: 20px 0 40px;
  padding: 30px;
}

.product-intro .intro p {
  font-family: 'montreal-serial-mediumregular';
  font-size: 22px;
  margin: 0;
}

.product-intro .intro:after, .product-intro .intro:before {
  content: " ";
  background: #2193be;
  height: 3px;
  width: 150px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.product-intro .intro:after {
  bottom: 0;
}

.product-intro .intro:before {
  top: 0;
}

.product-intro .edito {
  background: #f7f7f7;
  margin: 20px 0 40px;
  padding: 30px;
  text-align: center;
}

.product-intro .edito h3 {
  text-align: center;
}

.product-intro .edito p:last-child {
  margin-bottom: 0;
}

.fp-mp-actu {
  background: #ffffff;
  margin-bottom: 15px;
  padding: 20px;
}

.fp-mp-actu h3 {
  color: #2193be;
  font-size: 16px;
  font-family: 'montreal-serial-mediumregular';
  margin-top: 0;
  text-align: left;
}

.fp-mp-actu p {
  font-size: 14px;
}

.fp-mp-actu p.date {
  color: #2193be;
  font-family: 'montreal-serial-mediumregular';
  text-align: right;
  margin-bottom: 0;
}

.add-feat {
  border-radius: 20px;
  padding: 20px 25px;
  margin-bottom: 10px;
}

.add-feat h4 {
  font-size: 16px;
  font-family: 'montreal-serial-mediumregular';
  text-align: left;
}

.add-feat p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}

.add-feat .cta {
  border: none;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  padding: 4px 8px;
}

.add-feat.toknow {
  background: #d1f0fe;
}

.add-feat.toknow .cta {
  background-color: #2193be;
}

.add-feat.toknow h4 {
  color: #2193be;
}

.add-feat.caution {
  background: #fcf5d8;
}

.add-feat.caution .cta {
  background-color: #d7b430;
}

.add-feat.caution h4 {
  color: #d7b430;
}

#ps-last-documents {
  margin-bottom: 40px;
}

#ps-last-documents h3 {
  text-align: center;
  padding: 0;
  margin: 30px 0;
}

.doc_download {
  margin-bottom: 20px;
}

.doc_download .col-xs-12.col-md-4 {
  border: 1px solid #2C98C1;
  text-align: center;
  transition: background-color 0.4s;
  margin: 0 -1px -1px 0;
  padding: 0;
}

.doc_download .col-xs-12.col-md-4 p {
  height: 50px;
  line-height: 1.625;
  margin: 0;
  overflow: hidden;
}

.doc_download .col-xs-12.col-md-4 .date {
  height: 28px;
}

.doc_download .col-xs-12.col-md-4 a {
  display: block;
  padding: 10px 15px;
}

.doc_download .col-xs-12.col-md-4:hover {
  background: #152246;
  border-color: #152246;
}

.doc_download .col-xs-12.col-md-4:hover a, .doc_download .col-xs-12.col-md-4:hover .date {
  color: #ffffff;
}

.gff-menu.responsive {
  display: none;
}

.cta_immo {
  background: #00bdf0;
  color: #ffffff;
  clear: both;
  display: inline-block;
  font-family: 'montreal-serial-mediumregular';
  letter-spacing: 1px;
  padding: 8px 60px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.4s;
  text-align: center;
}

.cta_immo:hover, .cta_immo:focus {
  background: #41708f;
  color: #ffffff;
}

.hidden-style {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/*
$screen-xs:               480px !default;
$screen-sm:               660px !default; //768px
$screen-md:               800px !default; //992px
$screen-lg:               1200px !default;
$screen-sm-height:        660px !default;
*/
@media only screen and (max-width: 1024px) {
  .hero-keys {
    height: auto;
    background-color: #152650;
    max-height: none;
  }
  .hero-keys figure {
    display: none;
  }
  .hero-keys .bg {
    position: relative;
  }
  .hero-keys .bg h2 {
    font-size: 20px;
  }
  .hero-keys .bg p.legend {
    font-size: 10px;
  }
  .hero-keys .bg .kf.building {
    margin-bottom: 0;
  }
  .hero-keys .bg .kf.building .key-box {
    height: 160px;
    padding-top: 45px;
    box-shadow: none;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 992px) {
  .hero-keys .bg .kf.building {
    padding-left: 60px;
    padding-right: 60px;
  }
  .hero-keys .bg .kf.building .key-box {
    height: 130px;
    padding-top: 27px;
  }
  .hero-keys .bg .kf.building .key-box p {
    font-size: 11px;
    line-height: 14px;
  }
  .hero-keys .bg .kf.building .key-box h4 {
    font-size: 45px;
    line-height: 50px;
  }
  .hero-keys .bg .kf.building .key-box h4.sm-font {
    font-size: 30px;
    line-height: 32px;
  }
  .key_figures, .key_figures_content, .product-patch, .help-item {
    display: block;
  }
  .key_figures li, .key_figures_content li, .product-patch li, .help-item li {
    width: 100%;
    margin: 0 0 20px;
  }
  .key_figures_content li:after {
    content: '';
    height: 2px;
    width: 160px;
    left: 50%;
    right: inherit;
    bottom: -21px;
    top: inherit;
    transform: translateX(-50%);
  }
  .hero-help-item {
    padding-bottom: 0;
  }
  .hero-help-item .bg-img {
    display: none;
  }
  .help-item a {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .doc_download .col-md-4, .doc_download .col-md-3 {
    width: 100%;
  }
  .gff-menu {
    display: none;
  }
  .gff-menu.responsive {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .hero-keys {
    height: auto;
    background-color: #152650;
    max-height: none;
  }
  .hero-keys figure {
    display: none;
  }
  .hero-keys .bg {
    position: relative;
  }
  .hero-keys .bg .kf.building {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hero-keys .bg .kf.building .key-box {
    height: 160px;
    padding-top: 45px;
    box-shadow: none;
    margin-bottom: 10px;
  }
}

.slide,
.slider {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  height: 612px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: top center;
}

.block-carrousel a,
.mini-carrousel a {
  text-decoration: none !important;
}

.block-carrousel .controls {
  font-size: 1.5em;
}

.block-carrousel .controls i {
  position: absolute;
  bottom: 48%;
  left: 0;
  right: 0;
  transition: color 0.2s;
}

.block-carrousel .control {
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  width: 50px;
  z-index: 101;
}

.block-carrousel .control.cycle-prev {
  text-align: center;
}

.block-carrousel .control.cycle-next {
  right: 0;
  text-align: center;
}

.block-carrousel .cycle-prev:hover i,
.block-carrousel .cycle-next:hover i {
  color: #009ee0;
}

.block-carrousel .link-bottom,
.block-carrousel .link-bottom .icon,
.block-carrousel .link-bottom:before {
  position: absolute;
  left: 50%;
  width: 42px;
  margin-left: -21px;
}

.block-carrousel .link-bottom {
  bottom: 10%;
  height: 42px;
  font-size: 22px;
  line-height: 22px;
  z-index: 100;
  border-radius: 50%;
  border: 2px solid #a7b1c1;
  color: #a7b1c1;
  overflow: hidden;
}

.block-carrousel .link-bottom .icon {
  bottom: -21px;
  text-align: center;
  line-height: 80px;
  transition: bottom 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.block-carrousel .link-bottom:before {
  content: '\6f';
  color: #009ee0;
  font-family: 'icons';
  text-align: center;
  display: block;
  height: 42px;
  line-height: 70px;
  top: -70px;
  z-index: 20;
  transition: top 0.2s ease-out;
}

.block-carrousel .link-bottom:hover {
  border-color: #009ee0;
}

.block-carrousel .link-bottom:hover .icon {
  bottom: -80px;
}

.block-carrousel .link-bottom:hover:before {
  top: -15px;
}

.cycle-pager {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25%;
  z-index: 101;
  text-align: center;
  font-size: 13px;
}

.cycle-pager a {
  margin: 0 2px;
  color: inherit;
}

.cycle-pager a i {
  transition: color 0.2s;
}

.cycle-pager a.cycle-pager-active i {
  color: #009ee0;
}

.block-carrousel .carrousel-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 35%;
}

.block-carrousel .carrousel-content {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 0;
  text-align: center;
  padding: 0 10%;
  margin: auto;
}

.block-carrousel .carrousel-content .intro {
  font-size: 1.4em;
  line-height: normal;
  padding-bottom: 40px;
}

.block-carrousel .carrousel-content h2 {
  font-size: 42px;
}

.row.mini-carrousel .block {
  border: solid 1px #e3e3e3;
  height: 785px;
  margin-bottom: 45px;
  position: relative;
}

.row.mini-carrousel .block-right {
  padding: 30px 30px;
}

.row.mini-carrousel .block-right article:first-child {
  border: none;
  padding-top: 0;
  margin-top: 0;
}

.row.mini-carrousel .block-right article {
  border-top: solid 1px #e3e3e3;
  padding-top: 30px;
}

.row.mini-carrousel .card.news {
  border: none;
  background: transparent !important;
}

.row.mini-carrousel .card.news .details {
  height: auto;
}

.row.mini-carrousel .block-right .card.news .details {
  margin: 15px 0;
}

.row.mini-carrousel .block-right .card.news h5 {
  color: #142147;
  text-transform: none;
}

.row.mini-carrousel .block-pager {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
}

.row.mini-carrousel .block-pager div {
  display: inline;
}

.row.mini-carrousel .card.news .text {
  height: 250px;
}

.row.mini-carrousel .card.news p {
  height: auto;
}

.mini-carrousel .control {
  font-size: 1.5em;
  color: #142147;
  vertical-align: middle;
  padding: 0 15px;
}

.posr .tabs-container {
  padding-top: 30px;
}

.posr.tabs-content {
  position: relative;
}

/* carroussel avec onglets */
.posr .tabs-pager-container {
  position: relative;
  width: 100%;
  top: inherit;
}

.posr .tabs-nav {
  display: table;
  width: 100%;
}

.posr .tabs-pager-container.cycle-pager-docked::after {
  height: 3px;
  width: 100%;
  position: absolute;
  top: 100%;
  content: '';
  display: block;
  background-color: #f07d00;
}

.posr .tabs-pager-container.cycle-pager {
  border: 1px solid #e3e3e3;
}

.posr .tabs-pager-container .cycle-pager-link-container {
  width: 12.5%;
  border-left: 1px solid #e3e3e3;
  position: relative;
  transition: all 0.2s ease;
  float: none;
  display: table-cell;
  font: 12px "Barlow Regular", Arial, Verdana, Barlow Regular, sans-serif;
  font-weight: bold;
}

.posr .cycle-pager-docked .cycle-pager-link-container {
  font-family: "Barlow Regular";
  font-size: 15px;
  font-weight: 200;
}

.posr .cycle-pager .cycle-pager-link-container a {
  height: 80px;
  line-height: 80px;
  background-color: #ffffff;
  display: block;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  margin: 0;
  padding: 0 10px;
  transition: none;
  color: #343434;
}

.posr .cycle-pager .cycle-pager-link-container a:hover {
  background: #ccecf9;
  /*color: $theme-color-01-00;*/
}

.posr .cycle-pager-docked .cycle-pager-link-container a.cycle-pager-link {
  position: relative;
  vertical-align: middle;
  display: block;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  padding: 0 10px;
  margin: 0;
}

.posr .tabs-pager-container .cycle-pager-link-container a span {
  vertical-align: middle;
  display: inline-block;
  line-height: normal;
  max-height: 60px;
  overflow: hidden;
}

.posr .cycle-pager .cycle-pager-link-container.cycle-pager-active a {
  background-color: #009ee0 !important;
  color: #ffffff !important;
}

.posr .tabs-pager-container .cycle-pager-link-container:first-child {
  border-left: none;
}

/* Arrow pour carroussel ou slider*/
.arrow-when-active::after {
  height: 0;
  width: 0;
  left: 50%;
  bottom: -7px;
  margin-left: -7px;
  position: absolute;
  display: block;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
  border-width: 0 7px 6px 7px;
  content: '';
  opacity: 0;
  visibility: hidden;
  transition: bottom 0.2s ease-in, opacity 0.2s ease-in;
}

.cycle-pager-active a.arrow-when-active::after,
.arrow-when-active.active::after {
  bottom: -3px;
  visibility: visible;
  opacity: 1;
}

.arrow-when-active.big-arrow::after {
  border-width: 0 12px 9px 12px;
}

.cycle-pager-docked .arrow-when-active::after {
  z-index: 1;
}

.cycle-pager-docked.fixed {
  position: fixed;
  top: 60px;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  left: inherit;
  right: inherit;
  /* Le slider/gallery utilise un z-index jusque 100 */
  z-index: 101;
}

.cycle-pager-docked.fixed-after {
  position: absolute;
  bottom: 96px;
}

.posr .cycle-pager-docked .cycle-pager-active a.cycle-pager-link {
  background-color: #f07d00 !important;
}

.posr .cycle-pager-docked .cycle-pager-link span {
  color: #142147;
}

.posr .cycle-pager-docked .cycle-pager-active .cycle-pager-link span {
  color: #ffffff;
}

#anchor-cycle-pager-docked.fixed {
  height: 60px;
}

.posr a.cycle-pager-button {
  display: none;
}

.tabs-container-bar {
  height: 3px;
  margin: 40px 0;
}

.gallery-container {
  position: relative;
}

.gallery-container .slide {
  height: 501px;
  width: 100%;
}

.gallery-container .controls {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 100px;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}

.gallery-container .controls .control {
  position: absolute;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  width: 40px;
  height: 40px;
  bottom: 30px;
  transition: border-color, color, 0.3s ease;
}

.gallery-container .controls .control:hover {
  cursor: pointer;
  border-color: #009ee0;
  color: #009ee0;
}

.gallery-container .controls .cycle-prev {
  left: 40px;
}

.gallery-container .controls .cycle-next {
  right: 40px;
}

.gallery-container .controls i {
  position: absolute;
  top: 10px;
}

.gallery-container .controls .cycle-prev i {
  left: 13px;
}

.gallery-container .controls .cycle-next i {
  left: 15px;
}

.gallery-container .controls span {
  font-family: "Barlow Regular";
  font-weight: 200;
}

.gallery-container .controls #current-caption {
  font-size: 2.3em;
}

.gallery-container .controls #txt-caption {
  font-weight: bold;
  margin-left: 5px;
}

.gallery-container #img_caption {
  position: absolute;
  width: 60%;
  height: 40px;
  left: 20%;
  top: 15px;
  text-align: center;
  color: #ffffff;
}

#modal_popin_image article.fullscreen-gallery-container {
  height: 100%;
  /*background-color:$theme-color-00-00;*/
}

#modal_popin_image .gallery-container,
#modal_popin_image .slide-container {
  height: 100%;
}

/* /// CORPO /// */
.slider .business-controls #sliders-pager {
  display: inline-block;
  margin: 0 5px;
  position: relative;
}

.business-height {
  height: 443px !important;
}

.block-carrousel .business-controls {
  position: absolute;
  z-index: 101;
  text-align: center;
  cursor: pointer;
  bottom: 30px;
  left: 28%;
}

.block-carrousel .business-controls i {
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
  transition: color 0.2s, background-color 0.2s;
  display: inline-block;
}

.block-carrousel .business-controls .cycle-prev,
.block-carrousel .business-controls .cycle-next {
  display: inline-block;
  width: auto;
  position: static;
}

.business-controls .cycle-pager a.cycle-pager-active i.icon-bullet {
  background-color: #ffffff;
  color: transparent;
}

.mini-carrousel .business-controls .cycle-pager a.cycle-pager-active i.icon-bullet {
  color: #001c4b;
}

.block-carrousel .business-wrapper {
  bottom: 0;
}

.block-carrousel .business-content {
  position: absolute;
  left: 0;
  bottom: 40%;
  text-align: left;
  padding: 0 0;
  max-width: 40%;
  margin-left: 28%;
}

.block-carrousel .business-content h2 {
  font-size: 26px;
  font-family: "Barlow Regular";
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 0;
  max-height: 62px;
  overflow: hidden;
}

.block-carrousel .business-content .intro {
  font-size: 1.2em;
  font-family: "Barlow Regular";
  line-height: normal;
  padding-bottom: 0;
  max-height: 164px;
  overflow: hidden;
}

.block-carrousel .business-content a.btn.btn-reverse {
  position: absolute;
  bottom: -94px;
}

.block-carrousel .business-content .btn-slider {
  margin: 5px 0 15px;
  position: absolute;
  bottom: 0;
}

.row.mini-carrousel .col-md-5,
.row.mini-carrousel .col-md-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.block-carrousel .business-controls i.icon-bullet {
  border-radius: 100%;
  color: #ffffff;
  background-color: transparent;
}

/* Side Slider for Business Content */
.block-carrousel .side-slider {
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  width: 300px;
  height: 320px;
  padding: 25px 20px;
  top: 60px;
  right: 50px;
  z-index: 101;
}

.block-carrousel .side-slider .side-slider-subtitle {
  font-family: "Barlow Regular";
  font-weight: bold;
  font-size: 0.8em;
  line-height: 7px;
}

.block-carrousel .side-slider .side-slider-title {
  font-family: "Barlow Regular";
  font-weight: bold;
  font-size: 1.2em;
}

.block-carrousel .side-slider .side-slider-content {
  padding-top: 5px;
  font-family: "Barlow Regular";
  font-size: 0.9em;
  line-height: 20px;
  font-weight: 200;
}

.block-carrousel .side-slider .btn {
  position: absolute;
  bottom: 20px;
  left: 10%;
  width: 80%;
}

.block-carrousel .sliders-pager {
  position: absolute;
  z-index: 101;
  text-align: center;
  cursor: pointer;
  bottom: 30px;
  left: 30%;
}

/* End Side Slider */
/* begin home header fund slider (moteur) */
section.home-header-fund-slider {
  height: 410px !important;
}

section.home-header-fund-slider .block-carrousel {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 1280px;
}

section.home-header-fund-slider .block-carrousel .business-content {
  top: 31px;
  bottom: 16%;
}

section.home-header-fund-slider .home-header-fund-height {
  height: 410px !important;
}

.home_slider.search_products {
  background: #009ee0;
  z-index: 200;
  color: #ffffff;
  padding: 20px;
  position: absolute;
  right: 20px;
  width: 27%;
  height: auto;
  top: 31px;
}

.home_slider.search_products .tip_tabs_links a:hover {
  color: white;
  text-decoration: underline !important;
}

.home_slider.search_products select {
  line-height: 1.3;
  padding: 5px 20px 5px 12px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #ffffff url("/extension/ez_front_builds/design/amundi_country_build/images/arrow.png") no-repeat right 6px top 50%;
}

.home_slider.search_products select::-ms-expand {
  display: none;
}

/* end home header fund slider (moteur) */
@media only screen and (max-width: 800px) {
  .cycle-pager-docked.fixed {
    left: 0;
  }
}

@media only screen and (max-width: 890px) {
  .slide,
  .slider {
    height: 360px;
  }
  .block-carrousel .controls {
    font-size: 1.2em;
  }
  .block-carrousel .control {
    width: 30px;
  }
  .block-carrousel .carrousel-content {
    left: 30px;
    right: 30px;
    padding: 0;
  }
  .block-carrousel .carrousel-content .intro {
    font-size: 1em;
    padding-bottom: 20px;
    max-height: 170px;
  }
  .block-carrousel .carrousel-content h2 {
    font-size: 1.6em;
    padding-bottom: 10px;
    max-height: 106px;
  }
  .block-carrousel .link-bottom {
    bottom: 5%;
  }
  .block-carrousel .carrousel-content-wrapper img {
    max-height: 140px;
    width: auto;
  }
  .posr .cycle-pager .cycle-pager-link-container a {
    height: 100px;
    line-height: 100px;
  }
  .posr .cycle-pager-docked .row {
    margin: 0;
  }
  .posr .cycle-pager-docked a {
    padding: 0 5px;
  }
  .posr .cycle-pager-docked a.col-md-3 {
    width: 25%;
  }
  .gallery-container .slide {
    height: 451px;
  }
  .cycle-pager a {
    margin: 0 5px;
    /* Pour les gros doigts sur ipad */
  }
  .block-carrousel .side-slider {
    width: 260px;
    height: 318px;
  }
  .block-carrousel .business-content {
    margin-left: 6%;
  }
}

@media only screen and (max-width: 660px) {
  #anchor-cycle-pager-docked.fixed {
    height: 50px;
  }
  .posr .cycle-pager-docked {
    top: 0;
  }
  .posr .cycle-pager-docked.fixed-after {
    top: inherit;
  }
  .posr .tabs-pager-container a::after {
    display: none;
  }
  .posr .tabs-pager-container .cycle-pager-link-container a.cycle-pager-link {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
  }
  .posr .tabs-pager-container .cycle-pager-link-container a span {
    display: none;
    color: #ffffff;
  }
  .posr .tabs-pager-container .cycle-pager-link-container.cycle-pager-active a span {
    display: inline-block;
  }
  .posr .tabs-pager-container .cycle-pager-link-container {
    transition: width 0.5s, background-color 0.5s;
    float: none;
    display: table-cell;
    width: 2%;
  }
  .posr .tabs-pager-container .cycle-pager-link-container a {
    padding: 0;
  }
  .posr .tabs-pager-container a.cycle-pager-button {
    position: relative;
    width: 15%;
    padding: 0;
  }
  .posr .tabs-pager-container .cycle-pager-button::after {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    content: '';
    left: 50%;
    margin-bottom: -10px;
    margin-top: 15px;
  }
  .posr .tabs-pager-container a.cycle-pager-left {
    float: left;
  }
  .posr .tabs-pager-container a.cycle-pager-right {
    float: right;
  }
  .posr .cycle-pager a.cycle-pager-left::after {
    border-right-color: #009ee0;
    margin-left: -15px;
  }
  .posr .cycle-pager a.cycle-pager-right::after {
    border-left-color: #009ee0;
    margin-left: -5px;
  }
  .posr .cycle-pager-docked a.cycle-pager-left::after {
    border-right-color: #f07d00;
    margin-left: -20px;
  }
  .posr .cycle-pager-docked a.cycle-pager-right::after {
    border-left-color: #f07d00;
    margin-left: -2px;
  }
  .posr .tabs-pager-container .cycle-pager-active {
    width: 60%;
  }
  /* mobile for cycle slider */
  .posr .tabs-pager-container .cycle-pager-button {
    display: inline-block;
    height: 50px;
    margin: 0;
  }
  .posr .tabs-pager-container .tabs-nav {
    width: 70%;
    border-right: 1px solid #e3e3e3;
  }
  .posr .tabs-pager-container .cycle-pager-link-container:first-child {
    border-left: 1px solid #e3e3e3;
  }
  .row.mini-carrousel .block {
    height: auto;
    padding-bottom: 45px;
  }
  .row.mini-carrousel .card.news .text {
    height: 150px;
  }
  .row.mini-carrousel .block-pager {
    bottom: 10px;
  }
  .gallery-container .slide {
    height: 339px;
  }
  .block-carrousel .side-slider {
    top: 360px;
    left: 0;
    width: 100%;
    height: 200px;
    text-align: center;
    background: #4c6081;
  }
  .block-carrousel .side-slider .btn {
    bottom: 10px;
  }
  .business-height {
    height: 360px !important;
    overflow: visible;
    margin-bottom: 230px;
  }
  .block-carrousel .business-content {
    position: static;
    margin: 40px;
    max-width: 100%;
  }
  .block-carrousel .business-content a.btn.btn-reverse {
    position: static;
  }
  .block-carrousel .business-content .btn-slider {
    bottom: 88px;
    left: 50%;
    transform: translateX(calc(-50% - 2px));
  }
}

@media only screen and (max-width: 660px) {
  .row.mini-carrousel .block {
    height: auto;
  }
  .gallery-container .slide {
    height: 249px;
  }
  .gallery-container #img_caption {
    top: 0;
  }
  .gallery-container .controls .cycle-prev {
    left: 10px;
  }
  .gallery-container .controls .cycle-next {
    right: 10px;
  }
  .block-carrousel .side-slider {
    height: 230px;
  }
  /* begin home header fund slider (moteur) */
  section.home-header-fund-slider {
    height: 683px !important;
  }
  section.home-header-fund-slider .home_slider.search_products {
    background: #009ee0 !important;
    height: auto !important;
    top: 360px !important;
  }
  section.home-header-fund-slider .block-carrousel .controls {
    bottom: 60px !important;
    left: 34%;
  }
  /* end home header fund slider (moteur) */
}

@media only screen and (max-height: 660px) {
  .cycle-pager-docked.fixed {
    top: 0;
  }
}

/* MEDIA QUERIES */
@media only screen and (max-width: 910px) {
  section .full-width,
  .inner-width,
  .mid-width {
    max-width: 100%;
    padding: 0 10px;
  }
  body {
    font-size: 14px;
  }
  h1,
  h1.title-main {
    font-size: 24px;
    line-height: normal;
  }
  h2 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  .typo-huge {
    font-size: 36px;
  }
  /* .typo-small          {font-size:11px;}  Ca fait mal aux yeux sur IPAD */
}

@media only screen and (max-width: 800px) {
  /******************************** Ajustement TYPO ********************************/
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1,
  .col-md-4-5,
  .col-md-7-5 {
    padding: 0 5px;
  }
  .col-md-3,
  .col-md-2,
  .col-md-1 {
    width: 50%;
  }
  section {
    padding-top: 10px;
  }
  p {
    margin-bottom: 10px;
  }
  table.key-bloc,
  table.etf-key-bloc {
    height: auto;
    font-size: 14px;
  }
  .breadcrumb {
    margin: 0 0 10px 0 !important;
  }
  section.header-section {
    min-height: 160px;
  }
  /*div.bg-header {
        max-height:160px;
        // On retire pour l'instant
    }*/
  div.article-header {
    margin-top: 30px;
  }
  div.article-header article {
    min-height: 0;
  }
  ul.mini-tab li {
    margin: 10px 0;
    padding: 0 10px;
  }
  ul.mini-tab a:after {
    bottom: -15px;
  }
  ul.mini-tab a.active:after {
    bottom: -10px;
  }
  .inner-width.specific-disclaimer p {
    margin: 0;
  }
}

@media only screen and (max-width: 660px) {
  body {
    min-height: 100vh;
  }
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4-5,
  .col-md-7-5 {
    width: 100%;
  }
  .col-md-4,
  .col-md-3 {
    width: 50%;
  }
  /* Row imbriquées */
  .row .row .col-md-9,
  .row .row .col-md-8,
  .row .row .col-md-7,
  .row .row .col-md-6,
  .row .row .col-md-5,
  .row .row .col-md-4,
  .row .row .col-md-3,
  .row .row .col-md-2,
  .row .row .col-md-1,
  .row .row .col-md-4-5,
  .row .row .col-md-7-5 {
    width: 50% !important;
  }
  .row div figure {
    text-align: center !important;
    width: 100%;
  }
  .row div figure img {
    width: 100%;
    height: auto;
  }
  .key-sentence {
    height: auto;
    padding: 40px 20px;
  }
  #floating-menu {
    display: none;
  }
  ul.mini-tab {
    white-space: normal;
    padding: 5px 0;
  }
  ul.mini-tab li {
    display: inline-block;
    min-width: 45%;
    margin: 5px 0;
  }
  ul.mini-tab a.active:after {
    display: none;
  }
  ul.pagination li:not(:first-child):not(:last-child) {
    display: none;
  }
  .hidden-xs {
    /* Hidden if extra small */
    display: none;
  }
  .breadcrumb {
    white-space: inherit;
    overflow: hidden;
  }
}

@media only screen and (max-width: 480px) {
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-4-5,
  .col-md-7-5,
  .col-md-3,
  .col-md-2,
  .col-md-1 {
    width: 100%;
  }
  .row > .tar {
    text-align: left;
  }
  figure {
    /*padding-top:5px; Non sur expert */
    padding-bottom: 5px;
  }
  table.etf-key-bloc tbody,
  table.key-bloc tr {
    display: block;
  }
  table.etf-key-bloc td,
  table.key-bloc td {
    display: block;
    width: 100%;
    position: static;
    padding: 30px 15px;
    border-left: none;
  }
  div.article-header article {
    margin: 0;
    padding: 0;
  }
  div.article-header figure {
    padding-top: 0;
  }
  section.header-section article p:first-child {
    padding: 0 5px;
  }
  .with-vert-sep {
    border-left: none;
  }
}

/* Elles ont en general une largeur de 1/3, et utilisent à fond les layout de bootstrap */
.card {
  border: solid 1px #e3e3e3;
  padding: 0;
  height: 580px;
  position: relative;
  margin: 0 auto 30px;
  display: block;
  color: inherit;
  transition: transform 0.2s, background 0.2s;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}

div.ie8 .card.document {
  /* IE 8 ONLY !!! */
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF,endColorstr=#33FFFFFF)';
  zoom: 1;
}

.mini-carrousel .card {
  height: auto;
}

/*
.col-md-4 .card {
    max-width: 350px;
}
*/
.card img {
  width: 100%;
  height: auto;
}

.card .card-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 30px;
}

.card .details {
  padding: 0;
  /*padding: 10px 10px 10px 0;*/
  margin: 30px;
  position: relative;
  overflow: hidden;
  max-height: 330px;
}

.card .details .secure-pg:after {
  content: none;
}

.card .details .secure-pg:before {
  font-family: 'FontAwesome';
  content: '\f023';
  margin-right: 8px;
}

.card.external-login-form .details {
  max-height: inherit;
}

a.card {
  text-decoration: none;
  color: inherit;
}

a.card:active {
  transform: scale(0.98);
}

a.card:hover {
  color: inherit;
  /*border-color: #A5A3A3;*/
  background: rgba(227, 227, 227, 0.2);
}

div.ie8 a.card.document:hover {
  /* IE 8 ONLY !!! */
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#33BFBFBF,endColorstr=#33BFBFBF)';
  zoom: 1;
}

.card h4 {
  display: block;
  padding: 0 0 10px 0;
  height: 90px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  word-break: break-word;
}

.card h5 {
  display: block;
  padding: 15px 0;
  max-height: 90px;
  overflow: hidden;
  color: #009ee0;
  text-transform: uppercase;
  word-break: break-word;
}

.card h6 {
  display: block;
  padding: 15px 0 5px;
  word-break: break-word;
}

.card p {
  height: 130px;
  display: block;
  margin: 0 0 10px 0;
}

/* Sur light-bg-2, les couleurs de fonds sont bien d�finies */
.light-bg-2 .card {
  background: #ffffff;
}

.light-bg-2 a.card:hover {
  background: rgba(255, 255, 255, 0.3);
}

/*
.card a.btn {
    position:absolute;
    bottom:0;
    left:0;
    margin:0;
}
*/
.card.product {
  background-color: #ffffff;
}

.card.product:after {
  content: '';
  display: block;
  border-bottom: solid 5px #009ee0 !important;
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
}

.card.product .no_button:hover {
  cursor: text;
}

.card.product .no_button,
card.product .no_button:focus,
card.product .no_button:hover {
  text-decoration: none;
}

/*
.card.product a.btn {
    right:0;
}
*/
.card .emphasize {
  display: block;
  color: #009ee0;
}

.card .nota {
  display: block;
  font-weight: bold;
  color: #142147;
}

.card.external-login-form {
  height: auto;
  background: #ffffff;
  filter: none;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.card.external-link {
  height: auto;
  background: #ffffff;
  filter: none;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.card.external-link h4 {
  min-height: 60px;
  height: auto;
}

.card.external-link .details {
  height: 150px;
}

.card.external-link p {
  height: auto;
}

.card.blog-post {
  border: none;
}

.card.blog-post h4 {
  height: auto;
  max-height: 90px;
}

.card.blog-post .edito {
  height: 190px;
}

.card.blog-post p {
  height: auto;
}

.card.blog-post .card-bottom {
  right: initial;
}

.blog-post .nota {
  font: inherit;
  display: block;
  font-size: 0.9em;
  color: #e3e3e3;
  padding-bottom: 15px;
}

.card.document {
  padding: 15px;
  height: 200px !important;
  max-width: 200px;
  overflow: visible;
}

.card.document .secure-pg:after {
  content: none;
}

.card.document .secure-pg:before {
  font-family: 'FontAwesome';
  content: '\f023';
  margin-right: 8px;
}

/*
a.card.document:hover {
    transform:scale(1.04);
}
*/
/* Les differentes variations de documents suivant les fonds ou ils sont pos�s */
.dark-bg-1 .card.document:before {
  border-top-color: #142147;
  border-right-color: #142147;
}

.dark-bg-2 .card.document:before {
  border-top-color: #00b3b6;
  border-right-color: #00b3b6;
}

.medium-bg-1 .card.document:before {
  border-top-color: #009ee0;
  border-right-color: #009ee0;
}

.medium-bg-2 .card.document:before {
  border-top-color: #f07d00;
  border-right-color: #f07d00;
}

/*.light-bg-1 .card.document:before {border-top-color:$theme-color-01-20;border-right-color:$theme-color-01-20;}*/
.light-bg-2 .card.document {
  border-color: #e3e3e3;
}

/*.light-bg-2 .card.document:before {border-top-color:$theme-color-00-60;border-right-color:$theme-color-00-60;}*/
.card.document:before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  border: solid 12px #ffffff;
  border-bottom-color: inherit;
  border-left-color: inherit;
  transition: border 0.2s;
}

.card.document .nota:after {
  /*content: "\70";*/
  content: '\6f';
  font-family: 'icons';
  font-size: 17px;
  position: absolute;
  bottom: 35px;
  width: 30px;
  height: 30px;
  margin-left: -13px;
  left: 50%;
  text-align: center;
  /*background:$theme-color-02-00;*/
  background: #ccd2db;
  color: #ffffff;
  border-radius: 100%;
  line-height: 32px;
  transition: background 0.2s;
}

.card.document.bc-video .nota:after,
.card.document.am-fund .nota:after {
  display: none;
}

a.card.document:hover .nota:after {
  background: #142147;
}

.card.document:after {
  content: 'PDF';
  text-align: center;
  position: absolute;
  color: #ffffff;
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #009ee0;
}

.card.bc-video.document:after {
  content: 'VIDEO';
}

.card.am-fund.document:after {
  content: 'FONDS';
  /* TODO: Translate */
}

.card.document .nota {
  font: inherit;
  font-size: 0.8em;
  color: inherit;
}

.row.blog-post figure {
  margin: 0;
}

.row.blog-post .talk {
  padding: 30px 15px;
}

.row.blog-post .talk a.btn {
  margin-top: 25px;
}

.card.news .nota {
  color: inherit;
}

.card.expertise {
  height: 170px;
  border: none;
  border-left: solid 5px #009ee0;
  background: transparent;
  -ms-filter: 'none';
  /* For IE8 Double quotes REQUIRED!*/
}

/*
section.light-bg-2 a.card.expertise:hover {
    background:$theme-color-00-100;
}
*/
.card.expertise h6 {
  padding: 5px 0 15px;
  height: auto;
}

.card.expertise .text.cut {
  height: 100px;
  font-size: 14px;
}

.card.cta p,
.card.expertise p {
  padding: 0;
  margin-bottom: 5px;
  height: auto;
}

.card.cta h3 {
  padding-left: 43px;
  padding-right: 5px;
  height: 70px;
}

.card.cta img {
  width: auto;
  max-width: 100%;
  display: block !important;
  margin: 0 auto;
}

.card.expertise .details {
  /*padding:10px 10px 10px 0;*/
  margin: 0 0 0 20px;
  /*height:98%;*/
}

.card.expertise .card-bottom {
  margin: 10px 20px;
}

.card.goal {
  height: 320px !important;
  text-align: center;
  overflow: hidden;
}

.card.goal .details > div {
  position: absolute;
  bottom: 24%;
  left: 15px;
  right: 15px;
}

.card.goal .details .cut {
  max-height: 150px;
}

.card.goal p {
  margin: 0;
  height: auto;
}

.card.goal .btn {
  position: static;
  margin-top: 15px;
}

.card.goal h5 {
  color: #ffffff;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 40%;
  text-transform: none;
  text-align: center;
}

.card.goal h5:after {
  content: '';
  display: block;
  width: 35px;
  height: 4px;
  background: #ffffff;
  margin: 20px auto 0;
}

.card.goal .details {
  margin: 0;
  padding: 60px 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  visibility: hidden;
}

.card.goal img {
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  max-height: none;
  height: auto;
  width: auto;
}

.card.goal:hover .details {
  opacity: 1;
  visibility: visible;
}

.card.cta {
  height: auto;
  border: none;
  background: transparent;
  -ms-filter: 'none';
  /* For IE8 Double quotes REQUIRED!*/
}

.card.cta .details {
  height: 180px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}

.card.cta .btn {
  position: static;
  max-width: 260px;
  width: 90%;
}

.row.blog-post .col-md-5 {
  max-width: 358px;
}

.card.BeforeLoadingAnimation {
  visibility: hidden;
  opacity: 0;
  position: relative;
  top: 40px;
}

.card.LoadingAnimation {
  visibility: visible;
  transition: opacity 0.5s linear, top 0.5s ease-out;
  opacity: 1;
  top: 0;
}

.card.push-link {
  border: solid 1px #e3e3e3;
}

.card.push-link .card-bottom {
  right: 0;
}

ul.tabs > li:before {
  display: none;
}

ul.tabs {
  display: table;
  margin: 0;
  padding: 0;
}

ul.tabs > li {
  float: left;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #000000;
}

ul.tabs > li:hover {
  background-color: #f7f7f7;
}

ul.tabs > li.selected {
  background-color: #f7f7f7;
}

div.content {
  border: 1px solid #000000;
  clear: both;
}

/* CARD PRODUCT */
.highlight_funds .card {
  height: 350px;
}

.highlight_funds .card.product {
  background-color: #009ee0;
}

.highlight_funds .card.product:hover {
  background-color: #81899f;
}

.highlight_funds .card p {
  height: auto;
  line-height: 1.2em;
  text-align: center;
}

.highlight_funds .card.product h5 {
  padding: 5px 0;
  text-align: center;
  color: #ffffff;
  line-height: 1.1em;
  font-size: 1.1em;
}

.highlight_funds .card.product .details {
  margin: 10px 35px;
  max-height: 96px;
  color: #ffffff;
  padding: 0;
}

.highlight_funds .button-block {
  text-transform: uppercase;
}

.highlight_funds .button-block .btn {
  width: 100%;
  margin: 0;
}

/* FIN CARD PRODUCT */
/* CARD Twitter */
.card.twitter {
  background: rgba(255, 255, 255, 0.2);
  height: 280px;
  text-align: center;
}

.card.twitter i {
  transition: background 0.2s, color 0.2s;
  position: absolute;
  width: 35px;
  height: 35px !important;
  background: #009ee0;
  border: 1px solid #009ee0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-top: 10px;
  color: #ffffff;
}

.card.twitter:hover i {
  background: transparent;
}

.card.twitter img {
  width: 25%;
}

.card.twitter .details {
  margin: 10px 20px;
  line-height: 1.3em;
}

.card.twitter .details h6 {
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  padding: 10px 0 10px;
}

.card.twitter .details p {
  color: #000000;
  padding-top: 20px;
  line-height: 1.2em;
  height: 120px;
}

.card.twitter .card-bottom {
  display: none;
}

.card.twitter .label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  padding-top: 5px;
}

.card.twitter .title {
  padding: 10px 0 0 0;
}

.card.twitter .follower {
  color: #009ee0;
}

/* FIN CARD Twitter */
@media only screen and (max-width: 800px) {
  .card .details {
    margin: 15px;
  }
  .card .card-bottom {
    margin-left: 15px;
    margin-right: 15px;
  }
  .card.external-link .details {
    height: 120px;
  }
}

@media only screen and (max-width: 890px) {
  .card {
    height: 520px;
  }
  .card.expertise h6 {
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 660px) {
  .card {
    height: 480px;
  }
  .card .details {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .card .card-bottom {
    margin-top: 15px;
    margin-bottom: 15px;
    position: static;
    display: block;
  }
  .card p {
    height: 100px;
  }
  .card h4 {
    height: 70px;
  }
  .card.blog-post .edito {
    height: 130px;
  }
  .row.blog-post .col-md-5 {
    max-width: none;
  }
}

@media only screen and (max-width: 480px) {
  .card {
    height: auto !important;
    margin-bottom: 15px;
  }
  .card * {
    height: auto !important;
  }
  .card p.cut {
    height: 100px !important;
  }
  .card.goal {
    height: 200px !important;
    margin-bottom: 10px;
  }
  .card.goal .details > div {
    bottom: 10%;
  }
}

.checkerboard_expertise .card {
  border-left: 0px solid transparent;
  text-align: center;
  color: #ffffff;
  transition: color 0.2s;
  font-size: 1em;
  line-height: 1.1em;
}

.checkerboard_expertise .card .title {
  text-transform: uppercase;
  padding: 10px 0;
}

.checkerboard_expertise .card .text .cut {
  height: 105px;
}

.checkerboard_expertise .card .details {
  margin: 10px 20px;
}

.checkerboard_expertise .card .card-bottom {
  display: none;
}

.checkerboard_expertise .card:hover {
  color: #e3e3e3;
}

.checkerboard_expertise article:first-child .card {
  background: #142147;
}

.checkerboard_expertise article:nth-child(2) .card {
  background: #009ee0;
}

.checkerboard_expertise article:nth-child(3) .card {
  background: #8e2138;
}

.checkerboard_expertise article:nth-child(4) .card {
  background: #c8361b;
}

#disclaimer-background {
  background-color: #28303d;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 498;
}

#disclaimer-background > div {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#home-disclaimer {
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  bottom: 20%;
  z-index: 499;
  /* More than anything else */
}

#home-disclaimer .btn-reverse {
  color: #ffffff;
  border-color: #ffffff;
}

#home-disclaimer .btn-reverse:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #009ee0;
}

#home-disclaimer .disclaimer-content {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  padding: 0 70px 0 170px;
  height: 100%;
}

#home-disclaimer .disclaimer-content h2 {
  padding: 15px 0 25px 0;
  font-size: 2.5em;
  text-shadow: 0 0 10px #555555;
  color: #ffffff;
  text-align: center;
}

#home-disclaimer .disclaimer-logo {
  position: relative;
  width: 0;
  height: 0;
  top: -140px;
  left: -140px;
  overflow: visible;
}

#home-disclaimer .disclaimer-logo img {
  width: 140px;
  height: 140px;
  max-width: 140px;
  max-height: 140px;
}

#home-disclaimer .disclaimer-conditions {
  width: 100%;
  padding: 30px;
  min-height: 100px;
  height: 40%;
  max-height: 60vh;
  overflow-y: scroll;
  position: relative;
}

#home-disclaimer .disclaimer-conditions a,
#home-disclaimer .disclaimer-conditions:focus {
  color: #727272;
}

#home-disclaimer .disclaimer-question {
  padding: 5px 15px;
  margin: 0 0 30px 0;
  border-top: solid 1px #ffffff;
  color: #142147;
}

/** Disclaimer popup**/
#Incadre {
  position: fixed;
  top: 20%;
  left: 50%;
  z-index: 16000;
  width: 640px;
  margin-left: -320px;
}

aside#disclaimer_amundi .attribute-description a {
  color: #727272;
}

div#disclaimer_amundi-cadre {
  width: 100%;
  position: relative;
  font-size: 12px;
  background-color: #33415e;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 50px;
}

.disclaimer_amundi-logo {
  position: relative;
  margin: auto;
  margin-bottom: 10px;
  height: 80px;
}

.disclaimer_amundi-logo img {
  position: absolute;
  left: 50%;
  width: 150px;
  margin-top: -80px;
  margin-left: -75px;
}

#disclaimer_amundi div.class-disclaimer {
  margin: 0 30px;
}

#block-content {
  font-size: 13px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
  padding: 10px;
}

#disclaimer_amundi div.class-disclaimer div.attribute-description {
  width: 100%;
  height: 196px;
  margin: 10px 0;
  padding: 10px;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
}

#disclaimer_amundi div.class-disclaimer div.attribute-description div.tooltip {
  z-index: 17000;
  position: fixed;
}

#disclaimer_amundi div.disclaimer-question {
  color: #142147;
  font: 14px "Barlow Regular";
  line-height: 1.625;
}

#disclaimer_amundi div.disclaimer-buttons-place-holder {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

#disclaimer_amundi-fond {
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 15000;
  background: #ffffff;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

#disclaimer_amundi .bloc-question {
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
}

/* end disclaimer popup*/
@media screen and (max-width: 660px) {
  #disclaimer-background {
    position: fixed;
  }
  #home-disclaimer {
    position: relative;
  }
  #home-disclaimer .disclaimer-conditions {
    padding: 20px;
  }
  #home-disclaimer .disclaimer-content {
    padding: 0 25px 20px 25px;
    position: static;
  }
  #home-disclaimer .disclaimer-logo {
    display: none;
  }
  #Incadre {
    width: 500px;
    margin-left: -250px;
  }
  #disclaimer_amundi div.class-disclaimer div.attribute-description {
    height: 100px;
  }
  #disclaimer_amundi div.disclaimer-buttons-place-holder {
    margin-top: 10px;
  }
}

@media only screen and (max-height: 660px) {
  body.has-disclaimer .navbar-fixed-bottom {
    position: fixed;
  }
  body.has-disclaimer #home-disclaimer {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 480px) {
  #Incadre {
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  #disclaimer_amundi .btn {
    display: block;
    margin: 10px;
  }
}

@media only screen and (max-height: 480px) {
  #home-disclaimer {
    position: relative;
  }
  #home-disclaimer .disclaimer-content {
    padding: 0 25px 20px 25px;
    position: static;
  }
  #home-disclaimer .disclaimer-logo {
    display: none;
  }
  #Incadre {
    top: 20px;
  }
  .disclaimer_amundi-logo {
    display: none;
  }
  #disclaimer_amundi div.class-disclaimer {
    padding-top: 10px;
  }
  #disclaimer_amundi div.class-disclaimer div.attribute-description {
    height: 100px;
  }
  #disclaimer_amundi div.disclaimer-buttons-place-holder {
    margin-top: 10px;
  }
}

.ta_container.row {
  margin-left: -20px;
  margin-right: -20px;
}

.ta_container .placeholder_3_col {
  height: 240px;
  z-index: -1;
}

.ta_container .placeholder_2_col {
  height: 240px;
  z-index: -1;
  display: none;
}

.ta_article {
  height: 240px;
  padding-left: 20px;
  padding-right: 20px;
}

.ta_block {
  padding: 20px;
  margin-bottom: 40px;
  height: 200px;
  position: relative;
  background-color: #f7f7f7;
}

.light-bg-2 .ta_block {
  background-color: #ffffff;
}

.ta_block.one_two {
  height: 440px;
}

.ta_block:before {
  content: '\201D';
  font-size: 15em;
  position: absolute;
  top: 90px;
  left: -8px;
  line-height: 0;
  color: #dddddd;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.light-bg-2 .ta_block:before {
  color: #f7f7f7;
}

.ta_block:after {
  content: '\201C';
  color: #009ee0;
  font-size: 10em;
  position: absolute;
  bottom: -35px;
  right: 4px;
  line-height: 5px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.ta_block .ta_quote {
  position: relative;
  text-align: center;
  height: 88px;
  font-size: 1em;
  font-weight: 200;
  font-style: oblique;
  line-height: 1.3em;
}

.ta_block .ta_quote.no_link {
  height: 110px;
}

.ta_block.one_two .ta_quote {
  height: 248px;
}

.ta_block.one_two .ta_quote.no_link {
  height: 270px;
}

.ta_block.one_one .big_quote {
  font-size: 1.1em;
}

.ta_block.one_one .medium_quote {
  font-size: 1em;
}

.ta_block.one_one .small_quote {
  font-size: 0.9em;
}

.ta_block .big_quote {
  font-size: 1.15em;
}

.ta_block .medium_quote {
  font-size: 1.1em;
}

.ta_block .small_quote {
  font-size: 1em;
}

.ta_block .ta_link {
  text-align: center;
  font-size: 0.9em;
  height: 22px;
}

.ta_block .ta_link a {
  color: #e3e3e3;
}

.ta_block .ta_footer {
  position: relative;
  max-height: 50px;
  text-align: center;
  overflow: hidden;
}

.ta_block.one_two .ta_footer {
  max-height: 130px;
}

.ta_block .ta_info {
  display: inline-block;
  vertical-align: top;
}

.ta_block.one_two .ta_info {
  display: block;
}

.ta_block .ta_picture {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
}

.ta_block.one_two .ta_picture {
  width: 65px;
  height: 65px;
  margin: 10px auto 0 auto;
}

.ta_block .ta_picture i {
  position: absolute;
  left: 0;
  font-size: 50px;
  background-color: #f7f7f7;
  color: #ccd2db;
  padding-top: 7px;
}

.ta_block.one_two .ta_picture i {
  font-size: 65px;
  padding-top: 10px;
}

.ta_block .ta_source {
  font-size: 0.8em;
  color: #000000;
  text-align: center;
  font-weight: bold;
  padding-top: 5px;
}

.ta_block .ta_author {
  font-size: 0.8em;
  color: #000000;
  text-align: center;
}

@media only screen and (max-width: 890px) {
  .ta_article {
    height: 220px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .ta_block.one_two {
    height: 420px;
  }
  .ta_container .placeholder_3_col,
  .ta_container .placeholder_2_col {
    height: 220px;
  }
  .ta_block.one_two .ta_quote {
    height: 228px;
  }
  .ta_block.one_two .ta_quote.no_link {
    height: 250px;
  }
  .ta_container.row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .ta_block {
    padding: 15px;
    margin-bottom: 20px;
  }
  .ta_block:before {
    top: 79px;
  }
  .ta_block:after {
    bottom: -31px;
  }
  .ta_block .big_quote {
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 660px) {
  .ta_article.col-md-8 {
    width: 50%;
  }
  .ta_block.one_one {
    padding: 20px 10px;
  }
  .ta_block.two_one {
    height: 420px;
  }
  .ta_block.two_one .ta_quote {
    height: 228px;
  }
  .ta_block.two_one .ta_quote.no_link {
    height: 250px;
  }
  .ta_block.two_one .ta_info {
    display: block;
  }
  .ta_block.two_one .ta_picture {
    width: 65px;
    height: 65px;
    margin: 10px auto 0 auto;
  }
  .ta_block.two_one .ta_picture i {
    font-size: 65px;
    padding-top: 10px;
  }
  .ta_block.two_one .ta_footer {
    max-height: 130px;
  }
  .ta_container .placeholder_3_col {
    display: none;
  }
  .ta_container .placeholder_2_col {
    display: block;
  }
  .ta_block.one_one .big_quote {
    font-size: 1.2em;
  }
  .ta_block.one_one .medium_quote {
    font-size: 1.1em;
  }
  .ta_block.one_one .small_quote {
    font-size: 1em;
  }
}

@media only screen and (max-width: 480px) {
  .ta_article,
  .ta_block,
  .ta_block .ta_quote {
    height: auto !important;
  }
  .ta_article.col-md-8 {
    width: 100%;
  }
  .ta_container .placeholder_2_col {
    display: none;
  }
  .ta_block .ta_link {
    margin-top: 5px;
  }
  .ta_block .ta_quote.no_link {
    margin-bottom: 15px;
  }
  .ta_block .ta_footer {
    max-height: 110px;
  }
  .ta_block .big_quote,
  .ta_block .medium_quote,
  .ta_block .small_quote {
    font-size: 1.2em !important;
  }
}

.tax-calc {
  overflow: visible;
}

.tax-calc .input-group.date {
  width: 100%;
}

.tax-calc .input-group {
  margin-bottom: 10px;
}

.tax-calc .input-group-addon {
  line-height: 38px;
}

.tax-calc .btn-group {
  position: inherit;
  display: inline;
  margin-top: 5px;
}

.tax-calc .btn.btn-add,
.tax-calc .btn.btn-remove {
  border-radius: 5px;
  padding: 4px 7px;
  margin: inherit;
}

.tax-calc ul.list-unstyled li:before {
  display: none;
}

.tax-calc ul.list-unstyled li {
  padding-left: 0;
  margin: 0;
}

.tax-calc .form-control[readonly] {
  background: #e3e3e3;
  pointer-events: none;
}

.tax-calc .datepicker .disabled {
  background: #e3e3e3;
}

.tax-calc .datepicker {
  color: #001c4b;
}

.tax-calc .top-spacing {
  margin-top: 15px;
}

#worldMap {
  position: relative;
  top: -70px;
  display: block;
}

.locator {
  position: relative;
  background-color: #f3f4f4;
  overflow: hidden;
  height: 700px;
  width: 100%;
}

.locator-wrapper {
  max-width: 960px;
  margin: auto;
  position: relative;
  height: 100%;
}

.locator-map-viewport {
  position: relative;
  width: 1059px;
  height: 1024px;
  margin: auto;
  top: -50px;
  left: 50%;
  margin-left: -512px;
}

.locator-map {
  position: absolute;
  background: url("/extension/ez_front_builds/design/amundi_country_build/images/carte/map_hd.gif") no-repeat 4px 40px;
  background-size: 1059px 674px;
  width: 1059px;
  height: 1024px;
  top: 0;
  left: -20px;
  display: block;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: -moz-transform 400ms ease-out, left 400ms ease-out, top 400ms ease-out;
  -o-transition: -o-transform 400ms ease-out, left 400ms ease-out, top 400ms ease-out;
  -ms-transition: -ms-transform 400ms ease-out, left 400ms ease-out, top 400ms ease-out;
  -webkit-transition: -webkit-transform 400ms ease-out, left 400ms ease-out, top 400ms ease-out;
  transition: transform 400ms ease-out, left 400ms ease-out, top 400ms ease-out;
}

.locator-map-ie8 {
  display: none;
  background: none;
  height: 674px;
  width: 1059px;
  position: relative;
  overflow: hidden;
}

.ie8 .locator-map {
  display: none;
}

.ie8 .locator-map-ie8 {
  display: block;
}

.locator-map-ie8 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5.9%;
  left: 0.38%;
}

.locator-map .location-bubble {
  width: 12px;
  height: 12px;
  position: absolute;
  cursor: pointer;
  z-index: 0;
  margin-left: -3px;
  margin-top: -3px;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: -moz-transform 400ms ease-out;
  -o-transition: -o-transform 400ms ease-out;
  -ms-transition: -ms-transform 400ms ease-out;
  -webkit-transition: -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out;
}

.locator-map .location-bubble img {
  width: 6px;
  height: 6px;
  position: absolute;
  top: -3px;
  left: 3px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .locator-map .location-bubble {
    background-size: 50%;
  }
}

.locator-map.zoomed .location-bubble {
  -moz-transform: scale(0.36);
  -o-transform: scale(0.36);
  -ms-transform: scale(0.36);
  -webkit-transform: scale(0.36);
  transform: scale(0.36);
}

.locator-map .location-bubble div {
  color: #ffffff;
  background-color: #1db2e9;
  padding: 8px 10px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  white-space: nowrap;
  top: -45px;
  left: 5px;
  display: none \9;
  -moz-transform: translateY(50%) translateX(-50%) translateZ(0);
  -o-transform: translateY(50%) translateX(-50%) translateZ(0);
  -ms-transform: translateY(50%) translateX(-50%);
  -webkit-transform: translateY(50%) translateX(-50%) translateZ(0);
  transform: translateY(50%) translateX(-50%) translateZ(0);
  margin-left: -50%\9;
  -moz-transition: -moz-transform 200ms linear, opacity 200ms linear;
  -o-transition: -o-transform 200ms linear, opacity 200ms linear;
  -ms-transition: -ms-transform 200ms linear, opacity 200ms linear;
  -webkit-transition: -webkit-transform 200ms linear, opacity 200ms linear;
  transition: transform 200ms linear, opacity 200ms linear;
}

:root .locator-map .location-bubble div {
  margin-left: 0;
}

.locator-map.zoomed .location-bubble div {
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  transition: none;
}

.locator-map .location-bubble div span {
  position: absolute;
  left: 50%;
  bottom: -7px;
  margin-left: -8px;
  width: 16px;
  height: 8px;
  background: url("/extension/ez_front_builds/design/amundi_country_build/images/carte/locator-down-arrow.png") no-repeat 0 0;
}

.locator-map .location-bubble:hover div,
.locator-map .location-bubble.active div {
  opacity: 1;
  display: block \9;
  -moz-transform: translateY(0%) translateX(-50%) translateZ(0);
  -o-transform: translateY(0%) translateX(-50%) translateZ(0);
  -ms-transform: translateY(0%) translateX(-50%);
  -webkit-transform: translateY(0%) translateX(-50%) translateZ(0);
  transform: translateY(0%) translateX(-50%) translateZ(0);
}

.locator-map .location-bubble:hover,
.locator-map .location-bubble.active {
  z-index: 1;
}

.locator .location-list {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f3f4f4;
  padding-top: 150px;
  z-index: 2;
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-transition: -moz-transform 400ms ease-out;
  -o-transition: -o-transform 400ms ease-out;
  -ms-transition: -ms-transform 400ms ease-out;
  -webkit-transition: -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out;
}

.locator.list-opened .location-list {
  top: 0%\9;
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.locator.list-opened .locator-btns {
  opacity: 0;
  pointer-events: none;
}

.locator.list-opened-no-transition .locator-btns {
  display: none;
}

.locator-list-wrapper {
  position: relative;
  white-space: nowrap;
  -moz-transition: -moz-transform 400ms linear;
  -o-transition: -o-transform 400ms linear;
  -ms-transition: -ms-transform 400ms linear;
  -webkit-transition: -webkit-transform 400ms linear;
  transition: transform 400ms linear;
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.location-list-close {
  width: 17px;
  height: 17px;
  background: url(/extension/ez_front_builds/design/amundi_country_build/images/carte/locator-close.png) no-repeat 0 0;
  position: absolute;
  left: 50%;
  top: 60px;
  cursor: pointer;
  margin-left: 458px;
}

.locator.list-opened .location-list-close,
.locator.list-opened-no-transition .location-list-close {
  display: block;
}

.locator .location-list .location-list-slide {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.locator .location-list > .locator-wrapper {
  white-space: nowrap;
  max-width: none;
}

.locator .location-list .location-column {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 0 24px;
}

.locator .location-list .location-column:first-child {
  padding-left: 0;
  padding-right: 36px;
}

.locator .location-list .location-column:last-child {
  padding-left: 36px;
  padding-right: 0;
}

.location-list-item {
  height: 40px;
  line-height: 40px;
  color: #767b7f;
  border-bottom: 1px dotted #b1b3b4;
  cursor: pointer;
  clear: both;
}

.locator-list-legend {
  margin-top: 60px;
  text-align: center;
}

.locator-list-pager {
  text-align: right;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: 460px;
  white-space: nowrap;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.locator-list-pager div {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 6px;
  background-color: #acd6e8;
  cursor: pointer;
  display: inline-block;
}

.locator-list-pager div.locator-active {
  background-color: #53b7e6;
}

.location-list-item .location-type-square {
  float: right;
  margin-top: 16px;
}

.location-name {
  float: left;
}

.location-type-square {
  margin: 0 2px;
  width: 8px;
  height: 8px;
  display: inline-block;
}

.locator-legend {
  display: inline-block;
  margin-left: 8px;
  margin-right: 32px;
}

.locator-legend-wrapper {
  display: inline-block;
  margin: 10px;
}

.location-type-square.international {
  background-color: #647591;
}

.location-type-square.partner {
  background-color: #1db2e9;
}

.location-type-square.tiers {
  background-color: #dba000;
}

.location-list-item:first-child {
  margin-top: 40px;
  border-top: 1px dotted #b1b3b4;
}

.location-list-title {
  color: #1db2e9;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 16px;
}

.location-list-title:first-child {
  margin-top: 0;
  border-top: none;
}

.locator-header {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 3;
  pointer-events: none;
  -webkit-transform: translateZ(0);
}

.locator-btns {
  display: inline-block;
  opacity: 1;
  -moz-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  -ms-transition: opacity 300ms linear;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 3;
  -webkit-transform: translateZ(0);
}

.location-btn {
  padding: 8px 16px;
  font-weight: bold;
  color: #ffffff;
  font-size: 14px;
  background-color: #f07d00;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 18px;
  cursor: pointer;
  -moz-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  -ms-transition: opacity 300ms linear;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  opacity: 1;
}

.location-btn.locator-hidden {
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.location-popup {
  width: 620px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -310px;
  bottom: 30px;
  margin-top: 40px;
  background-color: #ffffff;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: -moz-transform 200ms ease-out;
  -o-transition: -o-transform 200ms ease-out;
  -ms-transition: -ms-transform 200ms ease-out;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
}

.ie8 .location-popup {
  display: none;
}

.ie8 .location-popup.opened {
  display: block;
  opacity: 0;
}

.location-popup.opened {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.location-popup-header {
  height: 50px;
  background-color: #647591;
  position: relative;
  text-align: center;
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-transition: -moz-transform 400ms linear;
  -o-transition: -o-transform 400ms linear;
  -ms-transition: -ms-transform 400ms linear;
  -webkit-transition: -webkit-transform 400ms linear;
  transition: transform 400ms linear;
}

.location-popup.opened .location-popup-header {
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.location-popup-header-prev,
.location-popup-header-next {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 9px;
  cursor: pointer;
}

.location-popup-header-prev {
  background: url("/extension/ez_front_builds/design/amundi_country_build/images/carte/locator-prev.jpg") no-repeat 0 0;
  left: 20px;
}

.location-popup-header-next {
  background: url("/extension/ez_front_builds/design/amundi_country_build/images/carte/locator-next.jpg") no-repeat 0 0;
  right: 20px;
}

.locator-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.locator-transition {
  -moz-transition: -moz-transform 200ms linear;
  -o-transition: -o-transform 200ms linear;
  -ms-transition: -ms-transform 200ms linear;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
}

.locator-slide-right {
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.locator-slide-left {
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.location-popup-header-title {
  color: #ffffff;
  line-height: 50px;
  font-size: 18px;
}

.location-popup-body {
  background-color: #ffffff;
  position: relative;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  filter: none !important;
  border-bottom: 1px solid #f3f4f4;
}

.location-popup-title {
  color: #f07d00;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin: 12px 36px 6px;
}

.location-popup-infos {
  color: #767a7d;
  font-size: 90%;
}

.location-popup-infos > div {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  -moz-transform: translateY(200px);
  -o-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -moz-transition: -moz-transform 300ms ease-out, opacity 250ms ease-out;
  -o-transition: -o-transform 300ms ease-out, opacity 250ms ease-out;
  -ms-transition: -ms-transform 300ms ease-out, opacity 250ms ease-out;
  -webkit-transition: -webkit-transform 300ms ease-out, opacity 250ms ease-out;
  transition: transform 300ms ease-out, opacity 250ms ease-out;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.location-popup-infos > div:first-child {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.location-popup-infos-site {
  padding-left: 36px;
}

.location-popup-websites {
  margin-top: 12px;
  border-top: 1px solid #f4f4f4;
  padding: 0 36px;
  -moz-transform: translateY(200px);
  -o-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -moz-transition: -moz-transform 300ms ease-out, opacity 250ms ease-out;
  -o-transition: -o-transform 300ms ease-out, opacity 250ms ease-out;
  -ms-transition: -ms-transform 300ms ease-out, opacity 250ms ease-out;
  -webkit-transition: -webkit-transform 300ms ease-out, opacity 250ms ease-out;
  transition: transform 300ms ease-out, opacity 250ms ease-out;
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.location-popup.opened .location-popup-infos > div,
.location-popup.opened .location-popup-websites {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.location-label {
  color: #f07d00;
}

.location-link {
  color: #f07d00;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

.location-link:first-child {
  margin-top: 12px;
}

.location-link:last-child {
  margin-bottom: 12px;
}

.location-link:before {
  width: 5px;
  height: 9px;
  display: inline-block;
  background: url(/extension/ez_front_builds/design/amundi_country_build/images/carte/locator-right-arrow.png) no-repeat 0 0;
  content: '';
  margin-right: 5px;
}

.locator-bottom-banner-wrapper {
  height: 130px;
  width: 100%;
  display: block;
  margin-top: -14px;
}

.locator-bottom-banner-header {
  display: block;
  width: 100%;
  height: 14px;
  position: relative;
  overflow: hidden;
  top: 1px;
}

.locator-bottom-banner-header-left {
  position: absolute;
  top: 0;
  left: -14px;
  width: 50%;
  height: 100%;
  background-color: #667792;
}

.locator-bottom-banner-header-right {
  position: absolute;
  top: 0;
  right: -13px;
  width: 50%;
  height: 100%;
  background-color: #667792;
}

.locator-bottom-banner-header-arrow {
  position: absolute;
  width: 27px;
  height: 13px;
  top: 1px;
  left: 50%;
  margin-left: -14px;
  background: url("/extension/ez_front_builds/design/amundi_country_build/images/carte/band-blue-arrow.png") no-repeat 0 0;
}

.locator-bottom-banner {
  height: 116px;
  width: 100%;
  display: block;
  background-color: #667792;
  color: #ffffff;
  text-align: center;
  padding: 20px 100px;
  font: "Barlow Regular";
  font-weight: 200;
}

@media screen and (max-width: 640px) {
  .location-popup {
    width: 100%;
    left: auto;
    margin-left: 0;
  }
  .location-list-close {
    left: unset;
    right: 20px;
    top: 20px;
  }
  .locator .location-list {
    display: none;
  }
  .locator .location-list .location-column:first-child,
  .locator .location-list .location-column:last-child,
  .locator .location-list .location-column {
    width: 100%;
    padding: 0 20px;
  }
  .locator-list-wrapper {
    white-space: normal;
    margin-bottom: 20px;
  }
  .locator.list-opened .location-list {
    display: block;
  }
  .locator.list-opened {
    height: auto;
    overflow: auto;
  }
}

.news_hightlight {
  display: block;
  position: relative;
  margin-bottom: 10px;
}

.news_hightlight.small {
  height: 170px;
}

.news_hightlight.small .details {
  height: 143px;
}

.news_hightlight.medium {
  height: 260px;
}

.news_hightlight.medium .details {
  height: 95px;
}

.news_hightlight.large {
  height: 350px;
}

.news_hightlight.large .details {
  height: 160px;
}

.news_highlight_block .btn {
  margin-top: 20px;
}

.news_highlight_block .row {
  margin-left: -5px;
  margin-right: -5px;
}

.news_highlight_block .col-md-4,
.news_highlight_block .col-md-3,
.news_highlight_block .col-md-9 {
  padding-left: 5px;
  padding-right: 5px;
}

.news_highlight_block .card {
  background: #009ee0;
  transition: all 0.2s;
  border-color: #e4e7e9;
  line-height: 1.1em;
}

.news_highlight_block .card .details {
  margin: 10px 10px 15px 10px;
}

.news_highlight_block .card .details * {
  color: #ffffff;
  height: auto;
}

.news_highlight_block .card .details h4 {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 7px 0 12px 0;
}

.news_highlight_block .card .details .text {
  margin: 0;
  font-size: 14px;
  line-height: 1.3em;
  padding-right: 25px;
}

.news_highlight_block .card .details p {
  padding-right: 10px;
}

.news_highlight_block .card:hover {
  background: #009ee0;
  opacity: 0.6;
}

.news_highlight_block .card:hover .details {
  color: #ffffff;
}

.news_highlight_block .card:hover .fa.fa-plus {
  background: #ffffff !important;
  border-color: #e4e7e9 !important;
}

.news_highlight_block .card .fa.fa-plus {
  transition: background 0.2s, border-color 0.2s;
  background: #b2dbe0;
  border-top: 1px solid #6bb8c1;
  border-left: 1px solid #6bb8c1;
  color: #008998;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 11px;
  text-align: center;
  font-size: 13px;
  vertical-align: bottom;
  height: 35px;
  width: 35px;
}

.news_highlight_block .card.research, .news_highlight_block .card.market {
  background-color: #142147;
}

.news_highlight_block .card.expertises {
  background-color: #009ee0;
}

.news_highlight_block .card.produits {
  background-color: #00b3b6;
}

.news_highlight_block .card.resultats, .news_highlight_block .card.corporate {
  background-color: #8e2138;
}

.news_highlight_block .card.dossiers {
  background-color: #c8361b;
}

.news_highlight_side {
  display: block;
  transition: background 0.2s, transform 0.2s;
  position: relative;
  line-height: 1.1em;
  height: 98px;
  background: #e3e9e7;
  border: 1px solid #e4e7e9;
  color: #000000;
  text-decoration: none;
  padding: 15px;
  margin-bottom: 10px;
  overflow: hidden;
}

.news_highlight_side h4 {
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 5px 0;
}

.news_highlight_side .date {
  margin-bottom: 0;
  color: #000000;
  font-size: 15px;
}

.news_highlight_side .details {
  max-height: 70px;
  padding-right: 15px;
}

.news_highlight_side .fa.fa-plus {
  transition: background 0.2s, color 0.2s;
  font-size: 0.7em;
  position: absolute;
  color: #00b3b6;
  background: #b2dbe0;
  width: 25px;
  height: 25px;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-top: 7px;
  padding-left: 1px;
}

.news_highlight_side:active {
  transform: scale(0.98);
}

.news_highlight_side:hover {
  background: #f2f2f2;
}

.news_highlight_side:hover .fa.fa-plus {
  background: #fff;
}

@media only screen and (max-width: 860px) {
  .news_highlight_block .col-md-9, .news_highlight_block .col-md-3 {
    width: 100%;
  }
}

@media only screen and (max-width: 660px) {
  .news_highlight_block .col-md-4.last {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .news_highlight_block .col-md-9 .col-md-4 {
    width: 100% !important;
  }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Barlow Regular",Barlow Regular,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/extension/ez_front_builds/design/amundi_country_build/images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/extension/ez_front_builds/design/amundi_country_build/images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/extension/ez_front_builds/design/amundi_country_build/images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/extension/ez_front_builds/design/amundi_country_build/images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Barlow Regular",Barlow Regular,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("../images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

.myplayer .playlist-wrapper {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.myplayer .vjs-playlist {
  width: auto;
  white-space: nowrap;
  background-color: transparent;
  padding: 6px 0 0 0;
}

.myplayer .vjs-playlist::-webkit-scrollbar {
  height: 11px;
  border-radius: 100%;
}

.myplayer .vjs-playlist::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #e6e6e6;
}

.myplayer .vjs-playlist::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.myplayer .vjs-playlist-item,
.myplayer .vjs-playlist-ad-overlay {
  display: inline-block;
  height: 84px;
  margin: 0 8px 0 0;
  overflow: hidden;
  max-width: 160px;
}

.myplayer .vjs-playlist-item .vjs-playlist-duration,
.myplayer .vjs-playlist-ad-overlay .vjs-playlist-duration {
  font-size: 12px;
}

.myplayer .vjs-playlist-item .vjs-playlist-title-container .vjs-up-next-text,
.myplayer .vjs-playlist-ad-overlay .vjs-playlist-title-container .vjs-up-next-text {
  background-color: #0CC5D780;
  padding: 2px 8px;
}

.myplayer .vjs-playlist-item .vjs-playlist-title-container .vjs-playlist-name,
.myplayer .vjs-playlist-ad-overlay .vjs-playlist-title-container .vjs-playlist-name {
  display: none;
}

.myplayer .vjs-playlist-item:before,
.myplayer .vjs-playlist-ad-overlay:before {
  display: none;
}

/********************************************************************************************/
/* Accordeon
/********************************************************************************************/
.panel-patrimoine-group .panel {
  font-size: 0.813em;
  border-radius: 0;
  border-width: 1px 0;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-patrimoine-group .panel-heading {
  font-size: 1.077em;
  border-radius: 0;
  font-family: "Barlow Regular";
}

.panel-patrimoine-group .panel-heading.bold .panel-title {
  font-weight: bold;
}

.panel-patrimoine .panel-heading .panel-title {
  font-family: "Barlow Regular";
  background-color: #e9f5f7;
  padding: 5px 10px 5px 5px;
  position: relative;
}

.panel-patrimoine .panel-heading {
  margin: 0;
  padding: 0;
  border: 0;
}

.panel-patrimoine .panel-title {
  display: block;
  margin: 0;
  font-size: 15px;
  color: #00154d;
  line-height: 1.8em;
}

.panel-patrimoine .panel-title i {
  font-size: 10px;
  padding-right: 5px;
  padding-left: 2px;
  font-weight: bold;
}

.panel-patrimoine .panel-body {
  background-color: #e9f5f7;
  padding: 15px;
}

.panel-patrimoine .panel-body p {
  font-size: 1em;
  color: #737373;
  margin-bottom: 2px;
}

.panel-patrimoine .panel-body p.handofsean {
  font-size: 1.3em;
  color: #00154d;
}

.panel-patrimoine .panel-body p b.bigger {
  font-size: 15px;
}

.panel-patrimoine .panel-body ul li {
  margin-bottom: 7px;
}

.panel-patrimoine-group {
  position: relative;
}

.panel-patrimoine-group.no-image .panel-title {
  display: inline-block;
}

.panel-patrimoine-group.panel-image-side {
  min-height: 120px;
}

.panel-patrimoine-group.panel-image-side .panel-patrimoine {
  margin-left: 115px;
  padding-top: 30px;
}

.panel-patrimoine-group.panel-image-side .image_responsive {
  float: left;
}

.panel-patrimoine-group.panel-image-side .image_responsive img {
  position: absolute;
  z-index: 1;
}

.panel-patrimoine-group.panel-image-inside {
  min-height: 80px;
}

.panel-patrimoine-group.panel-image-inside .panel-patrimoine {
  padding-top: 40px;
}

.panel-patrimoine-group.panel-image-inside .panel-heading .panel-title {
  padding-left: 64px;
}

.panel-patrimoine-group.panel-image-inside .image_responsive {
  float: left;
}

.panel-patrimoine-group.panel-image-inside .image_responsive img {
  position: absolute;
  z-index: 1;
  margin-left: -15px;
  margin-top: -14px;
}

.panel-patrimoine-group .panel .panel-body table {
  font-size: 0.9em;
}

.panel-patrimoine-group .panel .panel-body table tr th {
  background-color: #8089a0;
  color: #FFF;
  white-space: normal;
}

.panel-patrimoine-group .panel .panel-body table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.panel-patrimoine-group .panel .panel-body table tr:nth-child(odd) {
  background-color: #d4ecf1;
}

.panel-patrimoine-group .panel .panel-body p.alternative, .panel .panel-body li.alternative {
  color: #3A87AD;
}

.panel-patrimoine-group .panel .panel-body ul li {
  font-size: 13px;
}

a.faq {
  text-decoration: none;
  display: block;
  border-bottom: solid 1px #727272;
  margin-bottom: 10px;
}

.faq p.emphasize2 {
  margin-bottom: 5px;
}

.faq div.cut_with_button {
  max-height: 80px;
  color: #727272;
  overflow: hidden;
  transition: max-height 0.5s;
}

.faq.active div.cut_with_button {
  max-height: 1000px;
}

.faq .less, .faq .more {
  text-align: right;
  color: #727272;
}

.faq .less:hover, .faq .more:hover {
  text-decoration: underline;
}

.faq .less {
  display: none;
}

.faq .more {
  display: block;
}

.faq.active .less {
  display: block;
}

.faq.active .more {
  display: none;
}

.faq.full_faq .less, .faq.full_faq .more {
  display: none;
}

.faq.full_faq:hover {
  cursor: default !important;
}

.download-other span {
  margin-right: 5px;
}

.table-liste-produit th {
  background: #142147;
  color: #ffffff;
  font-weight: normal;
  font-family: 'montreal-serial-mediumregular';
  text-align: center;
}

.table-liste-produit p {
  margin: 0;
}

.table-liste-produit a {
  display: block;
}

@media only screen and (max-width: 800px) {
  .responsive-table-line table,
  .responsive-table-line thead,
  .responsive-table-line tbody,
  .responsive-table-line th,
  .responsive-table-line td,
  .responsive-table-line tr {
    display: block;
  }
  .responsive-table-line thead tr {
    display: none;
  }
  .responsive-table-line tr {
    margin-bottom: 20px;
  }
  .responsive-table-line td {
    position: relative;
    border: 0 solid transparent;
    padding-left: 50% !important;
    white-space: normal !important;
    text-align: right;
  }
  .responsive-table-line td:before {
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    text-align: left;
    background-color: #f8f8f8;
    padding: 8px;
  }
  .responsive-table-line .download-other {
    margin-top: 0;
  }
  .responsive-table-line .download-other tr {
    margin-bottom: 0;
    padding: 10px 0;
  }
  .responsive-table-line .download-other td {
    border: none;
    text-align: center;
    padding-left: 8px !important;
  }
  .responsive-table-line .download-other td:before {
    display: none;
  }
  .responsive-table-line .download-other td.date {
    margin-bottom: 0;
  }
}

/* SPECIFIC EXTENSION STYLE */
#header.active a::after {
  display: none;
}

#metanav .full-width {
  overflow: visible;
}

#metanav .full-width li {
  overflow: visible;
}

#metanav .full-width li:first-child {
  padding-left: 0;
}

#metanav .full-width li a {
  display: inline-block;
  font-weight: normal;
  color: #ffffff;
}

#metanav .full-width li a:hover {
  color: #f07d00;
}

#metanav .full-width li a.active {
  padding: 0 12px;
  background: #f07d00;
  color: #ffffff;
}

#metanav .full-width li a.active::after {
  bottom: -5px;
  border-color: #f07d00 transparent transparent transparent;
  border-width: 6px 7px 0 7px;
}

/* Brightcove css override */
.brightcove-video-player-container .player-content .vjs-big-play-button:before,
.brightcove-video-player-container .player-content .video-js div.vjs-big-play-button:before {
  padding: 0;
}

.brightcove-video-player-container .player-content .video-js.vjs-mouse .vjs-big-play-button {
  line-height: 2em;
}

.brightcove-video-player-container .playlist-content,
.brightcove-video-player-container .player-content {
  padding-top: 56.25% !important;
}

:lang(cs-CZ) *:not(i):not(.icon):not(.fa):not(.vjs-icon-placeholder),
:lang(sk-SK) *:not(i):not(.icon):not(.fa):not(.vjs-icon-placeholder),
:lang(pl-PL) *:not(i):not(.icon):not(.fa):not(.vjs-icon-placeholder),
:lang(hy-AM) *:not(i):not(.icon):not(.fa):not(.vjs-icon-placeholder),
:lang(ro-RO) *:not(i):not(.icon):not(.fa):not(.vjs-icon-placeholder),
:lang(hu-HU) *:not(i):not(.icon):not(.fa):not(.vjs-icon-placeholder) {
  font-family: Arial, sans-serif !important;
}

/*# sourceMappingURL=maps/front.css.map */

/* end: extension/ez_front_builds/design/amundi_country_build/stylesheets/front.css */

/* start: extension/aits_ine_ext_immobilier/design/immobilier_front_design/stylesheets/amundi.slider.css */
.inner-width {
    width:100%;
    max-width:1024px;
    margin:0 auto
    height: 425px;
}
.slider #sliders-pager{
    display: inline-block;
    margin: 0 5px;
    position: relative;
}
.slide,
.slider {
    margin-top:0;
    margin-bottom:0;
    padding:0;
    height:443px;
    overflow:hidden;
    position:relative;
    background-size: cover;
    background-position: top center;
}
.block-carrousel a,
.mini-carrousel a {
    text-decoration:none !important;
}

.block-carrousel .controls {
    font-size:1.5em;
    position: absolute;
    z-index: 101;
    text-align: center;
    cursor:pointer;
    bottom: 30px;
    left: 30%;
}

.block-carrousel .controls i {
    transition:color 0.2s, background-color 0.2s;
}

.block-carrousel .controls i.icon-bullet{
    border-radius: 100%;
    color: #FFF;
    background-color: transparent;
}

.block-carrousel  .control.cycle-prev{
    display: inline-block;
}

.block-carrousel  .control.cycle-next {
    display: inline-block;
}

.block-carrousel  .cycle-prev:hover i,
.block-carrousel  .cycle-next:hover i {
    color:#00a3e3;
}

.block-carrousel .link-bottom,
.block-carrousel .link-bottom .icon,
.block-carrousel .link-bottom:before{
    position: absolute;
    left: 50%;
    width: 42px;
    margin-left: -21px;
}

.block-carrousel .link-bottom{
    bottom: 10%;
    height: 42px;
    font-size: 22px;
    line-height: 22px;
    z-index: 100;
    border-radius: 50%;
    border: 2px solid #A7B1C1;
    color: #A7B1C1;
    overflow: hidden;
}

.block-carrousel .link-bottom .icon {
    bottom: -21px;
    text-align: center;
    line-height: 80px;
    transition: bottom 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.block-carrousel .link-bottom:before {
    content: '\6f';
    color: #00a3e3;
    font-family: 'icons';
    text-align: center;
    display: block;
    height: 42px;
    line-height: 70px;
    top: -70px;
    z-index: 20;
    transition: top 0.2s ease-out;
}

.block-carrousel .link-bottom:hover {
    border-color: #00a3e3;
}

.block-carrousel .link-bottom:hover .icon {
    bottom: -80px;
}

.block-carrousel .link-bottom:hover:before {
    top: -15px;
}

.cycle-pager {
    position: absolute;
    z-index: 101;
    text-align: center;
    font-size: 13px;
}

.home_carroussel.block-carroussel .controls .icon {
    display: inline;
}
.carrousel.cycle-slideshow .cycle-pager {
    display: inline-block;
    position: relative;
}
.row.mini-carrousel .cycle-pager{
	position: absolute;
	text-align: center;
	width: 100%;
}

.cycle-pager a {
    margin:0 2px;
    color:inherit;
}

.cycle-pager a i {
    transition:color 0.2s;
}

.cycle-pager a.cycle-pager-active i.icon-bullet {
    background-color: #FFF;
    color: transparent;
}

.mini-carrousel .cycle-pager a.cycle-pager-active i.icon-bullet {
    color: #4C5970;
}

.block-carrousel .carrousel-content-wrapper {
    position: absolute;
    top: 0;
    left:0;
    right:0;
    bottom:0;
}

.block-carrousel .carrousel-content {
    position: absolute;
    left: 30%;
    text-align: left;
    margin: auto;
    top: 100px;
    max-width: 40%;
}

.block-carrousel .carrousel-content .intro {
    font-size: 1.2em;
    font-weight: 200;
    line-height:normal;
    padding-bottom: 0;
}

.block-carrousel .carrousel-content h2 {
    font-size:26px;
    font-weight: bold;
    padding-bottom: 0px;
    color: #009ee0;
}

.block-carrousel .carrousel-content a.btn.btn-reverse{
    position: absolute;
    bottom: -94px;
}

.row.mini-carrousel .col-md-5,
.row.mini-carrousel .col-md-6 {
    padding-left:5px;
    padding-right:5px;
}

.row.mini-carrousel .block {
    border:solid 1px #e3e3e3;
    height:850px;
    margin-bottom:45px;
    position:relative;
}

.row.mini-carrousel .block-right {
    padding:30px 30px;
}

.row.mini-carrousel .block-right article:first-child {
    border:none;
    padding-top:0;
    margin-top:0;
}

.row.mini-carrousel .block-right article {
    border-top:solid 1px #e3e3e3;
    padding-top:30px;
}

.row.mini-carrousel .card.news {
    border:none;
    background:transparent !important;
}

.row.mini-carrousel .card.news .details{
    height:auto;
}

.row.mini-carrousel .block-right .card.news{
    margin-bottom: 0;
}

.row.mini-carrousel .block-right .card.news .details {
    margin:15px 0;
}

.row.mini-carrousel .block-right .card.news h5 {
    color:#4C5970;
    text-transform:none;
}

.row.mini-carrousel .block-pager {
    position:absolute;
    bottom:45px;
    left:0;
    right:0;
}

.row.mini-carrousel .block-pager div {
    display:inline;
}

.row.mini-carrousel .card.news .text {
    height:200px;
}

.row.mini-carrousel .card.news p {
    height:auto;
}

.mini-carrousel .control {
    font-size:1.5em;
    color:#4C5970;
    vertical-align:middle;
    padding:0 15px;
}

.posr .tabs-container{
    padding-top: 30px;
}

.posr.tabs-content{
    position:relative;
}

/* carroussel avec onglets */
.posr .tabs-pager-container {
    position:relative;
    width:100%;
    position:relative;
    top: inherit;
}

.posr .tabs-nav {
    display:table;
    width:100%;
}

.posr .tabs-pager-container.cycle-pager-docked::after{
    height:3px;
    width:100%;
    position:absolute;
    top:100%;
    content: '';
    display: block;
    background-color: #DCA001;
}

.posr .tabs-pager-container.cycle-pager{
    border: 1px solid #e3e3e3;
}

.posr .tabs-pager-container .cycle-pager-link-container{
    width: 12.5%;
    border-left: 1px solid #e3e3e3;
    position: relative;
    transition: all 0.2s ease;
    float:none;
    display: table-cell;
    font: 12px "HelveticaNeue75-Bold", Arial, Verdana, Helvetica, sans-serif;
}

.posr .cycle-pager-docked .cycle-pager-link-container{
    font: 15px "HelveticaNeue45-Light",Arial,Verdana,Helvetica,sans-serif;
}

.posr .cycle-pager .cycle-pager-link-container a{
    height:80px;
    line-height:80px;
    background-color: #FFF;
    color: #343434;
    display:block;
    position: relative;
    text-decoration:none;
    vertical-align: middle;
    margin:0;
}

.posr .cycle-pager-docked .cycle-pager-link-container a.cycle-pager-link{
    position:relative;
    vertical-align: middle;
    display: block;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    text-align:center;
    padding: 0 10px;
    margin:0;
}

.posr .tabs-pager-container .cycle-pager-link-container a span{
    vertical-align:middle;
    display:inline-block;
    line-height:normal;
}

.posr .cycle-pager .cycle-pager-link-container.cycle-pager-active a{
    background-color: #00a3e3;
    color: #ffffff;
}

.posr .tabs-pager-container .cycle-pager-link-container:first-child{
    border-left:none;
}

/* Arrow pour carroussel ou slider*/
.arrow-when-active::after{
    height: 0;
    width: 0;
    left: 50%;
    bottom: -7px;
    margin-left: -7px;
    position: absolute;
    display: block;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    border-width: 0 7px 6px 7px;
    content: '';
    opacity:0;
    visibility:hidden;
    transition: bottom 0.2s ease-in, opacity 0.2s ease-in;
}

.cycle-pager-active a.arrow-when-active::after, .arrow-when-active.active::after{
    bottom: -3px;
    visibility:visible;
    opacity:1;
}

.arrow-when-active.big-arrow::after{
    border-width: 0 12px 9px 12px;
}

.cycle-pager-docked .arrow-when-active::after{
    z-index:1;
}

.cycle-pager-docked.fixed{
    position: fixed;
    top: 60px;
    width:100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    left:inherit;
    right:inherit;
    /* Le slider/gallery utilise un z-index jusque 100 */
    z-index:101;
}

.cycle-pager-docked.fixed-after{
    position:absolute;
    bottom:96px;
}

.posr .cycle-pager-docked .cycle-pager-active a.cycle-pager-link{
    background-color: #DCA001!important;
}

.posr .cycle-pager-docked .cycle-pager-link span{
    color: #041348;
}

.posr .cycle-pager-docked .cycle-pager-active .cycle-pager-link span{
    color: #FFF;
}

#anchor-cycle-pager-docked.fixed{
    height: 60px;
}

.posr a.cycle-pager-button{
    display:none;
}

.tabs-container-bar{
    height:3px;
    margin:40px 0;
}

/* */
.gallery-container{
    position:relative;
}

.gallery-container .slide{
    height: 501px;
    width: 100%;
}

.gallery-container .controls{
    position:absolute;
    width:100%;
    bottom:0;
    height:100px;
    z-index:100;
    background-color: rgba(0,0,0,0.5);
}

.gallery-container .controls .control{
    position:absolute;
    text-align:center;
    border: 2px solid #FFF;
    border-radius: 50%;
    color: #FFF;
    width: 40px;
    height: 40px;
    bottom: 30px;
    transition: border-color, color, 0.3s ease;
}

.gallery-container .controls .control:hover{
    cursor: pointer;
    border-color:#00a3e3;
    color:#00a3e3;
}

.gallery-container .controls .cycle-prev{
    left: 40px;
}

.gallery-container .controls .cycle-next{
    right: 40px;
}

.gallery-container .controls i{
    position:absolute;
    top: 10px;
}

.gallery-container .controls .cycle-prev i{
    left: 13px;
}

.gallery-container .controls .cycle-next i{
    left: 15px;
}

.gallery-container .controls span{
    font-weight: 200;
}

.gallery-container .controls #current-caption{
    font-size: 2.3em;
}

.gallery-container .controls #txt-caption{
    font-weight: bold;
    margin-left:5px;
}

.gallery-container #img_caption{
    position:absolute;
    width: 60%;
    height:40px;
    left:20%;
    top:15px;
    text-align:center;
    color:#FFF;
}

#modal_popin_image article.fullscreen-gallery-container{
    height:100%;
    /*background-color:#000;*/
}

#modal_popin_image .gallery-container, #modal_popin_image .slide-container{
    height:100%;
}

/* */

/* Side Slider */
.block-carrousel .side_slider{
    background:     rgba(255,255,255,0.3);
    background:     rgb(255,255,255,0.3);
    position:       absolute;
    width:          300px;
    height:         320px;
    padding:        25px 20px;
    top:            60px;
    right:          50px;
    z-index:        101;
}

.block-carrousel .side_slider .side_slider_subtitle{
    font-weight: bold;
    font-size: 0.8em;
    line-height: 7px;
}

.block-carrousel .side_slider .side_slider_title{
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
}
.block-carrousel .side_slider .side_slider_content{
    padding-top: 5px;
    font-weight: 200;
    font-size: 0.9em;
    line-height: 20px;
}

.block-carrousel .side_slider .btn{
    position: absolute;
    bottom: 20px;
    left: 10%;
    width: 80%;
}

.home_slider.search_products {
    background: #009ee0;
    z-index:300;
    color: #fff;
    padding: 20px;
    position: absolute;
    right: 20px;
    top: 88px;
    width: 27%;
}
.home_slider.search_products h5 {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.home_slider.search_products p {
    max-width: 300px;
}
.home_slider.search_products .tip_tabs_links a:hover {
    text-decoration: underline !important;
    color: #fff;
}
.home_slider.search_products .tip_tabs_links a {
    text-decoration: none;
    color: #fff;
}

section[xtcz="home-block-slider"]{
    background: transparent !important;
}

section.home-header-fund-slider .home_slider.search_products {
    top: 74px;
    right: 150px;
}

section.home-header-fund-slider .home_carrousel .slide {
    background-size: unset;
    background-repeat: no-repeat;
    background-color: #fff !important;
}


.block-carrousel.home_carrousel .carrousel-content-wrapper h1,
.block-carrousel.home_carrousel .carrousel-content-wrapper .intro {
    color: #000;
    font-weight: normal;
    font-size: 12px;
    padding-top: 5px;
    line-height: 32px;
    /*text-transform: uppercase;*/
}
.home_slider.search_products select option{
    color: inherit;
}
.block-carrousel.home_carrousel .carrousel-content-wrapper h1{
    font-weight: bold;
    padding-bottom: 5px;
    text-align: left;
    max-width: 100%;
}
.block-carrousel.home_carrousel .carrousel-content-wrapper .intro {
    padding-bottom: 15px;
    font: 14px "Helvetica Neue";
    max-height: 230px;
    line-height: 1.625;
}
.block-carrousel.home_carrousel .carrousel-content-wrapper .intro p {
    color: #000;
    margin: 0 0 5px 0;
}
.block-carrousel.home_carrousel .carrousel-content-wrapper .intro a {
    color: #009ee0;
}
.block-carrousel.home_carrousel .carrousel-content-wrapper .carrousel-content{
    max-width: 450px;
    left: 0px;
    padding-left: 10px;
    /*background-color: whitesmoke;*/
    background: url(/extension/aits_ine_ext_immobilier/design/immobilier_front_design/images/textblock_bg.png) repeat scroll 0 0;
}
.block-carrousel.home_carrousel .cycle-prev:hover i,
.block-carrousel.home_carrousel .controls .icon,
.block-carrousel.home_carrousel .cycle-next:hover i {
    color: #009ee0;
}
.block-carrousel.home_carrousel #sliders-pager .cycle-pager-active i {
    background: #009ee0;
}
.block-carrousel.home_carrousel #sliders-pager .cycle-pager-active i {
    background: #009ee0;
}
section.home-header-fund-slider{
    margin-top: 10px;
    padding: 0;
    height: auto;
}
.block-carrousel.home_carrousel .carrousel-content-wrapper .carrousel-content a.btn{
    color: #009ee0;
    position: absolute;
    bottom: -65px;
    padding: 12px 20px;
    border: solid;
    background: white;

}
.block-carrousel.home_carrousel .carrousel-content-wrapper .carrousel-content a.btn:active,
.block-carrousel.home_carrousel .carrousel-content-wrapper .carrousel-content a.btn:hover{
    box-shadow: none;
    border-color: #009ee0;
    color: #009ee0;
}
@media only screen and (max-width:1024px){
    .block-carrousel .carrousel-content{
        max-width: 30%;
    }
}

@media only screen and (max-width:940px){
    .cycle-pager-docked.fixed{
        left:0;
    }
}

@media only screen and (max-width:860px){
    .slide, .slider {
        height:360px;
    }

    .block-carrousel .controls {
        font-size:1.2em;
    }

    .block-carrousel .carrousel-content {
        padding:0;
        left: 25%;
        max-width: 35%;
    }

    .block-carrousel .control {
        width:30px;
    }

    .block-carrousel .carrousel-content .intro {
        font-size:1em;
        padding-bottom: 20px;
    }

    .block-carrousel .carrousel-content h2 {
        font-size:1.6em;
        padding-bottom:10px;
    }

    .block-carrousel .link-bottom {
        bottom:5%;
    }

    .block-carrousel .carrousel-content-wrapper img {
        max-height: 140px;
        width: auto;
    }

    .posr .cycle-pager .cycle-pager-link-container a{
        height:100px;
        line-height:100px;
    }

    .posr .cycle-pager-docked .row{
        margin:0;
    }

    .posr .cycle-pager-docked a{
        padding: 0px 5px;
    }

    .posr .cycle-pager-docked a.col-md-3{
        width: 25%;
    }

    .gallery-container .slide{
        height: 451px;
    }

    .cycle-pager a {
        margin:0 5px; /* Pour les gros doigts sur ipad */
    }

    .block-carrousel .side_slider{
        width:          260px;
        height:         280px;
    }
}

@media only screen and (max-width:660px){

    #anchor-cycle-pager-docked.fixed{
        height: 50px;
    }

    .posr .cycle-pager-docked{
        top:0;
    }

    .posr .cycle-pager-docked.fixed-after{
        top:inherit;
    }

    .posr .tabs-pager-container a::after{
        display:none;
    }

    .posr .tabs-pager-container .cycle-pager-link-container a.cycle-pager-link{
        height:50px;
        line-height:50px;
        display: inline-block;
        width:100%;
        overflow:hidden;
    }

    .posr .tabs-pager-container .cycle-pager-link-container a span{
        display:none;
        color: #ffffff;
    }

    .posr .tabs-pager-container .cycle-pager-link-container.cycle-pager-active a span{
        display:inline-block;
    }

    .posr .tabs-pager-container .cycle-pager-link-container{
        transition: width 0.5s, background-color 0.5s;
    }

    .posr .tabs-pager-container a.cycle-pager-button{
        position:relative;
        width:15%;
        padding:0;
    }

    .posr .tabs-pager-container .cycle-pager-button::after{
        display: block;
        position:absolute;
        width:0;
        height:0;
        border:10px solid transparent;
        content: '';
        left:50%;
        margin-bottom:-10px;
        margin-top:15px;
    }

    .posr .tabs-pager-container a.cycle-pager-left{
        float:left;
    }

    .posr .tabs-pager-container a.cycle-pager-right{
        float:right;
    }

    .posr .cycle-pager a.cycle-pager-left::after{
        border-right-color: #00a3e3;
        margin-left:-15px;
    }

    .posr .cycle-pager a.cycle-pager-right::after{
        border-left-color: #00a3e3;
        margin-left:-5px;
    }

    .posr .cycle-pager-docked a.cycle-pager-left::after{
        border-right-color: #DCA001;
        margin-left:-20px;
    }

    .posr .cycle-pager-docked a.cycle-pager-right::after{
        border-left-color: #DCA001;
        margin-left:-2px;
    }

    .posr .tabs-pager-container .cycle-pager-link-container{width:2%;}
    .posr .tabs-pager-container .cycle-pager-active{width:60%;}

    /* mobile for cycle slider */
    .posr .tabs-pager-container .cycle-pager-button{
        display: inline-block;
        height: 50px;
        margin:0;
    }

    .posr .tabs-pager-container .tabs-nav{
        width: 70%;
        border-right:1px solid #e3e3e3;
    }

    .posr .tabs-pager-container .cycle-pager-link-container{
        float:none;
        display:table-cell;
    }

    .posr .tabs-pager-container .cycle-pager-link-container:first-child{
        border-left:1px solid #e3e3e3;
    }

    /* */
    .row.mini-carrousel .block {
        height:auto;
        padding-bottom:45px;
    }

    .row.mini-carrousel .card.news .text {
        height: 150px;
    }

    .row.mini-carrousel .block-pager {
        bottom:10px;
    }

    .gallery-container .slide{
        height: 339px;
    }

    .slide, .slider{
        overflow:visible;
        margin-bottom: 200px;
    }

	.slider.no-business {
        margin-bottom: 0px;
    }
	
    .block-carrousel .side_slider{
        top: 360px;
        left: 0;
        width: 100%;
        height: 200px;
        text-align: center;
        background: #4C6081;
    }

    .block-carrousel .side_slider .btn{
        bottom: 10px;
    }

    .block-carrousel .carrousel-content{
        width: 80%;
        left: 10%;
        max-width: 80%;
	}
    section.home-header-fund-slider .home_slider.search_products {
        top: 356px;
        right: 10px;
        height: auto;
    }
}

@media only screen and (max-width:500px){
    .row.mini-carrousel .block {
        height:auto;
    }

    .gallery-container .slide{
        height: 249px;
    }

    .gallery-container #img_caption{
        top:0;
    }

    .gallery-container .controls .cycle-prev{
        left: 10px;
    }

    .gallery-container .controls .cycle-next{
        right: 10px;
    }

    .slide, .slider{
        margin-bottom: 230px;
    }

	.slider.no-business {
        margin-bottom: 0px;
    }
    .block-carrousel .side_slider{
        height: 230px;
    }
	.home_slider.search_products {
        left: 0;
        top: 335px;
        width: 100%;
    }
    .block-carrousel.home_carrousel .carrousel-content-wrapper .carrousel-content{
        position: static;
        width: 80%;
        left: 10%;
        max-width: 80%;
    }
    .block-carrousel.home_carrousel .carrousel-content-wrapper .carrousel-content a.btn{
        bottom: unset;
    }
}

@media only screen and (max-height: 660px){
    .cycle-pager-docked.fixed{
        top:0;
    }
}

div[id^='vjs_video'] .vjs-big-play-button .vjs-icon-placeholder:before {
    top: 12px;
}
/* end: extension/aits_ine_ext_immobilier/design/immobilier_front_design/stylesheets/amundi.slider.css */

/* start: extension/aits_ine_ext_amundi_com_design/design/amundi_v4_front_design/stylesheets/core.css */
/* CORE CSS - 20060601 */

/* PRE TEXT */

pre, code
{
    font-family: "Courier New", Courier, monospace; /* Usually defaulted to monospaced font anyway, but browwsers may vary which one is used, so giving exact alternatives helps visual consistenct */
    font-size: 1em; /* Setting this exact size may also help visual consistency */
}

pre
{
    background-color: #f8f8f8;
    margin: 1em 0 1em 0;
    padding: 0.2em;
    border: 1px solid #e0e0e0;
}

pre.wordwrap /* Style for ensuring long lines in pre field won't break the design; use &nbsp; instead to preserve white-space where desired */
{
    white-space: normal;
}

pre.wordwrap span.line /* Style for tag wrapping around each line of text */
{
    display: block;
}


table.list /* Standard class usable for most regular tables presenting lists, with additional related styles */
{
    width: 100%;
    margin: 1em 0 1em 0;
    border: none;
}

table.list th, table.list td
{
    padding: 0.5em;
    border-right: 1px solid #ffffff;
    border-bottom: none;
    vertical-align: top;
}

table.list th
{
    font-weight: bold;
    color: #525345;
    background-color: #DFDFDF;
    white-space: nowrap;
    text-align: left;
    background-image: url(/extension/aits_ine_ext_amundi_com_design/design/amundi_v4_front_design/images/th_bg.png);
    background-repeat: repeat-x;
    background-position: top left;
}

table.list td
{
    border-top: 1px solid #f8f8f8;
    font-weight: normal;
}

table.list th:first-child, table.list td:first-child
{
    border-left: 1px solid #ffffff;
}

table.list tr.bglight
{
    background-color: #F1F1ED;
}

table.list tr.bgdark
{
    background-color: #EAE9E1;
}

table.list tr.bglight:hover, table.list tr.bgdark:hover /* This has no effect in IE6 and below */
{
    background-color: #ffffff;
}

table.list tr.bglight:hover td, table.list tr.bgdark:hover td
{
    border-color: #ffffff;
}

table.list a
{
    border-bottom-color: #EAE9E1;
}

table.list img
{
    vertical-align: middle;
}

th.tight, td.tight
{
    width: 1%;
}

td.nowrap
{
    white-space: nowrap;
}

td.number
{
    text-align: right;
}

/* ORDERED AND UNORDERED LISTS */
input.box, input.halfbox
{
    font-size: 1em;
}

input.button, button, input.defaultbutton, input.button-disabled
{
    background: #ebebeb;
    border: 1px solid #b9b7b7;
    cursor: pointer;
    font-size: 0.8em;
    color: #282929;
    vertical-align: middle;
    margin: 0.25em 0 0.25em 0;
}

input.defaultbutton
{
	font-weight: bold;
}

input.button-disabled
{
    cursor: default;
    color: #999;
}

input.box, textarea.box
{
    width: 100%;
    border: 1px solid #A5ACB2;
    font-size: 1em;
}

input.halfbox, textarea.halfbox
{
    width: 48%;
}

div.input, div.textarea
{
    margin: 0.5em 0 0.5em 0;
    padding: 0 0.25em 0 0.25em;
    border: 1px solid;
    border-color: #808080 #e0e0e0 #e0e0e0 #808080;
}

div.textarea
{
    padding-right: 0;
}

div.input input, div.textarea textarea
{
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

fieldset input.button, fieldset input.defaultbutton, fieldset input.button-disabled
{
    margin-top: 0.5em;
}

/* MESSAGES TO THE USER */

div.message-confirmation, div.message-feedback, div.message-warning, div.message-error, div.warning
{
    margin: 0.5em 0 1em 0;
    padding: 0.5em 1em 0.5em 1em;
    border: 6px solid #808080;
    background-color: #f8f8f8;
}

div.message-feedback
{
    border-color: #40b040;
}

div.message-warning, div.warning
{
    border-color: #c0c040;
}

div.message-error
{
    border-color: #c04040;
}


/* The remaining styles are important for proper content rendering in eZ publish - Do not remove or alter them without proper knowledge of the possible consequences */

/* POSITION CONTROL */

div.block /* Used around groups of objects which are connected in some way, and requires extra margins to the surroundings */
{
    margin: 0.5em 0 0.5em 0;
    padding: 0;
    clear: both;
}

div.block div.element, div.block div.halfelement /* Used if several objects are to be stacked horizontally within the same block */
{
    padding-right: 1em;
    float: left;
}

div.halfelement
{
    width: 48%;
}

div.block div.left /* Floats elements to the left in a block */
{
    width: 48%;
    float: left;
    clear: left;
}

div.block div.right /* Floats elements to the right in a block */
{
    width: 48%;
    float: right;
    clear: right;
}

div.button-left
{
    float: left;
}

div.button-right
{
    float: right;
}

p.text-left, td.text-left, th.text-left, *.text-left
{
    text-align: left;
}

p.text-right, td.text-right, th.text-right, *.text-right
{
    text-align: right;
}

p.text-center, td.text-center, th.text-center, *.text-center
{
    text-align: center;
}

p.text-justify, td.text-justify, th.text-justify, *.text-justify
{
    text-align: justify;
}

div.object-left, table.object-left /* Used for floating images and other content elements to the left inside other content */
{
    margin: 0.25em 0.25em 0.25em 0;
    float: left;
    clear: left;
}

div.object-right, table.object-right /* Used for floating images and other content elements to the right inside other content */
{
    margin: 0.25em 0 0.25em 0.25em;
    float: right;
    clear: right;
}

div.object-center, table.object-center
{
    margin: 0.25em auto 0.25em auto;
}

.float-break
{
    height: 1%; /* Fix for IE */
}

.float-break:after /* Terminate floating elements flow */
{
    content: "-";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

div.break /* Old method for terminating floating elements flow; kept for backwards compatibility */
{
    clear: both;
    font-size: 1px; /* Fix for IE */
    height: 1px;
    margin-bottom: -1px;
}

/* SPLIT THREE */

div.split
{
    clear: both;
}

div.split-content
{
    border: none;
}

div.split div.three-left
{
    width: 31%;
    float: left;
}

div.split div.three-right
{
    width: 31%;
    float: right;
}

div.split div.three-center
{
    margin: 0 35% 0 35%;
}


/* MISCELLANEOUS STYLES */

div.oe-window /* Needed by OE 5.0 when translating content */
{
    clear: both;
}

.small
{
    font-size: 85%;
}

.hide /* Used on elements which should only be visible if CSS in disabled or unavailable */
{
    display: none;
}

.spamfilter /* Simple fix for stopping spambots from getting correct e-mail addresses from a web page: info<span class="spamfilter>SPAMFILTER</span>@ez.no <span class="spamfilter>(Remove SPAMFILTER to reply)</span> */
{
    display: none;
}

/* For new metanav & new disclaimer (metanav project) */
.disclaimer-links {
  color: #142147;
  font: 14px "Barlow Regular";
  font-weight: bold;
  line-height: 1.625;
}

#disclaimer-links-under-btn {
  text-align: left;
}

#metanavRoot {
  position: relative;
  z-index: 2;
  padding-top: 35px;
}

#floating-menu, #stickyDisclaimer.fixed {
  z-index: 400;
}

.metanav-shares {
    margin-left: 10%;
}

#header-main #logo img {
  height: 100%;
  margin: 0;
  padding: 0;
}
/* end: extension/aits_ine_ext_amundi_com_design/design/amundi_v4_front_design/stylesheets/core.css */

/* start: extension/aits_ine_ext_immobilier/design/immobilier_front_design/stylesheets/css/fonts.css */

/* CSS Fonts Amundi */

@font-face {
  font-family: "Barlow Thin";
  src: url("https://db.onlinewebfonts.com/t/d5f05cf7e153f61c81d7bc4619189028.eot");
  src: url("https://db.onlinewebfonts.com/t/d5f05cf7e153f61c81d7bc4619189028.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/d5f05cf7e153f61c81d7bc4619189028.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/d5f05cf7e153f61c81d7bc4619189028.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/d5f05cf7e153f61c81d7bc4619189028.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/d5f05cf7e153f61c81d7bc4619189028.svg#Barlow Thin")format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Barlow Regular";
  src: url("https://db.onlinewebfonts.com/t/795640e2e50d64eb829116ba8f81739d.eot");
  src: url("https://db.onlinewebfonts.com/t/795640e2e50d64eb829116ba8f81739d.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/795640e2e50d64eb829116ba8f81739d.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/795640e2e50d64eb829116ba8f81739d.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/795640e2e50d64eb829116ba8f81739d.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/795640e2e50d64eb829116ba8f81739d.svg#Barlow Regular")format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Barlow Bold";
  src: url("https://db.onlinewebfonts.com/t/cc57c0063652805a088f821b5eadcccd.eot");
  src: url("https://db.onlinewebfonts.com/t/cc57c0063652805a088f821b5eadcccd.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/cc57c0063652805a088f821b5eadcccd.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/cc57c0063652805a088f821b5eadcccd.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/cc57c0063652805a088f821b5eadcccd.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/cc57c0063652805a088f821b5eadcccd.svg#Barlow Bold")format("svg");
  font-weight: normal;
  font-style: normal;
}





/* end: extension/aits_ine_ext_immobilier/design/immobilier_front_design/stylesheets/css/fonts.css */

/* start: extension/aits_ine_ext_immobilier/design/immobilier_front_design/stylesheets/site_colors.css */
.bg_dark_blue{ background-color: #152246 !important; }

#metanav .full-width li a:hover {
    color: #00BDF0;
}

#metanav .full-width li a.active {
    background: #00BDF0;
}

#metanav .full-width li a.active::after {
    border-color: #00BDF0 transparent transparent transparent;
}

/********************************************************************************************/
/* Footer
/********************************************************************************************/
footer{ padding: 28px 0 78px 0; }
footer h4 { text-transform: uppercase; color: #FFFFFF; font-family: 'Barlow Bold'; font-size: 14px; margin-bottom: 0.415em; margin-top: 0; margin-left: -2em; }
footer ul.list-unstyled { list-style-type: none; font-size: 8px; margin-bottom: 1em; }
footer ul.list-unstyled li{ font-size: 1.625em; line-height: 1.68em; color: #FFFFFF; font-family: 'Barlow Thin';padding: 0px;}
footer ul.list-unstyled > li:before{ content: "-"; width: 1em;  margin-left: -1em; color: #FFFFFF !important; display: block !important;}
footer ul.list-unstyled a{ color: #FFFFFF; display: block; margin-top: -0.40em; background-color: transparent;line-height: 22px;}
/* end: extension/aits_ine_ext_immobilier/design/immobilier_front_design/stylesheets/site_colors.css */

/* start: extension/aits_ine_ext_immobilier/design/immobilier_front_design/stylesheets/css/global.css */

/* CSS Global Amundi */
body{ font-family: 'Barlow Thin'; font-size:16px;color:#414042; position:relative;}
body, html{overflow-x:hidden;}
p, a{ line-height: 30px;font-size: 16px;}
a:focus{text-decoration:none;}
h1, h2, h3, h4{color:#2193BE;font-family: 'Barlow Regular';}
h1{font-size:32px;}
h2{font-size:28px;}
h3{font-size:24px;}
h4{font-size:20px; letter-spacing:1px;}
.clear{clear:both;}
.alignC{text-align:center;}
.blue{color:#00B5ED;}

.bold01{font-family: 'Barlow Regular'!important;}
.bold02{font-family: 'Barlow Bold'!important;}

hr{width:90%;}
hr.hr01, hr.hr02{border-width: 3px;border-color: #2193BE;}
hr.hr01{width:200px;}
hr.hr02{width:140px;}

.row div img{max-width: 100%;height: auto;}

.col5{float:left; width:20%;padding-right:10px; padding-left:10px;}

.container {
    /*max-width: 1200px!important;*/
}
a{text-decoration:none;color:#00BDF0; transition:color 0.3s;}
a:hover{text-decoration:none;color:#0E749E;}

.button{display:inline-block; font-size:16px;  font-family: 'Barlow Regular'; color:white; padding:8px 60px; text-transform:uppercase; background-color:#00BDF0; transition:background-color 0.3s;}
.button:hover{cursor:pointer;background-color:#0E749E;color:white;}

section.pre-header{height:38px;background-color:#152246}
section.pre-header .fab, section.pre-header .fa{color:white;}
section.pre-header p{color:white}
section.pre-header ul, section.pre-header ul li{list-style:none;margin:0; padding:0;font-size: 0;}
section.pre-header ul.social{height:38px;}
section.pre-header ul.social li{display:inline-block; text-align:center;height: inherit;}
section.pre-header ul.social li a{display:inline-block;    float: left; width:38px; height:inherit; padding: 5px 0; border-left:1px solid white; text-align:center;transition:background-color 0.3s;}
section.pre-header ul.social li a:hover{background-color:#00BDF0;}
section.pre-header ul.social li:last-child a{border-right:1px solid white;}
section.pre-header ul.social li .fab, section.pre-header ul.social li .fa{font-size:14px;}
section.pre-header ul.links{text-align:right;}
section.pre-header ul.links li{display:inline-block;}
section.pre-header ul.links li a{display:inline-block;padding-left:25px; border-left:1px solid white; transition:color 0.3s;  line-height:38px; padding-right:25px; color:white; font-size:12px;}
section.pre-header ul.links li a:hover{text-decoration:none;color:#00BDF0;}
section.pre-header ul.links li:last-child a{border-left:none;}
section.pre-header ul.links li.espace-prive a{background-color:#0E749E; transition:background-color 0.3s;text-decoration:none;}
section.pre-header ul.links li.espace-prive a:hover{background-color:#00BDF0; color:white; cursor:pointer;}

section.header img.logo {width:240px;  margin-top:14px;margin-bottom:10px;}
section.header h1, section.header span.h1{display:inline-block; margin-left:20px;text-transform:uppercase;color:#00B5ED;font-size:16px; letter-spacing:2px;font-family: 'Barlow Regular';font-weight: bold;}
section.header h1 br{display:none;}
section.header div.contact{float:right; height:81px; padding-top: 28px; text-transform:uppercase;font-size:12px; letter-spacing:1px;}
section.header div.contact a{font-size:14px;color:#707070;transition:color 0.3s;}
section.header div.contact a:hover{color:#00BDF0;}
section.header div.bubble{float:right;height:81px; padding-top: 30px;margin-right:15px;}
section.header div.bubble img{width:30px;}
section.header .col-md-4{}

section.hero-img .bg, section.hero .bg{position: relative;background-size:cover; background-repeat:no-repeat; background-position:top center; height:450px; padding-top:150px;text-align:center;}
section.hero-img h1{display:block; margin:auto;font-size:32px;font-family: 'Barlow Bold';color:white; text-transform:uppercase;
text-shadow: 0 0 10px #1522467a; margin-bottom:25px;}
section.hero-img a.product{width:200px;}
a.product{font-family: 'Barlow Regular'; color:white; padding:6px 20px; text-transform:uppercase;
font-size: 16px; transition:background-color 0.4s;display:inline-block; clear:both; text-align:center; background-color:#00BDF0; margin-left:10px; margin-right:10px; letter-spacing:1px;}
a.product:hover{background-color:#0E749E;}

section.hero-img a.investment{display:inline-block; margin:auto; text-transform:uppercase; font-family: 'Barlow Regular';
margin-top: 122px; clear:both; text-align:center; background-color:rgba(255, 255, 255, 0.85); letter-spacing:1px;
 color:#152246; padding:4px 20px; font-size:16px; transition:background-color 0.4s;}
section.hero-img a.investment:hover{background-color:#ffffff;}
section.hero-img a.investment .fas{margin-left:10px;}

section.hero-img #homeHero span.legend,
section.hero span.legend
{position:absolute; bottom: 0; right: 0; display:inline-block; color:white; padding:6px 20px; font-size: 12px; background-color:#414042;}
section.hero-img{position:relative;}
section.hero-img .home-bg-01{background-image:url(/extension/aits_ine_ext_immobilier/design/immobilier_front_design/images/img/home-slider/home-bg-01.jpg);}
section.hero-img .home-bg-02{background-image:url(/extension/aits_ine_ext_immobilier/design/immobilier_front_design/images/img/home-slider/home-bg-02.jpg);}
section.hero-img .home-bg-03{background-image:url(/extension/aits_ine_ext_immobilier/design/immobilier_front_design/images/img/home-slider/home-bg-03.jpg);}

section.hero .bg{padding: 0;}
section.hero h1{margin-top:10px;font-family: 'Barlow Bold'; font-size:24px; text-transform:uppercase; letter-spacing:3px; background-color:rgba(21, 38, 80, 0.8); display:inline-block; padding:8px 50px;    padding-top: 10px; color:white;}
section.hero.building h1{margin-top:100px;}
section.hero span.legend{color:#414042; background-color:rgba(255, 255, 255, 0.78);}
section.hero.product-kf .bg{background-image:url(/extension/aits_ine_ext_immobilier/design/immobilier_front_design/images/img/bg_edissimo03.jpg);}

section.hero.building h1{display:block; text-transform:none; letter-spacing:1.5px;}

section.hero.building-kf{background-image:url(/extension/aits_ine_ext_immobilier/design/immobilier_front_design/images/img/bg_immeuble01.jpg);}
section.hero.building-kf h2{color:white; text-shadow:2px 2px 2px #000;    text-shadow: 2px 2px 2px #333333}

.breadcrumb{display:block;text-align: left;padding:15px 0;margin: 0;}
.breadcrumb, .breadcrumb a{background:none; color:white;}
.breadcrumb a, .breadcrumb p{font-size:12px;}
.breadcrumb a:hover{text-decoration:underline;}
.breadcrumb p{background-color: rgba(142, 142, 142, 0.61);display: inline-block; padding-left:15px; padding-right: 15px; margin-bottom: 0; margin-left: 15px;}

.container-ipad-map{display:none;}
section.cta-carte{height:290px; background-image:url(/extension/aits_ine_ext_immobilier/design/immobilier_front_design/images/img/bg-carte.jpg); margin-bottom:20px; margin-top:20px; padding-top: 80px;background-size: cover;
background-position:top center;}
section.cta-carte .box{background-color:rgba(255, 255, 255, 0.95); width:500px; padding:30px; margin:auto; text-align:center;}
section.cta-carte h3{color:#162347; text-align:center;font-size: 20px;}

section.home-key-figure{padding-top:40px; padding-bottom: 0;}
section.home-key-figure h3{text-transform:uppercase; text-align:center; font-size:25px; margin-bottom: 30px;}
section.home-key-figure .figures span{font-family: 'Barlow Thin'; display:block; text-align:center; font-size:80px;color:#015a96;}
section.home-key-figure .figures figure{height:160px;}
section.home-key-figure .figures p{font-family: 'Barlow Regular'; text-align: center;color: #00B5ED; margin-top: -14px;font-size: 18px; line-height:18px;}
section.home-key-figure .link{text-align:center; padding-top:20px; font-size:16px; text-decoration:underline;}
section.home-key-figure .figures .col-md-3{padding-left:8px; padding-right:8px;}
section.home-key-figure p{font-size:12px; margin-top:40px;text-align:center;color:#616161;}
section.home-key-figure p sup{font-size: 60%;}

section.home-key-figure .figures .col-md-3:before{
	background-color: #ccc;
	position: absolute;
	content: '';
  	height: 60px;
	width:2px;
  	right: 0;
  	left: 0;
  	top: 30px;
   }
 section.home-key-figure .figures .col-md-3:first-child:before {background: none;}


section.know-more{height:525px; background-image:url(/extension/aits_ine_ext_immobilier/design/immobilier_front_design/images/img/bg-know-more.jpg); margin-top: 0; padding-top: 40px;background-size: cover;
background-position:top center;}
section.know-more h2{font-size:30px; letter-spacing:2px; text-align:center;color:white; text-transform:uppercase;margin-top: 0;}
section.know-more .cont{border-top:1px solid white; border-bottom:1px solid white;margin-top:20px;}
section.know-more .cont .bord{border-right:1px solid white;}

section.know-more .box{background-color:white; margin:20px;padding: 30px; transition: box-shadow 0.3s; cursor:pointer;}
section.know-more .box img{display:block;position:relative; margin:auto;}
section.know-more .box:hover{box-shadow: 0 0 40px #0000008f;}
section.know-more .box h3{font-size:20px;text-align:center; margin-top: 0;}
section.know-more hr{width:50px; border-width:2px;border-color:#B4B4B4;}

section.know-more .box p{text-align:center;}
section.know-more .pedago h3{color:#7FB77D;}
section.know-more .aide h3{color:#2193BE;}
section.know-more .video h3{color:#4D4D4F;}

section.interaction-panel{position:fixed; top:200px; right: 0; z-index:999;}
section.interaction-panel ul{width:180px;}
section.interaction-panel ul li{opacity:0.9;}
section.interaction-panel ul li:before{content: none;}
section.interaction-panel ul li p{color:white; display: inline-block; line-height:18px;font-size:16px; max-width:120px; margin: 0; position: absolute; top: 50%; left: 60px; transform: translateY(-50%);}
section.interaction-panel ul, section.interaction-panel ul li{list-style:none; margin:0; padding:0; cursor:pointer;}
section.interaction-panel ul li{float:right;width:180px; clear:both;transition:margin 0.5s, opacity 0.4s;height:60px; border-radius:6px 0 0 6px;
margin-bottom:4px; background-repeat:no-repeat;background-position:5px 6px; margin-right:-123px; padding-left: 14px;}

section.interaction-panel ul li i.fa{float: left;color:#ffffff; font-size:30px; margin-right: 10px;width: 35px;height:40px;text-align: center;}
section.interaction-panel ul li i.fa{margin-top:13px;}
section.interaction-panel ul li.widget-bg-,
section.interaction-panel ul li.widget-bg-0 { background-color:#00a0e3;}
section.interaction-panel ul li.widget-bg-1 { background-color:#00b6ed;}
section.interaction-panel ul li.widget-bg-2 { background-color:#0C1C49;}
section.interaction-panel ul li.widget-bg-3 { background-color:#004F9F;}
section.interaction-panel ul li.widget-bg-4 { background-color:#457296;}
section.interaction-panel ul li.widget-bg-5 { background-color:#39B2B6;}
section.interaction-panel ul li.widget-bg-6 { background-color:#E6325E;}
section.interaction-panel ul li.widget-bg-7 { background-color:#F07D00;}
section.interaction-panel ul li.widget-bg-8 { background-color:#C19135;}

section.interaction-panel ul li:hover { margin-right: 0; opacity:1;}

section.interaction-panel ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

section.news-feed .container{max-width:1400px;}
section.news-feed .col{padding-left:30px; padding-right:30px;}
section.news-feed img{display:block;position:relative; margin:auto;}
section.news-feed{padding:40px 0;}
section.news-feed h2{text-align:center; margin-bottom:40px;}
section.news-feed .news-line h3,
section.news-feed .press-line h3,
section.news-feed .agenda-line h3 {color:#000;font-size:18px;line-height:28px; min-height:130px; padding-left: 20px; margin-top: 0;}
section.news-feed p{margin-top:20px; font-size:14px; line-height:20px;font-family: 'Barlow Thin';}
section.news-feed div.link {text-align:right;}
section.news-feed div.link a {text-decoration:underline;}
#main section.news-feed .button,
section.news-feed .button {background-color: #00BDF0; border-color: #00BDF0; margin-top:60px;}
#main section.news-feed .button:hover,
section.news-feed .button:hover {background-color: #ffffff; border-color: #00BDF0; color: #00BDF0;}
section.news-feed .news{margin-bottom:40px;}

section.news-feed .linkedin-feed h3{height:53px;}
section.news-feed .linkedin-feed h3:before{height: 53px;}
section.news-feed .linkedin-feed a{text-decoration:underline;color:#152246; display: inline-block; margin-bottom:20px;}

section.footer{background-color:#152246; padding-top:15px; padding-bottom:25px; min-width: 100%;}
section.footer hr{border-color: #ffffff70; width:100%; border-width:1px; margin-bottom:10px;}
section.footer p, section.footer p a{color:#ffffff70;font-size:12px; margin:0;}
section.footer .column {text-align: center;}
section.footer h5{text-transform:uppercase; color:#fff; font-size:16px; margin-bottom:0; margin-top: 25px; text-align: center;}
section.footer ul{color:#fff; padding-left: 0; list-style:none;}
section.footer li{margin-left: 0;}
section.footer li a{background-color: #152246; font-size:12px;color:#fff; line-height: 22px;}
section.footer li a:hover{color:#00BDF0;}
section.footer li:before{content: none;}

section.kf.product-kf{ margin-top:40px; margin-bottom:40px; padding-left: 30px;padding-right: 30px;}
section.kf.building{ margin-top: 20px; margin-bottom:40px; padding-left: 120px;padding-right: 120px;}

section.kf.building sup{font-size:12px;top: -38px; }

section.kf figure{background-color:rgba(0, 189, 240, 0.9); border-bottom:6px solid #0E749E;
height:200px; padding:10px; padding-top:50px; box-shadow: 0 0 15px #999;}
section.kf figure h3, section.kf figure p{color:white;}
section.kf figure h3{color:white; font-family: 'Barlow Thin';}
section.kf figure p{font-family: 'Barlow Thin';}

section.kf figure h3{font-size:66px; line-height:60px;  margin-top: 0;}
section.kf figure p{font-size:18px; line-height:22px}
section.kf figure .s50{font-size:50px;}
section.kf figure .s60{font-size:60px;}

section.nav-product ul li.nav-item{width:20%;border-right:1px solid #d2d2d2;border-bottom:1px solid #d2d2d2; padding:0;}
section.nav-product ul li.nav-item:first-child{border-left:1px solid #d2d2d2;}

section.nav-product ul li.nav-item a{text-align:center;color:#152246;  text-transform:uppercase;font-family: 'Barlow Regular'; transition:background-color 0.5s; font-size:16px; padding-top:20px; padding-bottom:20px;}
section.nav-product .nav-pills>li.active>a,
section.nav-product .nav-pills>li.active>a:focus,
section.nav-product .nav-pills>li.active>a:hover {
color: #fff;
background-color: #152246;}

section.nav-product ul li.nav-item a:hover{ background-color: #152246;color:#fff;}
section.nav-product a.nav-link {padding:0;}
section.nav-product .nav-pills .nav-item.active, section.nav-product .nav-pills .show>.nav-link {
    background-color: #152246; color: #ffffff;
}
section.nav-product .nav-pills li.nav-item.active .nav-link:after{
top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color:#152246;
	border-width: 12px;
	margin-left: -12px;
}
section.nav-product .nav-pills .nav-link {border-radius: 0;position:relative;}
section.nav-product ul.nav{ box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.07);}

section.product-content{margin-top:0;}

section.product-intro{margin-bottom:40px;}
section.product-intro p.intro{font-size:22px; font-family: 'Barlow Regular'; text-align:center; padding:20px 0;}

section.product-content section.edito{text-align:center; background-color:#F1F2F2; padding:30px; margin-top:20px;}
section.product-content section.edito h3{color:#2193BE; font-size:20px; letter-spacing:1px; text-transform:uppercase; margin-bottom:20px;}
section.product-content section.edito p{font-size:16px;font-family: 'Barlow Thin'; margin-bottom:20px;}
section.product-content section.edito{}

section.product-graph{text-align:center; margin-top:40px; margin-bottom:40px;}
section.product-graph h3{color:#000;font-size:20px; margin-bottom:30px; margin-top:20px;}
section.product-graph h3 span{font-family: 'Barlow Thin';}

section.product-graph img{max-width:440px;}

section.product-detail{margin-top:40px;margin-bottom:80px;}
section.product-detail h3{text-align:center;  text-transform:uppercase;color:#0E749E; margin-bottom:40px;font-size: 24px; letter-spacing:1px;}
section.product-detail p{font-family: 'Barlow Thin'; font-size:16px; line-height:30px;}

section.product-patch{margin-top:60px;}
section.product-patch figure{text-align:center; padding:5px;height:205px; background-color:#F1F2F2; box-shadow: 0 0 10px #ccc;border-bottom:4px solid #00B5ED;}
section.product-patch figure p{ font-size:16px; line-height:24px;font-family: 'Barlow Regular';color:#0E749E;}
section.product-patch figure img{width:65px;margin-top:20px; margin-bottom:15px}

section.product-patch .col{padding-left:40px; padding-right:40px;}

section.product h3{text-align:center; color:#2193BE; text-transform:uppercase; letter-spacing:1px; margin-bottom:30px; margin-top:30px;}
section.product-warnings, section.bg-grey h3 {text-transform:none;}

section.bg-grey{background-color:#F1F2F2; padding:40px; margin-top:40px;}

section.product-document table.download{ text-align:center; width:100%; font-size:20px;color:#2C98C1;}
section.product-document table.download td, section.product-document table.download{border: 1px solid #2C98C1; padding:0;}
section.product-document table.download a{color:#2C98C1;display:block; transition:background-color 0.3s; padding:10px;}
section.product-document table.download p{display:block; margin:0;}
section.product-document table.download span, table.download-other span{display:inline-block; text-align:center; width:30px; height:30px; border-radius:50%; background-color:#D6D6D6; transition:background-color 0.3s;}
section.product-document table.download .fas, table.download-other .fas, section.product-document table.download .fa, table.download-other .fa{color:white;font-size:14px;}
section.product-document table.download a:hover span{background-color:#00B5ED;}
section.product-document table.download a:hover{background-color:#E5E5E5;}

section.product-document h4{font-family: 'Barlow Thin'; text-align:center; color:#414042; font-size:20px; text-transform:uppercase;}
table.download-other{margin-top:40px; background-color:#fff;font-family: 'Barlow Regular';}
table.download-other span{padding-top: 2px;}
table.download-other a:hover span{background-color:#00B5ED;}
table.download-other a.text {}
table.download-other td.prod, table.download-other td.date, table.download-other td.picto{text-align:center;}
section.other-document p.legend, section.product-building section.acquisition p.legend{font-family: 'Barlow Thin';font-size:14px; line-height:20px; margin-top:20px; text-align:left;}

section.product-building h4{margin-top:35px; height: 55px; text-align:center; text-transform:uppercase;}
section.product-building p{font-family: 'Barlow Regular'; font-size:16px; text-align:center; line-height:20px;}

section.product-building .content{margin-top:40px; text-align:center;width: 180px;margin: auto;}
section.product-building .content p{font-size:12px; margin-top:20px; text-align:left;}
img.yearbook{width:180px;}
section.product-building .diapo-product{width:180px;}
img.yearbook, section.product-building .diapo-product img{box-shadow: 3px 2px 4px 0 rgba(0, 0, 0, 0.2)}

section.product-building section.acquisition{margin-bottom:60px;}
section.product-building section.acquisition p.legend{margin-top:40px;}
section.product-building .diapo-product {position:relative;width:180px; margin:auto; }
section.product-building .diapo-product a.button, section.product-building .container a.button{font-size:14px; width:95%; margin-top:40px; padding:6px 10px;}

.slick-prev, .slick-next {border:solid #5D5D5D;border-width: 0 2px 2px 0;display: inline-block;padding: 0;width: 26px;height: 26px;    top: 120px;}
.slick-prev:before, .slick-next:before {content:"";}
.slick-prev:hover, .slick-next:hover{border: solid black;border-width: 0 2px 2px 0;}
.slick-prev{ transform: rotate(135deg);-webkit-transform: rotate(135deg);}
.slick-next {transform: rotate(-45deg); -webkit-transform: rotate(-45deg);}

.diapo-product .slick-slide{}

/* bootstrap hack: slick slider BootStrap Tabs */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
  height: 0;
  overflow-y: hidden;
  padding-top: 40px;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
  height: auto;
} /* bootstrap hack end */
/* bootstrap hack:Tab syste downgrade to 3.3.7*/
.nav-pills>li+li{margin-left: 0;}
/* bootstrap hack end */

.sweet-alert{background-color:rgba(0, 79, 139, 0.94); border-radius: 0;}
.sweet-alert h2{font-size:24px;color: #ffffff;margin: 10px 0;}
.sweet-alert h3{font-size:20px; color:#ffffff; font-family: 'Barlow Thin';}
.sweet-alert p.tel{font-size:20px; font-weight:700;color:#ffffff}
.sweet-alert p.tarif{font-size:12px;color:#3094e0;}
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {padding-bottom: 20px;}

section.header-titre{height:160px;}
section.header-titre h1{font-size:32px;text-align:center; text-transform:uppercase;color:#414042; letter-spacing:2px;margin-top: 10px;}

section.titre{height:auto;}
section.titre h2, section.titre h1{text-align:center;text-align:center; text-transform:uppercase; letter-spacing:2px;}
section.titre h1{font-size:32px;color:#414042;}
section.titre h2{font-size:28px; color:#0E749E; padding-top:30px; padding-bottom:30px;}

section.building-gallery .col-md-2 figure, section.building-gallery .col-md-6 figure, section.building-gallery .col-md-2 figure.detail span {height:180px;}
section.building-gallery .col-md-4 figure, section.building-gallery .col-md-4 figure.detail span{height:360px;}
section.building-gallery figure.detail span{width:100%; position:relative; display:block;}

section.building-gallery .col-md-2 figure.detail span{padding-top:15px;}
section.building-gallery .col-md-4 figure.detail span{padding-top:100px;}
section.building-gallery figure.detail p{color:#fff; text-align:center; font-size:12px; line-height:20px;}
section.building-gallery figure.detail p.titre{font-family: 'Barlow Regular';}
section.building-gallery figure.detail p.detail{font-family: 'Barlow Thin';}

section.building-gallery .col.titre{padding-right: 0;}
section.building-gallery .col.first-img{padding-left: 0;}

section.building-gallery figure.titre{background-color:rgba(0, 181, 237, 0.75);}
section.building-gallery figure.detail{box-shadow: 4px 4px 4px #c3c3c3;}
section.building-gallery figure.detail img{width:45px;position:relative; margin:auto; margin-bottom:10px;    display: block;}
section.building-gallery figure.detail span{background-color:rgba(21, 34, 70, 0.9);}
section.building-gallery figure.img, section.building-gallery figure.detail{background-size:cover; background-repeat:no-repeat; background-position:center center;}
section.building-gallery .col-md-2 figure.titre{padding-top:60px;}
section.building-gallery .col-md-4 figure.titre{padding-top:140px;}
section.building-gallery figure.titre h3{margin:0; padding:0;color:#fff;text-align:center; font-size:22px; font-family: 'Barlow Regular'; letter-spacing:2px;}
section.building-gallery figure.titre hr{border-top:4px solid #152246; width:70%; margin-top:5px; margin-bottom: 0;}
section.building-gallery .col{padding-left:4px; padding-right:4px;}
section.building-gallery .line{margin-bottom:8px;}



section.cta-only{text-align:center;}
section.cta-only a.button{margin-top:50px; margin-bottom:50px;}

section.hero.help .bg{background-image:url(/extension/aits_ine_ext_immobilier/design/immobilier_front_design/images/img/bg_aide_01.jpg);}
section.hero.help h1{font-family: 'Barlow Thin'; letter-spacing:1px; background:none; margin-bottom:30px;}
section.hero.help a.box{display:block; margin-bottom:20px; cursor:pointer;height:255px; background-color:rgba(21, 34, 70, 0.3); padding-top:50px;border:1px solid #fff; transition:background-color 0.3s, border-color 0.3s;}
section.hero.help a.box:hover{background-color:#00B5ED;border:1px solid #00B5ED;}
section.hero.help a.box img.ic01{width:55px;}
section.hero.help a.box img.ic02{width:50px;}
section.hero.help a.box img.ic03{width:40px;}
section.hero.help a.box img.ic04{width:40px;}
section.hero.help a.box h2{font-family: 'Barlow Regular';color:#fff; font-size:14px; line-height:18px; text-transform:uppercase;}
section.hero.help a.box hr{border-top:solid 6px #00B5ED; width:40px;}
section.hero.help a.box:hover hr{border-top-color:#152246;}

section.common-title h1{text-align:center;font-family: 'Barlow Thin'; color:#152246; letter-spacing:1px; font-size:28px; margin-top:0; margin-bottom:36px; padding:0; text-transform:uppercase;}
section.faq.bg-grey{margin-top: 0;}

ul.faq-menu li, ul.faq-menu, ul.faq-content, ul.faq-conten{padding: 0; list-style:none;}
ul.faq-menu li{border-left:6px solid #00B5ED; margin-bottom:1px}
ul.faq-menu li a{display:block;padding-top:15px; padding-bottom:15px; padding-left:30px; font-family: 'Barlow Thin'; letter-spacing:1px; background-color:#004F8B;color:#fff;}
ul.faq-menu li a:hover{background-color:#152246;color:#00B5ED}


section.faq h2{text-align:center;font-family: 'Barlow Thin'; text-transform:uppercase;color:#152246;font-size:20px;letter-spacing:1px; margin-bottom:20px;}
section.faq hr{border-top-color:#152246; width:100%; margin-top: 0; margin-bottom: 0;}

ul.faq-content{margin-bottom:30px;}
ul.faq-content .panel-heading{background-color:#fff; border-radius: 0; border:none; box-shadow:none;padding: 0;}
ul.faq-content .panel-heading .panel-title a{display:block;font-family: 'Barlow Thin';color:#152246; font-size:18px; padding:12px 30px;}
ul.faq-content .panel-heading .panel-title a:focus{text-decoration:none;}
ul.faq-content .panel-body{font-family: 'Barlow Thin';font-size: 16px;line-height: 30px;}
ul.faq-content .panel-default>.panel-heading+.panel-collapse>.panel-body {border: none; padding:12px 30px; padding-top: 0;}
ul.faq-content .panel-default{border-radius: 0;box-shadow:none;border:none;    margin-bottom: 8px;}
ul.faq-content .panel-heading .panel-title .fa{float:right; font-size:26px; margin-top:4px;}

.rotated {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
  -o-transform: rotate(180deg); /* Opera */
}

section.hero-small .bg{height:200px; background-image:url(/extension/aits_ine_ext_immobilier/design/immobilier_front_design/images/img/bg-souscrire.jpg);}

section.souscription-content{margin-top:50px; margin-bottom:60px;}
section.souscription-content h2{font-family: 'Barlow Regular';color:#00B5ED;display:block; background-color:#F1F2F2;font-size:20px;text-align:center; padding-top:10px; padding-bottom:10px; letter-spacing:1px; margin-bottom:30px; margin-top:20px;}
section.souscription-content li{list-style:none; padding-top:10px; padding-bottom:10px;}
section.souscription-content li p{padding-left:60px;}
section.souscription-content li span.number{position:absolute;font-family: 'Barlow Regular';display:inline-block;color:#00B5ED; width:45px; height:45px; padding-top:10px; border-radius:50%; border:1px solid #707070;text-align:center;}


section.souscription-content li.option{border-left:4px solid #00B5ED;padding-top: 0; padding-bottom: 0;margin-top:20px;}
section.souscription-content li.option p, section.souscription-content li.option ul{padding-left:60px; font-size:14px;}

section.contact{margin-top:50px;}
section.contact .box{display:block;background-color:#F1F2F2; padding:30px; margin-bottom:30px;transition:background-color 0.3s;}
section.contact .box.small{height:260px;padding:40px 20px;}
section.contact .box.small h2{line-height:24px;padding-bottom: 0;}
section.contact .box.small p{color:#888888; text-align:center;}

section.contact a.box.small:hover{background-color:#d4d4d4;}

section.contact .container{ max-width: 900px;}
section.contact h2,section.contact h3{ text-align:center;letter-spacing:1px; padding: 0; margin: 0;}
section.contact h2{font-size:17px;color:#00B5ED;padding-bottom:10px;}
section.contact h3{font-size:18px;color:#888888;padding-bottom:30px; margin-bottom:20px;}
section.contact ul, section.contact li{list-style:none; }
section.contact li{line-height:20px;padding-bottom:12px;}
section.contact li:last-child{line-height:20px;padding-bottom: 0;}
section.contact ul{border-left:4px solid #00B5ED;padding-left:20px;margin-bottom:30px;margin-left:40px;}
section.contact li a{color:#888888; line-height: 18px;}
section.contact li a:hover{text-decoration:underline;}

section.hero-img, section.hero{   margin-top: 20px;}
/* end: extension/aits_ine_ext_immobilier/design/immobilier_front_design/stylesheets/css/global.css */

/* start: extension/aits_ine_ext_immobilier/design/immobilier_front_design/stylesheets/amundi.immobilier.css */
/* Styles de base */
ol, ul { margin: 0 0 30px;}
ol li { position: relative; min-height: 50px; margin-bottom: 10px; padding: 10px 0 0 60px;}
ol li:before { position: absolute; left: 0; top: 0;}
ol li:before, .num_circle {
    border-radius: 50%;
    border: 1px solid #707070;
    color: #00B5ED;
    display: inline-block;
    font-family: 'Barlow Regular';
    padding: 10px 0 0 !important;
    text-align: center;
    width: 45px;
    height: 45px;
}
ul li { margin-bottom: 10px;}
ul li:before { background: url('/extension/aits_ine_ext_immobilier/design/immobilier_front_design/images/chevron_immo.png') no-repeat 0 0; width: 6px; height: 10px;}

.emphasize2 { color: #2193BE;}

/* Fix edit button BO eZ*/
#main .content-edit .button { font-family: 'Barlow Thin'; padding: 1px 6px; text-transform: inherit;}

.menu-content { z-index: 1999;}
section {
    margin:0;
    padding:0;
    max-width: inherit;
    overflow: inherit;
}

header#header { height: 161px;}

header#header #header-links {
    background: transparent;
}

#header-links .tools a {
    padding: 9px 15px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background: #C19135;
    color: #fff;
    font-weight: normal;
}

section.header {
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
}

#header #metanav a {
    font-size: 10px;
    line-height: 29px;
}

#header #metanav a.active:hover {
    color: #ffffff;
}

section.header h1, section.header span.h1 {
    display: inline-block;
    margin-left: 20px;
    text-transform: uppercase;
    color: #00B5ED;
    font-size: 16px;
    font-family: 'Barlow Regular';
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 30px;
    text-align: left;
}

section.header h1 br{display:none;}

section.header a {
    float: left;
}
section.header img.logo {
    width: 240px;
    margin-top: 14px;
    margin-bottom: 10px;
}

section.header div.contact {
    float: right;
    height: auto;
    padding-top: 22px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
section.header div.contact a {
    font-size: 14px;
    color: #707070;
    transition: color 0.3s;
    line-height: 30px;
}
section.header div.contact a img { margin-right: 15px; margin-top: -3px;}

section.header div.bubble {
    display: none;
    float: right;
    height: auto;
    padding-top: 23px;
    margin-right: 15px;
}

section.home-navigation {
    background-color: rgba(21, 38, 80, 0.8);
    position: relative;
    width: 100%;
    z-index: 999;
}

#content.home-page {
    margin-top: -56px;
}

#cssmenu > ul > li > a {
    height: 56px;
}

#cssmenu > ul > li > a.is-active {
    background: #152246;
    color: #ffffff;
}

button.orientationchange {display: none;}

.container {
    padding: 0;
}

.container .amundi-info-immo {
  font-family: arial,verdana,helvetica,sans-serif;
  font-size: 12px;
  margin: 15px 0 0 0;
}

.container .amundi-info-immo p {
  margin-bottom: 10px;
}

.container .amundi-info-immo p, .container .amundi-info-immo a {
  font-family: arial,verdana,helvetica,sans-serif;
  line-height: 14px;
  font-size: 12px;
}

.container .amundi-info-immo h2 {
  font-size: 20px;
}
.container .amundi-info-immo h3 {
  font-size: 18px;
}
.container .amundi-info-immo h4 {
  font-size: 16px;
}
.container .amundi-info-immo h5 {
  font-size: 14px;
}
.container .amundi-info-immo h2,
.container .amundi-info-immo h3,
.container .amundi-info-immo h4,
.container .amundi-info-immo h5
{
  margin: 0 0 10px 0;
  padding: 0;
}

.container .amundi-info-immo ul.round-bullet {
  margin: 15px 0 25px 30px;
}
.container .amundi-info-immo ul li {
  margin-bottom: 0;
}

.container .amundi-info-immo a {
  color: #009ee0;
}
.container .amundi-info-immo td a {
  color: #00b4e6;
}

.container .amundi-info-immo td p {
  margin: 0;
}

.container.bp-theme .amundi-info-immo h1,
.container.bp-theme .amundi-info-immo h2,
.container.bp-theme .amundi-info-immo h3,
.container.bp-theme .amundi-info-immo h4 {
  color: #000000;
}

.container.bp-theme .amundi-info-immo a {
  color: #bf9439;
}

.container .row{
    margin-left: 0;
    margin-right: 0;
}
.col .container {
    width: auto;
}

.breadcrumb {
    margin: 0 !important;
}

section.hero-small .bg{
    padding-top: 40px;
}
section.hero-small .bg .subtitle {
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    text-transform: inherit;
    text-align: center;
    letter-spacing: 1px;
    background-color: rgba(21, 38, 80, 0.8);
    padding: 40px 0;
}

a.img-link-overlay{
    min-height: 50px;
}

section.footer{
    background-color:#152246;
    padding-top:15px;
    padding-bottom:38px;
    min-width: 100%;
}
.footer .full-width {padding: 0 10px;}
section.footer hr{
    border-color: #ffffff70;
    width:100%;
    border-width:1px;
    margin-bottom:10px;
}
section.footer p, section.footer p a{
    color:#ffffff70;
    font-size:12px;
    margin:0;
}
section.footer .column {
    padding-left: 80px;
}
section.footer h5{
    text-transform:uppercase;
    color:#fff;
    font-size:16px;
    margin-bottom:0;
    margin-top: 25px;
    padding-bottom: 4px;
}
section.footer ul{
    color:#fff;
    padding-left: 0;
    list-style:none;
}
section.footer li{
    margin-left: 0;
    margin-bottom: 0;
}
section.footer li a{
    background-color: #152246;
    font-size:12px;color:#fff;
    line-height: 22px;
    text-decoration: none;
}
section.footer li a:hover{
    color:#00BDF0;
}
section.footer li:before{
    content: none;
}
section.footer .navbar-fixed-bottom{
    background-color: #152246;
    position: fixed;
}
section.footer .navbar-fixed-bottom .full-width{
    padding: 0;
}
section.footer .social {
    width: auto;
}
section.footer .navbar-toggle {
    padding: 0;
    margin: 10px auto;
    margin-right: 10px;
}
section.footer #footer_quicklinks {
    width: auto;
    float: right;
}
section.footer #footer_quicklinks ul {
    margin: 0;
}
.social li a i{
    font: normal normal normal 14px/2 FontAwesome;
    font-size: 17px;
}
.social a:hover:before{
    font: normal normal normal 14px/2.3 FontAwesome;
    font-size: 17px;
}
.social a:hover.link-linkedin:before {
    content: '\f0e1';
}
.social a:hover.link-twitter:before {
    content: '\f099';
}
.social a:hover.link-facebook:before {
    content: '\f09a';
}
.social a:hover.link-youtube:before {
    content: '\f167';
}
.social a:hover.link-instagram:before {
    content: '\f16d';
}
#page{
    max-width: inherit;
    padding-top: 0;
}

section.hero-img{
    position:relative;
    height: 500px;
    background-size: cover;
}
section.hero-img .bg{
    height: auto;
    position: absolute;
    bottom: 0;
    padding-top:0;
    padding-bottom: 34px;
    text-align:center;
    width: 100%;
}
section.hero-img h1, section.hero-img h2{display:block; margin:auto;font-size:36px;font-family: 'Barlow Bold';color:white !important; text-transform:uppercase;
    text-shadow:0 0 10px #1522467a;}
section.hero-img a.product{width:200px;}
a.product{font-family: 'Barlow Regular'; color:white; padding:8px 20px; text-transform:uppercase; text-decoration: none;
    font-size: 19px; transition:background-color 0.4s;display:inline-block; clear:both; text-align:center; background-color:#00BDF0; margin-left:10px; margin-right:10px; letter-spacing:1px;}
a.product:hover{background-color:#0E749E;}

section.hero-img a.investment{display:inline-block; margin:auto; text-transform:uppercase; text-decoration: none; font-family: 'Barlow Regular'; margin-top:122px; clear:both; text-align:center; background-color:rgba(255, 255, 255, 0.85); letter-spacing:1px;
    color:#152246; padding:4px 20px; font-size:18px; transition:background-color 0.4s;}
section.hero-img a.investment:hover{background-color:#ffffff;}
section.hero-img a.investment .fas{margin-left:10px;}

section.hero-img #homeHero span.legend, section.hero-img p.legend,
section.hero-product span.legend, p.legend {
    font-size: 14px;
    position:absolute;
    margin-bottom: 0;
    bottom:0;
    right:0;
    display:inline-block;
    color:white !important;
    padding:6px 20px;
    background-color:#414042;
}

.hero-img .bg a.product {width: 250px;}

#page.with-cookie_info {
    padding-top: 0;
}

.modal-content {
    border: inherit;
    background: #FFFFFF;
    box-shadow: inherit;
    max-height: inherit;
    text-align: left;
    max-width: inherit;
    width: inherit;
}

.modal-header {
    padding: 15px;
    border: inherit;
    border-bottom: 1px solid #e5e5e5;
    height: inherit;
    position: inherit;
}

.modal-header button {
    position: inherit;
    right: inherit;
    bottom: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    background: inherit;
    border: none;
    padding: inherit;
    margin: inherit;
    opacity: inherit;
    filter: inherit;
}

.modal-header h4 {
    color: #2193be;
    text-align: left;
    padding: 0 0 10px 0;
}

.modal-body {
    padding: 15px;
    background: none;
}

section.gff-menu select {
    background: #2193BE url('/extension/aits_ine_ext_immobilier/design/immobilier_front_design/images/arrow_white.png') no-repeat right 6px top 50%;
    border: none !important;
    color: #ffffff !important;
    width: 100%;
    height: 40px;
    line-height: 1.3;
    padding: 5px 20px 5px 12px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
section.gff-menu select::-ms-expand { display: none;}


.title-gff {
    margin-top: 40px;
    margin-bottom: 40px;
}

.title-gff h3 {
    font-size: 25px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 30px;
    display: inline-block;
    border-bottom: 3px solid #2193BE;
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 300px;
}

.title-gff h4 {
    text-align: center;
    font-family: 'Barlow Thin';
    color: #414042;
    line-height: 28px;
    letter-spacing: 1px;
    margin: 10px 0;
    font-size: 20px;
}

.title-gff .sub-info {
    padding-left: 80px;
    border-left: 1px solid #414042;
}

.title-gff .sub-info p {
    line-height: 24px;
    margin: 0;
    color: #152246;
}

.title-gff .sub-info p.zone {
    font-family: 'Barlow Regular';
}

.title_bg_grey {
    background-color: #F1F2F2;
    padding: 20px 10px;
    margin: 30px 0;
}
.title_bg_grey b { font-weight: normal;}

.title_border_top { padding-top: 30px !important; position: relative;}
.title_border_top:before {
    content: " ";
    background: #2193be;
    height: 3px;
    width: 150px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* template 3 colonnes Text */
.tpl-3col h3 { color: #142147;}
.blue-underline { margin-bottom: 15px; text-align: center; position: relative;}
.blue-underline:before {
    content: " ";
    background: #0f738d;
    bottom: 0;
    height: 3px;
    width: 150px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* template 2 colonnes image */
.tpl-2col { border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; margin: 40px 0; padding: 40px 0;}
.tpl-2col h3 { color: #000000; font-size: 20px; text-align: center;}


/* PAGINATION */
.download-other { width: 100% !important;}
.download-other thead { display: none;}
.dataTables_paginate { text-align: center;}
.dataTables_paginate .paginate_button {
    color: #142147;
    font: bold 14px "Helvetica Neue";
    padding: 0 8px;
}
.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button:hover {
    color: #009ee0;
}
.dataTables_paginate .paginate_button .icon { margin: 0 5px;}

/* Surcharge styles FP tabs */
#fpWrapper { font-size: 16px;}
#fpWrapper h2 {
    font-family: 'Barlow Thin';
    font-size: 16px !important;
    margin: 40px 0 20px;
    text-align: center;
    text-transform: uppercase;
}
#fpWrapper .nav-tabs { border: none;}
#fpWrapper .nav-tabs li.tabs-3 { width: 33%; min-width: inherit; max-width: inherit;}
#fpWrapper .nav-tabs li a {
    border: none;
    background-color: #d1f0fe;
    color: #2193BE;
    line-height: 32px;
    transition:background-color 0.4s;
    display: flex !important;
    align-items: center;
    line-height: inherit;
    overflow: hidden;
    justify-content: center;
}
#fpWrapper .nav-tabs li.active a, #fpWrapper .nav-tabs li:hover a { background-color: #152246; color: #ffffff;}

#fpWrapper .tab-content .widget { background-color: #ffffff;}
#fpWrapper .tab-content li label {color: #414042;padding: 8px;text-align: right;}
#fpWrapper .tab-content li span { font-family: 'Barlow Regular'; color: #152246; padding: 8px;}

#fpWrapper .tab-content svg .highcharts-background { fill: #ffffff;}
#fpWrapper .tab-content svg .highcharts-markers path.highcharts-point.highcharts-color-0 {fill: #7cb5ec;}
#fpWrapper .tab-content svg .highcharts-series-0 path { stroke: #7cb5ec; stroke-width: 1px;}

#fpWrapper .fpFrame .widget table th,
#fpWrapper .fpFrame .widget table .section .row-header {
    background-color: #d1f0fe;
    color: #414042;
    font-size: 14px !important;
    font-family: 'Barlow Regular';
    font-weight: bold !important;
}
#fpWrapper .fpFrame .widget .scenario_table table tbody td.row-header {
    font-weight: bold;
}
#fpWrapper .fpFrame .widget .scenario_table table tbody .small-section td {
    border-top: 1px solid #0c1c35;
    border-bottom: 1px solid #0c1c35;
}
#fpWrapper .fpFrame .widget .scenario_table table tbody td {
    border-bottom: solid 1px #c2c6cc;
}
#fpWrapper .fpFrame .widget .scenario_table label {
    min-width: 0;
    width: auto;
    line-height: normal;
    margin: 0;
}
#fpWrapper .fpFrame .widget table td { color: #414042; font-family: 'Barlow Thin'; font-size: 14px !important;}
#fpWrapper .fpFrame .widget table td:first-child, #fpWrapper .fpFrame .widget table th:first-child  { text-align: left;}
#fpWrapper .fpFrame .widgetLarge { background: none; padding: 0;}

#fpWrapper .tab-content .fpImmoEvolShare svg .highcharts-markers path.highcharts-point.highcharts-color-0 { fill-opacity: 0; stroke-width: 0;}
#fpWrapper .tab-content .fpImmoEvolShare svg .highcharts-markers.highcharts-series-hover path.highcharts-point.highcharts-color-0.highcharts-point-hover { fill: rgb(0, 28, 75); fill-opacity: 1;}
/* checkerboard with 3 col */
.checkboard-3zones {
    background: #152246;
    margin-bottom: 10px;
    padding-top: 30px;
    position: relative;
}
.checkboard-3zones .bg-img { position: absolute; top: 0;}
.checkboard-3zones h2 {
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}
.checkboard-3zones a {
    color: #414042;
    padding: 15px;
    margin: 15px;
    display: block;
    background: #fff;
    transition: box-shadow 0.3s;
}
.checkboard-3zones a:hover { box-shadow: 0 0 40px #0000008f;}
.checkboard-3zones .bord { border-right: 1px solid #ffffff; border-bottom: 1px solid #ffffff; text-align: center;}
.checkboard-3zones .bord:last-child {  border-right: none;}
.checkboard-3zones .bord h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 0;
    height: 46px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkboard-3zones .bord p {
    text-align: center;
    overflow: hidden;
    height: 78px;
    position:relative;
    padding-top: 15px;
}
.checkboard-3zones .bord p:before {
    content: " ";
    background: #B4B4B4;
    height: 3px;
    width: 50px;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
}

/* template 1 colonne contact */
.tpl-1col-contact h2 { font-size: 17px; color: #00B5ED;}
.tpl-1col-contact h3 { font-size: 18px; color: #888888;}
.tpl-1col-contact h2, .tpl-1col-contact h3 { text-align: center; padding-bottom: 10px;}

.tpl-1col-contact ul { border-left: 4px solid #00B5ED; padding-left: 20px; margin: 30px 30px 30px 40px;}
.tpl-1col-contact ul li { margin: 0; padding-bottom: 12px; line-height: 20px;}
.tpl-1col-contact ul li:before { display: none;}
.tpl-1col-contact ul li:last-child { padding-bottom: 0;}
.tpl-1col-contact ul li a { color: #888888;}
.tpl-1col-contact ul li a:hover { text-decoration: underline !important;}

.tpl-1col-contact .content { background: #F1F2F2; padding: 30px;  margin-bottom: 30px; border: none !important;}

/* template contact push cta */
.contact-push-cta { display: flex; justify-content: center; text-align: center;}

.contact-push-cta li { margin: 0 15px 30px;}
.contact-push-cta li:before { display: none;}

.contact-push-cta li a {
    background-color: #F1F2F2;
    display: block;
    height: 260px;
    width: 290px;
    padding: 40px 20px;
}
.contact-push-cta li a:hover { background-color: #d4d4d4;}

.contact-push-cta li a span:first-child {
    color: #00B5ED;
    display: block;
    font-family: 'Barlow Regular';
    font-size: 17px;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
    padding-bottom: 0;
}
.contact-push-cta li a span:last-child { color: #888888; display: block; max-height: 120px; overflow: hidden;}

/* template content manager banner news */
.cm-banner-news { margin: 0 0 30px; position: relative; overflow: hidden;}
.cm-banner-news-content h2 {
    background-color: rgba(21, 34, 70, 0.8);
    color: #ffffff;
    font-size: 32px;
    padding: 30px;
    text-align: center;
    width: 45%;
    position: absolute;
    bottom: 60px;
    right: 0;
}
.cm-banner-news-content .cta_immo { position: absolute; bottom: 0; right: 0;}

/* template Push Manuel de Productsheet */
.pm-productsheet {}
.pm-productsheet h2 { color: #414042; padding: 30px 0; text-align: center;}
.pm-productsheet .pm-productsheet-content + p { text-align: center; margin: 0 10px 30px;}

.pm-productsheet-content { display: flex; justify-content: center; margin: 0 0 30px;}
.pm-productsheet-content li {
    background: #e4e4e4;
    color: #ffffff;
    margin: 0 10px;
    width: 380px;
    min-height: 220px;
    position: relative;
}
.pm-productsheet-content li:only-of-type { width: 100%;}
.pm-productsheet-content li:before { display: none;}
.pm-productsheet-content span {
    background-color: rgba(21, 38, 80, 0.8);
    color: #ffffff;
    font-family: 'Barlow Regular';
    font-size: 24px;
    text-align: center;
    line-height: 1.6;
    height: 60px;
    width: 100%;
    padding:15px;
    position: absolute;
    bottom: 45px;
    left: 0;
    overflow: hidden;
}
.pm-productsheet-content li a { display: block; height: 100%;}
/*fix edition buttun*/
.pm-productsheet-content li .edit-actions a,
.pm-productsheet-content li .edit-actions form { height: 31px;}
.pm-productsheet-content li .edit-actions a .fa,
.pm-productsheet-content li .edit-actions form .fa {
    position: inherit;
    height: auto;
    width: auto;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    padding: 0;
    background: none;
}

/* template content manager banner carte */
.cm-banner-carte { margin: 0 0 30px 0; padding-top: 30px; position: relative;}
.cm-banner-carte .row { position: relative;}
.cm-banner-carte h2 { padding-top: 30px; position: relative; text-align: center;}
.cm-banner-carte h2:before {
    content: " ";
    background: #2193be;
    height: 3px;
    width: 150px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
}
.cm-banner-carte-content {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 30px;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
}
.cm-banner-carte-content h3 { color: #162347; font-size: 20px; text-align: center;}

.bar-choice {
    position: relative;
    border-bottom: 1px solid #b7babd;
    text-align: right;
    z-index: 2;
}

.bar-choice #dropdown-list {
    display: inline-block;
    border: 1px solid #b7babd;
    border-bottom: none;
    border-left: none;
}

.bar-choice #dropdown-list .dropdown-choice,
.bar-choice #reset-choices {
    position: relative;
    color: #70777c;
    display: inline-block;
    border-left: 1px solid #b7babd;
    min-width: 100px;
    height: 40px;
    text-align: center;
    padding-top: 7px;
    vertical-align: top;
    background: #ffffff;
}

.bar-choice #dropdown-list .dropdown-choice.list {
    padding-right: 12px;
}

.bar-choice #dropdown-list .dropdown-choice.list:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 15px;
    margin-left: 5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 11px solid #70777c;
    transition: border-top-color 0.2s;
}

.bar-choice #dropdown-list .dropdown-choice.active:after {
    border-top-color: #ffffff !important;
}

.bar-choice #dropdown-list a:hover .dropdown-choice,
.bar-choice #reset-choices:hover {
    color: #142147;
}

.bar-choice #dropdown-list a:hover .dropdown-choice.active {
    color: #ffffff;
}

.bar-choice #dropdown-list a:hover .dropdown-choice:after {
    border-top-color: #142147;
}

.bar-choice #display-list {
    display: inline-block;
    border: 1px solid #b7babd;
    border-bottom: none;
    border-left: none;
    margin: 0 20px;
}

.bar-choice #display-list .display-choice {
    display: inline-block;
    border-left: 1px solid #b7babd;
    height: 40px;
    text-align: center;
    padding: 7px;
    vertical-align: top;
    background: #ffffff;
}

.bar-choice #display-list .display-choice i {
    color: #000000;
    transition: color 0.2s;
    font-size: 30px;
}

.bar-choice #display-list .display-choice.active i {
    color: #ffffff !important;
}

.bar-choice #display-list a:hover .display-choice i {
    color: #142147;
}

.bar-choice #dropdown-list .dropdown-choice.active,
.bar-choice #display-list .display-choice.active {
    background-color: #142147;
    color: #ffffff;
    transition: background 0.2s, color 0.2s;
}

.dropdown-wrapper {
    position: relative;
}

.dropdown-content {
    position: absolute;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    padding: 7px 10px 4px;
    z-index: 1;
    transition: opacity 0.2s ease-out, margin-top 0.2s ease-out;
}

.dropdown-content.active {
    visibility: visible;
    opacity: 1;
}

.dropdown-content input[type='checkbox'] + label,
.dropdown-content input[type='checkbox']:checked + label {
    color: #ffffff;
}

.news-feed .container{max-width:1400px;}
.home-page .news-feed .container .row { display: flex; justify-content: center;}
.news-feed .col{padding-left:30px; padding-right:30px;}
.news-feed img{display:block;position:relative; margin:auto;}
.news-feed{padding:40px 0;}
.news-feed h2{text-align:center; margin-bottom:40px;}
.news-feed .news-line h3,
.news-feed .press-line h3,
.news-feed .agenda-line h3 {
    color:#000000;
    font-size:18px;
    line-height:28px;
    height: 112px;
    min-height: inherit !important;
    overflow: hidden;
    margin: 0 0 15px;
    padding: 0 !important;
}
.news-feed h3 {padding-left: 15px;}
.news-feed p{color: #414042; margin-top:20px; font-size:14px; line-height:20px; font-family: 'Barlow Thin';}
.news-feed div.link {text-align:right; position: absolute; bottom: 0; right: 30px;}
.news-feed div.link a {text-decoration:underline;}
.news-feed .button{margin-top:60px;}
.news-feed div.news{margin-bottom:40px; min-height: 662px;}
.news-feed div.news:nth-child(4n+1){clear:left;}

.news-feed .linkedin-feed h3{height:53px;}
.news-feed .linkedin-feed h3:before{height: 53px;}
.news-feed .linkedin-feed a{text-decoration:underline;color:#152246; display: inline-block; margin-bottom:20px;}

.news-feed .news.agenda{background-color: #e0e7ef;}
.news-feed .news.agenda .border-line{border:none;padding-left:0}
#main .news-feed .news .button {margin-top:0; margin-bottom:10px; text-decoration:none; padding: 6px 20px; color:#ffffff;background-color:#0E749E; transition:background-color 0.3s color 0.3s; border: 1px solid #0E749E;}
#main .news-feed .news .button:hover{background-color:#ffffff;color:#0E749E;}
.new-highlight .button{ padding: 6px 60px;letter-spacing:1px;}

.news-feed .border-line{padding-left:16px; border-left:4px solid #00BDF0;margin-top:10px; margin-bottom:20px;}
.news-feed p.date,.news-feed p.tag{display:block; margin-top:0;font-size:14px; font-family: 'Barlow Thin';}
.news-feed .tag-content { height: 30px; overflow: hidden;}
.news-feed p.tag{margin-bottom:0;padding:3px 10px; display:inline-block;color:#ffffff;}
.news-feed p.tag.news{background-color:#00BDF0;}
.news-feed p.tag.presse{background-color:#152246}
.news-feed p.tag.agenda{background-color:#0E749E}
.news-feed .date-content { height: 20px; margin: 10px 0; overflow: hidden;}
.news-feed .date-content p.date { margin: 0;}
.news-feed p.date{text-align:right; font-size:14px; margin-top: 10px;}
.news-feed .border-line.press-line{border-color:#152246}
.news-feed .border-line.news-line{border-color:#00BDF0}
.news-feed .border-line.agenda-line{border-color:#0E749E}

.container.immo_article p.date,
.container.immo_article p.emphasize,
.document_list h3 {
    padding-left: 15px;
}
.container.immo_article .category span { padding-right: 10px;}
.container.immo_article .category span:after { content: ':'; padding-left: 5px;}
.container.immo_article .theme span {
    margin-bottom: 0;
    padding: 3px 10px;
    display: inline-block;
    color: #ffffff;
}

.container.immo_article .presse .theme span{background-color:#152246}
.container.immo_article .news .theme span{background-color:#00BDF0}
.container.immo_article .agenda .theme span{background-color:#0E749E}

.container.immo_article section.header-section {
    min-height:inherit;
    height: auto;
    padding-bottom: 8px;
}
.container.immo_article .article-content {
    padding: 0 15px;
}
.container.immo_article .article-content .col-md-7 {
    padding-left: 0;
}
.container.immo_article .article-content .col-md-5 {
    padding-right: 0;
}
.container.immo_article h2 {
    color: #000000;
    padding-left: 16px;
    padding-bottom: 0;
    border-left: 4px solid #00BDF0;
    margin-top: 10px;
    margin-bottom: 20px;
}
.container.immo_article .presse h2{border-color:#152246}
.container.immo_article .news h2{border-color:#00BDF0}
.container.immo_article .agenda h2{border-color:#0E749E}

/* Surcharge styles bannerRisk */
.fpWrapper .bannerContent #bannerRisk {
    background: #d1f0fe;
    border: none;
    border-radius: 20px;
    position: relative;
    width: 100%;
}
.fpWrapper .bannerContent #bannerRisk .risk_text:first-child {
    color: #2193BE;
    font-family: 'Barlow Regular';
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    position: absolute;
    top: 25px;
    width: calc(100% - 30px);
}
.fpWrapper .bannerContent #bannerRisk .risk_text:first-child .text_right { float: none; position: absolute; right: 48px; margin: 0;}
.fpWrapper .bannerContent #bannerRisk .risk_text:first-child .text_left { margin: 0; position: absolute; left: 48px;}
.fpWrapper .bannerContent #bannerRisk #risk_arrow { display: none;}
.fpWrapper .bannerContent #bannerRisk #risk_arrow + .risk_text {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    font-family: 'Barlow Regular';
    font-size: 12px;
    position: absolute;
    bottom: 8px;
    text-align: center;
    width: calc(100% - 30px);
}
.fpWrapper .bannerContent #bannerRisk #risk_arrow + .risk_text .text_right { float: none; margin: 0; padding: 0 28px 0 10px; position: relative;}
.fpWrapper .bannerContent #bannerRisk #risk_arrow + .risk_text .text_right:after { content: ">"; position: absolute; top: 0; right: 18px;}
.fpWrapper .bannerContent #bannerRisk #risk_arrow + .risk_text .text_left { margin: 0; padding: 0 10px 0 30px; position: relative;}
.fpWrapper .bannerContent #bannerRisk #risk_arrow + .risk_text .text_left:before { content: "<"; position: absolute; top: 0; left: 20px;}
.fpWrapper .bannerContent #bannerRisk #risk_boxes {
    display: flex;
    height: auto;
    justify-content: space-around;
    margin: 15px auto 30px;
    position: relative;
    width: 70%;
}
.fpWrapper .bannerContent #bannerRisk #risk_boxes:before {
    top: 12px;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #152246;
    left: 0;
}
.fpWrapper .bannerContent #bannerRisk #risk_boxes .risk_box {
    background-color: #d1f0fe;
    border: 1px solid #152246;
    border-color: #152246;
    border-radius: 15px;
    color: #2193BE;
    display: table-cell;
    font-size: 12px;
    line-height: 1.428571429;
    padding: 3px 0;
    position: relative;
    text-align: center;
    width: 25px;
    height: 25px;
}
#fpWrapper .bannerContent #bannerRisk #risk_boxes .risk_box_selected { color: #2193BE; background-color: #fff;}

.tab-content > .tab-pane { overflow: hidden;}

/*fix for tooltips in productsheet */
#fpWrapper .fpBanner .bannerContent li,
.product-content .tab-content > .tab-pane { overflow: visible; }

@media (min-width: 1280px){
    .container {
        width: 1280px;
    }
}

@media (max-width: 1024px){
    header#header {
        height: 92px;
    }
    #footer_quicklinks {
        float: right !important;
    }
    .navbar-toggle {
        display: block;
    }
    #footer_quicklinks {
        float: none !important;
    }
}
@media (max-width: 768px){
    header#header {
        height: 86px;
    }

    /* Remise a zero de la grid bootstrap */
    .col-md-3, .col-md-9, .col-md-10 {
        float: inherit;
        width: 100%;
    }
}

/* end: extension/aits_ine_ext_immobilier/design/immobilier_front_design/stylesheets/amundi.immobilier.css */

/* start: extension/aits_ine_ext_immobilier/design/immobilier_front_design/stylesheets/css/menu.css */
section.navigation{background-color:rgba(21, 38, 80, 0.8);position: relative;width: 100%;z-index: 999;        /* box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2); */}
section.home-navigation{background-color: rgba(21, 38, 80, 0.8);}

#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;
position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#cssmenu .mobile-only {display: none;}
#cssmenu ul{display: table; margin:0px;padding:0px; text-align: center; width: 100%;}
#cssmenu:after,#cssmenu > ul:after{content:none;}
#cssmenu #head-mobile{display:none}
#cssmenu{ font-weight:600; color:white; width: 100%; z-index:999;}
#cssmenu > ul ul {margin-left:-46px;text-align:left;}
#cssmenu > ul > li{display:table-cell; border-left:1px solid white; padding: 0;}
#cssmenu > ul > li:last-child{border-right:1px solid white;}
#cssmenu > ul > li > a{color:white; font-weight:500;font-size:12px; letter-spacing:0.8px;text-decoration:none;
line-height: 16px; text-transform:uppercase; padding:20px 0px; width:100%; transition:color 0.2s;}
#cssmenu > ul > li:hover > a{}
#cssmenu > ul > li:hover{background: #152246;}
#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{
	-webkit-transition:background .3s ease;
	-ms-transition:background .3s ease;
	transition:background .3s ease;
	}
#cssmenu > ul > li > a.active{ border-bottom:solid 4px #ffffff;}

#cssmenu > ul > li.has-sub > a{}
#cssmenu ul ul{position:absolute;left:-9999px}
#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:#4dbfc1;opacity:1;transition:all .25s ease}
#cssmenu ul ul li:hover{background:#4dbfc1;}
#cssmenu li > ul{padding-top:0px;}
#cssmenu li:hover > ul{left:auto; z-index: 9999;}
#cssmenu li:hover > ul > li{height:auto;}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu ul ul li a{border-bottom:0px solid rgba(150,150,150,0.15);padding:9px 15px;width:200px;font-size:12px;text-decoration:none;color:#ffffff;font-weight:600;line-height: 16px;}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}

#cssmenu li.menu-01{width:12%;}
#cssmenu li.menu-02{width:12%;}
#cssmenu li.menu-03{width:16%;}
#cssmenu li.menu-04{width:20%;}
#cssmenu li.menu-05{width:18%;}
#cssmenu li.menu-06{width:22%;}
/* end: extension/aits_ine_ext_immobilier/design/immobilier_front_design/stylesheets/css/menu.css */

/* start: extension/aits_ine_ext_immobilier/design/immobilier_front_design/stylesheets/css/responsive.css */

/* CSS Responsive rules Amundi */

@media screen and (min-width:1600px){
    body{ font-size:16px;}
    section.hero-product h1 {margin-top:20px;}
    section.kf.product-kf {
        margin-top: 32px; margin-bottom:30px;
    }
}

@media screen and (max-width:1199px){
    section.kf.product-kf figure {height:160px; padding-top: 28px;}
    section.kf.product-kf figure h3 {font-size:50px;}
    section.kf.product-kf figure h3.s50{font-size:35px;}
    section.kf.product-kf figure h3.s60{font-size:40px;}
    section.kf.product-kf figure p {
        font-size: 12px;
        line-height: 16px;
    }
    section.hero-product h1 {
        font-size: 24px;
    }
    section.nav-product ul li.nav-item a{font-size:14px;}
    section.kf.building {
        padding-left: 60px;
        padding-right: 60px;
    }
    section.header .box-contact{display:none;}
    section.hero.help a.box{height:240px;}

    /* Surcharge styles bannerRisk */
    .fpWrapper .bannerContent #bannerRisk .risk_text:first-child .text_left { left: 16px;}
    .fpWrapper .bannerContent #bannerRisk .risk_text:first-child .text_right { right: 18px;}
}

@media screen and (min-width:1025px){
    #cssmenu ul {
        display: table !important;
        width: 100%;
    }
    #cssmenu > ul > li {
        display: table-cell;
    }
}

@media screen and (max-width:1024px){
    #cssmenu .mobile-only {display: block;}
    section.hero-img a.investment, section.hero-img #homeHero span.legend{display:none;}
    section.header img.logo {float:left;width:165px; margin-left: 50px;margin-top: 0;}
    section.header{padding-top:20px; padding-bottom:20px;}
    section.header h1 {margin-top:0;}
    section.hero-img .bg, section.hero-product .bg {height: 450px;}
    section.hero-img .bg{padding-top: 150px;}
    section.hero-img h1{font-size:32px;margin-bottom: 40px;}
    section.hero-img a.product {width: 160px;padding-top: 8px;padding-bottom: 8px;}
    .container-ipad-map{display:block;}
    .container-desktop-map{display:none;}
    section.interaction-panel{display:none;}

    section.hero-product .breadcrumb{padding:0;padding-top:20px; margin:0;}
    section.product-patch .col{padding-left:15px; padding-right:15px;}

    button.orientationchange {display: block;}

    /* MENU Responsive Rules */
    #metanav { display: none;}
    section.navigation .container, section.header .container{max-width:100%;}
    section.navigation .container{padding:0;}

    section.home-navigation{background-color: rgba(21, 38, 80, 1);}
    #cssmenu > ul > li:last-child {border:none;}
    #cssmenu li.menu-01, #cssmenu li.menu-02, #cssmenu li.menu-03, #cssmenu li.menu-04, #cssmenu li.menu-05, #cssmenu li.menu-06{width:100%;}
    #cssmenu > ul > li > a.active, #cssmenu > ul > li:hover > a, #cssmenu > ul > li > a{ border-bottom:none;}
    #cssmenu > ul > li:hover{ box-shadow:none;}


    #cssmenu li > ul{box-shadow: none;}
    nav#cssmenu{margin-top:0; z-index:99999; }
    #cssmenu ul li {border:none;}
    #cssmenu > ul > li:hover > a{color:#fff;}
    #cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{}
    #cssmenu ul ul li:hover {}
    #cssmenu ul ul li {
        background:none;
    }
    #cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
        background-color: none;
    }

    #cssmenu > ul > li > a{color:#fff;padding:20px 20px 20px 30px;font-size:16px; text-align:left;}
    #cssmenu ul ul li a{font-size:14px;font-weight:400;}
    nav{width:100%;}
    #cssmenu{width:100%}
    #cssmenu ul{display: block;width:100%;display:none;z-index:9999;}
    #cssmenu ul li{display:inline-block;width:100%;}
    #cssmenu ul li:hover{}
    #cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto; padding:6px;}
    #cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
    #cssmenu > ul > li{float:none}
    #cssmenu ul ul li a{padding-left:25px}
    #cssmenu ul ul ul li a{padding-left:35px}
    #cssmenu ul ul li a{color:#fff;background:none}
    #cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
    #cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
    #cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
    #cssmenu #head-mobile{display:block;padding:23px;color:#ddd;font-size:12px;font-weight:700}
    .menu-mobile-bt{width:55px;height:46px;position:absolute;left:10px;top: 14px;cursor:pointer;z-index: 12399994;}
    .menu-mobile-bt:after{position:absolute;top:22px;right:20px;display:block;height:11px;width:30px;border-top:2px solid #152246;border-bottom:2px solid #152246;content:''}
    .menu-mobile-bt:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:14px;right:20px;display:block;height:2px;width:30px;background:#152246;content:''}
    .menu-mobile-bt.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#152246;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
    .menu-mobile-bt.menu-opened:before{top:23px;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
    #cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;height:46px;width:100%;cursor:pointer}
    #cssmenu .submenu-button.submenu-opened{background:none;}
    #cssmenu ul ul .submenu-button{height:34px;width:100%;}
    #cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#ddd;content:''}
    #cssmenu ul ul .submenu-button:after{top:15px;right:13px}
    #cssmenu .submenu-button.submenu-opened:after{background:#fff}
    #cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#ddd;content:''}
    #cssmenu ul ul .submenu-button:before{top:12px;right:16px}
    #cssmenu .submenu-button.submenu-opened:before{display:none}
    #cssmenu ul ul ul li.active a{border-left:none}
    #cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
    #cssmenu .menu-nav li:before {content: none;}
    #cssmenu .menu-nav li:after {
        color: #009ee0;
        content: '\2192';
        background: none;
        width: auto;
        height: auto;
        display: inline;
        margin-right: 7px;
        vertical-align: baseline;
    }
    #cssmenu .menu-nav li a {
        display: inline-block;
        width: auto;
    }
    #cssmenu .menu-nav li{ text-align: left;}

    section.footer .column {
        padding-left: 0;
    }
}

@media screen and (max-width:992px){
    section.kf.product-kf figure {height:120px;padding-top: 28px;}
    section.kf.product-kf figure h3 {font-size:30px;}
    section.kf.product-kf figure h3.s50{font-size:25px;}
    section.kf.product-kf figure h3.s60{font-size:30px;}
    section.kf.product-kf figure p {
        font-size: 12px;
        line-height: 16px;
    }
    section.kf.product-kf figure h3 {
        line-height: 20px;
    }

    section.hero-product h1 {
        font-size: 18px;
    }
    section.nav-product ul li.nav-item a{font-size:12px;}
    a.product{font-size:14px;}

    section.kf figure h3 {
        font-size: 45px;
        line-height: 50px;

    }

    section.kf figure p {
        font-size: 11px;
        line-height: 14px;
    }

    section.kf figure {height: 130px;padding-top: 27px;}
    section.hero.help a.box h2{font-size:12px;}
    section.contact .box.small{height:240px;padding:20px;}

    /* checkerboard with 3 col */
    .checkboard-3zones .bord { width: 100%;}
    .checkboard-3zones .bg-img { display: none;}

    /* template content manager banner news */
    .cm-banner-news-content h2 { width: 100%;}

    /* template Push Manuel de Productsheet */
    .pm-productsheet-content { display:block; text-align: center;}
    .pm-productsheet-content li { background: none; display: inline-block; margin-bottom: 20px; width: auto;}
    .pm-productsheet-content li:only-of-type { width: auto;}

    /* Surcharge alignement tableau*/
    .default td { padding: 0 15px 15px;}

}

@media (min-width: 800px) and (max-width: 970px) {
  .container { width: auto;}
}

@media screen and (max-width: 768px){
    section.hero-product h1 {font-size: 18px;}
    section.nav-product ul li.nav-item a{font-size:12px;}
    a.product{font-size:12px;}

    section.pre-header{display:none;}
    section.header h1 {margin-top:4px;}
    section.header img.logo {width:165px; margin-top: 2px; margin-left: 30px;}
    section.home-key-figure .figures .col-md-3:before{background:none;}
    section.pre-header ul.links li{display:none;}

    section.home-key-figure {padding-top: 0;}
    section.home-key-figure .figures span { font-size: 64px;}
    section.home-key-figure .figures p {font-size: 16px;}

    section.home-key-figure .figures .col-md-3:nth-child(2):before {background: none;}
    section.cta-carte .box{width:90%}
    #cssmenu > ul > li {
        padding: 0;
    }

    #cssmenu > ul > li:last-child{border-right:none;}

    section.header{padding-top:20px; padding-bottom:20px;}
    section.header h1, section.header span.h1 {
        float: left;
        display: inline-block;
        font-size: 10px;
        line-height: 10px;
        letter-spacing: 1px;
        padding: 0;
        text-align: left;
        margin: 5px 0 0 5px;
    }
    section.hero-img .bg{ height:260px;}
    section.hero-img .home-bg-01{background-image:url(/extension/aits_ine_ext_immobilier/design/immobilier_front_design/images/img/home-slider/home-bg-mobile-01.jpg)!important;}
    section.hero-img .home-bg-02{background-image:url(/extension/aits_ine_ext_immobilier/design/immobilier_front_design/images/img/home-slider/home-bg-mobile-02.jpg)!important;;}
    section.hero-img .home-bg-03{background-image:url(/extension/aits_ine_ext_immobilier/design/immobilier_front_design/images/img/home-slider/home-bg-mobile-03.jpg)!important;}

    section.hero-img .bg{padding-top:60px;}
    section.hero-img .bg h1{font-size:20px; width:320px; margin-bottom:25px;}
    .col5{width:100%;margin-bottom: 10px;}
    section.hero-img a.product {display:block; margin:auto; margin-bottom:15px; padding-bottom: 6px ;padding-top:6px; width:120px; font-size:16px;}
    section.header h1 br{display:block;}


    section.navigation .container{padding:0;}

    section.home-key-figure .figures .col-md-3:before {
        background-color: #ccc;
        position: absolute;
        content: '';
        height: 2px;
        width: 60px;
        right: 0;
        left: 50%;
        margin-left: -30px;
        top: 0;
    }

    section.know-more{height:auto;background: #5cc4ee;}
    section.know-more .cont .bord {border: none;}
    section.know-more .cont{border-bottom:none;}

    section.hero.help .bg, section.hero.product-kf .bg, section.hero.building-kf .bg, section.hero.help .bg{height:auto; background-image:none; background-color:#152246;padding-bottom: 10px; margin-bottom:15px;}

    section.kf.product-kf figure, section.hero.building-kf figure {height:160px;    padding-top: 45px;box-shadow:none;    margin-bottom: 10px;}
    section.kf.product-kf figure h3 {font-size:52px; line-height:40px;}
    section.kf.product-kf figure h3.s50{font-size:40px;}
    section.kf.product-kf figure h3.s60{font-size:46px;}
    section.kf.product-kf figure p {
        font-size: 16px;
        line-height: 22px;
    }

    section.building-gallery .col {padding-left:initial;padding-right:initial;}

    section.building-gallery figure{height:360px!important;}
    section.building-gallery figure.titre, section.building-gallery figure.detail{height:180px!important;}
    section.building-gallery figure.detail span{padding-top:20px!important;}
    section.building-gallery figure.titre hr{width:100px;}


    section.pre-header{display:none;}
    section.contact .box.small{height:auto;}
    section.nav-product ul li.nav-item{border-top:1px solid #d2d2d2;}

    /* Surcharge styles FP tabs */
    #fpWrapper .tab-content li label { text-align: left; width: 100%; position: inherit;}
    #fpWrapper .tab-content li span { margin: 0;}

    /* template 1 colonne contact */
    .tpl-1col-contact .col-md-8.col-md-offset-2 { width: 100%;}

    /* template contact push cta */
    .contact-push-cta { display: block;}
    .contact-push-cta li a { width: 100%; height: auto;}

    /* template content manager banner news */
    .cm-banner-news-content img { max-width: none !important;}
    .cm-banner-news-content .cta_immo { width: 100%;}

    .news-feed div.news,
    .news-feed .news-line h3,
    .news-feed .press-line h3,
    .news-feed .agenda-line h3,
    .news-feed .tag-content,
    .news-feed .date-content { height: auto; min-height: auto; overflow: inherit; padding-top: 10px;}
    .news-feed div.link { position: inherit;}
    .home-page .news-feed .container .row { display: block;}

}

@media screen and (min-width: 751px) and (max-width: 1000px) {
    section.header h1 { font-size: 12px;}
    section.hero-img h1{font-size:30px;}
}

@media (max-width: 660px){
    /* Surcharge styles bannerRisk */
    .fpWrapper .bannerContent #bannerRisk .risk_text:first-child .text_left { left: 0;}
    .fpWrapper .bannerContent #bannerRisk .risk_text:first-child .text_right { right: 0;}
}

@media screen and (max-width:576px){

    /* Masquage du fil d'arianne en version mobile */
    .breadcrumb p { display: none;}

    section.hero-product h1 {
        font-size: 18px;
    }
    section.nav-product ul li.nav-item a{font-size:12px;}
    a.product{font-size:14px;    margin-bottom: 40px;}

    section.product-graph img{width:100%;}

    section.product-patch figure{height:180px;}
    section.product-patch figure p{font-size:13px; line-height:20px;}

    section.nav-product ul li.nav-item {width: 50%;}
    section.nav-product ul li.nav-item:nth-child(5), section.nav-product ul li.nav-item:nth-child(3){ border-left: 1px solid #d2d2d2;}
    section.nav-product ul li.nav-item{border-top:none;}
    section.nav-product ul li.nav-item:nth-child(2),  section.nav-product ul li.nav-item:first-child{ border-top: 1px solid #d2d2d2;}
    section.hero-product .bg{background-position:top right;}

    section.other-document.bg-grey{padding-left:0; padding-right:0;}
    section.product-document table.download p{font-size:16px; line-height:20px;}

    section.nav-product ul.nav {
        box-shadow: none;
    }

    section.home-key-figure .figures figure{height:134px;}

    /* Surcharge styles FP tabs */
    #fpWrapper .nav-tabs, #fpWrapper .nav-tabs li.tabs-3 { display: flex;}
    #fpWrapper .nav-tabs li a { height: inherit !important; line-height: 20px;}

    /* template content manager banner carte */
    .cm-banner-carte img { display: none !important;}
    .cm-banner-carte-content { position: inherit; left: inherit; transform: inherit; top: inherit;}

    /* Surcharge alignement tableau*/
    .default td { width: 100%; float: left;}

    /* Onglets Actualites */
    .bar-choice #dropdown-list { display: flex; justify-content: space-around;}
    .bar-choice #dropdown-list a { width: 100%;}
    .bar-choice #dropdown-list .dropdown-choice,
    .bar-choice #reset-choices {
        padding: 7px 16px 0 10px !important;
        min-width: inherit;
        width: 100%;
    }

    /* Surcharge styles bannerRisk */
    .fpWrapper .bannerContent #bannerRisk .risk_text:first-child .text_left { left: -6px;}
    .fpWrapper .bannerContent #bannerRisk .risk_text:first-child .text_right { right: -6px;}
}

@media only screen and (max-width: 480px) {
    .card.goal .details > div { top: 14px; bottom: inherit;}
    .card.goal .details .cut { max-height: 116px; overflow: hidden;}

    /* Surcharge styles bannerRisk */
    .fpWrapper .bannerContent #bannerRisk {
        background: #d1f0fe;
        border: none;
        border-radius: 20px;
        position: relative;
        width: 100%;
        height: 121px;
    }
    .fpWrapper .bannerContent #bannerRisk .risk_text:first-child {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        position: initial;
        margin: 10px 0;
        padding: 0;
        bottom: 0;
        width: 100%;
    }
    .fpWrapper .bannerContent #bannerRisk .risk_text:first-child span { position: inherit !important;}
    .fpWrapper .bannerContent #bannerRisk #risk_arrow + .risk_text {
        bottom: 5px;
        left: 0;
        width: 100%;
        height: 40px;
    }
    .fpWrapper .bannerContent #bannerRisk #risk_arrow + .risk_text .text_left { left: 0; position: inherit;}
    .fpWrapper .bannerContent #bannerRisk #risk_arrow + .risk_text .text_right { right: 0; position: inherit;}
    .fpWrapper .bannerContent #bannerRisk #risk_boxes { width: auto !important;}
    .fpWrapper .bannerContent #bannerRisk #risk_boxes .risk_box { padding: 0;}
}
/* end: extension/aits_ine_ext_immobilier/design/immobilier_front_design/stylesheets/css/responsive.css */

/* start: extension/ez_front_builds/design/amundi_country_build/stylesheets/classes-colors.css */
/*
    Retrocompatibilite: Ne rien mettre ici.
*/

/*# sourceMappingURL=maps/classes-colors.css.map */

/* end: extension/ez_front_builds/design/amundi_country_build/stylesheets/classes-colors.css */

/* start: extension/ez_front_builds/design/amundi_country_build/stylesheets/site-colors.css */
/*
    Retrocompatibilite: Ne rien mettre ici.
*/

/*# sourceMappingURL=maps/site-colors.css.map */

/* end: extension/ez_front_builds/design/amundi_country_build/stylesheets/site-colors.css */

