@charset "UTF-8";
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Black.eot");
  src: url("../fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black.ttf") format("truetype"), url("../fonts/Montserrat-Black.svg#Montserrat-Black") format("svg");
  font-weight: 900;
  font-style: normal; }

html {
  font-size: 12px; }

body {
  font-family: "Montserrat", Verdana, sans-serif;
  font-size: 1.143em;
  font-weight: 500;
  margin-top: 0 !important; }
  body.no-overflow {
    overflow: hidden; }

.red-separator {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px; }
  .red-separator:after {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 4px;
    background-color: #DD052B;
    bottom: 0;
    left: 0; }

.h2-blue-grey {
  color: #7092a9;
  font-weight: bold; }

.h3-blue-grey {
  text-transform: uppercase;
  color: #7092a9;
  font-weight: bold;
  margin-bottom: 20px; }

.h3-new-red {
  text-transform: uppercase;
  color: #DD052B;
  font-weight: bold;
  margin-bottom: 20px; }

.color-lines {
  position: relative; }
  .color-lines:after {
    content: '';
    display: block;
    background-image: url(../images/pictos/color-lines.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    position: absolute;
    left: -40px;
    top: 2px;
    width: 40px;
    height: 40px; }

.red-subtitle {
  color: #DD052B;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 20px;
  display: inline-block; }

.red-text {
  color: #DD052B;
  font-weight: bold; }

.white-text {
  color: #fff; }

.black-text {
  color: #333;
  font-weight: bold; }

.blue-grey-text {
  color: #7092a9; }

.bold-text {
  font-weight: bold; }

.big-text {
  font-size: 24px; }

.panel-default > .panel-heading {
  background-color: #fff;
  border-radius: 0;
  border-color: transparent; }

.panel-default > .panel-heading a {
  position: relative;
  padding-left: 40px; }
  .panel-default > .panel-heading a:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #7092a9;
    background-image: url("../images/pictos/chevron.svg");
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    transform: rotate(-90deg);
    transition: ease 0.3s; }
  .panel-default > .panel-heading a[aria-expanded=true]:before {
    background-color: #DD052B;
    transform: rotate(0); }

.panel {
  border: none;
  box-shadow: none; }
  .panel .panel-title a {
    color: #DD052B;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px; }
    .panel .panel-title a.collapsed {
      color: #7791A7; }

.panel-heading {
  padding: 20px 15px; }

.panel-group .panel {
  border-radius: 0;
  border-bottom: 1px solid #7092a9; }
  .panel-group .panel.opened {
    border-bottom-color: #DD052B; }

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none; }

.panel-body {
  color: #7092a9; }
  .panel-body .panel-body--text {
    padding-left: 40px; }
  @media only screen and (min-width: 768px) {
    .panel-body .col-md-3 {
      border-right: 1px solid #7092a9; }
      .panel-body .col-md-3:nth-child(2n) {
        border-right: none; } }
  @media only screen and (min-width: 992px) {
    .panel-body .col-md-3 {
      border-right: 1px solid #7092a9; }
      .panel-body .col-md-3:nth-child(2n) {
        border-right: 1px solid #7092a9; }
      .panel-body .col-md-3:last-child {
        border-right: none; } }

.panel-group .panel + .panel {
  margin-top: 0; }

.carousel-control {
  width: auto;
  height: auto;
  opacity: 1; }
  .carousel-control img {
    width: 20px; }
    @media only screen and (min-width: 768px) {
      .carousel-control img {
        width: 30px; } }

.carousel-control.right,
.carousel-control.left {
  background-image: none;
  transition: ease .3s; }

.carousel-left,
.carousel-right {
  width: 40px;
  height: 40px;
  background: #DD052B;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .carousel-left,
    .carousel-right {
      width: 50px;
      height: 50px; } }

.carousel-left {
  left: 20px; }
  .carousel-left img {
    transform: rotate(90deg);
    margin-right: 4px; }

.carousel-right {
  right: 20px; }
  .carousel-right img {
    transform: rotate(-90deg);
    margin-left: 4px; }

.carousel-indicators li {
  background-color: #fff;
  width: 15px;
  height: 15px;
  margin: 4px; }

.carousel-indicators .active {
  background-color: #DD052B;
  border-color: #DD052B;
  width: 15px;
  height: 15px;
  margin: 4px; }

.carousel-control:hover {
  opacity: 0.6; }

.print-scpi {
  display: none; }

.main-container {
  width: 100%;
  max-width: 1640px; }
  .main-container div[role=heading] {
    float: none;
    padding: 0;
    background-color: #7092a9;
    background-image: url("../images/header-background.png");
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    margin-bottom: 15px;
    z-index: 999; }
    @media only screen and (min-width: 480px) {
      .main-container div[role=heading] {
        min-height: 100px;
        margin-bottom: 0;
        height: auto;
        overflow: inherit; } }
    @media only screen and (min-width: 769px) {
      .main-container div[role=heading] {
        min-height: 225px; }
        .path-frontpage .main-container div[role=heading] {
          min-height: 430px; } }
    .path-frontpage .main-container div[role=heading] .page-header {
      display: none; }
    .main-container div[role=heading] .region-header {
      position: relative; }
      .main-container div[role=heading] .region-header .page-header {
        text-align: center;
        margin-bottom: 15px;
        margin-top: 10px;
        padding-top: 25px;
        border-bottom: 0;
        font-size: 2.571em;
        text-transform: uppercase;
        border-top: 1px solid #fff; }
        @media only screen and (max-width: 479px) {
          .main-container div[role=heading] .region-header .page-header {
            font-size: 2em;
            border-top: 0; } }
      @media only screen and (min-width: 769px) {
        .main-container div[role=heading] .region-header {
          padding-top: 50px; } }
      @media only screen and (min-width: 769px) {
        .main-container div[role=heading] .region-header {
          width: 750px;
          float: none;
          margin: auto; } }
      @media only screen and (min-width: 992px) {
        .main-container div[role=heading] .region-header {
          width: 970px; } }
      @media only screen and (min-width: 1280px) {
        .main-container div[role=heading] .region-header {
          width: 1240px; } }
      @media only screen and (min-width: 1640px) {
        .main-container div[role=heading] .region-header {
          margin: O; } }
  .path-frontpage .main-container .main-content,
  .path-nos-produits .main-container .main-content {
    padding: 0; }
  .main-container .main-content a {
    color: #c01136; }
  .main-container .main-content ul {
    overflow: hidden; }
    .main-container .main-content ul li {
      list-style-image: url("../images/pictos/dot.png");
      margin-bottom: 10px; }
      .main-container .main-content ul li.li-red-dot {
        list-style-image: url("../images/pictos/dot-red.svg");
        padding-right: 7rem; }
  .main-container .main-content .region-highlighted {
    position: relative; }
  @media only screen and (max-width: 768px) {
    .path-frontpage .main-container .main-content,
    .path-nos-produits .main-container .main-content {
      width: 100%; }
      .path-frontpage .main-container .main-content .highlighted,
      .path-nos-produits .main-container .main-content .highlighted {
        width: 100%; }
      .path-frontpage .main-container .main-content nav.tabs,
      .path-frontpage .main-container .main-content .product-range-form,
      .path-nos-produits .main-container .main-content nav.tabs,
      .path-nos-produits .main-container .main-content .product-range-form {
        padding: 0 15px; }
      .path-frontpage .main-container .main-content .breadcrumb,
      .path-nos-produits .main-container .main-content .breadcrumb {
        padding: 8px 15px; }
      .path-frontpage .main-container .main-content .full-width-region.grey-background,
      .path-nos-produits .main-container .main-content .full-width-region.grey-background {
        background-color: #f8f8f8; }
      .path-frontpage .main-container .main-content .full-width-region .content-article,
      .path-nos-produits .main-container .main-content .full-width-region .content-article {
        padding: 0 15px; } }
  @media only screen and (min-width: 769px) {
    .main-container .main-content {
      width: 750px;
      float: none;
      margin: auto; }
      .main-container .main-content .highlighted {
        width: 750px;
        margin: auto; }
      .path-frontpage .main-container .main-content,
      .path-nos-produits .main-container .main-content {
        width: 100%; }
        .path-frontpage .main-container .main-content .highlighted,
        .path-nos-produits .main-container .main-content .highlighted {
          padding-left: 15px; }
          .path-frontpage .main-container .main-content .highlighted .region-highlighted,
          .path-nos-produits .main-container .main-content .highlighted .region-highlighted {
            width: 750px; }
            .path-frontpage .main-container .main-content .highlighted .region-highlighted .breadcrumb,
            .path-nos-produits .main-container .main-content .highlighted .region-highlighted .breadcrumb {
              width: 750px;
              float: none;
              padding: 8px 0px;
              margin: auto; }
        .path-frontpage .main-container .main-content nav.tabs,
        .path-frontpage .main-container .main-content .product-range-form,
        .path-nos-produits .main-container .main-content nav.tabs,
        .path-nos-produits .main-container .main-content .product-range-form {
          width: 750px;
          padding: 0 15px;
          float: none;
          margin: auto;
          margin-bottom: 10px; }
        .path-frontpage .main-container .main-content .full-width-region,
        .path-nos-produits .main-container .main-content .full-width-region {
          width: 750px;
          padding: 0 15px;
          float: none;
          margin: auto; }
          .path-frontpage .main-container .main-content .full-width-region.grey-background,
          .path-nos-produits .main-container .main-content .full-width-region.grey-background {
            background-color: #f8f8f8;
            width: 100%;
            padding: 0; }
            .path-frontpage .main-container .main-content .full-width-region.grey-background .content-article,
            .path-nos-produits .main-container .main-content .full-width-region.grey-background .content-article {
              width: 750px;
              padding: 0 15px;
              float: none;
              margin: auto; } }
  @media only screen and (min-width: 992px) {
    .main-container .main-content {
      width: 970px; }
      .main-container .main-content .highlighted {
        width: 970px; }
      .path-frontpage .main-container .main-content,
      .path-nos-produits .main-container .main-content {
        width: 100%; }
        .path-frontpage .main-container .main-content .highlighted .region-highlighted,
        .path-nos-produits .main-container .main-content .highlighted .region-highlighted {
          width: 970px; }
          .path-frontpage .main-container .main-content .highlighted .region-highlighted .breadcrumb,
          .path-nos-produits .main-container .main-content .highlighted .region-highlighted .breadcrumb {
            width: 970px; }
        .path-frontpage .main-container .main-content nav.tabs,
        .path-frontpage .main-container .main-content .product-range-form,
        .path-nos-produits .main-container .main-content nav.tabs,
        .path-nos-produits .main-container .main-content .product-range-form {
          width: 970px; }
        .path-frontpage .main-container .main-content .full-width-region,
        .path-nos-produits .main-container .main-content .full-width-region {
          width: 970px; }
          .path-frontpage .main-container .main-content .full-width-region.grey-background,
          .path-nos-produits .main-container .main-content .full-width-region.grey-background {
            width: 100%;
            padding: 0; }
            .path-frontpage .main-container .main-content .full-width-region.grey-background .content-article,
            .path-nos-produits .main-container .main-content .full-width-region.grey-background .content-article {
              width: 970px; } }
  @media only screen and (min-width: 1280px) {
    .main-container .main-content {
      width: 1240px; }
      .main-container .main-content .highlighted {
        width: 1240px; }
      .path-frontpage .main-container .main-content,
      .path-nos-produits .main-container .main-content {
        width: 100%; }
        .path-frontpage .main-container .main-content .highlighted .region-highlighted,
        .path-nos-produits .main-container .main-content .highlighted .region-highlighted {
          width: 1240px; }
          .path-frontpage .main-container .main-content .highlighted .region-highlighted .breadcrumb,
          .path-nos-produits .main-container .main-content .highlighted .region-highlighted .breadcrumb {
            width: 1240px; }
        .path-frontpage .main-container .main-content nav.tabs,
        .path-frontpage .main-container .main-content .product-range-form,
        .path-nos-produits .main-container .main-content nav.tabs,
        .path-nos-produits .main-container .main-content .product-range-form {
          width: 1240px; }
        .path-frontpage .main-container .main-content .full-width-region,
        .path-nos-produits .main-container .main-content .full-width-region {
          width: 1240px; }
          .path-frontpage .main-container .main-content .full-width-region.grey-background,
          .path-nos-produits .main-container .main-content .full-width-region.grey-background {
            width: 100%;
            padding: 0; }
            .path-frontpage .main-container .main-content .full-width-region.grey-background .content-article,
            .path-nos-produits .main-container .main-content .full-width-region.grey-background .content-article {
              width: 1240px; } }

@media only screen and (min-width: 769px) {
  .desktop-hidden {
    display: none; } }

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .tablet-hidden {
    display: none; } }

@media only screen and (max-width: 479px) {
  .mobile-hidden {
    display: none; } }

footer.footer.container {
  width: 100%;
  max-width: 1640px;
  float: none;
  margin-top: 0;
  padding: 0;
  background-color: #7092a9;
  background-image: url("../images/frise.png");
  background-repeat: no-repeat;
  background-position: center top;
  color: #fff;
  padding-top: 158px;
  border-top: 0;
  padding-bottom: 15px; }
  footer.footer.container .region-footer {
    position: relative; }
    @media only screen and (min-width: 480px) and (max-width: 768px) {
      footer.footer.container .region-footer {
        padding-left: 50px;
        padding-right: 50px; } }
    @media only screen and (min-width: 769px) {
      footer.footer.container .region-footer {
        width: 750px;
        float: none;
        margin: auto; } }
    @media only screen and (min-width: 992px) {
      footer.footer.container .region-footer {
        width: 970px; } }
    @media only screen and (min-width: 1280px) {
      footer.footer.container .region-footer {
        width: 1240px; } }
    @media only screen and (min-width: 1640px) {
      footer.footer.container .region-footer {
        margin: O; } }

.clearfix::before {
  content: "";
  clear: both;
  display: table; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

#back-to-top {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  border: 1px solid #7092a9;
  text-align: center;
  line-height: 30px;
  background: #fff;
  color: #7092a9;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0; }

#back-to-top:hover {
  background: #7092a9;
  color: #fff;
  border: 1px solid #fff; }

#back-to-top.show {
  opacity: 1; }

.alert.alert-success {
  color: #e81d27;
  background-color: #fff;
  border-color: #e81d27; }

@media only screen and (min-width: 769px) {
  .desktop-hidden {
    display: none; } }

input[type="text"],
select:focus,
textarea {
  font-size: 16px; }

.geolocation-map-container .marker-cluster {
  background-color: rgba(227, 11, 44, 0.6) !important; }
  .geolocation-map-container .marker-cluster div {
    background-color: #e30b2c !important;
    position: relative; }
    .geolocation-map-container .marker-cluster div span {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
  .geolocation-map-container .marker-cluster.marker-cluster-large {
    width: 50px !important;
    height: 50px !important;
    border-radius: 100% !important; }
    .geolocation-map-container .marker-cluster.marker-cluster-large div {
      width: 40px !important;
      height: 40px !important;
      border-radius: 100% !important; }
  .geolocation-map-container .marker-cluster.marker-cluster-medium {
    width: 40px !important;
    height: 40px !important;
    border-radius: 100% !important; }
    .geolocation-map-container .marker-cluster.marker-cluster-medium div {
      width: 30px !important;
      height: 30px !important;
      border-radius: 100% !important; }
  .geolocation-map-container .marker-cluster.marker-cluster-small {
    width: 30px !important;
    height: 30px !important; }
    .geolocation-map-container .marker-cluster.marker-cluster-small div {
      width: 20px !important;
      height: 20px !important;
      border-radius: 100% !important; }

#loader {
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9); }

#loader .load-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }

#loader .load-wrapper .loading {
  border: 4px hidden transparent;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top-color: #DD052B;
  border-top-style: solid;
  border-right-style: solid;
  margin: auto;
  animation: spin 1s infinite linear; }

#loader .load-wrapper .text {
  margin-top: 20px;
  color: #fff;
  font-weight: bold; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.contact-form .contact-form-left {
  border: 2px solid #ECECEC;
  padding: 25px 20px;
  box-shadow: 2px 5px 0px #ECECEC;
  background-color: #FDFDFD; }
  .contact-form .contact-form-left .field--name-field-intro {
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 150px; }
    @media only screen and (max-width: 479px) {
      .contact-form .contact-form-left .field--name-field-intro {
        margin-left: 0; } }
  .contact-form .contact-form-left .webform-submission-contact-form #edit-civilite--wrapper {
    clear: both;
    margin-bottom: 20px; }
    .contact-form .contact-form-left .webform-submission-contact-form #edit-civilite--wrapper legend {
      font-size: 1em;
      color: #7092a9;
      font-weight: normal;
      border: 0;
      width: 150px;
      margin-bottom: 0;
      float: left;
      height: 40px;
      line-height: 40px; }
    .contact-form .contact-form-left .webform-submission-contact-form #edit-civilite--wrapper .fieldset-wrapper {
      width: calc(100% - 160px);
      width: -webkit-calc(100% - 160px);
      float: left; }
      .contact-form .contact-form-left .webform-submission-contact-form #edit-civilite--wrapper .fieldset-wrapper .webform-options-display-two-columns {
        margin-top: 0; }
  .contact-form .contact-form-left .webform-submission-contact-form label {
    font-weight: normal;
    color: #7092a9;
    width: 150px;
    float: left;
    height: 40px;
    line-height: 40px; }
  .contact-form .contact-form-left .webform-submission-contact-form .form-required:after {
    vertical-align: text-top;
    background-image: url("../images/pictos/required.png");
    -webkit-background-size: 7px 4px;
    background-size: 7px 4px;
    height: 4px;
    width: 7px; }
  .contact-form .contact-form-left .webform-submission-contact-form .form-control {
    border-radius: 0;
    -webkit-box-shadow: inset 1px 1px 3px #f4f4f4;
    box-shadow: inset 1px 1px 3px #f4f4f4;
    width: calc(100% - 160px);
    width: -webkit-calc(100% - 160px);
    float: left;
    height: 40px;
    padding: 0 12px;
    margin-bottom: 5px;
    line-height: 20px; }
  .contact-form .contact-form-left .webform-submission-contact-form .select-wrapper {
    width: calc(100% - 160px);
    width: -webkit-calc(100% - 160px);
    float: left;
    margin-bottom: 5px; }
    .contact-form .contact-form-left .webform-submission-contact-form .select-wrapper .form-control {
      width: 100%;
      float: none; }
    .contact-form .contact-form-left .webform-submission-contact-form .select-wrapper:after {
      color: #c01136;
      margin: 0;
      padding: 0;
      right: 1px;
      top: 1px;
      width: 38px;
      height: 38px;
      line-height: 38px;
      text-align: center;
      border-left: 1px solid #ccc;
      background-color: #F5F5F5; }
  .contact-form .contact-form-left .webform-submission-contact-form .form-type-radio {
    /* Cachons la case à cocher */
    /* on prépare le label */
    /* Aspect des checkboxes */
    /* :before sert à créer la case à cocher */
    /* Aspect général de la coche */
    /* Aspect si "pas cochée" */
    /* Aspect si "cochée" */
    /* aspect désactivée */
    /* styles de la coche (si cochée/désactivée) */
    /* on style aussi le label quand désactivé */ }
    .contact-form .contact-form-left .webform-submission-contact-form .form-type-radio [type="radio"]:not(:checked),
    .contact-form .contact-form-left .webform-submission-contact-form .form-type-radio [type="radio"]:checked {
      position: absolute;
      left: -9999px; }
    .contact-form .contact-form-left .webform-submission-contact-form .form-type-radio [type="radio"]:not(:checked) + label,
    .contact-form .contact-form-left .webform-submission-contact-form .form-type-radio [type="radio"]:checked + label {
      position: relative;
      /* permet de positionner les pseudo-éléments */
      padding-left: 25px;
      /* fait un peu d'espace pour notre case à venir */
      cursor: pointer;
      /* affiche un curseur adapté */ }
    .contact-form .contact-form-left .webform-submission-contact-form .form-type-radio [type="radio"]:not(:checked) + label:before,
    .contact-form .contact-form-left .webform-submission-contact-form .form-type-radio [type="radio"]:checked + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 11px;
      width: 17px;
      height: 17px;
      border: 1px solid #a8a8a8;
      background: #fff;
      border-radius: 50px; }
    .contact-form .contact-form-left .webform-submission-contact-form .form-type-radio [type="radio"]:checked + label:before {
      background: #EBEAF0; }
    .contact-form .contact-form-left .webform-submission-contact-form .form-type-radio [type="radio"]:not(:checked) + label:after,
    .contact-form .contact-form-left .webform-submission-contact-form .form-type-radio [type="radio"]:checked + label:after {
      content: '';
      position: absolute;
      left: 3px;
      top: 14px;
      width: 11px;
      height: 11px;
      background: #c01136;
      border-radius: 50px;
      transition: all .2s;
      /* on prévoit une animation */ }
    .contact-form .contact-form-left .webform-submission-contact-form .form-type-radio [type="radio"]:not(:checked) + label:after {
      opacity: 0;
      /* coche invisible */
      transform: scale(0);
      /* mise à l'échelle à 0 */ }
    .contact-form .contact-form-left .webform-submission-contact-form .form-type-radio [type="radio"]:checked + label:after {
      opacity: 1;
      /* coche opaque */
      transform: scale(1);
      /* mise à l'échelle 1:1 */ }
    .contact-form .contact-form-left .webform-submission-contact-form .form-type-radio [type="radio"]:disabled:not(:checked) + label:before,
    .contact-form .contact-form-left .webform-submission-contact-form .form-type-radio [type="radio"]:disabled:checked + label:before {
      box-shadow: none;
      border-color: #f4f4f4;
      background-color: #f4f4f4; }
    .contact-form .contact-form-left .webform-submission-contact-form .form-type-radio [type="radio"]:disabled:checked + label:after {
      color: #999; }
    .contact-form .contact-form-left .webform-submission-contact-form .form-type-radio [type="radio"]:disabled + label {
      color: #aaa; }
  .contact-form .contact-form-left .webform-submission-contact-form .form-item-message .form-control {
    height: auto; }
  @media only screen and (max-width: 479px) {
    .contact-form .contact-form-left .webform-submission-contact-form .form-item-message {
      margin-bottom: 15px; } }
  .contact-form .contact-form-left .webform-submission-contact-form .form-type-webform-markup p {
    color: #7092a9; }
  .contact-form .contact-form-left .webform-submission-contact-form .captcha {
    clear: both;
    float: none;
    overflow: hidden;
    margin-left: 150px; }
    @media only screen and (max-width: 479px) {
      .contact-form .contact-form-left .webform-submission-contact-form .captcha {
        margin-left: 0; } }
  .contact-form .contact-form-left .webform-submission-contact-form .form-actions {
    width: 100%;
    margin-top: 20px;
    clear: both;
    float: none; }
    .contact-form .contact-form-left .webform-submission-contact-form .form-actions .webform-button--submit {
      border-radius: 0;
      background-color: #c01136;
      color: #fff;
      text-transform: initial;
      border-color: #c01136;
      width: 100px;
      margin: auto;
      display: block; }
      .contact-form .contact-form-left .webform-submission-contact-form .form-actions .webform-button--submit:hover, .contact-form .contact-form-left .webform-submission-contact-form .form-actions .webform-button--submit:focus {
        color: #c01136;
        background-color: #fff; }
  @media only screen and (max-width: 479px) {
    .contact-form .contact-form-left .webform-submission-contact-form label,
    .contact-form .contact-form-left .webform-submission-contact-form .form-control,
    .contact-form .contact-form-left .webform-submission-contact-form .select-wrapper {
      width: 100%; } }
  @media only screen and (min-width: 480px) {
    .contact-form .contact-form-left .webform-submission-contact-form .form-item {
      float: left;
      width: 50%; }
    .contact-form .contact-form-left .webform-submission-contact-form #edit-civilite--wrapper,
    .contact-form .contact-form-left .webform-submission-contact-form .form-item-sujet,
    .contact-form .contact-form-left .webform-submission-contact-form .form-item-adresse,
    .contact-form .contact-form-left .webform-submission-contact-form .form-item-message,
    .contact-form .contact-form-left .webform-submission-contact-form .form-item-objet,
    .contact-form .contact-form-left .webform-submission-contact-form .form-type-webform-markup {
      width: 100%; } }
  .contact-form .contact-form-left .required-nb {
    font-size: 0.786em;
    text-align: right; }
    .contact-form .contact-form-left .required-nb span {
      color: #c01136; }
  @media only screen and (min-width: 769px) {
    .contact-form .contact-form-left {
      width: 70%;
      float: left; } }

.contact-form .custom-blocks {
  margin-top: 30px; }
  .contact-form .custom-blocks .paragraph--view-mode--contact-side {
    display: flex;
    flex-flow: row wrap; }
  .contact-form .custom-blocks .field--name-field-paragraphs-title {
    font-weight: bold;
    color: #7092a9;
    margin-bottom: 15px;
    width: 100%;
    text-align: center; }
  .contact-form .custom-blocks h2 {
    font-size: 1.143em; }
  .contact-form .custom-blocks h3 {
    font-size: 1em; }
  .contact-form .custom-blocks .field--name-field-paragraphs-title-ref {
    font-weight: bold;
    color: #7092a9;
    margin: 0;
    width: 100%;
    text-align: center;
    flex: 100%;
    order: 1; }
    .contact-form .custom-blocks .field--name-field-paragraphs-title-ref h2, .contact-form .custom-blocks .field--name-field-paragraphs-title-ref h3 {
      margin-top: 0px; }
  .contact-form .custom-blocks .float-left {
    flex: 0 1 60px;
    order: 1; }
  .contact-form .custom-blocks .float-right {
    flex: 0 1 60px;
    order: 2;
    padding-left: 10px; }
  .contact-form .custom-blocks .field--name-field-wysiwyg {
    margin-bottom: 30px;
    flex: 1;
    order: 1; }
  @media only screen and (min-width: 769px) {
    .contact-form .custom-blocks {
      width: 30%;
      float: left;
      padding-left: 30px;
      margin-top: 0; } }

.webform-submission-souscription-extranet-form #edit-civilite--wrapper {
  clear: both;
  margin-bottom: 20px; }
  .webform-submission-souscription-extranet-form #edit-civilite--wrapper legend {
    font-size: 1em;
    color: #7092a9;
    font-weight: normal;
    border: 0;
    width: 150px;
    margin-bottom: 0;
    float: left;
    height: 40px;
    line-height: 40px; }
  .webform-submission-souscription-extranet-form #edit-civilite--wrapper .fieldset-wrapper {
    width: calc(100% - 160px);
    width: -webkit-calc(100% - 160px);
    float: left; }
    .webform-submission-souscription-extranet-form #edit-civilite--wrapper .fieldset-wrapper .webform-options-display-two-columns {
      margin-top: 0; }

.webform-submission-souscription-extranet-form label {
  font-weight: normal;
  color: #7092a9;
  width: 150px;
  float: left;
  height: 40px;
  line-height: 40px; }

.webform-submission-souscription-extranet-form .form-required:after {
  vertical-align: text-top;
  background-image: url("../images/pictos/required.png");
  -webkit-background-size: 7px 4px;
  background-size: 7px 4px;
  height: 4px;
  width: 7px; }

.webform-submission-souscription-extranet-form .form-control {
  border-radius: 0;
  -webkit-box-shadow: inset 1px 1px 3px #f4f4f4;
  box-shadow: inset 1px 1px 3px #f4f4f4;
  width: calc(100% - 160px);
  width: -webkit-calc(100% - 160px);
  float: left;
  height: 40px;
  padding: 0 12px;
  margin-bottom: 5px;
  line-height: 20px; }

.webform-submission-souscription-extranet-form .select-wrapper {
  width: calc(100% - 160px);
  width: -webkit-calc(100% - 160px);
  float: left;
  margin-bottom: 5px; }
  .webform-submission-souscription-extranet-form .select-wrapper .form-control {
    width: 100%;
    float: none; }
  .webform-submission-souscription-extranet-form .select-wrapper:after {
    color: #c01136;
    margin: 0;
    padding: 0;
    right: 1px;
    top: 1px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-left: 1px solid #ccc;
    background-color: #F5F5F5; }

.webform-submission-souscription-extranet-form .form-type-radio {
  /* Cachons la case à cocher */
  /* on prépare le label */
  /* Aspect des checkboxes */
  /* :before sert à créer la case à cocher */
  /* Aspect général de la coche */
  /* Aspect si "pas cochée" */
  /* Aspect si "cochée" */
  /* aspect désactivée */
  /* styles de la coche (si cochée/désactivée) */
  /* on style aussi le label quand désactivé */ }
  .webform-submission-souscription-extranet-form .form-type-radio [type="radio"]:not(:checked),
  .webform-submission-souscription-extranet-form .form-type-radio [type="radio"]:checked {
    position: absolute;
    left: -9999px; }
  .webform-submission-souscription-extranet-form .form-type-radio [type="radio"]:not(:checked) + label,
  .webform-submission-souscription-extranet-form .form-type-radio [type="radio"]:checked + label {
    position: relative;
    /* permet de positionner les pseudo-éléments */
    padding-left: 25px;
    /* fait un peu d'espace pour notre case à venir */
    cursor: pointer;
    /* affiche un curseur adapté */ }
  .webform-submission-souscription-extranet-form .form-type-radio [type="radio"]:not(:checked) + label:before,
  .webform-submission-souscription-extranet-form .form-type-radio [type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 17px;
    height: 17px;
    border: 1px solid #a8a8a8;
    background: #fff;
    border-radius: 50px; }
  .webform-submission-souscription-extranet-form .form-type-radio [type="radio"]:checked + label:before {
    background: #EBEAF0; }
  .webform-submission-souscription-extranet-form .form-type-radio [type="radio"]:not(:checked) + label:after,
  .webform-submission-souscription-extranet-form .form-type-radio [type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 14px;
    width: 11px;
    height: 11px;
    background: #c01136;
    border-radius: 50px;
    transition: all .2s;
    /* on prévoit une animation */ }
  .webform-submission-souscription-extranet-form .form-type-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    /* coche invisible */
    transform: scale(0);
    /* mise à l'échelle à 0 */ }
  .webform-submission-souscription-extranet-form .form-type-radio [type="radio"]:checked + label:after {
    opacity: 1;
    /* coche opaque */
    transform: scale(1);
    /* mise à l'échelle 1:1 */ }
  .webform-submission-souscription-extranet-form .form-type-radio [type="radio"]:disabled:not(:checked) + label:before,
  .webform-submission-souscription-extranet-form .form-type-radio [type="radio"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #f4f4f4;
    background-color: #f4f4f4; }
  .webform-submission-souscription-extranet-form .form-type-radio [type="radio"]:disabled:checked + label:after {
    color: #999; }
  .webform-submission-souscription-extranet-form .form-type-radio [type="radio"]:disabled + label {
    color: #aaa; }

.webform-submission-souscription-extranet-form .form-item-message .form-control {
  height: auto; }

@media only screen and (max-width: 479px) {
  .webform-submission-souscription-extranet-form .form-item-message {
    margin-bottom: 15px; } }

.webform-submission-souscription-extranet-form .form-type-webform-markup p {
  color: #7092a9; }

.webform-submission-souscription-extranet-form .captcha {
  clear: both;
  float: none;
  overflow: hidden;
  margin-left: 150px; }
  @media only screen and (max-width: 479px) {
    .webform-submission-souscription-extranet-form .captcha {
      margin-left: 0; } }

.webform-submission-souscription-extranet-form .form-actions {
  width: 100%;
  margin-top: 20px;
  clear: both;
  float: none; }
  .webform-submission-souscription-extranet-form .form-actions .webform-button--submit {
    border-radius: 0;
    background-color: #c01136;
    color: #fff;
    text-transform: initial;
    border-color: #c01136;
    width: 100px;
    margin: auto;
    display: block; }
    .webform-submission-souscription-extranet-form .form-actions .webform-button--submit:hover, .webform-submission-souscription-extranet-form .form-actions .webform-button--submit:focus {
      color: #c01136;
      background-color: #fff; }

@media only screen and (max-width: 479px) {
  .webform-submission-souscription-extranet-form label,
  .webform-submission-souscription-extranet-form .form-control,
  .webform-submission-souscription-extranet-form .select-wrapper {
    width: 100%; } }

@media only screen and (min-width: 480px) {
  .webform-submission-souscription-extranet-form .form-item {
    float: left;
    width: 50%; }
  .webform-submission-souscription-extranet-form #edit-civilite--wrapper,
  .webform-submission-souscription-extranet-form .form-item-sujet,
  .webform-submission-souscription-extranet-form .form-item-adresse,
  .webform-submission-souscription-extranet-form .form-item-message,
  .webform-submission-souscription-extranet-form .form-item-objet,
  .webform-submission-souscription-extranet-form .form-type-webform-markup {
    width: 100%; } }

.edito-full > .field--name-field-wysiwyg {
  font-weight: 600;
  font-size: 1.143em;
  margin-bottom: 20px; }

.edito-full h2 {
  color: #7092a9;
  font-size: 1.286em;
  text-transform: uppercase;
  font-weight: bold; }

.edito-full h3 {
  color: #7092a9;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold; }

.edito-full > .field--name-field-content > .field--item:first-child h2,
.edito-full > .field--name-field-content > .field--item:first-child h3 {
  margin-top: 0; }

.edito-full .paragraph--type--edito {
  clear: both;
  overflow: hidden; }
  .edito-full .paragraph--type--edito img {
    margin: auto; }
  .edito-full .paragraph--type--edito .float-left {
    margin: auto;
    margin-bottom: 10px; }
    .edito-full .paragraph--type--edito .float-left img {
      width: 100%; }
    @media only screen and (min-width: 480px) {
      .edito-full .paragraph--type--edito .float-left {
        float: left;
        margin-right: 20px;
        max-width: 45%;
        width: 221px; } }
  .edito-full .paragraph--type--edito .float-right {
    margin: auto;
    margin-bottom: 10px; }
    .edito-full .paragraph--type--edito .float-right img {
      width: 100%; }
    @media only screen and (min-width: 480px) {
      .edito-full .paragraph--type--edito .float-right {
        float: right;
        margin-left: 20px;
        max-width: 45%;
        width: 221px; } }
  .edito-full .paragraph--type--edito ul {
    padding-left: 40px;
    overflow: hidden; }
  .edito-full .paragraph--type--edito .center-media {
    margin: auto;
    display: block;
    width: 854px;
    max-width: 100%; }
  .edito-full .paragraph--type--edito .field--name-field-wysiwyg {
    margin-bottom: 30px; }

.press-area-left .press-area-intro-text h2 {
  margin: 0 0 20px; }

@media only screen and (min-width: 769px) {
  .press-area-left {
    width: 70%;
    float: left;
    padding-right: 30px; } }

.press-area-contact-block {
  margin-top: 30px;
  border: 2px solid #ECECEC;
  padding: 25px 20px;
  box-shadow: 2px 5px 0px #ECECEC;
  background-color: #FDFDFD; }
  .press-area-contact-block h3 {
    color: #7092a9;
    font-size: 1.143em;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px; }
  .press-area-contact-block .phone {
    margin-top: 15px; }
  .press-area-contact-block a.text_btn {
    border-radius: 0;
    background-color: #c01136;
    color: #fff;
    text-transform: initial;
    border: 1px solid #c01136;
    padding: 0 12px;
    min-height: 40px;
    line-height: 40px;
    margin: 15px 30px 0;
    text-align: center;
    display: block; }
    .press-area-contact-block a.text_btn:hover, .press-area-contact-block a.text_btn:focus {
      color: #c01136;
      background-color: #fff;
      text-decoration: none; }
  @media only screen and (min-width: 769px) {
    .press-area-contact-block {
      width: 30%;
      float: right;
      margin-top: 0; } }

.faq-intro-text {
  text-align: center;
  margin-bottom: 15px; }

nav.faq-thematics {
  margin-left: -15px;
  margin-right: -15px; }
  nav.faq-thematics ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-content: center;
    margin-left: -1.5em; }
    nav.faq-thematics ul li {
      list-style-type: none;
      width: 100%;
      background-clip: padding-box;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-bottom: 10px solid transparent; }
      nav.faq-thematics ul li a {
        width: 100%;
        display: block;
        border: 1px solid #7092a9;
        padding: 15px 115px 15px 20px;
        color: #7092a9;
        font-weight: bold;
        position: relative;
        text-transform: uppercase; }
        nav.faq-thematics ul li a:hover, nav.faq-thematics ul li a:focus {
          text-decoration: none; }
        nav.faq-thematics ul li a:after {
          content: "Tout voir";
          font-size: 0.857em;
          color: #c01136;
          font-weight: initial;
          display: flex;
          height: 70%;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          padding: 0 20px;
          border-left: 2px solid #c01136;
          flex-direction: row;
          align-items: center;
          justify-content: center; }
    @media only screen and (min-width: 480px) {
      nav.faq-thematics ul {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap; }
        nav.faq-thematics ul li {
          flex: 0 1 auto;
          width: 33.333333%;
          flex-grow: 1;
          display: flex; }
          nav.faq-thematics ul li a {
            display: flex;
            align-items: center; } }

#accordion h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.286em;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 25px; }
  #accordion h3 a {
    color: #7092a9; }
    #accordion h3 a:hover, #accordion h3 a:focus {
      outline: 0;
      text-decoration: none; }

#accordion .card {
  margin-bottom: 15px; }
  #accordion .card .card-header h4 {
    text-transform: uppercase;
    margin: 0;
    font-size: 1em; }
    #accordion .card .card-header h4 a {
      color: #fff;
      display: block;
      width: 100%;
      font-weight: 600;
      background-color: #7092a9;
      border: 1px solid #7092a9;
      padding: 13px 40px 13px 20px;
      position: relative; }
      #accordion .card .card-header h4 a:hover, #accordion .card .card-header h4 a:focus {
        text-decoration: none; }
      #accordion .card .card-header h4 a:before {
        content: ">";
        color: #c01136;
        margin-right: 5px;
        font-weight: bold; }
      #accordion .card .card-header h4 a:after {
        background: url("../images/pictos/minus.png");
        background-position: center;
        background-repeat: no-repeat;
        content: "";
        height: 22px;
        width: 22px;
        right: 10px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      #accordion .card .card-header h4 a.collapsed {
        color: #7092a9;
        background-color: #fff; }
        #accordion .card .card-header h4 a.collapsed:after {
          background: url("../images/pictos/plus.png"); }
  #accordion .card .card-body {
    padding: 10px 30px 0; }
    #accordion .card .card-body a {
      color: #c01136;
      text-decoration: underline; }
    #accordion .card .card-body li {
      list-style-image: url("../images/pictos/dot.png");
      margin-bottom: 10px; }

.picto-faq {
  background-image: url("../images/pictos/faq.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 90px;
  width: 80px;
  flex: 0 0 80px;
  margin-right: 20px;
  border: 1px solid #e8e8e8;
  display: inline-block;
  align-self: center; }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    .picto-faq {
      width: 200px;
      flex: 0 0 200px; } }
  @media only screen and (min-width: 769px) {
    .picto-faq {
      width: 290px;
      flex: 0 0 290px; } }

.view-aew-glossary .attachment-before {
  text-align: center;
  background-color: #fff;
  padding-bottom: 7px;
  border-bottom: 1px solid #a8a8a8;
  margin: auto;
  transition: ease .4s; }
  .view-aew-glossary .attachment-before a {
    font-weight: 600;
    font-size: 1.429em;
    max-width: 100%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-bottom: 15px; }
    .view-aew-glossary .attachment-before a:hover, .view-aew-glossary .attachment-before a:focus {
      text-decoration: none; }
    .view-aew-glossary .attachment-before a.filter-on {
      color: #7092a9;
      border: 1px solid #7092a9; }
      .view-aew-glossary .attachment-before a.filter-on.is-active {
        color: #fff;
        background-color: #c01136;
        border: 1px solid #c01136; }
        .view-aew-glossary .attachment-before a.filter-on.is-active:after {
          position: absolute;
          content: "";
          width: 0;
          height: 0;
          bottom: -6px;
          left: 50%;
          transform: translateX(-50%);
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-top: 6px solid #c01136; }
    .view-aew-glossary .attachment-before a.filter-off {
      display: none; }
      @media only screen and (min-width: 480px) {
        .view-aew-glossary .attachment-before a.filter-off {
          display: inline-block;
          cursor: default;
          color: #a8a8a8;
          border: 1px solid #a8a8a8; } }
    .view-aew-glossary .attachment-before a.filter-all {
      border: 0;
      color: #7092a9;
      display: block;
      width: 100%; }
      @media only screen and (min-width: 480px) {
        .view-aew-glossary .attachment-before a.filter-all {
          margin-left: 25px;
          display: inline-block;
          width: auto; } }
      .view-aew-glossary .attachment-before a.filter-all.is-active {
        color: #c01136; }
  .view-aew-glossary .attachment-before.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-top: 10px;
    z-index: 1; }
  .view-aew-glossary .attachment-before.hided {
    top: -100%; }

.view-aew-glossary .view-content {
  padding: 10px 15px 0;
  overflow: hidden; }
  .view-aew-glossary .view-content > span {
    float: left;
    width: 10%; }
    .view-aew-glossary .view-content > span:last-of-type {
      float: right;
      width: auto; }
    @media only screen and (min-width: 480px) {
      .view-aew-glossary .view-content > span {
        float: none;
        width: auto; }
        .view-aew-glossary .view-content > span:last-of-type {
          float: none; } }
  .view-aew-glossary .view-content .views-row h2 {
    text-transform: uppercase;
    font-size: 1.286em;
    font-weight: bold;
    position: relative; }
    .view-aew-glossary .view-content .views-row h2 a {
      color: #7092a9; }
      .view-aew-glossary .view-content .views-row h2 a:hover, .view-aew-glossary .view-content .views-row h2 a:focus {
        text-decoration: none; }
    .view-aew-glossary .view-content .views-row h2 span {
      position: absolute;
      top: -140px; }
  .view-aew-glossary .view-content .views-row .field--name-description {
    padding-left: 15px; }
    @media only screen and (min-width: 480px) {
      .view-aew-glossary .view-content .views-row .field--name-description {
        padding-left: 30px; } }
    .view-aew-glossary .view-content .views-row .field--name-description ul {
      padding-left: 40px;
      overflow: hidden; }
      @media only screen and (min-width: 480px) and (max-width: 768px) {
        .view-aew-glossary .view-content .views-row .field--name-description ul {
          padding-left: 60px; } }
      @media only screen and (min-width: 769px) {
        .view-aew-glossary .view-content .views-row .field--name-description ul {
          padding-left: 150px; } }

.picto-fenetre {
  background-image: url("../images/pictos/fenetre.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 100px;
  width: 80px;
  flex: 0 0 80px;
  margin-right: 20px;
  border: 1px solid #e8e8e8;
  display: inline-block;
  align-self: center; }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    .picto-fenetre {
      width: 200px;
      flex: 0 0 200px; } }
  @media only screen and (min-width: 769px) {
    .picto-fenetre {
      width: 290px;
      flex: 0 0 290px; } }

.kiosque-intro-text {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.143em; }
  .kiosque-intro-text h2 {
    font-size: 2.286em;
    color: #7092a9;
    width: 100%;
    text-align: center;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase; }
    @media only screen and (max-width: 479px) {
      .kiosque-intro-text h2 {
        font-size: 1.857em; } }

.view-aew-kiosque .view-header {
  font-size: 1.714em;
  color: #7092a9;
  width: 100%;
  text-align: center;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase; }

.view-aew-kiosque .view-content .title {
  color: #7092a9;
  font-size: 1.286em;
  font-weight: 500;
  border-bottom: 1px solid #CCC;
  padding-bottom: 4px;
  margin-bottom: 6px;
  padding-left: 10px; }

.view-aew-kiosque .view-content .group-wrapper .views-row,
.view-aew-kiosque .view-content .group-wrapper .file-item,
.view-aew-kiosque .view-content .rows .views-row,
.view-aew-kiosque .view-content .rows .file-item {
  margin-bottom: 10px;
  padding-top: 5px; }

.view-aew-kiosque .view-content .group-wrapper .views-row:nth-child(even),
.view-aew-kiosque .view-content .group-wrapper .file-item:nth-child(even),
.view-aew-kiosque .view-content .rows .views-row:nth-child(even),
.view-aew-kiosque .view-content .rows .file-item:nth-child(even) {
  background: #f4f4f4; }

.view-aew-kiosque .view-content .rows:not(:last-child) {
  padding-bottom: 25px; }

.view-aew-kiosque .view-content h3 {
  color: #7092a9;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  font-size: 1.429em; }

.see-more-kiosque {
  border: 1px solid #c01136;
  background-color: #fff;
  padding: 0px;
  min-height: 40px;
  margin: 15px 0;
  text-align: center;
  display: block;
  width: 350px; }
  .see-more-kiosque a {
    color: #c01136;
    padding: 11px 12px;
    display: block;
    width: 100%; }
    .see-more-kiosque a:hover, .see-more-kiosque a:focus {
      text-decoration: none; }
  .see-more-kiosque:hover, .see-more-kiosque:focus {
    background-color: #c01136; }
    .see-more-kiosque:hover a, .see-more-kiosque:focus a {
      color: #fff; }

#views-exposed-form-aew-kiosque-page-1 .form--inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around;
  padding: 15px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  #views-exposed-form-aew-kiosque-page-1 .form--inline .form-type-select {
    float: none;
    flex: 0 25%;
    width: 25%;
    margin: 0; }
    #views-exposed-form-aew-kiosque-page-1 .form--inline .form-type-select .select-wrapper {
      width: 100%; }
      #views-exposed-form-aew-kiosque-page-1 .form--inline .form-type-select .select-wrapper .form-control {
        float: none;
        height: 40px;
        width: 100%;
        padding: 0 12px;
        padding-right: 50px;
        border-radius: 0;
        background-color: #F5F5F5;
        -webkit-box-shadow: inset 1px 1px 3px #f4f4f4;
        box-shadow: inset 1px 1px 3px #f4f4f4; }
      #views-exposed-form-aew-kiosque-page-1 .form--inline .form-type-select .select-wrapper:after {
        color: #c01136;
        margin: 0;
        padding: 0;
        right: 1px;
        top: 1px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        border-left: 1px solid #ccc;
        background-color: #F5F5F5; }
    @media only screen and (max-width: 479px) {
      #views-exposed-form-aew-kiosque-page-1 .form--inline .form-type-select {
        flex: 0 98%;
        margin: 10px auto;
        width: 98%; } }

.landing-full .landing-left > .field--name-field-wysiwyg {
  font-weight: 600;
  font-size: 1.143em;
  margin-bottom: 20px; }

.landing-full .landing-left h2 {
  color: #7092a9;
  font-size: 1.286em;
  text-transform: uppercase;
  font-weight: bold; }

.landing-full .landing-left h3 {
  color: #7092a9;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold; }

.landing-full .landing-left > .field--name-field-content > .field--item:first-child h2,
.landing-full .landing-left > .field--name-field-content > .field--item:first-child h3 {
  margin-top: 0; }

.landing-full .landing-left .paragraph--type--edito {
  clear: both;
  overflow: hidden; }
  .landing-full .landing-left .paragraph--type--edito .float-left {
    margin: auto;
    margin-bottom: 10px; }
    .landing-full .landing-left .paragraph--type--edito .float-left img {
      width: 100%; }
    @media only screen and (min-width: 480px) {
      .landing-full .landing-left .paragraph--type--edito .float-left {
        float: left;
        margin-right: 20px;
        max-width: 45%;
        width: 442px; } }
  .landing-full .landing-left .paragraph--type--edito .float-right {
    margin: auto;
    margin-bottom: 10px; }
    .landing-full .landing-left .paragraph--type--edito .float-right img {
      width: 100%; }
    @media only screen and (min-width: 480px) {
      .landing-full .landing-left .paragraph--type--edito .float-right {
        float: right;
        margin-left: 20px;
        max-width: 45%;
        width: 442px; } }
  .landing-full .landing-left .paragraph--type--edito ul {
    padding-left: 40px;
    overflow: hidden; }
  .landing-full .landing-left .paragraph--type--edito .center-media {
    margin: auto;
    display: block;
    width: 854px;
    max-width: 100%; }
  .landing-full .landing-left .paragraph--type--edito .field--name-field-wysiwyg {
    margin-bottom: 30px; }

@media only screen and (min-width: 769px) {
  .landing-full .landing-left {
    width: 70%;
    float: left;
    padding-right: 30px;
    margin-bottom: 30px; } }

.landing-full .landing-right {
  border: 2px solid #ECECEC;
  padding: 25px 20px;
  box-shadow: 2px 5px 0px #ECECEC;
  background-color: #FDFDFD; }
  .landing-full .landing-right h2 {
    color: #7092a9;
    font-size: 1.143em;
    font-weight: bold;
    text-align: center;
    margin: 0 0 15px; }
  .landing-full .landing-right .webform-submission-contact-landing-form label {
    color: #7092a9;
    font-weight: 500; }
  .landing-full .landing-right .webform-submission-contact-landing-form .form-required:after {
    vertical-align: text-top;
    background-image: url("../images/pictos/required.png");
    -webkit-background-size: 7px 4px;
    background-size: 7px 4px;
    height: 4px;
    width: 7px; }
  .landing-full .landing-right .webform-submission-contact-landing-form .form-control {
    border-radius: 0;
    -webkit-box-shadow: inset 1px 1px 3px #f4f4f4;
    box-shadow: inset 1px 1px 3px #f4f4f4;
    width: 100%;
    height: 40px;
    padding: 0 12px;
    margin-bottom: 5px; }
  .landing-full .landing-right .webform-submission-contact-landing-form .select-wrapper {
    margin-bottom: 5px; }
    .landing-full .landing-right .webform-submission-contact-landing-form .select-wrapper .form-control {
      width: 100%;
      float: none; }
    .landing-full .landing-right .webform-submission-contact-landing-form .select-wrapper:after {
      color: #c01136;
      margin: 0;
      padding: 0;
      right: 1px;
      top: 1px;
      width: 38px;
      height: 38px;
      line-height: 38px;
      text-align: center;
      border-left: 1px solid #ccc;
      background-color: #F5F5F5; }
  .landing-full .landing-right .webform-submission-contact-landing-form .form-item-message .form-control {
    height: auto; }
  .landing-full .landing-right .webform-submission-contact-landing-form .form-type-webform-markup p {
    color: #7092a9; }
  .landing-full .landing-right .webform-submission-contact-landing-form .captcha {
    clear: both;
    float: none;
    overflow: hidden; }
  .landing-full .landing-right .webform-submission-contact-landing-form .form-type-radio {
    display: inline-block;
    width: auto;
    margin-right: 20px; }
    .landing-full .landing-right .webform-submission-contact-landing-form .form-type-radio label {
      position: relative; }
      .landing-full .landing-right .webform-submission-contact-landing-form .form-type-radio label:before, .landing-full .landing-right .webform-submission-contact-landing-form .form-type-radio label:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        border-radius: 50%;
        transform: translateY(-50%); }
      .landing-full .landing-right .webform-submission-contact-landing-form .form-type-radio label:before {
        left: 3px;
        width: 11px;
        height: 11px; }
      .landing-full .landing-right .webform-submission-contact-landing-form .form-type-radio label:after {
        width: 17px;
        height: 17px;
        border: 1px solid #a8a8a8; }
    .landing-full .landing-right .webform-submission-contact-landing-form .form-type-radio .form-radio {
      visibility: hidden;
      width: 0;
      height: 0;
      margin-left: -1;
      margin-top: -1;
      opcacity: 0;
      font-size: 0;
      line-height: 0; }
      .landing-full .landing-right .webform-submission-contact-landing-form .form-type-radio .form-radio:checked + label:before {
        content: '';
        background-color: #c01136; }
  .landing-full .landing-right .webform-submission-contact-landing-form .form-actions {
    width: 100%;
    margin-top: 20px;
    clear: both;
    float: none; }
    .landing-full .landing-right .webform-submission-contact-landing-form .form-actions .webform-button--submit {
      border-radius: 0;
      background-color: #c01136;
      color: #fff;
      text-transform: initial;
      border-color: #c01136;
      width: 100px;
      margin: auto;
      display: block; }
      .landing-full .landing-right .webform-submission-contact-landing-form .form-actions .webform-button--submit:hover, .landing-full .landing-right .webform-submission-contact-landing-form .form-actions .webform-button--submit:focus {
        color: #c01136;
        background-color: #fff; }
  .landing-full .landing-right [type=radio] {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0; }
  @media only screen and (min-width: 769px) {
    .landing-full .landing-right {
      width: 30%;
      float: right;
      margin-top: 0;
      margin-bottom: 30px; } }

.landing-full .landing-bottom {
  border-top: 1px solid #a8a8a8;
  margin-top: 30px;
  padding-top: 10px;
  clear: both;
  overflow: hidden; }
  .landing-full .landing-bottom h2 {
    color: #7092a9;
    font-size: 1.286em;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px; }
  .landing-full .landing-bottom #product-slider .slick-controls {
    text-align: center;
    background: #d7d7d7;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 30px; }
    .landing-full .landing-bottom #product-slider .slick-controls .slick-buttons {
      background-color: #fff;
      padding: 0 10px;
      display: inline-block;
      top: -17.5px;
      position: relative; }
      .landing-full .landing-bottom #product-slider .slick-controls .slick-buttons .slick-previous {
        border: 1px solid #fff;
        font-size: 1em;
        padding: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: #c01136;
        background-color: #fff; }
        .landing-full .landing-bottom #product-slider .slick-controls .slick-buttons .slick-previous:hover, .landing-full .landing-bottom #product-slider .slick-controls .slick-buttons .slick-previous:focus {
          color: #fff;
          background-color: #c01136;
          border-color: #c01136;
          outline: 0; }
      .landing-full .landing-bottom #product-slider .slick-controls .slick-buttons .slick-next {
        border: 1px solid #c01136;
        font-size: 1em;
        padding: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: #fff;
        background-color: #c01136; }
        .landing-full .landing-bottom #product-slider .slick-controls .slick-buttons .slick-next:hover, .landing-full .landing-bottom #product-slider .slick-controls .slick-buttons .slick-next:focus {
          color: #c01136;
          background-color: #fff;
          border-color: #c01136;
          outline: 0; }
    @media only screen and (min-width: 769px) {
      .landing-full .landing-bottom #product-slider .slick-controls.desktop-hidden {
        display: none; } }
  .landing-full .landing-bottom #product-slider .teaser-product-item {
    padding: 0 10px; }
    .landing-full .landing-bottom #product-slider .teaser-product-item .products-infos {
      height: 260px; }
      .landing-full .landing-bottom #product-slider .teaser-product-item .products-infos .up-bar {
        background-color: rgba(0, 0, 0, 0.3); }
        .landing-full .landing-bottom #product-slider .teaser-product-item .products-infos .up-bar .product-type {
          display: inline-block;
          background-color: black;
          color: white;
          padding: 2px 5px;
          max-width: 50%;
          text-transform: uppercase;
          font-size: 0.786em;
          vertical-align: top; }
        .landing-full .landing-bottom #product-slider .teaser-product-item .products-infos .up-bar .product-location {
          float: right;
          color: white;
          padding: 2px 5px;
          font-size: 0.786em; }
    .landing-full .landing-bottom #product-slider .teaser-product-item .product-white {
      background-color: #fff;
      margin: 0 10px;
      margin-top: -120px;
      text-align: center; }
      .landing-full .landing-bottom #product-slider .teaser-product-item .product-white .product-numbers {
        padding: 0 10px;
        text-align: left; }
        .landing-full .landing-bottom #product-slider .teaser-product-item .product-white .product-numbers .row {
          margin: 0; }
          .landing-full .landing-bottom #product-slider .teaser-product-item .product-white .product-numbers .row div[class^="col-sm"],
          .landing-full .landing-bottom #product-slider .teaser-product-item .product-white .product-numbers .row div[class^="col-xs"] {
            padding: 0; }
        .landing-full .landing-bottom #product-slider .teaser-product-item .product-white .product-numbers .number-label {
          font-weight: 600;
          font-size: 0.786em;
          margin-top: 10px;
          display: block; }
        .landing-full .landing-bottom #product-slider .teaser-product-item .product-white .product-numbers .number-color {
          text-align: right;
          color: #7092a9;
          font-size: 1em;
          font-weight: 500;
          margin-top: 7px;
          display: block; }
      .landing-full .landing-bottom #product-slider .teaser-product-item .product-white .product-name {
        font-size: 1.143em;
        color: #7092a9;
        text-transform: uppercase;
        position: relative;
        font-weight: 600;
        margin-top: 15px; }
        .landing-full .landing-bottom #product-slider .teaser-product-item .product-white .product-name:after {
          content: "";
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          height: 1px;
          bottom: -1px;
          width: 60px;
          border-bottom: 2px solid #c01136; }
      .landing-full .landing-bottom #product-slider .teaser-product-item .product-white .product-cat {
        margin-top: 5px;
        font-size: 0.857em;
        color: #7092a9;
        min-height: 16px; }
      .landing-full .landing-bottom #product-slider .teaser-product-item .product-white a:not(.download-file) {
        border-radius: 0;
        background-color: #c01136;
        color: #fff;
        text-transform: initial;
        border: 1px solid #c01136;
        padding: 10px 15px;
        margin-top: 15px;
        display: inline-block; }
        .landing-full .landing-bottom #product-slider .teaser-product-item .product-white a:not(.download-file):hover, .landing-full .landing-bottom #product-slider .teaser-product-item .product-white a:not(.download-file):focus {
          color: #c01136;
          background-color: #fff; }
      .landing-full .landing-bottom #product-slider .teaser-product-item .product-white .download-file {
        display: block;
        margin-top: 20px;
        color: #000;
        text-align: center; }
        .landing-full .landing-bottom #product-slider .teaser-product-item .product-white .download-file:hover, .landing-full .landing-bottom #product-slider .teaser-product-item .product-white .download-file:focus {
          text-decoration: none; }
        .landing-full .landing-bottom #product-slider .teaser-product-item .product-white .download-file .picto-file {
          background-image: url("../images/pictos/pdf.png");
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          height: 39px;
          width: 30px;
          margin-right: 10px;
          vertical-align: middle;
          display: inline-block; }
        .landing-full .landing-bottom #product-slider .teaser-product-item .product-white .download-file .docinfos {
          max-width: calc(100% - 70px);
          max-width: -webkit-calc(100% - 70px);
          width: auto;
          display: inline-block;
          font-size: 0.857em;
          vertical-align: middle;
          text-align: left; }

.news-full .news-title {
  color: #7092a9;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex; }
  .news-full .news-title .news-date {
    float: left;
    border-right: 1px solid #7092a9;
    padding-right: 20px;
    padding-left: 10px;
    text-align: center; }
    .news-full .news-title .news-date .day-news {
      font-size: 2.571em;
      display: block;
      height: 30px;
      line-height: 30px; }
    .news-full .news-title .news-date .month-news,
    .news-full .news-title .news-date .year-news {
      font-size: 1em;
      display: block;
      height: 20px;
      line-height: 20px; }
  .news-full .news-title h1 {
    float: left;
    font-size: 1.857em;
    margin-left: 20px;
    margin-top: 0; }

.news-full .img-news {
  margin: auto;
  margin-bottom: 10px; }
  .news-full .img-news img {
    width: 100%; }
  @media only screen and (min-width: 480px) {
    .news-full .img-news {
      float: left;
      margin-right: 20px;
      max-width: 45%;
      width: auto; } }

.news-full .field--name-field-wysiwyg {
  clear: right; }
  .news-full .field--name-field-wysiwyg ul {
    overflow: hidden; }

.news-full h2 {
  color: #7092a9;
  font-size: 1.286em;
  text-transform: uppercase;
  font-weight: bold; }

.news-full h3 {
  color: #7092a9;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold; }

.news-full .paragraph--type--edito {
  clear: both;
  overflow: hidden; }
  .news-full .paragraph--type--edito .float-left {
    margin: auto;
    margin-bottom: 10px; }
    .news-full .paragraph--type--edito .float-left img {
      width: 100%; }
    @media only screen and (min-width: 480px) {
      .news-full .paragraph--type--edito .float-left {
        float: left;
        margin-right: 20px;
        max-width: 45%;
        width: 442px; } }
  .news-full .paragraph--type--edito .float-right {
    margin: auto;
    margin-bottom: 10px; }
    .news-full .paragraph--type--edito .float-right img {
      width: 100%; }
    @media only screen and (min-width: 480px) {
      .news-full .paragraph--type--edito .float-right {
        float: right;
        margin-left: 20px;
        max-width: 45%;
        width: 442px; } }
  .news-full .paragraph--type--edito ul {
    padding-left: 40px;
    overflow: hidden; }
  .news-full .paragraph--type--edito .center-media {
    margin: auto;
    display: block;
    width: 854px;
    max-width: 100%; }
  .news-full .paragraph--type--edito .field--name-field-wysiwyg {
    margin-bottom: 30px;
    overflow-x: auto; }
    .news-full .paragraph--type--edito .field--name-field-wysiwyg table th, .news-full .paragraph--type--edito .field--name-field-wysiwyg table td {
      padding: 1px 0px 1px 10px; }
    .news-full .paragraph--type--edito .field--name-field-wysiwyg table thead {
      background: #7092a9;
      color: #fff; }
    .news-full .paragraph--type--edito .field--name-field-wysiwyg table tbody tr:nth-child(even) {
      background: #e8e8e8; }

@media only screen and (min-width: 769px) {
  .path-frontpage .view-id-news .view-content {
    float: left;
    width: 50%; } }

.list-news {
  color: #000 !important;
  overflow: hidden;
  clear: both;
  display: block;
  margin-bottom: 20px;
  padding: 10px;
  position: relative; }
  .list-news:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateY(-50%);
    bottom: 0;
    height: 1px;
    width: 80px;
    border-bottom: 3px solid #c01136; }
  .path-frontpage .list-news:after {
    display: none; }
  .list-news:hover, .list-news:focus {
    background-color: #f4f4f4;
    text-decoration: none; }
  .list-news .img-news {
    float: left;
    width: 296px;
    max-width: 51%; }
    .path-frontpage .list-news .img-news {
      width: 200px;
      max-width: 35%; }
    .list-news .img-news img {
      width: 100%; }
  .list-news .news-infos {
    float: right;
    width: calc(100% - 316px);
    width: -webkit-calc(100% - 316px);
    min-width: calc(49% - 20px);
    min-width: -webkit-calc(49% - 20px); }
    .path-frontpage .list-news .news-infos {
      width: calc(100% - 220px);
      width: -webkit-calc(100% - 220px);
      min-width: calc(65% - 20px);
      min-width: -webkit-calc(65% - 20px); }
    .list-news .news-infos .news-date {
      margin-bottom: 5px; }
      .list-news .news-infos .news-date .day-news {
        font-size: 2.571em;
        font-weight: 300; }
      .list-news .news-infos .news-date .month-news,
      .list-news .news-infos .news-date .year-news {
        font-size: 1.286em;
        margin-left: 5px;
        color: #656565;
        font-weight: 400; }
    .list-news .news-infos .news-title h3 {
      margin: 0;
      margin-bottom: 10px;
      font-weight: bold;
      font-size: 1.143em;
      font-weight: 500; }
    .list-news .news-infos .field--name-field-wysiwyg {
      color: #656565;
      font-size: 1em;
      font-weight: 400; }
    .list-news .news-infos .red {
      color: #c01136;
      margin-left: 5px; }
    .list-news .news-infos .read-more {
      margin-top: 10px;
      font-size: 0.857em;
      color: #c01136; }
      .list-news .news-infos .read-more i {
        margin-right: 5px; }
      .path-frontpage .list-news .news-infos .read-more {
        display: none; }
  @media only screen and (max-width: 479px) {
    .path-frontpage .list-news {
      display: none; } }

.first-news {
  color: #000 !important;
  clear: both;
  display: block;
  margin-bottom: 20px;
  position: relative;
  padding: 10px; }
  .first-news:hover .news-infos .read-more, .first-news:focus .news-infos .read-more {
    color: #c01136;
    background-color: #fff;
    cursor: pointer; }
  .first-news .img-news {
    width: 505px;
    max-width: 100%;
    z-index: 1; }
    .first-news .img-news img {
      width: 95%; }
    @media only screen and (min-width: 769px) {
      .first-news .img-news {
        max-width: 80%; } }
    @media only screen and (min-width: 769px) {
      .first-news .img-news {
        max-width: 95%; } }
  .first-news .news-infos {
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto;
    width: 90%;
    margin-top: -50px; }
    .path-frontpage .first-news .news-infos {
      padding-left: 20px; }
    .first-news .news-infos .news-date {
      display: inline-block;
      width: auto;
      border-right: 1px solid #c01136;
      padding-right: 20px;
      padding-left: 10px;
      margin-bottom: 10px;
      text-align: center; }
      .first-news .news-infos .news-date .day-news {
        font-size: 2.857em;
        display: block;
        height: 30px;
        line-height: 30px;
        font-weight: 300; }
      .first-news .news-infos .news-date .month-news,
      .first-news .news-infos .news-date .year-news {
        font-size: 1.286em;
        display: block;
        height: 20px;
        line-height: 20px;
        color: #656565;
        font-weight: 400; }
    .first-news .news-infos .news-title h3 {
      margin-top: 0;
      margin-left: 10px;
      margin-bottom: 10px;
      font-weight: 500;
      font-size: 1.143em; }
      @media only screen and (min-width: 480px) {
        .first-news .news-infos .news-title h3 {
          margin-top: 10px;
          margin-left: 0px; } }
    .first-news .news-infos .field--name-field-wysiwyg {
      color: #656565;
      font-size: 1em;
      font-weight: 400; }
      @media only screen and (max-width: 479px) {
        .first-news .news-infos .field--name-field-wysiwyg {
          display: none; } }
    .first-news .news-infos .red {
      color: #c01136;
      margin-left: 5px; }
    .first-news .news-infos .read-more {
      margin-top: 10px;
      font-size: 0.857em;
      color: #fff;
      border: 1px solid #c01136;
      background-color: #c01136;
      display: inline-block;
      padding: 7px 15px; }
      .first-news .news-infos .read-more:hover, .first-news .news-infos .read-more:focus {
        color: #c01136;
        background-color: #fff;
        cursor: pointer; }
      .path-frontpage .first-news .news-infos .read-more {
        display: none; }
    @media only screen and (max-width: 479px) {
      .first-news .news-infos {
        display: flex;
        flex-flow: row wrap;
        padding-left: 20px; }
        .first-news .news-infos .news-title {
          flex: 1; }
        .first-news .news-infos .read-more {
          margin: 15px auto 0; } }
    @media only screen and (min-width: 480px) {
      .first-news .news-infos {
        width: auto;
        position: absolute;
        margin-top: 0;
        top: 50px;
        right: 0;
        left: 30%; }
        .path-frontpage .first-news .news-infos {
          width: 50%;
          left: initial; } }
    @media only screen and (min-width: 769px) {
      .first-news .news-infos {
        left: 50%; }
        .path-frontpage .first-news .news-infos {
          left: initial; } }
    @media only screen and (min-width: 1280px) {
      .first-news .news-infos {
        left: 40%; }
        .path-frontpage .first-news .news-infos {
          left: initial; } }

.path-actualites .view-display-id-block_1:before {
  content: "A la une";
  font-size: 2.286em;
  color: #7092a9;
  width: 100%;
  text-align: center;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase; }
  @media only screen and (max-width: 479px) {
    .path-actualites .view-display-id-block_1:before {
      font-size: 1.857em; } }

#views-exposed-form-news-page-1:before {
  content: "Toutes les actualités";
  font-size: 2.286em;
  color: #7092a9;
  width: 100%;
  text-align: center;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase; }
  @media only screen and (max-width: 479px) {
    #views-exposed-form-news-page-1:before {
      font-size: 1.857em; } }

#views-exposed-form-news-page-1 .form--inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around;
  padding: 15px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  #views-exposed-form-news-page-1 .form--inline .form-type-select {
    float: none;
    flex: 0 25%;
    width: 25%;
    margin: 0; }
    #views-exposed-form-news-page-1 .form--inline .form-type-select .select-wrapper {
      width: 100%; }
      #views-exposed-form-news-page-1 .form--inline .form-type-select .select-wrapper .form-control {
        float: none;
        height: 40px;
        width: 100%;
        padding: 0 12px;
        padding-right: 50px;
        border-radius: 0;
        background-color: #F5F5F5;
        -webkit-box-shadow: inset 1px 1px 3px #f4f4f4;
        box-shadow: inset 1px 1px 3px #f4f4f4; }
      #views-exposed-form-news-page-1 .form--inline .form-type-select .select-wrapper:after {
        color: #c01136;
        margin: 0;
        padding: 0;
        right: 1px;
        top: 1px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        border-left: 1px solid #ccc;
        background-color: #F5F5F5; }
    @media only screen and (max-width: 479px) {
      #views-exposed-form-news-page-1 .form--inline .form-type-select {
        flex: 0 98%;
        margin: 10px auto;
        width: 98%; } }

.path-frontpage #block-views-block-news-block-2 > h2 {
  color: #7092a9;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center; }

.path-frontpage #block-views-block-news-block-2 > h3 {
  color: #c01136;
  text-align: center;
  margin-top: 5px; }

.path-frontpage #block-views-block-news-block-2 .all-news {
  margin-bottom: 30px;
  font-size: 1em;
  color: #7092a9;
  border: 1px solid #7092a9;
  background-color: #fff;
  display: inline-block;
  padding: 7px 15px;
  float: right;
  max-width: 100%; }
  .path-frontpage #block-views-block-news-block-2 .all-news:hover, .path-frontpage #block-views-block-news-block-2 .all-news:focus {
    color: #fff;
    text-decoration: none;
    background-color: #7092a9; }

.path-nos-produits nav.tabs ul {
  border-color: #D8D8D8;
  display: flex;
  justify-content: space-around; }
  @media only screen and (max-width: 479px) {
    .path-nos-produits nav.tabs ul {
      flex-flow: column; } }
  .path-nos-produits nav.tabs ul li {
    margin-bottom: 0; }
    .path-nos-produits nav.tabs ul li a {
      color: #919191;
      border-radius: 0;
      background-color: #F9F9F9;
      border-color: #D8D8D8;
      border-bottom-color: transparent;
      text-align: center;
      font-size: 0.786em;
      padding: 2px 15px; }
      .path-nos-produits nav.tabs ul li a .big-part {
        font-weight: bold;
        font-size: 1.286em;
        display: block; }
      @media only screen and (min-width: 769px) {
        .path-nos-produits nav.tabs ul li a {
          font-size: 0.857em; }
          .path-nos-produits nav.tabs ul li a .big-part {
            font-size: 1.714em; } }
      @media only screen and (min-width: 992px) {
        .path-nos-produits nav.tabs ul li a {
          padding: 2px 50px; } }
    .path-nos-produits nav.tabs ul li.active a {
      color: #7092a9;
      background-color: #fff; }
    @media only screen and (min-width: 480px) {
      .path-nos-produits nav.tabs ul li:first-child {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
    .path-nos-produits nav.tabs ul li:first-child a {
      font-weight: bold;
      font-size: 1.143em;
      text-align: center; }
      @media only screen and (min-width: 480px) {
        .path-nos-produits nav.tabs ul li:first-child a {
          display: flex;
          flex-grow: 1;
          flex-shrink: 0;
          flex-direction: column;
          justify-content: center;
          align-items: center; } }
      @media only screen and (min-width: 769px) {
        .path-nos-produits nav.tabs ul li:first-child a {
          font-size: 1.571em; } }
      .path-nos-produits nav.tabs ul li:first-child a span {
        flex-shrink: 0;
        text-align: center; }

.path-nos-produits .product-range-form {
  position: relative; }
  .path-nos-produits .product-range-form .filter-by {
    position: relative;
    font-size: 0.857em;
    cursor: pointer;
    color: #c01136;
    margin-bottom: 20px;
    bottom: -10px;
    font-weight: bold; }
    .path-nos-produits .product-range-form .filter-by:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e114';
      display: inline-block;
      font-family: 'Glyphicons Halflings';
      color: #c01136;
      margin: 0;
      margin-right: 10px;
      padding: 0;
      width: 22px;
      height: 22px;
      z-index: 1;
      line-height: 22px;
      text-align: center;
      border: 1px solid #ccc;
      background-color: #fff;
      vertical-align: middle; }
    .path-nos-produits .product-range-form .filter-by.active {
      margin-bottom: -5px;
      bottom: -10px; }
      .path-nos-produits .product-range-form .filter-by.active:before {
        background-color: #F5F5F5;
        content: '\e113'; }
  .path-nos-produits .product-range-form form {
    padding-bottom: 15px; }
    .path-nos-produits .product-range-form form > .form--inline {
      margin-top: 20px;
      display: flex;
      flex-flow: column;
      padding: 0 20px; }
      .path-nos-produits .product-range-form form > .form--inline fieldset {
        flex: 1;
        padding-bottom: 10px;
        margin-bottom: 5px;
        border-bottom: 1px solid #e5e5e5;
        display: block; }
      .path-nos-produits .product-range-form form > .form--inline fieldset:last-of-type {
        flex: auto;
        padding-bottom: 10px;
        margin-bottom: 5px;
        border-bottom: 1px solid #e5e5e5; }
      @media only screen and (min-width: 480px) {
        .path-nos-produits .product-range-form form > .form--inline {
          padding: 0 50px; } }
      @media only screen and (min-width: 992px) {
        .path-nos-produits .product-range-form form > .form--inline {
          flex-flow: row wrap; } }
  .path-nos-produits .product-range-form legend {
    font-size: inherit;
    margin-bottom: 10px; }
    .path-nos-produits .product-range-form legend .fieldset-legend {
      padding-left: 20px;
      color: #7092a9;
      text-transform: uppercase;
      font-size: 1em;
      font-weight: bold; }
  .path-nos-produits .product-range-form .fieldset-wrapper {
    padding-left: 20px; }
  .path-nos-produits .product-range-form fieldset.columns {
    display: table; }
    .path-nos-produits .product-range-form fieldset.columns .form-type-checkbox {
      width: 50%;
      float: left;
      padding-right: 15px; }
  .path-nos-produits .product-range-form .form-type-checkbox {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0; }
    .path-nos-produits .product-range-form .form-type-checkbox [type="checkbox"]:not(:checked),
    .path-nos-produits .product-range-form .form-type-checkbox [type="checkbox"]:checked {
      position: absolute;
      left: -9999px; }
    .path-nos-produits .product-range-form .form-type-checkbox [type="checkbox"]:not(:checked) + label,
    .path-nos-produits .product-range-form .form-type-checkbox [type="checkbox"]:checked + label {
      position: relative;
      padding-left: 16px;
      cursor: pointer;
      font-weight: bold; }
    .path-nos-produits .product-range-form .form-type-checkbox [type="checkbox"]:not(:checked) + label:before,
    .path-nos-produits .product-range-form .form-type-checkbox [type="checkbox"]:checked + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 2px;
      width: 14px;
      height: 14px;
      border: 1px solid #a8a8a8;
      background: #EBEAF0;
      border-radius: 4px; }
    .path-nos-produits .product-range-form .form-type-checkbox [type="checkbox"]:not(:checked) + label:after,
    .path-nos-produits .product-range-form .form-type-checkbox [type="checkbox"]:checked + label:after {
      content: '✔';
      font-weight: normal;
      font-size: 11px;
      text-align: center;
      color: #fff;
      position: absolute;
      left: 0px;
      top: 2px;
      width: 14px;
      height: 14px;
      background: #c01136;
      border-radius: 4px;
      transition: all .2s; }
    .path-nos-produits .product-range-form .form-type-checkbox [type="checkbox"]:not(:checked) + label:after {
      opacity: 0;
      transform: scale(0); }
    .path-nos-produits .product-range-form .form-type-checkbox [type="checkbox"]:checked + label:after {
      opacity: 1;
      transform: scale(1); }
    .path-nos-produits .product-range-form .form-type-checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
    .path-nos-produits .product-range-form .form-type-checkbox [type="checkbox"]:disabled:checked + label:before {
      box-shadow: none;
      border-color: #f4f4f4;
      background-color: #f4f4f4; }
    .path-nos-produits .product-range-form .form-type-checkbox [type="checkbox"]:disabled:checked + label:after {
      color: #999; }
    .path-nos-produits .product-range-form .form-type-checkbox [type="checkbox"]:disabled + label {
      color: #aaa; }

.path-nos-produits .quick-access {
  padding: 0 20px;
  margin-bottom: 15px; }
  @media only screen and (min-width: 480px) {
    .path-nos-produits .quick-access {
      padding: 0 50px; } }
  @media only screen and (min-width: 992px) {
    .path-nos-produits .quick-access {
      position: absolute;
      top: 67px;
      right: 15px;
      margin: 0; } }
  .path-nos-produits .quick-access .select-wrapper {
    width: auto; }
    .path-nos-produits .quick-access .select-wrapper #product_quick_access_links {
      border-radius: 0;
      border: 1px solid #ccc;
      box-shadow: 0;
      height: 40px;
      width: 200px;
      padding: 0 12px;
      padding-right: 52px;
      margin-bottom: 5px;
      line-height: 20px;
      background-color: #F5F5F5; }
      @media only screen and (min-width: 992px) {
        .path-nos-produits .quick-access .select-wrapper #product_quick_access_links {
          width: 200px; } }
      @media only screen and (min-width: 1280px) {
        .path-nos-produits .quick-access .select-wrapper #product_quick_access_links {
          width: 250px; } }
    .path-nos-produits .quick-access .select-wrapper:after {
      color: #c01136;
      margin: 0;
      padding: 0;
      right: 1px;
      top: 1px;
      width: 38px;
      height: 38px;
      z-index: 1;
      line-height: 38px;
      text-align: center;
      border-left: 1px solid #ccc;
      background-color: #F5F5F5; }

.path-nos-produits .link-product:hover, .path-nos-produits .link-product:focus {
  text-decoration: none; }

.range-product-item {
  padding: 35px 0; }
  .range-product-item .item-content {
    background-color: #fff;
    padding: 10px 0;
    width: 90%;
    margin: auto;
    text-align: center; }
    .range-product-item .item-content .product-name {
      font-size: 1.714em;
      color: #7092a9;
      text-transform: uppercase;
      position: relative;
      font-weight: 600; }
      .range-product-item .item-content .product-name:after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 1px;
        bottom: -2px;
        width: 60px;
        border-bottom: 3px solid #c01136; }
    .range-product-item .item-content .product-type {
      margin-top: 5px;
      font-size: 1em;
      color: #7092a9;
      text-transform: uppercase; }
    .range-product-item .item-content .product-numbers {
      text-align: left;
      margin-top: 15px;
      padding: 0 10px; }
      .range-product-item .item-content .product-numbers .row {
        min-height: 44px; }
      .range-product-item .item-content .product-numbers .number-label {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 0.929em;
        color: #000;
        vertical-align: sub; }
      .range-product-item .item-content .product-numbers .under-label {
        color: #7F7F7F;
        display: block;
        font-size: 0.857em; }
      .range-product-item .item-content .product-numbers .number-color {
        text-align: right;
        color: #7092a9;
        font-size: 1.429em;
        font-weight: 600;
        display: block; }
    .range-product-item .item-content .product-details-bar {
      background-color: #7092a9;
      color: #fff;
      margin: 0;
      margin-top: 15px;
      display: flex;
      align-items: center;
      width: 100%; }
      .range-product-item .item-content .product-details-bar .product-cat,
      .range-product-item .item-content .product-details-bar .product-location {
        display: inline-block;
        position: relative;
        padding-left: 60px; }
        .range-product-item .item-content .product-details-bar .product-cat img,
        .range-product-item .item-content .product-details-bar .product-location img {
          position: absolute;
          top: 50%;
          background-color: #fff;
          transform: translateY(-50%);
          border: 2px dotted #c01136;
          border-radius: 50px;
          left: 0; }
        @media only screen and (max-width: 584px) {
          .range-product-item .item-content .product-details-bar .product-cat,
          .range-product-item .item-content .product-details-bar .product-location {
            font-size: 0.786em;
            padding-left: 0; }
            .range-product-item .item-content .product-details-bar .product-cat img,
            .range-product-item .item-content .product-details-bar .product-location img {
              display: none; } }
        @media only screen and (min-width: 585px) and (max-width: 768px) {
          .range-product-item .item-content .product-details-bar .product-cat,
          .range-product-item .item-content .product-details-bar .product-location {
            font-size: 0.786em;
            padding-left: 40px; }
            .range-product-item .item-content .product-details-bar .product-cat img,
            .range-product-item .item-content .product-details-bar .product-location img {
              width: 35px;
              border: 1px dotted #c01136; } }
      .range-product-item .item-content .product-details-bar .product-cat {
        margin-right: 15px; }
      .range-product-item .item-content .product-details-bar .bar-red {
        background-color: #c01136;
        border-right: 2px solid #fff; }
        .range-product-item .item-content .product-details-bar .bar-red .product-type-detail {
          display: inline-block;
          text-transform: uppercase;
          font-size: 0.857em; }
          @media only screen and (max-width: 768px) {
            .range-product-item .item-content .product-details-bar .bar-red .product-type-detail {
              font-size: 0.786em; } }
    .range-product-item .item-content .product-improvement {
      position: absolute;
      bottom: 90px;
      left: 50%;
      height: 40px;
      padding: 0 15px 0 15px;
      transform: translateX(-50%);
      font-size: 1em;
      text-transform: uppercase;
      line-height: 40px;
      color: #fff;
      background-color: #000; }
      .range-product-item .item-content .product-improvement i {
        margin-right: 10px;
        line-height: 40px;
        vertical-align: middle;
        font-size: 30px; }
  @media only screen and (min-width: 480px) {
    .range-product-item {
      padding: 75px 0 130px; }
      .range-product-item .item-content {
        width: 75%; }
        .range-product-item .item-content .product-numbers {
          padding: 0 20px; } }
  @media only screen and (min-width: 1280px) {
    .range-product-item .item-content {
      width: 50%; }
      .range-product-item .item-content .product-numbers {
        padding: 0 40px; } }

.view-id-aew_search .results-count {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: center; }
  .view-id-aew_search .results-count a.count {
    display: inline-block;
    flex: 1 0 15%;
    border: 1px solid #7092a9;
    color: #000;
    text-align: center;
    font-weight: 500;
    padding: 10px;
    margin-bottom: 20px; }
    .view-id-aew_search .results-count a.count .search-number {
      color: #7092a9;
      font-weight: 500;
      font-size: 1.857em;
      display: block; }
    .view-id-aew_search .results-count a.count .search-type {
      color: #7092a9;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 1.286em;
      display: block; }
    .view-id-aew_search .results-count a.count:hover, .view-id-aew_search .results-count a.count:focus {
      text-decoration: none;
      color: #fff;
      background-color: #7092a9; }
      .view-id-aew_search .results-count a.count:hover .search-number,
      .view-id-aew_search .results-count a.count:hover .search-type, .view-id-aew_search .results-count a.count:focus .search-number,
      .view-id-aew_search .results-count a.count:focus .search-type {
        color: #fff; }
  @media only screen and (min-width: 480px) {
    .view-id-aew_search .results-count {
      margin: 0 -20px;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap; }
      .view-id-aew_search .results-count a.count {
        flex: 1 0 27%;
        margin-left: 20px;
        margin-right: 20px;
        width: 27%; } }
  @media only screen and (min-width: 992px) {
    .view-id-aew_search .results-count a.count {
      margin-bottom: 0px;
      flex: 1 0 15%;
      width: 15%; } }

.view-id-aew_search .count-separator {
  text-align: center;
  font-size: 1.429em;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative; }
  .view-id-aew_search .count-separator .search-number {
    color: #c01136; }
  .view-id-aew_search .count-separator .search-type {
    color: #7092a9;
    font-weight: bold; }
  .view-id-aew_search .count-separator:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    height: 1px;
    width: 60px;
    border-bottom: 3px solid #c01136; }

.view-id-aew_search .list-news:after {
  width: 0;
  height: 0; }

.view-id-aew_search .list-news .img-news {
  width: 80px; }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    .view-id-aew_search .list-news .img-news {
      width: 200px; } }
  @media only screen and (min-width: 769px) {
    .view-id-aew_search .list-news .img-news {
      width: 290px; } }

.view-id-aew_search .list-news .news-infos {
  width: calc(100% - 100px);
  width: -webkit-calc(100% - 100px); }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    .view-id-aew_search .list-news .news-infos {
      width: calc(100% - 220px);
      width: -webkit-calc(100% - 220px); } }
  @media only screen and (min-width: 769px) {
    .view-id-aew_search .list-news .news-infos {
      width: calc(100% - 310px);
      width: -webkit-calc(100% - 310px); } }

.view-id-aew_search .list-products .products-infos {
  width: calc(100% - 100px);
  width: -webkit-calc(100% - 100px); }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    .view-id-aew_search .list-products .products-infos {
      width: calc(100% - 220px);
      width: -webkit-calc(100% - 220px); } }
  @media only screen and (min-width: 769px) {
    .view-id-aew_search .list-products .products-infos {
      width: calc(100% - 310px);
      width: -webkit-calc(100% - 310px); } }
  .view-id-aew_search .list-products .products-infos .products-title h3 {
    color: #7092a9;
    text-transform: uppercase;
    font-weight: bold; }

.view-id-aew_search .list-products .img-news {
  width: 80px; }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    .view-id-aew_search .list-products .img-news {
      width: 200px; } }
  @media only screen and (min-width: 769px) {
    .view-id-aew_search .list-products .img-news {
      width: 290px; } }

.view-id-aew_search .file-item {
  margin: 20px 0;
  padding: 10px; }
  .view-id-aew_search .file-item:hover {
    background-color: #f4f4f4;
    cursor: pointer; }
  .view-id-aew_search .file-item .info-file {
    color: #c01136; }
    .view-id-aew_search .file-item .info-file h3 {
      color: #000;
      margin-bottom: 4px; }
    .view-id-aew_search .file-item .info-file .product-infos {
      color: #7092a9;
      font-weight: bold;
      margin-bottom: 2px; }

.path-sitemap .sitemap-menu li {
  list-style-image: none;
  list-style-type: none; }

.path-sitemap .sitemap-menu > li {
  font-weight: bold;
  text-transform: uppercase; }
  .path-sitemap .sitemap-menu > li ul > li {
    font-weight: 600;
    text-transform: none; }
    .path-sitemap .sitemap-menu > li ul > li:first-child {
      margin-top: 5px; }
    .path-sitemap .sitemap-menu > li ul > li li a {
      color: #7092a9; }
    .path-sitemap .sitemap-menu > li ul > li li:first-child {
      margin-top: 5px; }

.path-product-entity .region-header .product-type {
  text-align: center;
  text-transform: uppercase;
  margin-top: -15px; }

.path-product-entity .product-full .sticky-menu {
  background-color: #EFEFEF; }
  .path-product-entity .product-full .sticky-menu ul {
    display: block;
    margin: 0;
    overflow: hidden; }
    .path-product-entity .product-full .sticky-menu ul li {
      margin: 0; }
      .path-product-entity .product-full .sticky-menu ul li a {
        font-size: 0.857em;
        color: #7092a9;
        text-transform: uppercase;
        font-weight: 600;
        padding: 15px 10px;
        display: inline-block;
        position: relative;
        cursor: pointer; }
        .path-product-entity .product-full .sticky-menu ul li a:hover, .path-product-entity .product-full .sticky-menu ul li a:focus {
          background-color: #c01136;
          color: #fff;
          text-decoration: none; }
          .path-product-entity .product-full .sticky-menu ul li a:hover:after, .path-product-entity .product-full .sticky-menu ul li a:focus:after {
            content: '';
            position: absolute;
            bottom: -9px;
            left: 50%;
            width: 0;
            height: 0;
            transform: translateX(-50%);
            border-style: solid;
            border-width: 10px 10px 0 10px;
            border-color: #c01136 transparent transparent transparent; }
        @media only screen and (min-width: 1280px) {
          .path-product-entity .product-full .sticky-menu ul li a {
            font-size: 1em;
            padding: 15px 20px; } }
  @media only screen and (max-width: 479px) {
    .path-product-entity .product-full .sticky-menu {
      display: none; } }

.path-product-entity .product-full .about {
  float: right;
  color: #7092a9;
  padding: 8px 15px;
  border: 1px solid #7092a9;
  margin-top: 10px; }
  .path-product-entity .product-full .about:hover, .path-product-entity .product-full .about:focus {
    background-color: #7092a9;
    color: #fff; }

.path-product-entity .product-full .overview {
  padding-top: 15px;
  clear: both;
  overflow: hidden; }
  @media only screen and (min-width: 480px) {
    .path-product-entity .product-full .overview {
      padding: 15px 20px 0; } }
  .path-product-entity .product-full .overview .right {
    margin: auto;
    margin-bottom: 10px; }
    .path-product-entity .product-full .overview .right img {
      width: 100%; }
    @media only screen and (min-width: 769px) {
      .path-product-entity .product-full .overview .right {
        float: right;
        margin-left: 15px;
        max-width: 35%;
        width: 442px; } }
  .path-product-entity .product-full .overview .product-details-bar {
    background-color: transparent;
    color: #fff;
    margin: 0;
    margin-top: 35px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    text-align: center; }
    .path-product-entity .product-full .overview .product-details-bar .product-cat,
    .path-product-entity .product-full .overview .product-details-bar .product-location {
      display: inline-block;
      position: relative;
      padding-left: 60px; }
      .path-product-entity .product-full .overview .product-details-bar .product-cat img,
      .path-product-entity .product-full .overview .product-details-bar .product-location img {
        position: absolute;
        top: 50%;
        left: -7px;
        width: 60px;
        height: 60px;
        transform: translateY(-50%);
        border: 2px dotted #c01136;
        border-radius: 50px;
        background-color: white; }
      @media only screen and (max-width: 584px) {
        .path-product-entity .product-full .overview .product-details-bar .product-cat,
        .path-product-entity .product-full .overview .product-details-bar .product-location {
          font-size: 0.786em;
          padding-left: 0; }
          .path-product-entity .product-full .overview .product-details-bar .product-cat img,
          .path-product-entity .product-full .overview .product-details-bar .product-location img {
            display: none; } }
      @media only screen and (min-width: 585px) and (max-width: 991px) {
        .path-product-entity .product-full .overview .product-details-bar .product-cat,
        .path-product-entity .product-full .overview .product-details-bar .product-location {
          font-size: 0.786em;
          padding-left: 40px; }
          .path-product-entity .product-full .overview .product-details-bar .product-cat img,
          .path-product-entity .product-full .overview .product-details-bar .product-location img {
            width: 35px;
            border: 1px dotted #c01136; } }
    .path-product-entity .product-full .overview .product-details-bar .product-cat {
      margin-right: 15px; }
      @media only screen and (min-width: 769px) and (max-width: 991px) {
        .path-product-entity .product-full .overview .product-details-bar .product-cat {
          margin-right: 0; } }
    .path-product-entity .product-full .overview .product-details-bar .bar-red {
      background-color: #c01136;
      border-right: 2px solid #fff;
      min-height: 35px;
      display: flex;
      align-items: center; }
      .path-product-entity .product-full .overview .product-details-bar .bar-red .product-type-detail {
        display: inline-block;
        text-transform: uppercase;
        font-size: 0.857em;
        padding-right: 15px;
        padding-left: 15px;
        flex: 1; }
        @media only screen and (max-width: 768px) {
          .path-product-entity .product-full .overview .product-details-bar .bar-red .product-type-detail {
            font-size: 0.786em; } }
      .path-product-entity .product-full .overview .product-details-bar .bar-red:after {
        display: block;
        content: '';
        min-height: inherit;
        font-size: 0; }
  .path-product-entity .product-full .overview .edito h2 {
    font-weight: bold;
    font-size: 1.143em;
    text-transform: uppercase;
    color: #7092a9; }

.path-product-entity .product-full .opci-graphs {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px; }
  .path-product-entity .product-full .opci-graphs h3 {
    font-weight: bold;
    font-size: 1.857em;
    text-transform: uppercase;
    color: #7092a9;
    text-align: center;
    margin-bottom: 25px; }
    @media only screen and (max-width: 479px) {
      .path-product-entity .product-full .opci-graphs h3 {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 480px) and (max-width: 768px) {
      .path-product-entity .product-full .opci-graphs h3 {
        font-size: 1.714em; } }
  .path-product-entity .product-full .opci-graphs .date {
    padding: 8px 15px;
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
    font-size: 0.786em; }
    @media only screen and (max-width: 479px) {
      .path-product-entity .product-full .opci-graphs .date {
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        display: inline-block; } }
    @media only screen and (min-width: 480px) {
      .path-product-entity .product-full .opci-graphs .date {
        position: absolute;
        top: -37px;
        right: 0; } }
  .path-product-entity .product-full .opci-graphs .graphs {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 479px) {
      .path-product-entity .product-full .opci-graphs .graphs {
        display: none; } }
    .path-product-entity .product-full .opci-graphs .graphs > .graph-container {
      width: 100%;
      flex: 0 0 100%; }
      @media only screen and (min-width: 769px) {
        .path-product-entity .product-full .opci-graphs .graphs > .graph-container {
          width: 58%;
          float: left;
          flex: 0 0 58%; } }
      .path-product-entity .product-full .opci-graphs .graphs > .graph-container .highcharts-legend-item {
        margin-top: -8px; }
        @media only screen and (min-width: 480px) and (max-width: 768px) {
          .path-product-entity .product-full .opci-graphs .graphs > .graph-container .highcharts-legend-item {
            margin-top: -5px; } }
        .path-product-entity .product-full .opci-graphs .graphs > .graph-container .highcharts-legend-item > span {
          width: 300px; }
        .path-product-entity .product-full .opci-graphs .graphs > .graph-container .highcharts-legend-item .title {
          font-size: 1.571em;
          font-weight: bold; }
          @media only screen and (min-width: 480px) and (max-width: 768px) {
            .path-product-entity .product-full .opci-graphs .graphs > .graph-container .highcharts-legend-item .title {
              font-size: 1.143em; } }
        .path-product-entity .product-full .opci-graphs .graphs > .graph-container .highcharts-legend-item .number {
          font-size: 1.571em;
          margin-left: 15px;
          text-align: center; }
          @media only screen and (min-width: 480px) and (max-width: 768px) {
            .path-product-entity .product-full .opci-graphs .graphs > .graph-container .highcharts-legend-item .number {
              font-size: 1.143em; } }
        .path-product-entity .product-full .opci-graphs .graphs > .graph-container .highcharts-legend-item .description {
          font-size: 1.286em;
          display: block;
          font-weight: 400; }
          @media only screen and (min-width: 480px) and (max-width: 768px) {
            .path-product-entity .product-full .opci-graphs .graphs > .graph-container .highcharts-legend-item .description {
              font-size: 1em; } }
        .path-product-entity .product-full .opci-graphs .graphs > .graph-container .highcharts-legend-item.highcharts-color-0 .number {
          color: #C22038; }
        .path-product-entity .product-full .opci-graphs .graphs > .graph-container .highcharts-legend-item.highcharts-color-1 .number {
          color: #5D87A1; }
        .path-product-entity .product-full .opci-graphs .graphs > .graph-container .highcharts-legend-item.highcharts-color-2 .number {
          color: #000; }
      .path-product-entity .product-full .opci-graphs .graphs > .graph-container .assets-total {
        text-align: center;
        font-size: 1.429em;
        margin-top: 20px;
        font-weight: bold; }
        @media only screen and (min-width: 769px) {
          .path-product-entity .product-full .opci-graphs .graphs > .graph-container .assets-total {
            font-size: 1.714em; } }
        @media only screen and (min-width: 992px) {
          .path-product-entity .product-full .opci-graphs .graphs > .graph-container .assets-total {
            font-size: 2em; } }
        @media only screen and (min-width: 1280px) {
          .path-product-entity .product-full .opci-graphs .graphs > .graph-container .assets-total {
            font-size: 2.286em; } }
    .path-product-entity .product-full .opci-graphs .graphs .opci-small-graphs {
      width: 100%;
      flex: 0 0 100%;
      margin-top: 20px; }
      @media only screen and (min-width: 769px) {
        .path-product-entity .product-full .opci-graphs .graphs .opci-small-graphs {
          width: 41%;
          float: left;
          flex: 0 0 41%;
          margin-top: 0; } }
      .path-product-entity .product-full .opci-graphs .graphs .opci-small-graphs .graph-container {
        background-color: #f4f4f4;
        margin-bottom: 5px; }
        .path-product-entity .product-full .opci-graphs .graphs .opci-small-graphs .graph-container .highcharts-data-label text {
          white-space: normal !important; }
        .path-product-entity .product-full .opci-graphs .graphs .opci-small-graphs .graph-container .real-estate-total,
        .path-product-entity .product-full .opci-graphs .graphs .opci-small-graphs .graph-container .cash-total,
        .path-product-entity .product-full .opci-graphs .graphs .opci-small-graphs .graph-container .securities-total {
          width: 60%;
          margin: auto;
          color: #fff;
          text-transform: uppercase;
          padding: 3px 15px;
          text-align: center; }
        .path-product-entity .product-full .opci-graphs .graphs .opci-small-graphs .graph-container .real-estate-total {
          background-color: #C22038; }
        .path-product-entity .product-full .opci-graphs .graphs .opci-small-graphs .graph-container .cash-total {
          background-color: #000; }
        .path-product-entity .product-full .opci-graphs .graphs .opci-small-graphs .graph-container .securities-total {
          background-color: #5D87A1; }

.path-product-entity .product-full .features,
.path-product-entity .product-full #performances {
  margin-bottom: 30px; }
  .path-product-entity .product-full .features h3,
  .path-product-entity .product-full #performances h3 {
    font-weight: bold;
    font-size: 1.857em;
    text-transform: uppercase;
    color: #7092a9;
    text-align: center;
    margin-bottom: 25px; }
    @media only screen and (max-width: 479px) {
      .path-product-entity .product-full .features h3,
      .path-product-entity .product-full #performances h3 {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 480px) and (max-width: 768px) {
      .path-product-entity .product-full .features h3,
      .path-product-entity .product-full #performances h3 {
        font-size: 1.714em; } }
  .path-product-entity .product-full .features .date,
  .path-product-entity .product-full #performances .date {
    padding: 8px 15px;
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
    font-size: 0.786em; }
    @media only screen and (max-width: 479px) {
      .path-product-entity .product-full .features .date,
      .path-product-entity .product-full #performances .date {
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        display: inline-block; } }
    @media only screen and (min-width: 480px) {
      .path-product-entity .product-full .features .date,
      .path-product-entity .product-full #performances .date {
        margin-top: -55px;
        float: right; } }
  .path-product-entity .product-full .features .numbers,
  .path-product-entity .product-full #performances .numbers {
    display: flex;
    flex-flow: column;
    text-align: center;
    clear: both; }
    @media only screen and (min-width: 480px) {
      .path-product-entity .product-full .features .numbers,
      .path-product-entity .product-full #performances .numbers {
        flex-flow: row wrap;
        justify-content: center; } }
    .path-product-entity .product-full .features .numbers .item,
    .path-product-entity .product-full #performances .numbers .item {
      margin-top: 15px;
      padding: 0 15px;
      color: #7092a9; }
      @media only screen and (max-width: 479px) {
        .path-product-entity .product-full .features .numbers .item,
        .path-product-entity .product-full #performances .numbers .item {
          width: 80%;
          margin: 0 auto;
          padding: 15px; }
          .path-product-entity .product-full .features .numbers .item:not(:last-child),
          .path-product-entity .product-full #performances .numbers .item:not(:last-child) {
            border-bottom: 3px solid #c01136; } }
      @media only screen and (min-width: 480px) and (max-width: 768px) {
        .path-product-entity .product-full .features .numbers .item,
        .path-product-entity .product-full #performances .numbers .item {
          width: calc(100% / 3);
          width: -webkit-calc(100% / 3); }
          .path-product-entity .product-full .features .numbers .item:not(:nth-child(3n + 1)),
          .path-product-entity .product-full #performances .numbers .item:not(:nth-child(3n + 1)) {
            border-left: 3px solid #c01136; } }
      @media only screen and (min-width: 769px) {
        .path-product-entity .product-full .features .numbers .item,
        .path-product-entity .product-full #performances .numbers .item {
          width: calc(100% / 5);
          width: -webkit-calc(100% / 5); }
          .path-product-entity .product-full .features .numbers .item:not(:nth-child(5n + 1)),
          .path-product-entity .product-full #performances .numbers .item:not(:nth-child(5n + 1)) {
            border-left: 3px solid #c01136; } }
      .path-product-entity .product-full .features .numbers .item .number,
      .path-product-entity .product-full #performances .numbers .item .number {
        color: #c01136;
        font-weight: bold;
        display: block;
        margin-bottom: 15px;
        font-size: 1.429em; }
        @media only screen and (min-width: 480px) and (max-width: 768px) {
          .path-product-entity .product-full .features .numbers .item .number,
          .path-product-entity .product-full #performances .numbers .item .number {
            font-size: 1.286em; } }
        @media only screen and (min-width: 769px) {
          .path-product-entity .product-full .features .numbers .item .number,
          .path-product-entity .product-full #performances .numbers .item .number {
            font-size: 1.429em; } }
        @media only screen and (min-width: 992px) {
          .path-product-entity .product-full .features .numbers .item .number,
          .path-product-entity .product-full #performances .numbers .item .number {
            font-size: 1.714em; } }
        @media only screen and (min-width: 1280px) {
          .path-product-entity .product-full .features .numbers .item .number,
          .path-product-entity .product-full #performances .numbers .item .number {
            font-size: 2em; } }
      .path-product-entity .product-full .features .numbers .item .big-text,
      .path-product-entity .product-full #performances .numbers .item .big-text {
        text-transform: uppercase;
        font-size: 1.143em; }
        @media only screen and (min-width: 480px) {
          .path-product-entity .product-full .features .numbers .item .big-text,
          .path-product-entity .product-full #performances .numbers .item .big-text {
            font-size: 1em; } }
        @media only screen and (min-width: 992px) {
          .path-product-entity .product-full .features .numbers .item .big-text,
          .path-product-entity .product-full #performances .numbers .item .big-text {
            font-size: 1.286em; } }
      .path-product-entity .product-full .features .numbers .item .small-text,
      .path-product-entity .product-full #performances .numbers .item .small-text {
        font-size: 0.857em; }
      .path-product-entity .product-full .features .numbers .item:nth-of-type(4n) .tooltip, .path-product-entity .product-full .features .numbers .item:nth-of-type(5n) .tooltip,
      .path-product-entity .product-full #performances .numbers .item:nth-of-type(4n) .tooltip,
      .path-product-entity .product-full #performances .numbers .item:nth-of-type(5n) .tooltip {
        left: initial;
        right: 0; }
    .path-product-entity .product-full .features .numbers .tooltip-flag,
    .path-product-entity .product-full #performances .numbers .tooltip-flag {
      vertical-align: middle;
      font-size: 0.714em; }
    .path-product-entity .product-full .features .numbers .tooltip,
    .path-product-entity .product-full #performances .numbers .tooltip {
      display: none;
      width: 500px;
      font-size: 1em;
      opacity: 1; }
      .path-product-entity .product-full .features .numbers .tooltip .tooltip,
      .path-product-entity .product-full #performances .numbers .tooltip .tooltip {
        padding: 15px 20px 10px;
        border: solid 1px #7092a9;
        background-color: #fff; }
      .path-product-entity .product-full .features .numbers .tooltip .name,
      .path-product-entity .product-full #performances .numbers .tooltip .name {
        font-size: 1.143em;
        font-weight: bold;
        color: #c01136; }
      .path-product-entity .product-full .features .numbers .tooltip .description,
      .path-product-entity .product-full #performances .numbers .tooltip .description {
        display: inline;
        line-height: 1.2; }
      .path-product-entity .product-full .features .numbers .tooltip .link,
      .path-product-entity .product-full #performances .numbers .tooltip .link {
        position: relative;
        float: right;
        padding-right: 10px; }
        .path-product-entity .product-full .features .numbers .tooltip .link:after,
        .path-product-entity .product-full #performances .numbers .tooltip .link:after {
          content: '>';
          vertical-align: middle;
          text-decoration: none; }
  .path-product-entity .product-full .features .legal_notice,
  .path-product-entity .product-full #performances .legal_notice {
    color: #7092a9;
    font-size: 0.857em;
    margin-top: 15px; }

.path-product-entity .product-full #performances.panel {
  margin-bottom: 0; }

.path-product-entity .product-full #history-accordion {
  margin-top: 30px; }
  @media only screen and (max-width: 479px) {
    .path-product-entity .product-full #history-accordion {
      display: none; } }
  .path-product-entity .product-full #history-accordion .card {
    margin-bottom: 15px; }
    .path-product-entity .product-full #history-accordion .card .card-header h4 {
      text-transform: uppercase;
      margin: 0;
      font-size: 1em; }
      .path-product-entity .product-full #history-accordion .card .card-header h4 button {
        color: #fff;
        display: block;
        width: 100%;
        font-weight: 600;
        background-color: #7092a9;
        border: 1px solid #7092a9;
        padding: 13px 40px 13px 20px;
        position: relative;
        text-align: left; }
        .path-product-entity .product-full #history-accordion .card .card-header h4 button:hover, .path-product-entity .product-full #history-accordion .card .card-header h4 button:focus {
          text-decoration: none;
          outline: 0; }
        .path-product-entity .product-full #history-accordion .card .card-header h4 button:before {
          content: ">";
          color: #c01136;
          margin-right: 5px;
          font-weight: bold; }
        .path-product-entity .product-full #history-accordion .card .card-header h4 button:after {
          background: url("../images/pictos/minus.png");
          background-position: center;
          background-repeat: no-repeat;
          content: "";
          height: 22px;
          width: 22px;
          right: 10px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
        .path-product-entity .product-full #history-accordion .card .card-header h4 button.collapsed {
          color: #7092a9;
          background-color: #fff; }
          .path-product-entity .product-full #history-accordion .card .card-header h4 button.collapsed:after {
            background: url("../images/pictos/plus.png"); }
    .path-product-entity .product-full #history-accordion .card .card-body {
      padding: 10px 0 0; }
      .path-product-entity .product-full #history-accordion .card .card-body .graph text {
        color: white;
        fill: white;
        font-weight: bold; }

.path-product-entity .product-full .graph {
  margin-top: 15px; }

.path-product-entity .product-full .real-estate {
  margin-bottom: 30px; }
  .path-product-entity .product-full .real-estate .key-number .tooltip-flag {
    vertical-align: middle;
    font-size: 0.714em; }
  .path-product-entity .product-full .real-estate .key-number .tooltip {
    display: none;
    width: 500px;
    font-size: 1em;
    opacity: 1; }
    .path-product-entity .product-full .real-estate .key-number .tooltip .tooltip {
      padding: 15px 20px 10px;
      border: solid 1px #7092a9;
      background-color: #fff; }
    .path-product-entity .product-full .real-estate .key-number .tooltip .name {
      font-size: 1.143em;
      font-weight: bold;
      color: #c01136; }
    .path-product-entity .product-full .real-estate .key-number .tooltip .description {
      display: inline;
      line-height: 1.2; }
    .path-product-entity .product-full .real-estate .key-number .tooltip .link {
      position: relative;
      float: right;
      padding-right: 10px; }
      .path-product-entity .product-full .real-estate .key-number .tooltip .link:after {
        content: '>';
        vertical-align: middle;
        text-decoration: none; }
  .path-product-entity .product-full .real-estate h3 {
    font-weight: bold;
    font-size: 1.857em;
    text-transform: uppercase;
    color: #7092a9;
    text-align: center;
    margin-bottom: 0; }
    @media only screen and (max-width: 479px) {
      .path-product-entity .product-full .real-estate h3 {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 480px) and (max-width: 768px) {
      .path-product-entity .product-full .real-estate h3 {
        font-size: 1.714em; } }
  .path-product-entity .product-full .real-estate .date {
    padding: 8px 15px;
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
    font-size: 0.786em; }
    @media only screen and (max-width: 479px) {
      .path-product-entity .product-full .real-estate .date {
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        display: inline-block; } }
  @media only screen and (min-width: 480px) {
    .path-product-entity .product-full .real-estate > .date {
      margin-top: -30px;
      float: right; } }
  .path-product-entity .product-full .real-estate .state h4,
  .path-product-entity .product-full .real-estate .state .field--label,
  .path-product-entity .product-full .real-estate .key-numbers h4,
  .path-product-entity .product-full .real-estate .key-numbers .field--label {
    color: #c01136;
    font-size: 1.143em;
    text-align: center;
    margin-bottom: 20px;
    width: 100%; }
    @media only screen and (min-width: 769px) {
      .path-product-entity .product-full .real-estate .state h4,
      .path-product-entity .product-full .real-estate .state .field--label,
      .path-product-entity .product-full .real-estate .key-numbers h4,
      .path-product-entity .product-full .real-estate .key-numbers .field--label {
        font-size: 1.286em; } }
  .path-product-entity .product-full .real-estate .state .date,
  .path-product-entity .product-full .real-estate .key-numbers .date {
    margin-bottom: 10px; }
    @media only screen and (min-width: 480px) {
      .path-product-entity .product-full .real-estate .state .date,
      .path-product-entity .product-full .real-estate .key-numbers .date {
        float: right;
        margin-top: -45px;
        margin-bottom: 0; } }
    .path-product-entity .product-full .real-estate .state .date:empty,
    .path-product-entity .product-full .real-estate .key-numbers .date:empty {
      display: none; }
  .path-product-entity .product-full .real-estate .state .field--name-key-numbers,
  .path-product-entity .product-full .real-estate .state .field--name-field-key-numbers > .field--items,
  .path-product-entity .product-full .real-estate .key-numbers .field--name-key-numbers,
  .path-product-entity .product-full .real-estate .key-numbers .field--name-field-key-numbers > .field--items {
    display: flex;
    flex-flow: column;
    text-align: center;
    clear: both; }
    @media only screen and (min-width: 480px) {
      .path-product-entity .product-full .real-estate .state .field--name-key-numbers,
      .path-product-entity .product-full .real-estate .state .field--name-field-key-numbers > .field--items,
      .path-product-entity .product-full .real-estate .key-numbers .field--name-key-numbers,
      .path-product-entity .product-full .real-estate .key-numbers .field--name-field-key-numbers > .field--items {
        flex-flow: row wrap;
        justify-content: center; } }
    .path-product-entity .product-full .real-estate .state .field--name-key-numbers > .field--item,
    .path-product-entity .product-full .real-estate .state .field--name-field-key-numbers > .field--items > .field--item,
    .path-product-entity .product-full .real-estate .key-numbers .field--name-key-numbers > .field--item,
    .path-product-entity .product-full .real-estate .key-numbers .field--name-field-key-numbers > .field--items > .field--item {
      margin-top: 15px;
      padding: 0 15px;
      color: #7092a9; }
      @media only screen and (max-width: 479px) {
        .path-product-entity .product-full .real-estate .state .field--name-key-numbers > .field--item,
        .path-product-entity .product-full .real-estate .state .field--name-field-key-numbers > .field--items > .field--item,
        .path-product-entity .product-full .real-estate .key-numbers .field--name-key-numbers > .field--item,
        .path-product-entity .product-full .real-estate .key-numbers .field--name-field-key-numbers > .field--items > .field--item {
          width: 80%;
          margin: 0 auto;
          padding: 15px; }
          .path-product-entity .product-full .real-estate .state .field--name-key-numbers > .field--item:not(:last-child),
          .path-product-entity .product-full .real-estate .state .field--name-field-key-numbers > .field--items > .field--item:not(:last-child),
          .path-product-entity .product-full .real-estate .key-numbers .field--name-key-numbers > .field--item:not(:last-child),
          .path-product-entity .product-full .real-estate .key-numbers .field--name-field-key-numbers > .field--items > .field--item:not(:last-child) {
            border-bottom: 3px solid #c01136; } }
      @media only screen and (min-width: 480px) and (max-width: 768px) {
        .path-product-entity .product-full .real-estate .state .field--name-key-numbers > .field--item,
        .path-product-entity .product-full .real-estate .state .field--name-field-key-numbers > .field--items > .field--item,
        .path-product-entity .product-full .real-estate .key-numbers .field--name-key-numbers > .field--item,
        .path-product-entity .product-full .real-estate .key-numbers .field--name-field-key-numbers > .field--items > .field--item {
          width: calc(100% / 3);
          width: -webkit-calc(100% / 3); }
          .path-product-entity .product-full .real-estate .state .field--name-key-numbers > .field--item:not(:nth-child(3n + 1)),
          .path-product-entity .product-full .real-estate .state .field--name-field-key-numbers > .field--items > .field--item:not(:nth-child(3n + 1)),
          .path-product-entity .product-full .real-estate .key-numbers .field--name-key-numbers > .field--item:not(:nth-child(3n + 1)),
          .path-product-entity .product-full .real-estate .key-numbers .field--name-field-key-numbers > .field--items > .field--item:not(:nth-child(3n + 1)) {
            border-left: 3px solid #c01136; } }
      @media only screen and (min-width: 769px) {
        .path-product-entity .product-full .real-estate .state .field--name-key-numbers > .field--item,
        .path-product-entity .product-full .real-estate .state .field--name-field-key-numbers > .field--items > .field--item,
        .path-product-entity .product-full .real-estate .key-numbers .field--name-key-numbers > .field--item,
        .path-product-entity .product-full .real-estate .key-numbers .field--name-field-key-numbers > .field--items > .field--item {
          width: calc(100% / 5);
          width: -webkit-calc(100% / 5); }
          .path-product-entity .product-full .real-estate .state .field--name-key-numbers > .field--item:not(:nth-child(5n + 1)),
          .path-product-entity .product-full .real-estate .state .field--name-field-key-numbers > .field--items > .field--item:not(:nth-child(5n + 1)),
          .path-product-entity .product-full .real-estate .key-numbers .field--name-key-numbers > .field--item:not(:nth-child(5n + 1)),
          .path-product-entity .product-full .real-estate .key-numbers .field--name-field-key-numbers > .field--items > .field--item:not(:nth-child(5n + 1)) {
            border-left: 3px solid #c01136; } }
      .path-product-entity .product-full .real-estate .state .field--name-key-numbers > .field--item .number,
      .path-product-entity .product-full .real-estate .state .field--name-field-key-numbers > .field--items > .field--item .number,
      .path-product-entity .product-full .real-estate .key-numbers .field--name-key-numbers > .field--item .number,
      .path-product-entity .product-full .real-estate .key-numbers .field--name-field-key-numbers > .field--items > .field--item .number {
        color: #c01136;
        font-weight: bold;
        display: block;
        margin-bottom: 15px;
        font-size: 1.429em; }
        @media only screen and (min-width: 480px) and (max-width: 768px) {
          .path-product-entity .product-full .real-estate .state .field--name-key-numbers > .field--item .number,
          .path-product-entity .product-full .real-estate .state .field--name-field-key-numbers > .field--items > .field--item .number,
          .path-product-entity .product-full .real-estate .key-numbers .field--name-key-numbers > .field--item .number,
          .path-product-entity .product-full .real-estate .key-numbers .field--name-field-key-numbers > .field--items > .field--item .number {
            font-size: 1.286em; } }
        @media only screen and (min-width: 769px) {
          .path-product-entity .product-full .real-estate .state .field--name-key-numbers > .field--item .number,
          .path-product-entity .product-full .real-estate .state .field--name-field-key-numbers > .field--items > .field--item .number,
          .path-product-entity .product-full .real-estate .key-numbers .field--name-key-numbers > .field--item .number,
          .path-product-entity .product-full .real-estate .key-numbers .field--name-field-key-numbers > .field--items > .field--item .number {
            font-size: 1.429em; } }
        @media only screen and (min-width: 992px) {
          .path-product-entity .product-full .real-estate .state .field--name-key-numbers > .field--item .number,
          .path-product-entity .product-full .real-estate .state .field--name-field-key-numbers > .field--items > .field--item .number,
          .path-product-entity .product-full .real-estate .key-numbers .field--name-key-numbers > .field--item .number,
          .path-product-entity .product-full .real-estate .key-numbers .field--name-field-key-numbers > .field--items > .field--item .number {
            font-size: 1.714em; } }
        @media only screen and (min-width: 1280px) {
          .path-product-entity .product-full .real-estate .state .field--name-key-numbers > .field--item .number,
          .path-product-entity .product-full .real-estate .state .field--name-field-key-numbers > .field--items > .field--item .number,
          .path-product-entity .product-full .real-estate .key-numbers .field--name-key-numbers > .field--item .number,
          .path-product-entity .product-full .real-estate .key-numbers .field--name-field-key-numbers > .field--items > .field--item .number {
            font-size: 2em; } }
      .path-product-entity .product-full .real-estate .state .field--name-key-numbers > .field--item .big-text,
      .path-product-entity .product-full .real-estate .state .field--name-field-key-numbers > .field--items > .field--item .big-text,
      .path-product-entity .product-full .real-estate .key-numbers .field--name-key-numbers > .field--item .big-text,
      .path-product-entity .product-full .real-estate .key-numbers .field--name-field-key-numbers > .field--items > .field--item .big-text {
        text-transform: uppercase;
        font-size: 1.143em; }
        @media only screen and (min-width: 480px) {
          .path-product-entity .product-full .real-estate .state .field--name-key-numbers > .field--item .big-text,
          .path-product-entity .product-full .real-estate .state .field--name-field-key-numbers > .field--items > .field--item .big-text,
          .path-product-entity .product-full .real-estate .key-numbers .field--name-key-numbers > .field--item .big-text,
          .path-product-entity .product-full .real-estate .key-numbers .field--name-field-key-numbers > .field--items > .field--item .big-text {
            font-size: 1em; } }
        @media only screen and (min-width: 992px) {
          .path-product-entity .product-full .real-estate .state .field--name-key-numbers > .field--item .big-text,
          .path-product-entity .product-full .real-estate .state .field--name-field-key-numbers > .field--items > .field--item .big-text,
          .path-product-entity .product-full .real-estate .key-numbers .field--name-key-numbers > .field--item .big-text,
          .path-product-entity .product-full .real-estate .key-numbers .field--name-field-key-numbers > .field--items > .field--item .big-text {
            font-size: 1.286em; } }
      .path-product-entity .product-full .real-estate .state .field--name-key-numbers > .field--item .medium-text,
      .path-product-entity .product-full .real-estate .state .field--name-field-key-numbers > .field--items > .field--item .medium-text,
      .path-product-entity .product-full .real-estate .key-numbers .field--name-key-numbers > .field--item .medium-text,
      .path-product-entity .product-full .real-estate .key-numbers .field--name-field-key-numbers > .field--items > .field--item .medium-text {
        font-size: 0.857em; }
  .path-product-entity .product-full .real-estate .state .field--name-field-key-numbers > .field--items,
  .path-product-entity .product-full .real-estate .key-numbers .field--name-field-key-numbers > .field--items {
    width: 100%; }
    .path-product-entity .product-full .real-estate .state .field--name-field-key-numbers > .field--items > .field--item,
    .path-product-entity .product-full .real-estate .key-numbers .field--name-field-key-numbers > .field--items > .field--item {
      margin: 15px 15px 0;
      padding: 30px 15px;
      border: solid #c01136 2px; }
      .path-product-entity .product-full .real-estate .state .field--name-field-key-numbers > .field--items > .field--item:not(:nth-child(5n + 1)),
      .path-product-entity .product-full .real-estate .key-numbers .field--name-field-key-numbers > .field--items > .field--item:not(:nth-child(5n + 1)) {
        border-left: 2px solid #c01136; }
      .path-product-entity .product-full .real-estate .state .field--name-field-key-numbers > .field--items > .field--item .field--item,
      .path-product-entity .product-full .real-estate .key-numbers .field--name-field-key-numbers > .field--items > .field--item .field--item {
        width: 100%; }
        .path-product-entity .product-full .real-estate .state .field--name-field-key-numbers > .field--items > .field--item .field--item .big-text,
        .path-product-entity .product-full .real-estate .key-numbers .field--name-field-key-numbers > .field--items > .field--item .field--item .big-text {
          font-size: 1.286em;
          font-weight: bold; }
        .path-product-entity .product-full .real-estate .state .field--name-field-key-numbers > .field--items > .field--item .field--item .medium-text,
        .path-product-entity .product-full .real-estate .key-numbers .field--name-field-key-numbers > .field--items > .field--item .field--item .medium-text {
          font-size: 1em;
          font-weight: 600; }
        .path-product-entity .product-full .real-estate .state .field--name-field-key-numbers > .field--items > .field--item .field--item .small-text,
        .path-product-entity .product-full .real-estate .key-numbers .field--name-field-key-numbers > .field--items > .field--item .field--item .small-text {
          font-size: 0.714em; }
        .path-product-entity .product-full .real-estate .state .field--name-field-key-numbers > .field--items > .field--item .field--item:nth-of-type(2),
        .path-product-entity .product-full .real-estate .key-numbers .field--name-field-key-numbers > .field--items > .field--item .field--item:nth-of-type(2) {
          text-transform: uppercase;
          margin-top: 10px;
          line-height: 20px; }
        .path-product-entity .product-full .real-estate .state .field--name-field-key-numbers > .field--items > .field--item .field--item:nth-of-type(3),
        .path-product-entity .product-full .real-estate .key-numbers .field--name-field-key-numbers > .field--items > .field--item .field--item:nth-of-type(3) {
          margin-top: 3px; }

.path-product-entity .product-full .division {
  margin-top: -15px; }
  @media only screen and (max-width: 479px) {
    .path-product-entity .product-full .division {
      display: none; } }
  .path-product-entity .product-full .division h3 {
    font-weight: bold;
    font-size: 1.857em;
    text-transform: uppercase;
    color: #7092a9;
    text-align: center;
    margin-bottom: 0; }
    @media only screen and (max-width: 479px) {
      .path-product-entity .product-full .division h3 {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 480px) and (max-width: 768px) {
      .path-product-entity .product-full .division h3 {
        font-size: 1.714em; } }
  .path-product-entity .product-full .division .date {
    padding: 8px 15px;
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
    font-size: 0.786em; }
    @media only screen and (max-width: 479px) {
      .path-product-entity .product-full .division .date {
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        display: inline-block; } }
  @media only screen and (min-width: 480px) {
    .path-product-entity .product-full .division > .date {
      margin-top: -30px;
      float: right; } }
  .path-product-entity .product-full .division .geo,
  .path-product-entity .product-full .division .typo {
    width: 100%;
    margin-bottom: 5px; }
    @media only screen and (min-width: 769px) {
      .path-product-entity .product-full .division .geo,
      .path-product-entity .product-full .division .typo {
        background-color: #f4f4f4;
        width: 49%;
        padding-bottom: 0px; }
        .path-product-entity .product-full .division .geo:first-of-type,
        .path-product-entity .product-full .division .typo:first-of-type {
          margin-right: 2%; } }
    .path-product-entity .product-full .division .geo h4,
    .path-product-entity .product-full .division .typo h4 {
      color: #7092a9;
      text-transform: uppercase;
      font-size: 1em;
      font-weight: 600;
      text-align: center; }
      @media only screen and (min-width: 769px) {
        .path-product-entity .product-full .division .geo h4,
        .path-product-entity .product-full .division .typo h4 {
          font-size: 1.143em; } }
      @media only screen and (min-width: 992px) {
        .path-product-entity .product-full .division .geo h4,
        .path-product-entity .product-full .division .typo h4 {
          font-size: 1em; } }
      @media only screen and (min-width: 1280px) {
        .path-product-entity .product-full .division .geo h4,
        .path-product-entity .product-full .division .typo h4 {
          font-size: 1.143em; } }
    .path-product-entity .product-full .division .geo .date,
    .path-product-entity .product-full .division .typo .date {
      margin-bottom: 10px; }
      @media only screen and (min-width: 480px) {
        .path-product-entity .product-full .division .geo .date,
        .path-product-entity .product-full .division .typo .date {
          float: right;
          margin-top: -34px;
          margin-bottom: 0; } }
      @media only screen and (min-width: 769px) and (max-width: 991px) {
        .path-product-entity .product-full .division .geo .date,
        .path-product-entity .product-full .division .typo .date {
          float: none;
          margin: 0;
          margin-bottom: 10px;
          left: 50%;
          position: relative;
          transform: translateX(-50%);
          display: inline-block; } }
      @media only screen and (min-width: 992px) {
        .path-product-entity .product-full .division .geo .date,
        .path-product-entity .product-full .division .typo .date {
          margin-top: -34px; } }

.path-product-entity .product-full .legend {
  color: #7092a9;
  margin-top: 25px;
  font-size: 0.857em; }

.path-product-entity .product-full .real-estate-map {
  margin-bottom: 30px; }
  .path-product-entity .product-full .real-estate-map h3 {
    font-weight: bold;
    font-size: 1.857em;
    text-transform: uppercase;
    color: #7092a9;
    text-align: center;
    margin-bottom: 20px; }
    @media only screen and (max-width: 479px) {
      .path-product-entity .product-full .real-estate-map h3 {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 480px) and (max-width: 768px) {
      .path-product-entity .product-full .real-estate-map h3 {
        font-size: 1.714em; } }
  .path-product-entity .product-full .real-estate-map .date {
    padding: 8px 15px;
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
    font-size: 0.786em; }
    @media only screen and (max-width: 479px) {
      .path-product-entity .product-full .real-estate-map .date {
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        display: inline-block; } }
    @media only screen and (min-width: 480px) {
      .path-product-entity .product-full .real-estate-map .date {
        margin-top: -55px;
        float: right; } }
  .path-product-entity .product-full .real-estate-map .legal_notice {
    text-align: center;
    font-style: italic; }

.path-product-entity .product-full .securities-graphs {
  margin-bottom: 30px; }
  .path-product-entity .product-full .securities-graphs h3 {
    font-weight: bold;
    font-size: 1.857em;
    text-transform: uppercase;
    color: #7092a9;
    text-align: center;
    margin-bottom: 25px; }
    @media only screen and (max-width: 479px) {
      .path-product-entity .product-full .securities-graphs h3 {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 480px) and (max-width: 768px) {
      .path-product-entity .product-full .securities-graphs h3 {
        font-size: 1.714em; } }
  .path-product-entity .product-full .securities-graphs .date {
    padding: 8px 15px;
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
    font-size: 0.786em; }
    @media only screen and (max-width: 479px) {
      .path-product-entity .product-full .securities-graphs .date {
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        display: inline-block; } }
    @media only screen and (min-width: 480px) {
      .path-product-entity .product-full .securities-graphs .date {
        margin-top: -55px;
        float: right; } }
  .path-product-entity .product-full .securities-graphs .graphs {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: row wrap; }
    .path-product-entity .product-full .securities-graphs .graphs .graph-container {
      background-color: #f4f4f4;
      padding: 15px 30px 20px; }
      .path-product-entity .product-full .securities-graphs .graphs .graph-container .securities-total {
        text-transform: uppercase;
        font-size: 1.429em;
        font-weight: 600;
        text-align: center;
        width: 100%;
        text-transform: uppercase;
        text-align: center;
        color: #c01136; }
        @media only screen and (min-width: 769px) {
          .path-product-entity .product-full .securities-graphs .graphs .graph-container .securities-total {
            font-size: 1.571em; } }
        @media only screen and (min-width: 1280px) {
          .path-product-entity .product-full .securities-graphs .graphs .graph-container .securities-total {
            font-size: 1.857em; } }
      @media only screen and (min-width: 480px) and (max-width: 768px) {
        .path-product-entity .product-full .securities-graphs .graphs .graph-container {
          flex: 0 0 100%;
          width: 100%; } }
      @media only screen and (min-width: 769px) {
        .path-product-entity .product-full .securities-graphs .graphs .graph-container {
          width: 49%;
          display: inline-block;
          vertical-align: middle; } }
      .path-product-entity .product-full .securities-graphs .graphs .graph-container .highcharts-subtitle {
        display: none; }
      @media only screen and (max-width: 479px) {
        .path-product-entity .product-full .securities-graphs .graphs .graph-container {
          display: none; } }
    .path-product-entity .product-full .securities-graphs .graphs .five-principals {
      background-color: #f4f4f4;
      padding: 15px 30px 20px;
      width: 100%;
      margin-top: 20px; }
      .path-product-entity .product-full .securities-graphs .graphs .five-principals h4 {
        color: #c01136;
        text-transform: uppercase;
        font-size: 1.286em;
        font-weight: 600;
        text-align: center; }
        @media only screen and (min-width: 769px) {
          .path-product-entity .product-full .securities-graphs .graphs .five-principals h4 {
            font-size: 1.429em; } }
        @media only screen and (min-width: 1280px) {
          .path-product-entity .product-full .securities-graphs .graphs .five-principals h4 {
            font-size: 1.714em; } }
      @media only screen and (min-width: 480px) and (max-width: 768px) {
        .path-product-entity .product-full .securities-graphs .graphs .five-principals {
          flex: 0 0 100%;
          width: 100%; } }
      @media only screen and (min-width: 769px) {
        .path-product-entity .product-full .securities-graphs .graphs .five-principals {
          width: 49%;
          margin-top: 0px;
          display: inline-block;
          vertical-align: middle; } }
      .path-product-entity .product-full .securities-graphs .graphs .five-principals .field--name-field-main-lands-traded .main-lands-item {
        overflow: hidden;
        position: relative; }
        .path-product-entity .product-full .securities-graphs .graphs .five-principals .field--name-field-main-lands-traded .main-lands-item .field--name-name {
          text-transform: uppercase;
          background-color: #f4f4f4;
          vertical-align: middle;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          padding-right: 15px;
          max-width: calc(100% - 100px);
          max-width: -webkit-calc(100% - 100px);
          box-sizing: content-box;
          font-weight: bold; }
          @media only screen and (min-width: 992px) {
            .path-product-entity .product-full .securities-graphs .graphs .five-principals .field--name-field-main-lands-traded .main-lands-item .field--name-name {
              padding-right: 25px;
              max-width: calc(100% - 130px);
              max-width: -webkit-calc(100% - 130px); } }
        .path-product-entity .product-full .securities-graphs .graphs .five-principals .field--name-field-main-lands-traded .main-lands-item .field--name-field-picto {
          float: right;
          background-color: #f4f4f4;
          position: relative;
          padding: 15px 0 15px 25px; }
          @media only screen and (min-width: 992px) {
            .path-product-entity .product-full .securities-graphs .graphs .five-principals .field--name-field-main-lands-traded .main-lands-item .field--name-field-picto {
              padding: 15px 0 15px 55px; } }
        .path-product-entity .product-full .securities-graphs .graphs .five-principals .field--name-field-main-lands-traded .main-lands-item:before {
          height: 1px;
          width: 100%;
          content: "";
          position: absolute;
          top: 50%;
          display: block;
          z-index: 0;
          background-color: #000; }

.path-product-entity .product-full #news {
  margin-bottom: 30px; }
  .path-product-entity .product-full #news.panel {
    margin-bottom: 0; }
  .path-product-entity .product-full #news > h3 {
    font-weight: bold;
    font-size: 1.857em;
    text-transform: uppercase;
    color: #7092a9;
    text-align: center;
    margin-bottom: 20px; }
    @media only screen and (max-width: 479px) {
      .path-product-entity .product-full #news > h3 {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 480px) and (max-width: 768px) {
      .path-product-entity .product-full #news > h3 {
        font-size: 1.714em; } }
  .path-product-entity .product-full #news .news-wrapper .list-news-product {
    color: #7092a9;
    padding: 0 10px;
    margin-bottom: 30px; }
    .path-product-entity .product-full #news .news-wrapper .list-news-product:hover, .path-product-entity .product-full #news .news-wrapper .list-news-product:focus {
      text-decoration: none; }
    .path-product-entity .product-full #news .news-wrapper .list-news-product .news-infos {
      height: 260px; }
      .path-product-entity .product-full #news .news-wrapper .list-news-product .news-infos .up-bar .theme {
        display: inline-block;
        background-color: black;
        color: white;
        padding: 2px 5px;
        max-width: 50%;
        text-transform: uppercase;
        font-size: 0.786em;
        vertical-align: top; }
      .path-product-entity .product-full #news .news-wrapper .list-news-product .news-infos .middle-bar {
        position: absolute;
        left: 0;
        right: 0;
        top: 140px;
        background-color: rgba(112, 146, 165, 0.85);
        font-size: 0.714em;
        color: #fff;
        padding: 5px 15px; }
        .path-product-entity .product-full #news .news-wrapper .list-news-product .news-infos .middle-bar .typology {
          padding-left: 60px;
          position: relative; }
          .path-product-entity .product-full #news .news-wrapper .list-news-product .news-infos .middle-bar .typology img {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            border: 2px dotted #fff;
            border-radius: 50px;
            left: 0; }
      .path-product-entity .product-full #news .news-wrapper .list-news-product .news-infos .news-white {
        background-color: #fff;
        margin: 0 10px;
        text-align: center;
        padding: 15px 10px;
        position: absolute;
        top: 195px;
        left: 0;
        right: 0; }
        .path-product-entity .product-full #news .news-wrapper .list-news-product .news-infos .news-white .city,
        .path-product-entity .product-full #news .news-wrapper .list-news-product .news-infos .news-white .date {
          font-size: 1.143em;
          color: #7092a9;
          position: relative;
          font-weight: 600; }
          .path-product-entity .product-full #news .news-wrapper .list-news-product .news-infos .news-white .city:after,
          .path-product-entity .product-full #news .news-wrapper .list-news-product .news-infos .news-white .date:after {
            content: "";
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            height: 1px;
            bottom: -5px;
            width: 60px;
            border-bottom: 2px solid #c01136; }
        .path-product-entity .product-full #news .news-wrapper .list-news-product .news-infos .news-white .address,
        .path-product-entity .product-full #news .news-wrapper .list-news-product .news-infos .news-white .title {
          margin-top: 10px;
          font-size: 0.857em;
          color: #7092a9;
          min-height: 16px; }

.path-product-entity .product-full .documentation {
  margin-bottom: 30px; }
  .path-product-entity .product-full .documentation h3 {
    font-weight: bold;
    font-size: 1.857em;
    text-transform: uppercase;
    color: #7092a9;
    text-align: center;
    margin-bottom: 0; }
    @media only screen and (max-width: 479px) {
      .path-product-entity .product-full .documentation h3 {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 480px) and (max-width: 768px) {
      .path-product-entity .product-full .documentation h3 {
        font-size: 1.714em; } }
  .path-product-entity .product-full .documentation .commercial-documents,
  .path-product-entity .product-full .documentation .regulatory-documents {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px; }
    .path-product-entity .product-full .documentation .commercial-documents h4,
    .path-product-entity .product-full .documentation .regulatory-documents h4 {
      color: #c01136;
      font-size: 1.143em;
      text-align: center;
      margin-bottom: 20px; }
      @media only screen and (min-width: 769px) {
        .path-product-entity .product-full .documentation .commercial-documents h4,
        .path-product-entity .product-full .documentation .regulatory-documents h4 {
          font-size: 1.286em; } }

.path-product-entity .product-full .legal-notice h3 {
  font-weight: bold;
  font-size: 1.857em;
  text-transform: uppercase;
  color: #7092a9;
  text-align: center;
  margin-bottom: 20px; }

.path-product-entity .product-full #expenses {
  margin-bottom: 30px; }
  .path-product-entity .product-full #expenses h3, .path-product-entity .product-full #expenses h2 {
    font-weight: bold;
    font-size: 1.857em;
    text-transform: uppercase;
    color: #7092a9;
    text-align: center;
    margin-bottom: 0; }
    @media only screen and (max-width: 479px) {
      .path-product-entity .product-full #expenses h3, .path-product-entity .product-full #expenses h2 {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 480px) and (max-width: 768px) {
      .path-product-entity .product-full #expenses h3, .path-product-entity .product-full #expenses h2 {
        font-size: 1.714em; } }
  .path-product-entity .product-full #expenses .paragraph--type--title h3 {
    color: #c01136;
    font-size: 1.143em;
    text-align: center;
    margin-bottom: 20px; }
    @media only screen and (min-width: 769px) {
      .path-product-entity .product-full #expenses .paragraph--type--title h3 {
        font-size: 1.286em; } }

.path-product-entity .product-full .panel#expenses {
  margin-bottom: 0; }

.path-product-entity .product-full .responsive-table {
  margin-bottom: 30px;
  overflow-x: auto; }
  .path-product-entity .product-full .responsive-table h4 {
    color: #c01136;
    font-size: 1.143em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px; }
  .path-product-entity .product-full .responsive-table table {
    min-width: 580px;
    width: 100%; }
    .path-product-entity .product-full .responsive-table table th, .path-product-entity .product-full .responsive-table table td {
      padding: 5px 1px 5px 10px; }
    .path-product-entity .product-full .responsive-table table th {
      text-align: center; }
    .path-product-entity .product-full .responsive-table table tbody tr:nth-child(even) {
      background: #e8e8e8; }
    .path-product-entity .product-full .responsive-table table tbody td:first-child {
      min-width: 340px; }

.path-product-entity .product-full .banner {
  position: relative;
  height: 305px;
  margin-bottom: 30px;
  background-position: center;
  background-size: cover; }
  @media only screen and (min-width: 769px) {
    .path-product-entity .product-full .banner {
      height: 450px; } }
  .path-product-entity .product-full .banner-text {
    position: absolute;
    color: #fff;
    padding: 0 20px; }
    @media only screen and (min-width: 769px) {
      .path-product-entity .product-full .banner-text {
        padding: 20px 40px; } }
    .path-product-entity .product-full .banner-text h2 {
      position: relative; }
      @media only screen and (max-width: 479px) {
        .path-product-entity .product-full .banner-text h2 {
          font-size: 1.714em;
          margin-bottom: 15px; } }
      @media only screen and (min-width: 480px) and (max-width: 768px) {
        .path-product-entity .product-full .banner-text h2 {
          font-size: 1.714em;
          margin-bottom: 15px; } }
      .path-product-entity .product-full .banner-text h2 span {
        font-weight: 300; }
    .path-product-entity .product-full .banner-text__text {
      text-transform: uppercase;
      font-size: 1.571em;
      font-weight: 300;
      display: inline-block; }
      @media only screen and (max-width: 479px) {
        .path-product-entity .product-full .banner-text__text {
          font-size: 1.429em; } }
      @media only screen and (min-width: 480px) and (max-width: 768px) {
        .path-product-entity .product-full .banner-text__text {
          font-size: 1.429em; } }
      @media only screen and (min-width: 769px) {
        .path-product-entity .product-full .banner-text__text {
          font-size: 1.714em; } }

.path-product-entity .product-full .cards-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px; }

.path-product-entity .product-full .card-item {
  position: relative;
  width: 100%;
  padding: 60px 20px 20px;
  background-color: #7092a9;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 60px; }
  @media only screen and (min-width: 769px) {
    .path-product-entity .product-full .card-item {
      width: calc(50% - 20px);
      margin-right: 40px; }
      .path-product-entity .product-full .card-item:nth-child(2n) {
        margin-right: 0; } }
  .path-product-entity .product-full .card-item h3,
  .path-product-entity .product-full .card-item p {
    color: #fff; }
  .path-product-entity .product-full .card-item h3 {
    text-transform: uppercase; }
  .path-product-entity .product-full .card-item .card-image {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%); }
    .path-product-entity .product-full .card-item .card-image img {
      width: 120px; }

.path-product-entity .product-full .map {
  background-color: #f4f4f4;
  padding: 40px;
  margin-bottom: 30px; }
  .path-product-entity .product-full .map-text {
    margin-top: 40px; }
    .path-product-entity .product-full .map-text--block {
      margin-bottom: 40px; }
  .path-product-entity .product-full .map-map img {
    max-width: 90%; }

.path-product-entity .product-full .strategy {
  margin-bottom: 30px; }
  .path-product-entity .product-full .strategy-block {
    display: flex;
    flex-direction: column; }
    .path-product-entity .product-full .strategy-block > div {
      margin-bottom: 20px;
      text-align: center;
      display: flex;
      flex-flow: column; }
    .path-product-entity .product-full .strategy-block .wallet {
      order: 1; }
    .path-product-entity .product-full .strategy-block .locale {
      order: 6; }
    .path-product-entity .product-full .strategy-block .growth {
      order: 7; }
    .path-product-entity .product-full .strategy-block .office {
      order: 2; }
    .path-product-entity .product-full .strategy-block .logistic {
      order: 3; }
    .path-product-entity .product-full .strategy-block .shop {
      order: 4; }
    .path-product-entity .product-full .strategy-block .building {
      order: 5; }
    @media only screen and (min-width: 769px) {
      .path-product-entity .product-full .strategy-block {
        flex-direction: row;
        flex-wrap: wrap; }
        .path-product-entity .product-full .strategy-block .strategy-text {
          text-align: left; }
        .path-product-entity .product-full .strategy-block .wallet,
        .path-product-entity .product-full .strategy-block .locale,
        .path-product-entity .product-full .strategy-block .growth {
          text-align: left;
          flex-basis: 33.33%; }
        .path-product-entity .product-full .strategy-block .locale {
          order: 2;
          flex-basis: 33.33%; }
        .path-product-entity .product-full .strategy-block .growth {
          order: 3;
          flex-basis: 33.33%;
          margin-bottom: 40px; }
        .path-product-entity .product-full .strategy-block .office {
          order: 4;
          flex-basis: 25%; }
        .path-product-entity .product-full .strategy-block .logistic {
          order: 5;
          flex-basis: 25%; }
        .path-product-entity .product-full .strategy-block .shop {
          order: 6;
          flex-basis: 25%; }
        .path-product-entity .product-full .strategy-block .building {
          order: 7;
          flex-basis: 25%; } }
  .path-product-entity .product-full .strategy h2 {
    margin-bottom: 40px; }
    .path-product-entity .product-full .strategy h2.h2-red {
      color: #DD052B; }
  .path-product-entity .product-full .strategy h3 {
    font-size: 20px; }
    @media only screen and (min-width: 769px) {
      .path-product-entity .product-full .strategy h3 {
        font-size: 24px; } }
  .path-product-entity .product-full .strategy-subtitle {
    margin-bottom: 20px;
    display: inline-block; }
  .path-product-entity .product-full .strategy-picto.first {
    height: 80px; }
  .path-product-entity .product-full .strategy-picto--label {
    margin: 10px 0;
    display: inline-block; }
  .path-product-entity .product-full .strategy-img {
    width: 100%;
    height: auto;
    border-bottom: 8px solid #DD052B;
    margin-top: auto; }

.path-product-entity .product-full .focus {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 769px) {
    .path-product-entity .product-full .focus {
      flex-direction: row; }
      .path-product-entity .product-full .focus.focus-wrap {
        flex-wrap: wrap; } }
  .path-product-entity .product-full .focus .h3-blue-grey {
    margin-top: 6px; }
  .path-product-entity .product-full .focus .focus-title {
    padding: 20px;
    background-color: #E0E6EC;
    flex-basis: 100%; }
    @media only screen and (min-width: 769px) {
      .path-product-entity .product-full .focus .focus-title {
        padding: 40px 40px 0; }
        .path-product-entity .product-full .focus .focus-title ~ .focus-text {
          padding: 0 40px 40px; } }
  .path-product-entity .product-full .focus .focus-text {
    padding: 20px;
    background-color: #E0E6EC;
    flex-basis: 50%; }
    @media only screen and (min-width: 769px) {
      .path-product-entity .product-full .focus .focus-text {
        padding: 40px; } }
  .path-product-entity .product-full .focus .focus-img {
    flex-basis: 50%;
    background-size: cover;
    background-position: center;
    min-height: 300px; }
  .path-product-entity .product-full .focus.focus-grey .focus-title,
  .path-product-entity .product-full .focus.focus-grey .focus-text {
    background-color: #f4f4f4; }
  .path-product-entity .product-full .focus.focus-blue .focus-title,
  .path-product-entity .product-full .focus.focus-blue .focus-text {
    background-color: #7092a9; }
  .path-product-entity .product-full .focus.focus-third .focus-text {
    flex-basis: 66%; }
  .path-product-entity .product-full .focus.focus-third .focus-img {
    flex-basis: 34%; }

.path-product-entity .product-full .focus-text-block {
  margin-bottom: 30px; }
  .path-product-entity .product-full .focus-text-block--title {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center; }
    @media only screen and (min-width: 769px) {
      .path-product-entity .product-full .focus-text-block--title {
        flex-direction: row;
        text-align: left;
        margin-bottom: 20px; } }
    .path-product-entity .product-full .focus-text-block--title img {
      width: 90px;
      margin: 0;
      transform: translateX(10px); }
  .path-product-entity .product-full .focus-text-block h2 {
    color: #DD052B;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 18px; }
    @media only screen and (min-width: 769px) {
      .path-product-entity .product-full .focus-text-block h2 {
        font-size: 30px;
        margin-left: 20px; } }
    .path-product-entity .product-full .focus-text-block h2.h2-black {
      color: #333; }
  .path-product-entity .product-full .focus-text-block--columns {
    margin-bottom: 40px; }

.path-product-entity .product-full #AEWsimulator {
  margin-bottom: 30px; }

.path-product-entity .product-full .accordions {
  margin-bottom: 30px; }
  .path-product-entity .product-full .accordions .col-sm-6 {
    margin-bottom: 20px; }

.path-product-entity .product-full #paragraph-slider {
  margin-bottom: 30px; }

.path-product-entity .scpi-product .overview .product-details-bar {
  background-color: #7092a9; }

.path-product-entity .scpi-product .real-estate .key-numbers,
.path-product-entity .opci-product .real-estate .key-numbers {
  margin-bottom: 0;
  padding-bottom: 65px; }
  .path-product-entity .scpi-product .real-estate .key-numbers .field--name-key-numbers,
  .path-product-entity .opci-product .real-estate .key-numbers .field--name-key-numbers {
    display: flex;
    flex-flow: column;
    text-align: center;
    clear: both; }
    @media only screen and (min-width: 480px) {
      .path-product-entity .scpi-product .real-estate .key-numbers .field--name-key-numbers,
      .path-product-entity .opci-product .real-estate .key-numbers .field--name-key-numbers {
        flex-flow: row wrap;
        justify-content: center;
        margin-left: -15px;
        margin-right: -15px; } }
    .path-product-entity .scpi-product .real-estate .key-numbers .field--name-key-numbers > .field--item,
    .path-product-entity .opci-product .real-estate .key-numbers .field--name-key-numbers > .field--item {
      margin: 15px 15px 0;
      padding: 30px 5px;
      color: #7092a9;
      border: 2px solid #c01136; }
      .path-product-entity .scpi-product .real-estate .key-numbers .field--name-key-numbers > .field--item img,
      .path-product-entity .opci-product .real-estate .key-numbers .field--name-key-numbers > .field--item img {
        margin: 0 auto 15px; }
      @media only screen and (max-width: 479px) {
        .path-product-entity .scpi-product .real-estate .key-numbers .field--name-key-numbers > .field--item,
        .path-product-entity .opci-product .real-estate .key-numbers .field--name-key-numbers > .field--item {
          width: 80%;
          margin: 0 auto;
          margin-top: 15px;
          border-bottom: 2px solid #c01136 !important; } }
      @media only screen and (min-width: 480px) and (max-width: 768px) {
        .path-product-entity .scpi-product .real-estate .key-numbers .field--name-key-numbers > .field--item,
        .path-product-entity .opci-product .real-estate .key-numbers .field--name-key-numbers > .field--item {
          width: calc((100% / 3) - 30px);
          width: -webkit-calc((100% / 3) - 30px);
          border-left: 2px solid #c01136 !important; } }
      @media only screen and (min-width: 769px) {
        .path-product-entity .scpi-product .real-estate .key-numbers .field--name-key-numbers > .field--item,
        .path-product-entity .opci-product .real-estate .key-numbers .field--name-key-numbers > .field--item {
          width: calc((100% / 5) - 30px);
          width: -webkit-calc((100% / 5) - 30px);
          border-left: 2px solid #c01136 !important; } }
      @media only screen and (min-width: 992px) {
        .path-product-entity .scpi-product .real-estate .key-numbers .field--name-key-numbers > .field--item,
        .path-product-entity .opci-product .real-estate .key-numbers .field--name-key-numbers > .field--item {
          padding: 30px 15px; } }
      .path-product-entity .scpi-product .real-estate .key-numbers .field--name-key-numbers > .field--item .big-text,
      .path-product-entity .opci-product .real-estate .key-numbers .field--name-key-numbers > .field--item .big-text {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1.143em; }
        @media only screen and (min-width: 480px) {
          .path-product-entity .scpi-product .real-estate .key-numbers .field--name-key-numbers > .field--item .big-text,
          .path-product-entity .opci-product .real-estate .key-numbers .field--name-key-numbers > .field--item .big-text {
            font-size: 0.857em; } }
        @media only screen and (min-width: 992px) {
          .path-product-entity .scpi-product .real-estate .key-numbers .field--name-key-numbers > .field--item .big-text,
          .path-product-entity .opci-product .real-estate .key-numbers .field--name-key-numbers > .field--item .big-text {
            font-size: 1.286em; } }
      .path-product-entity .scpi-product .real-estate .key-numbers .field--name-key-numbers > .field--item .medium-text,
      .path-product-entity .opci-product .real-estate .key-numbers .field--name-key-numbers > .field--item .medium-text {
        font-size: 0.857em; }

.path-product-entity .scpi-product .risk,
.path-product-entity .opci-product .risk {
  margin-bottom: 30px; }
  .path-product-entity .scpi-product .risk h3,
  .path-product-entity .opci-product .risk h3 {
    color: #c01136;
    font-size: 1.143em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px; }
  .path-product-entity .scpi-product .risk h4,
  .path-product-entity .opci-product .risk h4 {
    color: #c01136;
    font-size: 1.143em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px; }
    @media only screen and (min-width: 769px) {
      .path-product-entity .scpi-product .risk h4,
      .path-product-entity .opci-product .risk h4 {
        font-size: 1.286em; } }
  .path-product-entity .scpi-product .risk .level,
  .path-product-entity .opci-product .risk .level {
    margin-bottom: 20px;
    overflow: hidden; }
  .path-product-entity .scpi-product .risk .schema,
  .path-product-entity .opci-product .risk .schema {
    float: left;
    text-align: center;
    width: 100%;
    padding: 0 10px;
    background-color: #f4f4f4; }
    @media only screen and (min-width: 769px) {
      .path-product-entity .scpi-product .risk .schema,
      .path-product-entity .opci-product .risk .schema {
        width: 340px;
        font-size: 1.286em;
        margin-right: 10px; } }
    .path-product-entity .scpi-product .risk .schema > span,
    .path-product-entity .opci-product .risk .schema > span {
      position: relative;
      display: inline-block;
      width: 28px;
      height: 28px;
      margin: 20px 6px 10px 0;
      border: solid 1px #e8e8e8;
      line-height: 26px;
      color: #c01136;
      background-color: white; }
      @media only screen and (min-width: 769px) {
        .path-product-entity .scpi-product .risk .schema > span,
        .path-product-entity .opci-product .risk .schema > span {
          font-size: 1.286em; } }
      .path-product-entity .scpi-product .risk .schema > span:after,
      .path-product-entity .opci-product .risk .schema > span:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 100%;
        width: 10px;
        height: 1px;
        transform: translateY(-50%);
        background-color: #e8e8e8; }
      .path-product-entity .scpi-product .risk .schema > span.active,
      .path-product-entity .opci-product .risk .schema > span.active {
        color: white;
        background-color: #c01136; }
      .path-product-entity .scpi-product .risk .schema > span:last-of-type,
      .path-product-entity .opci-product .risk .schema > span:last-of-type {
        margin-right: 0; }
        .path-product-entity .scpi-product .risk .schema > span:last-of-type:after,
        .path-product-entity .opci-product .risk .schema > span:last-of-type:after {
          display: none; }
    .path-product-entity .scpi-product .risk .schema .instruction,
    .path-product-entity .opci-product .risk .schema .instruction {
      float: left;
      width: 100%;
      margin-top: 10px; }
      @media only screen and (min-width: 769px) {
        .path-product-entity .scpi-product .risk .schema .instruction,
        .path-product-entity .opci-product .risk .schema .instruction {
          float: none; } }
      .path-product-entity .scpi-product .risk .schema .instruction span,
      .path-product-entity .opci-product .risk .schema .instruction span {
        margin-bottom: 20px;
        line-height: 1.2; }
      .path-product-entity .scpi-product .risk .schema .instruction-less,
      .path-product-entity .opci-product .risk .schema .instruction-less {
        float: left;
        text-align: left;
        font-size: 0.857em;
        color: #7092a9; }
      .path-product-entity .scpi-product .risk .schema .instruction-more,
      .path-product-entity .opci-product .risk .schema .instruction-more {
        float: right;
        text-align: right;
        font-size: 0.857em;
        color: #c01136; }
  .path-product-entity .scpi-product .risk .text,
  .path-product-entity .opci-product .risk .text {
    float: left;
    width: 100%;
    margin-bottom: 20px; }
    @media only screen and (min-width: 769px) {
      .path-product-entity .scpi-product .risk .text,
      .path-product-entity .opci-product .risk .text {
        width: calc(100% - 350px);
        width: -webkit-calc(100% - 350px); } }
  .path-product-entity .scpi-product .risk .highlighted,
  .path-product-entity .opci-product .risk .highlighted {
    color: #c01136;
    font-weight: bold; }
  .path-product-entity .scpi-product .risk table td,
  .path-product-entity .opci-product .risk table td {
    min-width: 340px; }

.path-product-entity .scpi-product .purchase-sale-block,
.path-product-entity .opci-product .purchase-sale-block {
  margin-bottom: 30px; }
  .path-product-entity .scpi-product .purchase-sale-block h3,
  .path-product-entity .opci-product .purchase-sale-block h3 {
    font-weight: bold;
    font-size: 1.857em;
    text-transform: uppercase;
    color: #7092a9;
    text-align: center;
    margin-bottom: 0; }
    @media only screen and (max-width: 479px) {
      .path-product-entity .scpi-product .purchase-sale-block h3,
      .path-product-entity .opci-product .purchase-sale-block h3 {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 480px) and (max-width: 768px) {
      .path-product-entity .scpi-product .purchase-sale-block h3,
      .path-product-entity .opci-product .purchase-sale-block h3 {
        font-size: 1.714em; } }
  .path-product-entity .scpi-product .purchase-sale-block h4,
  .path-product-entity .opci-product .purchase-sale-block h4 {
    color: #c01136;
    font-size: 1.143em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px; }
    @media only screen and (min-width: 769px) {
      .path-product-entity .scpi-product .purchase-sale-block h4,
      .path-product-entity .opci-product .purchase-sale-block h4 {
        font-size: 1.286em; } }
  .path-product-entity .scpi-product .purchase-sale-block h5,
  .path-product-entity .opci-product .purchase-sale-block h5 {
    color: #c01136;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px; }
    @media only screen and (min-width: 769px) {
      .path-product-entity .scpi-product .purchase-sale-block h5,
      .path-product-entity .opci-product .purchase-sale-block h5 {
        font-size: 1em; } }
  .path-product-entity .scpi-product .purchase-sale-block .bottom-text,
  .path-product-entity .opci-product .purchase-sale-block .bottom-text {
    margin-bottom: 20px; }
  .path-product-entity .scpi-product .purchase-sale-block .buttons,
  .path-product-entity .opci-product .purchase-sale-block .buttons {
    margin-bottom: 20px; }
    .path-product-entity .scpi-product .purchase-sale-block .buttons:after,
    .path-product-entity .opci-product .purchase-sale-block .buttons:after {
      content: '';
      display: block;
      clear: both; }
  .path-product-entity .scpi-product .purchase-sale-block .purchase-btn,
  .path-product-entity .scpi-product .purchase-sale-block .sale-btn,
  .path-product-entity .opci-product .purchase-sale-block .purchase-btn,
  .path-product-entity .opci-product .purchase-sale-block .sale-btn {
    background: #c01136;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    padding: 1em;
    border: solid 1px #c01136;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 10px; }
    .path-product-entity .scpi-product .purchase-sale-block .purchase-btn:hover, .path-product-entity .scpi-product .purchase-sale-block .purchase-btn:focus,
    .path-product-entity .scpi-product .purchase-sale-block .sale-btn:hover,
    .path-product-entity .scpi-product .purchase-sale-block .sale-btn:focus,
    .path-product-entity .opci-product .purchase-sale-block .purchase-btn:hover,
    .path-product-entity .opci-product .purchase-sale-block .purchase-btn:focus,
    .path-product-entity .opci-product .purchase-sale-block .sale-btn:hover,
    .path-product-entity .opci-product .purchase-sale-block .sale-btn:focus {
      background: #fff;
      color: #c01136; }
    .path-product-entity .scpi-product .purchase-sale-block .purchase-btn span,
    .path-product-entity .scpi-product .purchase-sale-block .sale-btn span,
    .path-product-entity .opci-product .purchase-sale-block .purchase-btn span,
    .path-product-entity .opci-product .purchase-sale-block .sale-btn span {
      font-weight: bold;
      font-size: 28px;
      display: block; }
  @media only screen and (min-width: 769px) {
    .path-product-entity .scpi-product .purchase-sale-block .purchase-btn,
    .path-product-entity .opci-product .purchase-sale-block .purchase-btn {
      float: left;
      width: calc( 50% - 10px);
      margin-right: 10px;
      margin-bottom: 0px; }
    .path-product-entity .scpi-product .purchase-sale-block .sale-btn,
    .path-product-entity .opci-product .purchase-sale-block .sale-btn {
      float: left;
      width: calc( 50% - 10px);
      margin-left: 10px;
      margin-bottom: 0px; } }
  .path-product-entity .scpi-product .purchase-sale-block .target-choice,
  .path-product-entity .opci-product .purchase-sale-block .target-choice {
    margin-bottom: 20px; }
    .path-product-entity .scpi-product .purchase-sale-block .target-choice .title,
    .path-product-entity .opci-product .purchase-sale-block .target-choice .title {
      color: #c01136;
      font-size: 1.143em;
      font-weight: bold;
      text-align: left;
      margin-bottom: 20px; }
      @media only screen and (min-width: 769px) {
        .path-product-entity .scpi-product .purchase-sale-block .target-choice .title,
        .path-product-entity .opci-product .purchase-sale-block .target-choice .title {
          font-size: 1.286em; } }
  .path-product-entity .scpi-product .purchase-sale-block .tunnels .sale,
  .path-product-entity .scpi-product .purchase-sale-block .tunnels .purchase,
  .path-product-entity .opci-product .purchase-sale-block .tunnels .sale,
  .path-product-entity .opci-product .purchase-sale-block .tunnels .purchase {
    display: none; }
  .path-product-entity .scpi-product .purchase-sale-block .tunnels .target-label,
  .path-product-entity .opci-product .purchase-sale-block .tunnels .target-label {
    background: #c01136;
    color: #fff;
    text-align: center;
    padding: 1em;
    border: solid 1px #c01136;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 10px; }
    @media only screen and (min-width: 769px) {
      .path-product-entity .scpi-product .purchase-sale-block .tunnels .target-label,
      .path-product-entity .opci-product .purchase-sale-block .tunnels .target-label {
        max-width: 350px;
        margin: 0 auto;
        margin-bottom: 10px; } }
    .path-product-entity .scpi-product .purchase-sale-block .tunnels .target-label:hover, .path-product-entity .scpi-product .purchase-sale-block .tunnels .target-label:focus,
    .path-product-entity .opci-product .purchase-sale-block .tunnels .target-label:hover,
    .path-product-entity .opci-product .purchase-sale-block .tunnels .target-label:focus {
      background: #fff;
      color: #c01136; }
  .path-product-entity .scpi-product .purchase-sale-block .tunnels .target-tunnels,
  .path-product-entity .opci-product .purchase-sale-block .tunnels .target-tunnels {
    display: none; }
    .path-product-entity .scpi-product .purchase-sale-block .tunnels .target-tunnels nav ul,
    .path-product-entity .opci-product .purchase-sale-block .tunnels .target-tunnels nav ul {
      text-align: center;
      width: 100%; }
      .path-product-entity .scpi-product .purchase-sale-block .tunnels .target-tunnels nav ul li,
      .path-product-entity .opci-product .purchase-sale-block .tunnels .target-tunnels nav ul li {
        width: 35%;
        display: inline-block;
        float: none;
        padding: 5px 0;
        border: solid 2px #e8e8e8;
        border-bottom: 0;
        margin: 0px 10px;
        text-transform: uppercase;
        font-weight: bold;
        color: #a5a5a5; }
        .path-product-entity .scpi-product .purchase-sale-block .tunnels .target-tunnels nav ul li .active,
        .path-product-entity .opci-product .purchase-sale-block .tunnels .target-tunnels nav ul li .active {
          color: #c01136; }
  @media only screen and (min-width: 769px) {
    .path-product-entity .scpi-product .purchase-sale-block .tunnels .targets.profils,
    .path-product-entity .opci-product .purchase-sale-block .tunnels .targets.profils {
      margin: 0 auto;
      max-width: 850px; }
      .path-product-entity .scpi-product .purchase-sale-block .tunnels .targets.profils > .target,
      .path-product-entity .opci-product .purchase-sale-block .tunnels .targets.profils > .target {
        display: block;
        width: 50%;
        float: left; }
      .path-product-entity .scpi-product .purchase-sale-block .tunnels .targets.profils:after,
      .path-product-entity .opci-product .purchase-sale-block .tunnels .targets.profils:after {
        content: '';
        display: block;
        clear: both; } }
  .path-product-entity .scpi-product .purchase-sale-block .tunnels .tab-label,
  .path-product-entity .opci-product .purchase-sale-block .tunnels .tab-label {
    display: none;
    float: left; }
  .path-product-entity .scpi-product .purchase-sale-block .tunnels .tunnel nav.tabs ul,
  .path-product-entity .opci-product .purchase-sale-block .tunnels .tunnel nav.tabs ul {
    display: flex;
    justify-content: space-around; }
    .path-product-entity .scpi-product .purchase-sale-block .tunnels .tunnel nav.tabs ul li,
    .path-product-entity .opci-product .purchase-sale-block .tunnels .tunnel nav.tabs ul li {
      margin-bottom: 0;
      color: #919191;
      border-radius: 0;
      background-color: #f8f8f8;
      text-align: center;
      font-size: 1.5em;
      border: 1px solid #e8e8e8;
      border-bottom-color: transparent;
      cursor: pointer;
      padding: 5px 50px;
      text-transform: uppercase;
      font-weight: bold; }
      .path-product-entity .scpi-product .purchase-sale-block .tunnels .tunnel nav.tabs ul li.active, .path-product-entity .scpi-product .purchase-sale-block .tunnels .tunnel nav.tabs ul li:hover, .path-product-entity .scpi-product .purchase-sale-block .tunnels .tunnel nav.tabs ul li:focus,
      .path-product-entity .opci-product .purchase-sale-block .tunnels .tunnel nav.tabs ul li.active,
      .path-product-entity .opci-product .purchase-sale-block .tunnels .tunnel nav.tabs ul li:hover,
      .path-product-entity .opci-product .purchase-sale-block .tunnels .tunnel nav.tabs ul li:focus {
        color: #7092a9;
        background-color: #fff; }
  .path-product-entity .scpi-product .purchase-sale-block .tunnels .tunnel .field--name-field-title,
  .path-product-entity .opci-product .purchase-sale-block .tunnels .tunnel .field--name-field-title {
    color: #c01136;
    font-size: 1.143em;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px; }
    @media only screen and (min-width: 769px) {
      .path-product-entity .scpi-product .purchase-sale-block .tunnels .tunnel .field--name-field-title,
      .path-product-entity .opci-product .purchase-sale-block .tunnels .tunnel .field--name-field-title {
        font-size: 1.286em; } }
  .path-product-entity .scpi-product .purchase-sale-block .tunnels .tunnel .tunnel-content > .field--items > .field--item,
  .path-product-entity .opci-product .purchase-sale-block .tunnels .tunnel .tunnel-content > .field--items > .field--item {
    display: none; }
  .path-product-entity .scpi-product .purchase-sale-block .tunnels .tunnel .buttons,
  .path-product-entity .opci-product .purchase-sale-block .tunnels .tunnel .buttons {
    text-align: center; }
  .path-product-entity .scpi-product .purchase-sale-block .tunnels .tunnel .more-btn,
  .path-product-entity .opci-product .purchase-sale-block .tunnels .tunnel .more-btn {
    display: inline-block;
    background: #c01136;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    padding: 5px 20px;
    border: solid 1px #c01136;
    box-sizing: border-box;
    cursor: pointer; }
    .path-product-entity .scpi-product .purchase-sale-block .tunnels .tunnel .more-btn:hover, .path-product-entity .scpi-product .purchase-sale-block .tunnels .tunnel .more-btn:focus,
    .path-product-entity .opci-product .purchase-sale-block .tunnels .tunnel .more-btn:hover,
    .path-product-entity .opci-product .purchase-sale-block .tunnels .tunnel .more-btn:focus {
      background: #fff;
      color: #c01136; }
    .path-product-entity .scpi-product .purchase-sale-block .tunnels .tunnel .more-btn.disabled,
    .path-product-entity .opci-product .purchase-sale-block .tunnels .tunnel .more-btn.disabled {
      background: #e8e8e8;
      color: #fff;
      cursor: default;
      border: 1px solid #a8a8a8; }
  .path-product-entity .scpi-product .purchase-sale-block .tunnels .tunnel .field--name-field-wysiwyg,
  .path-product-entity .opci-product .purchase-sale-block .tunnels .tunnel .field--name-field-wysiwyg {
    margin-bottom: 20px; }

.unicia-datas {
  margin-bottom: 30px; }
  .unicia-datas h3 {
    color: #c01136;
    font-size: 1.143em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px; }
  .unicia-datas h4 {
    color: #c01136;
    font-size: 1.143em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px; }
    @media only screen and (min-width: 769px) {
      .unicia-datas h4 {
        font-size: 1.286em; } }
  .unicia-datas table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px; }
    .unicia-datas table caption {
      color: #c01136;
      text-transform: uppercase;
      font-size: 1.5em;
      border: 1px solid #000;
      border-bottom: 0;
      padding: 5px 10px;
      text-align: center; }
    .unicia-datas table th {
      border: 1px solid #000;
      padding: 5px 10px;
      text-align: center;
      font-weight: 500; }
    .unicia-datas table td {
      padding: 5px 10px;
      text-align: center; }
    .unicia-datas table tbody tr:nth-child(odd) {
      background: #e8e8e8; }
    .unicia-datas table tbody tr:nth-child(n+6) {
      display: none; }
  @media only screen and (min-width: 769px) {
    .unicia-datas .order-book:after {
      content: '';
      display: block;
      clear: both; }
    .unicia-datas .order-book table {
      width: calc( 50% - 10px);
      float: left; }
      .unicia-datas .order-book table:nth-child(even) {
        margin-right: 10px; }
      .unicia-datas .order-book table:nth-child(odd) {
        margin-left: 10px; } }
  .unicia-datas .confrontation-historical .confrontation .price,
  .unicia-datas .confrontation-historical .confrontation .date {
    border: 1px solid #e8e8e8;
    text-align: center;
    font-size: 1.5em;
    color: #7092a9;
    margin-bottom: 10px;
    padding: 1em;
    box-sizing: border-box; }
    .unicia-datas .confrontation-historical .confrontation .price > div,
    .unicia-datas .confrontation-historical .confrontation .date > div {
      font-size: 28px;
      font-weight: bold;
      color: #c01136; }
  @media only screen and (min-width: 769px) {
    .unicia-datas .confrontation-historical:after {
      content: '';
      display: block;
      clear: both; }
    .unicia-datas .confrontation-historical .confrontation {
      width: calc( 50% - 10px);
      float: left;
      margin-right: 10px; }
    .unicia-datas .confrontation-historical table {
      width: calc( 50% - 10px);
      float: left;
      margin-left: 10px; }
    .unicia-datas .confrontation-historical .prices {
      width: calc( 50% - 5px);
      float: left;
      margin-right: 5px; }
    .unicia-datas .confrontation-historical .confrontation .date {
      width: calc( 50% - 5px);
      float: left;
      margin-left: 5px;
      height: 234px;
      padding-top: 3em;
      margin-bottom: 0; }
    .unicia-datas .confrontation-historical .confrontation .price {
      height: 112px; } }
  .unicia-datas table.historical {
    margin-bottom: 0; }
  .unicia-datas .link {
    text-align: right; }
    .unicia-datas .link .download-historical {
      cursor: pointer; }
  .unicia-datas .legal-mention {
    background: #e8e8e8;
    padding: 1em 2em; }
    .unicia-datas .legal-mention span {
      font-weight: bold;
      color: #c01136; }

.networks h3 {
  font-weight: bold;
  font-size: 1.857em;
  text-transform: uppercase;
  color: #7092a9;
  text-align: center;
  margin-bottom: 30px; }

.networks .field--item {
  display: inline-block;
  width: 100%;
  vertical-align: top; }
  .networks .field--item .network-title {
    cursor: pointer;
    background-color: #B0BCC8;
    padding: 20px; }
  .networks .field--item .shares {
    position: relative;
    vertical-align: top; }
    .networks .field--item .shares .share-title {
      cursor: pointer;
      background-color: #B0BCC8;
      padding: 20px; }
  .networks .field--item .field--items .shares {
    position: absolute;
    top: 50px;
    left: 0; }

.networks .networks-name,
.networks .networks-part {
  display: inline-block;
  padding: 5px 10px;
  border: solid 1px;
  vertical-align: top;
  font-size: 0.857em;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700; }
  @media only screen and (min-width: 480px) {
    .networks .networks-name,
    .networks .networks-part {
      display: inline-block;
      font-size: 1em; } }

.networks .networks-intro {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 1.143em; }

.networks .networks-network {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: space-between;
  margin-bottom: 20px; }
  @media only screen and (min-width: 480px) {
    .networks .networks-network {
      width: 100%;
      margin-bottom: 30px; } }
  .networks .networks-network .networks-name {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 30%;
    min-height: 50px;
    border-color: #000;
    margin: 0 2% 10px 2%;
    color: #c01136; }
    .networks .networks-network .networks-name:nth-of-type(3n) {
      margin-right: 0; }
    .networks .networks-network .networks-name.opened {
      color: #fff;
      background-color: #c01136; }
    @media only screen and (min-width: 480px) {
      .networks .networks-network .networks-name {
        width: 15%;
        margin: 0 5px; } }

.networks .networks-parts {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  text-align: center; }
  .networks .networks-parts .networks-part {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 25%;
    min-height: 50px;
    margin-bottom: 5px;
    border-color: #7092a9;
    color: #7092a9; }
    @media only screen and (min-width: 480px) {
      .networks .networks-parts .networks-part {
        width: 13%; } }
    .networks .networks-parts .networks-part.opened {
      position: relative;
      background-color: #7092a9;
      border-color: #7092a9;
      color: #fff; }
      .networks .networks-parts .networks-part.opened:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        border: solid 1px #fff;
        transform: translate(-50%, -50%); }

.networks .networks-content .field--item {
  width: 100%; }

.networks .networks-content h4 {
  color: #c01136;
  font-size: 1.143em;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold; }
  @media only screen and (min-width: 769px) {
    .networks .networks-content h4 {
      font-size: 1.286em; } }

.networks .networks-content .real-estate .key-numbers {
  position: relative; }
  .networks .networks-content .real-estate .key-numbers .content > .field > .field--items > .field--item {
    margin: 0;
    padding: 0 5px;
    border: 0;
    border-right: 3px solid #c01136; }
    .networks .networks-content .real-estate .key-numbers .content > .field > .field--items > .field--item:nth-of-type(5n), .networks .networks-content .real-estate .key-numbers .content > .field > .field--items > .field--item:last-of-type {
      border-right: 0; }
    .networks .networks-content .real-estate .key-numbers .content > .field > .field--items > .field--item .field--item:nth-of-type(2) .paragraph {
      margin-bottom: 0; }
    @media only screen and (max-width: 479px) {
      .networks .networks-content .real-estate .key-numbers .content > .field > .field--items > .field--item {
        border-right: 0;
        border-bottom: 3px solid #c01136;
        padding: 10px 20px;
        margin: auto; }
        .networks .networks-content .real-estate .key-numbers .content > .field > .field--items > .field--item:last-of-type {
          border-bottom: 0; } }
    .networks .networks-content .real-estate .key-numbers .content > .field > .field--items > .field--item > .paragraph {
      margin-bottom: 5px; }
    .networks .networks-content .real-estate .key-numbers .content > .field > .field--items > .field--item .small-text {
      font-size: 1em;
      color: #7092a9;
      word-wrap: break-word;
      overflow-wrap: break-word; }
      @media only screen and (min-width: 480px) {
        .networks .networks-content .real-estate .key-numbers .content > .field > .field--items > .field--item .small-text {
          font-size: 0.857em; } }
      @media only screen and (min-width: 992px) {
        .networks .networks-content .real-estate .key-numbers .content > .field > .field--items > .field--item .small-text {
          font-size: 1.143em; } }
    .networks .networks-content .real-estate .key-numbers .content > .field > .field--items > .field--item .medium-text {
      font-size: 1.143em;
      font-weight: 600;
      color: #7092a9;
      word-wrap: break-word;
      overflow-wrap: break-word; }
      @media only screen and (min-width: 480px) {
        .networks .networks-content .real-estate .key-numbers .content > .field > .field--items > .field--item .medium-text {
          font-size: 1em; } }
      @media only screen and (min-width: 992px) {
        .networks .networks-content .real-estate .key-numbers .content > .field > .field--items > .field--item .medium-text {
          font-size: 1.286em; } }
    .networks .networks-content .real-estate .key-numbers .content > .field > .field--items > .field--item .big-text {
      color: #c01136;
      font-weight: 700;
      font-size: 1.429em; }
      @media only screen and (min-width: 480px) and (max-width: 768px) {
        .networks .networks-content .real-estate .key-numbers .content > .field > .field--items > .field--item .big-text {
          font-size: 1.286em; } }
      @media only screen and (min-width: 769px) {
        .networks .networks-content .real-estate .key-numbers .content > .field > .field--items > .field--item .big-text {
          font-size: 1.286em; } }
      @media only screen and (min-width: 992px) {
        .networks .networks-content .real-estate .key-numbers .content > .field > .field--items > .field--item .big-text {
          font-size: 1.429em; } }
      @media only screen and (min-width: 1280px) {
        .networks .networks-content .real-estate .key-numbers .content > .field > .field--items > .field--item .big-text {
          font-size: 1.714em; } }

.networks .networks-content .responsive-table {
  margin-bottom: 30px; }
  .networks .networks-content .responsive-table table {
    min-width: 580px;
    width: 100%; }
    .networks .networks-content .responsive-table table tbody td:first-child {
      width: 340px; }

.app-block-simulator {
  background-color: #E8E8E8;
  padding: 35px;
  overflow-wrap: normal; }
  .app-block-simulator h2 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 0; }
  .app-block-simulator .red-separator::after {
    width: 460px;
    left: 50%;
    transform: translateX(-50%); }

.aew-popin-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow: hidden; }
  .aew-popin-overlay .aew-popin {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    max-width: 80%;
    max-height: 80vh;
    overflow-y: auto;
    position: relative; }
    .aew-popin-overlay .aew-popin-close {
      position: absolute;
      top: 10px;
      right: 10px;
      border: none;
      background: none;
      font-size: 24px;
      cursor: pointer; }
    .aew-popin-overlay .aew-popin-content {
      margin-top: 20px; }
      .aew-popin-overlay .aew-popin-content img,
      .aew-popin-overlay .aew-popin-content iframe {
        max-width: 100%;
        margin-bottom: 20px; }

.main-container .breadcrumb {
  padding: 8px 0px;
  background-color: transparent; }
  @media only screen and (max-width: 768px) {
    .main-container .breadcrumb {
      max-width: calc(100% - 110px);
      max-width: -webkit-calc(100% - 110px); } }
  .main-container .breadcrumb > li {
    font-size: 0.929em;
    color: #7092a9; }
    .main-container .breadcrumb > li a {
      color: #7092a9; }
    .main-container .breadcrumb > li.active {
      color: #c01136; }
  .main-container .breadcrumb > li + li:before {
    content: "\003E\00a0";
    color: #7092a9; }
  .main-container .breadcrumb > li + li.active:before {
    color: #c01136; }

.cc-cookies {
  position: fixed;
  padding: 20px 0px 20px 0px;
  font-weight: 500; }
  .cc-cookies p {
    width: 62%;
    margin: auto;
    display: inline-block;
    vertical-align: middle; }
  .cc-cookies a.cc-cookie-accept {
    display: none; }
  .cc-cookies .btn-accepte {
    border: 1px solid #fff;
    background: #fff;
    padding: 10px;
    /* display: block; */
    width: 110px;
    margin-left: 10px;
    cursor: pointer; }
    .cc-cookies .btn-accepte a {
      color: rgba(86, 86, 86, 0.95);
      text-decoration: none; }
    .cc-cookies .btn-accepte:hover {
      border: 1px solid #fff;
      background: rgba(86, 86, 86, 0.95); }
      .cc-cookies .btn-accepte:hover a {
        color: #fff; }
    @media only screen and (max-width: 1350px) {
      .cc-cookies .btn-accepte {
        display: block;
        margin: auto;
        margin-top: 15px; } }

.key-numbers {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 15px; }
  .key-numbers .field--name-field-key-numbers-title {
    font-size: 1.857em;
    text-transform: uppercase;
    color: #7092a9;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center; }
    @media only screen and (max-width: 479px) {
      .key-numbers .field--name-field-key-numbers-title {
        margin-bottom: 15px; } }
  .key-numbers .field--name-field-key-numbers-ref {
    font-size: 1.286em;
    text-align: center;
    margin: auto;
    width: 85%;
    margin-bottom: 20px; }
    @media only screen and (max-width: 479px) {
      .key-numbers .field--name-field-key-numbers-ref {
        display: none; } }
    @media only screen and (min-width: 769px) {
      .key-numbers .field--name-field-key-numbers-ref {
        margin-bottom: 40px;
        width: 75%; } }
  .key-numbers .field--name-field-key-numbers {
    display: flex;
    margin-top: 5px;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: center; }
    .key-numbers .field--name-field-key-numbers .key-number {
      text-align: center;
      margin-bottom: 15px; }
      .key-numbers .field--name-field-key-numbers .key-number img {
        margin: auto;
        margin-bottom: 10px;
        max-height: 75px;
        width: auto; }
      .key-numbers .field--name-field-key-numbers .key-number .key-number {
        margin-bottom: 0; }
      .key-numbers .field--name-field-key-numbers .key-number .big-text {
        font-size: 2.286em;
        text-transform: uppercase;
        color: #7092a9;
        font-weight: 300; }
      .key-numbers .field--name-field-key-numbers .key-number .medium-text {
        font-size: 1.286em;
        color: #656565;
        font-weight: 400; }
      .key-numbers .field--name-field-key-numbers .key-number .small-text {
        font-size: 1em;
        color: #656565;
        font-weight: 400; }
      .key-numbers .field--name-field-key-numbers .key-number .font-infos .field--type-entity-reference-revisions .field--item {
        margin-top: -5px; }
    .key-numbers .field--name-field-key-numbers > .field--item {
      width: 100%; }
    @media only screen and (min-width: 480px) and (max-width: 768px) {
      .key-numbers .field--name-field-key-numbers > .field--item {
        width: 50%;
        flex: 0 0 50%; } }
    @media only screen and (min-width: 769px) {
      .key-numbers .field--name-field-key-numbers > .field--item {
        width: 25%;
        flex: 0 0 25%; } }
  .key-numbers footer {
    position: relative;
    text-align: right; }
    .key-numbers footer .field--name-field-key-numbers-caption {
      display: inline-block;
      width: 100%;
      margin-top: 20px;
      text-align: center;
      font-size: 0.857em;
      font-weight: 400;
      color: #656565; }
      @media only screen and (min-width: 769px) {
        .key-numbers footer .field--name-field-key-numbers-caption {
          padding-left: 175px;
          padding-right: 175px; } }
    .key-numbers footer .field--name-field-link {
      text-align: center;
      margin-top: 10px;
      margin-left: 20px; }
      @media only screen and (min-width: 769px) {
        .key-numbers footer .field--name-field-link {
          position: absolute;
          top: 10px;
          right: 0;
          margin-top: 0; } }
      .key-numbers footer .field--name-field-link a {
        display: inline-block;
        max-width: 100%;
        margin-top: 0px;
        margin-bottom: 0;
        padding: 7px 15px;
        border: 1px solid #7092a9;
        color: #7092a9;
        background-color: #f8f8f8; }
        .key-numbers footer .field--name-field-link a:hover, .key-numbers footer .field--name-field-link a:focus {
          color: #f8f8f8;
          text-decoration: none;
          background-color: #7092a9; }

.map-biens-title {
  color: #7092a9;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center; }

.leaflet-marker-pane .marker-cluster {
  background-color: rgba(227, 11, 44, 0.6); }

.leaflet-marker-pane .marker-cluster div {
  background-color: #e30b2c; }

#property_map {
  height: 600px; }

.leaflet-marker-pane .marker-cluster {
  background-color: rgba(227, 11, 44, 0.6); }

.leaflet-marker-pane .marker-cluster div {
  background-color: #e30b2c; }

.view-aew-map-bien {
  background-color: #7092a9;
  color: #fff;
  font-weight: 400;
  z-index: 10; }
  @media only screen and (max-width: 991px) {
    .view-aew-map-bien {
      font-size: 0.857em; } }
  .view-aew-map-bien .first-part-map {
    display: flex;
    flex-flow: row wrap;
    justify-items: flex-start;
    align-items: flex-start; }
    @media only screen and (max-width: 768px) {
      .view-aew-map-bien .first-part-map {
        padding-right: 50px; } }
    @media only screen and (min-width: 769px) {
      .view-aew-map-bien .first-part-map {
        padding-right: 250px; } }
    @media only screen and (min-width: 992px) {
      .view-aew-map-bien .first-part-map {
        padding-right: 285px; } }
    .view-aew-map-bien .first-part-map .more-filters-button {
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: -moz-none;
      -o-user-select: none;
      user-select: none;
      height: 40px;
      display: inline-block;
      cursor: pointer;
      z-index: 3;
      position: relative;
      padding-right: 45px;
      line-height: 40px;
      margin-top: 5px;
      background-image: url("../images/pictos/tri.png");
      background-repeat: no-repeat;
      background-position: center right; }
      .view-aew-map-bien .first-part-map .more-filters-button .mobile-hidden {
        padding-left: 20px; }
        @media only screen and (min-width: 480px) and (max-width: 768px) {
          .view-aew-map-bien .first-part-map .more-filters-button .mobile-hidden {
            padding-left: 10px; } }
    .view-aew-map-bien .first-part-map .result-text {
      height: 40px;
      line-height: 40px;
      margin-top: 5px;
      vertical-align: top;
      display: inline-block;
      padding-left: 20px;
      flex: 1;
      text-align: center; }
      .view-aew-map-bien .first-part-map .result-text .result-numbers {
        display: inline-block;
        padding-left: 30px;
        background-image: url("../images/pictos/pin.png");
        background-repeat: no-repeat;
        background-position: center left;
        margin-left: 10px; }
        @media only screen and (max-width: 768px) {
          .view-aew-map-bien .first-part-map .result-text .result-numbers {
            font-size: 1em; } }
        .view-aew-map-bien .first-part-map .result-text .result-numbers .number-span {
          font-size: 2.286em;
          vertical-align: bottom; }
          @media only screen and (max-width: 768px) {
            .view-aew-map-bien .first-part-map .result-text .result-numbers .number-span {
              font-size: 1em;
              vertical-align: initial; } }
  .view-aew-map-bien .views-exposed-form {
    position: relative;
    margin-top: -36px; }
    @media only screen and (max-width: 768px) {
      .view-aew-map-bien .views-exposed-form {
        margin-top: 0; } }
    .view-aew-map-bien .views-exposed-form > .form-inline {
      float: right;
      vertical-align: top; }
      .view-aew-map-bien .views-exposed-form > .form-inline .form-text {
        border-radius: 0;
        font-size: 0.786em;
        border: 1px solid #7092a9;
        height: 36px; }
    .view-aew-map-bien .views-exposed-form .form-actions {
      margin-right: 10px;
      vertical-align: top;
      margin-bottom: 3px; }
      .view-aew-map-bien .views-exposed-form .form-actions .form-submit {
        border-radius: 0;
        background-color: #fff;
        height: 36px;
        width: 36px;
        color: #7092a9;
        border-color: #7092a9;
        margin: auto;
        display: block;
        background-repeat: no-repeat;
        background-image: url("../images/pictos/loup.png");
        background-position: center; }
        .view-aew-map-bien .views-exposed-form .form-actions .form-submit:hover, .view-aew-map-bien .views-exposed-form .form-actions .form-submit:focus {
          background-color: #7092a9;
          color: #fff;
          border-color: #fff;
          background-image: url("../images/pictos/search.png"); }
    .view-aew-map-bien .views-exposed-form .form-expended {
      margin-bottom: -10px;
      position: absolute;
      z-index: 2000;
      background-color: white;
      width: 100%;
      padding: 20px 10px;
      color: #333;
      display: none; }
      .view-aew-map-bien .views-exposed-form .form-expended.open {
        display: block; }
      .view-aew-map-bien .views-exposed-form .form-expended .form-inline {
        margin-top: 10px; }
        .view-aew-map-bien .views-exposed-form .form-expended .form-inline .form-item-ville {
          display: inline-block;
          width: calc(100% - 50px);
          width: -webkit-calc(100% - 50px); }
          .view-aew-map-bien .views-exposed-form .form-expended .form-inline .form-item-ville .form-text {
            border-radius: 0;
            border: 1px solid #ccc;
            height: 40px; }
        .view-aew-map-bien .views-exposed-form .form-expended .form-inline .form-actions {
          display: inline-block;
          margin-right: 0;
          float: right; }
          .view-aew-map-bien .views-exposed-form .form-expended .form-inline .form-actions .form-submit {
            height: 40px;
            width: 40px; }
      .view-aew-map-bien .views-exposed-form .form-expended .select-wrapper .form-control {
        width: 100%;
        float: none;
        border-radius: 0;
        -webkit-box-shadow: inset 1px 1px 3px #f4f4f4;
        box-shadow: inset 1px 1px 3px #f4f4f4;
        height: 40px;
        padding: 0 12px;
        margin-bottom: 5px;
        line-height: 20px; }
      .view-aew-map-bien .views-exposed-form .form-expended .select-wrapper:after {
        color: #c01136;
        margin: 0;
        padding: 0;
        right: 1px;
        top: 1px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        border-left: 1px solid #ccc;
        background-color: #F5F5F5; }
  .view-aew-map-bien .gm-style .location-content {
    width: 400px; }
  .view-aew-map-bien .gm-style .views-field-field-img {
    float: left;
    width: 30%;
    margin-right: 3%; }
  .view-aew-map-bien .gm-style .views-field-field-ville {
    float: left;
    width: 67%; }
  .view-aew-map-bien .gm-style .views-field-field-area {
    float: left;
    width: 67%; }
  .view-aew-map-bien .gm-style .views-field-title {
    float: left;
    width: 67%; }
  .view-aew-map-bien .gm-style-iw {
    color: #000; }
  .view-aew-map-bien .geolocation-common-map {
    color: #000; }
  .view-aew-map-bien .leaflet-popup {
    color: #000;
    overflow-wrap: break-word; }
    .view-aew-map-bien .leaflet-popup h2 {
      font-size: 20px; }
    .view-aew-map-bien .leaflet-popup-content {
      overflow: hidden;
      width: 230px !important; }
      @media only screen and (min-width: 480px) {
        .view-aew-map-bien .leaflet-popup-content {
          width: 460px !important; } }
    .view-aew-map-bien .leaflet-popup-close-button {
      width: 24px;
      height: 24px; }
  .view-aew-map-bien .map-popup-image {
    float: left;
    width: 100%;
    height: 190px;
    margin-right: 15px;
    text-align: center; }
    .view-aew-map-bien .map-popup-image img {
      width: 100%; }
    @media only screen and (min-width: 480px) {
      .view-aew-map-bien .map-popup-image {
        width: 150px; } }
    @media only screen and (min-width: 480px) {
      .view-aew-map-bien .map-popup-image + .map-popup-content {
        width: calc(100% - 170px);
        margin-top: 5px; } }
  .view-aew-map-bien .map-popup-content {
    float: left;
    width: 100%;
    font-family: "Montserrat", Verdana, sans-serif; }
    .view-aew-map-bien .map-popup-content h2 {
      margin-top: 0;
      color: #7092a9;
      font-weight: 600;
      text-transform: uppercase; }
      .view-aew-map-bien .map-popup-content h2 a {
        color: #7092a9; }
  .view-aew-map-bien .map-popup-typo,
  .view-aew-map-bien .map-popup-area,
  .view-aew-map-bien .map-popup-adresse,
  .view-aew-map-bien .map-popup-codepostal,
  .view-aew-map-bien .map-popup-coogps {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between; }
    .view-aew-map-bien .map-popup-typo a,
    .view-aew-map-bien .map-popup-area a,
    .view-aew-map-bien .map-popup-adresse a,
    .view-aew-map-bien .map-popup-codepostal a,
    .view-aew-map-bien .map-popup-coogps a {
      color: #7092a9; }
    .view-aew-map-bien .map-popup-typo .field--label-above,
    .view-aew-map-bien .map-popup-area .field--label-above,
    .view-aew-map-bien .map-popup-adresse .field--label-above,
    .view-aew-map-bien .map-popup-codepostal .field--label-above,
    .view-aew-map-bien .map-popup-coogps .field--label-above {
      width: 100%;
      display: flex;
      justify-content: space-between; }
    .view-aew-map-bien .map-popup-typo .field--label,
    .view-aew-map-bien .map-popup-area .field--label,
    .view-aew-map-bien .map-popup-adresse .field--label,
    .view-aew-map-bien .map-popup-codepostal .field--label,
    .view-aew-map-bien .map-popup-coogps .field--label {
      display: inline-block;
      width: auto; }
      .view-aew-map-bien .map-popup-typo .field--label:after,
      .view-aew-map-bien .map-popup-area .field--label:after,
      .view-aew-map-bien .map-popup-adresse .field--label:after,
      .view-aew-map-bien .map-popup-codepostal .field--label:after,
      .view-aew-map-bien .map-popup-coogps .field--label:after {
        content: ' :'; }
    .view-aew-map-bien .map-popup-typo .field--item,
    .view-aew-map-bien .map-popup-area .field--item,
    .view-aew-map-bien .map-popup-adresse .field--item,
    .view-aew-map-bien .map-popup-codepostal .field--item,
    .view-aew-map-bien .map-popup-coogps .field--item {
      display: inline-block;
      width: auto;
      font-weight: bold;
      color: #7092a9; }
  .view-aew-map-bien .map-popup-adresse .field--label, .view-aew-map-bien .map-popup-adresse .field--item {
    font-family: "Montserrat", Verdana, sans-serif; }
  .view-aew-map-bien .map-popup-adresse .field--label-above {
    display: block; }
  .view-aew-map-bien .map-popup-label {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-transform: uppercase;
    font-family: "Montserrat", Verdana, sans-serif;
    font-weight: bold;
    color: #7092a9;
    margin-top: 15px; }
    .view-aew-map-bien .map-popup-label:before {
      content: '';
      position: absolute;
      top: -5px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #656565; }
    .view-aew-map-bien .map-popup-label .savoirplusbt {
      text-transform: initial;
      width: 130px;
      text-align: center; }
      @media only screen and (max-width: 479px) {
        .view-aew-map-bien .map-popup-label .savoirplusbt {
          font-size: 9px;
          width: 120px; } }
    .view-aew-map-bien .map-popup-label span {
      width: 100%;
      color: #333;
      margin-bottom: 16px;
      text-transform: initial; }
    .view-aew-map-bien .map-popup-label a {
      padding: 9px 11px;
      font-weight: initial;
      color: white;
      background-color: #c01136; }
    .view-aew-map-bien .map-popup-label .field--items {
      width: 100%;
      margin-bottom: 10px; }
    .view-aew-map-bien .map-popup-label .field--item {
      justify-content: space-between;
      align-items: center;
      display: flex;
      width: 100%;
      font-weight: bold;
      margin-bottom: 8px; }
      .view-aew-map-bien .map-popup-label .field--item span {
        color: #7092a9; }
  .view-aew-map-bien .map-popup-link {
    float: left;
    width: 100%; }

.lazy-loading {
  background-color: #F8F8F8;
  border-radius: 5px;
  padding: 5px;
  width: 100%;
  height: 655px; }

.lazy-loaded + .lazy-loading {
  display: none; }

.paragraph--type--files .field--name-field-title {
  color: #7092a9;
  padding-bottom: 10px;
  padding-left: 20px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.286em;
  margin-bottom: 10px; }

.field--name-field-files {
  clear: both;
  margin-bottom: 30px; }
  .field--name-field-files .field--item {
    padding: 5px 0; }
    .field--name-field-files .field--item:nth-child(even) {
      background-color: #f4f4f4; }

.file-item {
  width: 100%;
  position: relative;
  min-height: 70px;
  display: flex; }
  .file-item .picto-file {
    background-image: url("../images/pictos/pdf.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 70px;
    width: 80px;
    flex: 0 0 80px;
    margin-right: 20px;
    border: 1px solid #e8e8e8;
    display: inline-block;
    align-self: center; }
    @media only screen and (min-width: 480px) and (max-width: 768px) {
      .file-item .picto-file {
        width: 200px;
        flex: 0 0 200px; } }
    @media only screen and (min-width: 769px) {
      .file-item .picto-file {
        width: 290px;
        flex: 0 0 290px; } }
  .file-item .info-file {
    display: inline-block;
    flex: 2;
    margin-right: 20px;
    align-self: center; }
    .file-item .info-file h3 {
      margin: 0;
      margin-bottom: 10px;
      font-weight: bold;
      font-size: 1.143em;
      font-weight: 500; }
    .file-item .info-file .field--name-name {
      padding: 0; }
    .file-item .info-file .file-date {
      display: block;
      color: #c01136; }
  .file-item .download-file {
    display: inline-block;
    flex: 0 0 50px;
    align-self: center; }
    .file-item .download-file:before {
      content: "";
      background-image: url("../images/pictos/download.png");
      background-position: center;
      background-repeat: no-repeat;
      height: 35px;
      width: 37px;
      display: inline-block; }
  .file-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.regulatory-documents {
  overflow: hidden; }
  .regulatory-documents > .history-list {
    position: relative;
    float: left;
    width: 100%; }
    .regulatory-documents > .history-list:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #f4f4f4; }
    .regulatory-documents > .history-list .file-item {
      padding: 10px 3px; }
    .regulatory-documents > .history-list > div:nth-of-type(2n) .file-item {
      background-color: #f4f4f4; }

.item-last {
  float: left;
  width: 100%;
  margin-bottom: 20px; }
  .item-last:nth-of-type(2n) {
    float: right; }
  @media only screen and (min-width: 769px) {
    .item-last {
      float: left;
      width: 23.5%;
      margin: 0.75%; }
      .item-last:nth-of-type(2n) {
        float: left; } }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    .item-last {
      float: left;
      width: 48%;
      height: 380px;
      margin: 0 1%; }
      .item-last:nth-of-type(2n) {
        float: right; } }
  .item-last .history {
    text-align: center;
    margin-top: 25px; }
    .item-last .history .history-link {
      display: inline-block;
      margin-bottom: 15px;
      font-size: 10px;
      font-weight: bold;
      text-transform: uppercase; }
    .item-last .history .history-list {
      display: none; }
  .item-last .file-item-last {
    position: relative;
    display: inline-block;
    text-align: center;
    padding-top: 205px;
    line-height: 1.2; }
    @media only screen and (min-width: 480px) {
      .item-last .file-item-last {
        line-height: inherit; } }
    @media only screen and (min-width: 480px) and (max-width: 768px) {
      .item-last .file-item-last {
        padding-top: 0px;
        height: 272px; } }
    @media only screen and (min-width: 769px) {
      .item-last .file-item-last {
        padding-top: 0px;
        height: 360px; } }
    .item-last .file-item-last .download-file {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .item-last .file-item-last .download-file:before {
        background: none; }
    .item-last .file-item-last .file-item-image {
      position: absolute;
      top: 0;
      left: 50%;
      display: inline-block;
      max-width: 100%;
      height: 250px;
      transform: translateX(-50%);
      overflow: hidden; }
      @media only screen and (min-width: 480px) {
        .item-last .file-item-last .file-item-image {
          left: 0;
          max-width: none;
          transform: none; } }
      @media only screen and (min-width: 480px) and (max-width: 768px) {
        .item-last .file-item-last .file-item-image {
          height: 272px; } }
      @media only screen and (min-width: 769px) {
        .item-last .file-item-last .file-item-image {
          height: 360px; } }
    .item-last .file-item-last .info-file {
      width: 80%;
      margin-right: 0;
      padding: 15px 10px;
      z-index: 0;
      background-color: #fff;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 0; }
    .item-last .file-item-last .field--item,
    .item-last .file-item-last .file-date {
      font-size: 13px;
      font-weight: bold;
      color: #7092a9;
      text-transform: uppercase; }
    .item-last .file-item-last .file-date {
      font-weight: 600; }
  .item-last.extended .history {
    position: relative; }
    .item-last.extended .history-list {
      display: inline-block;
      width: 100%; }
      .item-last.extended .history-list .file-item {
        padding: 5px 0; }

.cookie-video-placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: black;
  text-align: center;
  color: white;
  padding: 10%; }

.pager-nav {
  border-top: 1px solid #a8a8a8;
  margin-top: 25px; }
  .pager-nav .pagination li a {
    color: #7092a9;
    background-color: #fff;
    border-color: #7092a9;
    border-radius: 0;
    font-size: 1.286em;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 5px; }
    .pager-nav .pagination li a:hover, .pager-nav .pagination li a:focus {
      color: #fff;
      background-color: #c01136;
      border-color: #c01136; }
  .pager-nav .pagination li.is-active a {
    color: #fff;
    background-color: #c01136;
    border-color: #c01136; }
  .pager-nav .pagination li.pager__item--next a {
    color: #c01136;
    border-color: #c01136;
    background-color: #fff;
    font-size: 1em; }
    .pager-nav .pagination li.pager__item--next a:hover, .pager-nav .pagination li.pager__item--next a:focus {
      color: #fff;
      background-color: #c01136;
      border-color: #c01136; }
  .pager-nav .pagination li.pager__item--next > span {
    color: #7092a9;
    background-color: #fff;
    border-color: #7092a9;
    border-radius: 0;
    font-size: 1em;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 5px; }
  .pager-nav .pagination li.pager__item--previous a {
    color: #c01136;
    border-color: #c01136;
    background-color: #fff;
    font-size: 1em; }
    .pager-nav .pagination li.pager__item--previous a:hover, .pager-nav .pagination li.pager__item--previous a:focus {
      color: #fff;
      background-color: #c01136;
      border-color: #c01136; }
  .pager-nav .pagination li.pager__item--previous > span {
    color: #7092a9;
    background-color: #fff;
    border-color: #7092a9;
    border-radius: 0;
    font-size: 1em;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 5px; }

.paragraph--type--rebound-block > .field--name-field-title {
  font-size: 1.857em;
  text-transform: uppercase;
  color: #7092a9;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: center; }
  @media only screen and (max-width: 479px) {
    .paragraph--type--rebound-block > .field--name-field-title {
      margin-bottom: 15px; } }

.paragraph--type--rebound-block > .field--name-field-subtitle {
  font-size: 1.286em;
  text-align: center;
  margin: auto;
  width: 85%;
  margin-bottom: 0; }
  @media only screen and (max-width: 479px) {
    .paragraph--type--rebound-block > .field--name-field-subtitle {
      display: none; } }
  @media only screen and (min-width: 769px) {
    .paragraph--type--rebound-block > .field--name-field-subtitle {
      width: 75%; } }

.field--name-field-rebounds > .field--item {
  position: relative;
  width: 90%;
  margin: auto; }
  @media only screen and (min-width: 480px) {
    .field--name-field-rebounds > .field--item {
      width: 50%;
      float: left; }
      .field--name-field-rebounds > .field--item:nth-child(1) .paragraph--type--rebound-element {
        transform-origin: bottom right;
        float: right; }
      .field--name-field-rebounds > .field--item:nth-child(2) .paragraph--type--rebound-element {
        transform-origin: bottom left;
        float: left; }
      .field--name-field-rebounds > .field--item:nth-child(3) .paragraph--type--rebound-element {
        transform-origin: top right;
        float: right; }
      .field--name-field-rebounds > .field--item:nth-child(4) .paragraph--type--rebound-element {
        transform-origin: top left;
        float: left; } }
  .field--name-field-rebounds > .field--item .paragraph--type--rebound-element {
    display: inline-block;
    border: 1px solid white; }
    .field--name-field-rebounds > .field--item .paragraph--type--rebound-element:hover {
      cursor: pointer; }
      .field--name-field-rebounds > .field--item .paragraph--type--rebound-element:hover .partner-content .partner-infos {
        background-color: rgba(192, 17, 54, 0.8);
        transition: all 0.5s; }
        .field--name-field-rebounds > .field--item .paragraph--type--rebound-element:hover .partner-content .partner-infos .infos-content .field--name-field-link a {
          background-color: #000;
          border: 2px solid #000;
          transition: all 0.5s; }
    @media only screen and (min-width: 480px) {
      .field--name-field-rebounds > .field--item .paragraph--type--rebound-element {
        transform: scale(0.85);
        transition: all 0.5s; }
        .field--name-field-rebounds > .field--item .paragraph--type--rebound-element:hover {
          transform: scale(0.95);
          transition: all 0.5s; } }
    .field--name-field-rebounds > .field--item .paragraph--type--rebound-element .partner-content {
      position: relative; }
      .field--name-field-rebounds > .field--item .paragraph--type--rebound-element .partner-content .partner-infos {
        background-color: rgba(0, 0, 0, 0.7);
        transition: all 0.5s;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1; }
        .field--name-field-rebounds > .field--item .paragraph--type--rebound-element .partner-content .partner-infos .infos-content {
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          width: 70%; }
          .field--name-field-rebounds > .field--item .paragraph--type--rebound-element .partner-content .partner-infos .infos-content .field--name-field-title {
            font-weight: bold;
            font-size: 1.429em;
            color: white;
            text-transform: uppercase; }
            @media only screen and (min-width: 480px) and (max-width: 768px) {
              .field--name-field-rebounds > .field--item .paragraph--type--rebound-element .partner-content .partner-infos .infos-content .field--name-field-title {
                font-size: 1.714em; } }
            @media only screen and (min-width: 769px) {
              .field--name-field-rebounds > .field--item .paragraph--type--rebound-element .partner-content .partner-infos .infos-content .field--name-field-title {
                font-size: 2em; } }
          .field--name-field-rebounds > .field--item .paragraph--type--rebound-element .partner-content .partner-infos .infos-content .field--name-field-subtitle {
            display: none;
            color: white;
            font-weight: 400; }
            @media only screen and (min-width: 992px) {
              .field--name-field-rebounds > .field--item .paragraph--type--rebound-element .partner-content .partner-infos .infos-content .field--name-field-subtitle {
                display: block;
                font-size: 1.286em; } }
          .field--name-field-rebounds > .field--item .paragraph--type--rebound-element .partner-content .partner-infos .infos-content .field--name-field-link a {
            font-size: 0.857em;
            font-weight: 600;
            margin-top: 5px;
            color: white;
            padding: 6px 12px;
            background-color: #c01136;
            border: 2px solid #c01136;
            transition: all 0.5s;
            display: inline-block;
            width: auto; }
            .field--name-field-rebounds > .field--item .paragraph--type--rebound-element .partner-content .partner-infos .infos-content .field--name-field-link a:hover, .field--name-field-rebounds > .field--item .paragraph--type--rebound-element .partner-content .partner-infos .infos-content .field--name-field-link a:focus {
              background-color: transparent;
              color: #000;
              border: 2px solid #000;
              transition: all 0.5s;
              text-decoration: none; }
            @media only screen and (min-width: 769px) {
              .field--name-field-rebounds > .field--item .paragraph--type--rebound-element .partner-content .partner-infos .infos-content .field--name-field-link a {
                display: block;
                margin-top: 10px;
                font-size: 1.286em; } }
      .field--name-field-rebounds > .field--item .paragraph--type--rebound-element .partner-content .partner-background {
        position: relative;
        z-index: 0; }

.path-frontpage .products-hp {
  margin-bottom: 50px;
  overflow: hidden; }
  .path-frontpage .products-hp h2 {
    font-size: 1.857em;
    text-transform: uppercase;
    color: #7092a9;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center; }
    @media only screen and (max-width: 479px) {
      .path-frontpage .products-hp h2 {
        margin-bottom: 15px; } }
  .path-frontpage .products-hp nav.tabs ul {
    border-color: #D8D8D8;
    display: flex;
    justify-content: space-around; }
    @media only screen and (max-width: 479px) {
      .path-frontpage .products-hp nav.tabs ul {
        flex-flow: column; } }
    .path-frontpage .products-hp nav.tabs ul li {
      margin-bottom: 0;
      color: #919191;
      border-radius: 0;
      background-color: #F9F9F9;
      text-align: center;
      font-size: 0.857em;
      border: 1px solid #D8D8D8;
      cursor: pointer;
      top: 1px; }
      @media only screen and (min-width: 769px) {
        .path-frontpage .products-hp nav.tabs ul li {
          font-size: 1em; } }
      .path-frontpage .products-hp nav.tabs ul li .big-part {
        font-weight: bold;
        font-size: 1.286em;
        display: block; }
        @media only screen and (min-width: 769px) {
          .path-frontpage .products-hp nav.tabs ul li .big-part {
            font-size: 1.714em;
            top: 1px; } }
      @media only screen and (min-width: 992px) {
        .path-frontpage .products-hp nav.tabs ul li {
          padding: 10px 50px; } }
      .path-frontpage .products-hp nav.tabs ul li.active {
        color: #7092a9;
        background-color: #fff;
        border-bottom-color: transparent; }
  .path-frontpage .products-hp .field--name-field-product-intro {
    text-align: center;
    margin: 20px 0;
    font-size: 1.571em; }
  .path-frontpage .products-hp .form-group {
    margin: 0; }
  .path-frontpage .products-hp .product-range-form {
    position: relative; }
    .path-frontpage .products-hp .product-range-form .filter-by {
      position: relative;
      font-size: 0.857em;
      cursor: pointer;
      color: #c01136;
      margin-bottom: 20px;
      bottom: -10px;
      font-weight: bold; }
      .path-frontpage .products-hp .product-range-form .filter-by:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e114';
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        color: #c01136;
        margin: 0;
        margin-right: 10px;
        padding: 0;
        width: 22px;
        height: 22px;
        z-index: 1;
        line-height: 22px;
        text-align: center;
        border: 1px solid #ccc;
        background-color: #fff;
        vertical-align: middle; }
      .path-frontpage .products-hp .product-range-form .filter-by.active {
        bottom: -10px; }
        .path-frontpage .products-hp .product-range-form .filter-by.active:before {
          background-color: #F5F5F5;
          content: '\e113'; }
    .path-frontpage .products-hp .product-range-form form {
      padding-bottom: 15px; }
      .path-frontpage .products-hp .product-range-form form > .form--inline {
        margin-top: 20px;
        display: flex;
        flex-flow: column;
        padding: 0 20px; }
        .path-frontpage .products-hp .product-range-form form > .form--inline fieldset {
          flex: 1;
          padding-bottom: 10px;
          margin-bottom: 5px;
          border-bottom: 1px solid #e5e5e5; }
        .path-frontpage .products-hp .product-range-form form > .form--inline fieldset:last-of-type {
          flex: auto;
          padding-bottom: 10px;
          margin-bottom: 5px;
          border-bottom: 1px solid #e5e5e5; }
        @media only screen and (min-width: 480px) {
          .path-frontpage .products-hp .product-range-form form > .form--inline {
            padding: 0 50px; } }
        @media only screen and (min-width: 992px) {
          .path-frontpage .products-hp .product-range-form form > .form--inline {
            flex-flow: row wrap; } }
    .path-frontpage .products-hp .product-range-form legend {
      font-size: inherit;
      margin-bottom: 10px; }
      .path-frontpage .products-hp .product-range-form legend .fieldset-legend {
        padding-left: 20px;
        color: #7092a9;
        text-transform: uppercase;
        font-size: 1em;
        font-weight: bold; }
    .path-frontpage .products-hp .product-range-form .fieldset-wrapper {
      padding-left: 20px; }
    .path-frontpage .products-hp .product-range-form fieldset.columns {
      display: table; }
      .path-frontpage .products-hp .product-range-form fieldset.columns .form-type-checkbox {
        width: 50%;
        float: left;
        padding-right: 15px; }
    .path-frontpage .products-hp .product-range-form .form-type-checkbox {
      width: 100%;
      margin-top: 0;
      margin-bottom: 0; }
      .path-frontpage .products-hp .product-range-form .form-type-checkbox [type="checkbox"]:not(:checked),
      .path-frontpage .products-hp .product-range-form .form-type-checkbox [type="checkbox"]:checked {
        position: absolute;
        left: -9999px; }
      .path-frontpage .products-hp .product-range-form .form-type-checkbox [type="checkbox"]:not(:checked) + label,
      .path-frontpage .products-hp .product-range-form .form-type-checkbox [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 20px;
        cursor: pointer;
        font-weight: bold; }
      .path-frontpage .products-hp .product-range-form .form-type-checkbox [type="checkbox"]:not(:checked) + label:before,
      .path-frontpage .products-hp .product-range-form .form-type-checkbox [type="checkbox"]:checked + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 2px;
        width: 14px;
        height: 14px;
        border: 1px solid #a8a8a8;
        background: #EBEAF0;
        border-radius: 4px; }
      .path-frontpage .products-hp .product-range-form .form-type-checkbox [type="checkbox"]:not(:checked) + label:after,
      .path-frontpage .products-hp .product-range-form .form-type-checkbox [type="checkbox"]:checked + label:after {
        content: '✔';
        font-weight: normal;
        font-size: 11px;
        text-align: center;
        color: #fff;
        position: absolute;
        left: 0px;
        top: 2px;
        width: 14px;
        height: 14px;
        background: #c01136;
        border-radius: 4px;
        transition: all .2s; }
      .path-frontpage .products-hp .product-range-form .form-type-checkbox [type="checkbox"]:not(:checked) + label:after {
        opacity: 0;
        transform: scale(0); }
      .path-frontpage .products-hp .product-range-form .form-type-checkbox [type="checkbox"]:checked + label:after {
        opacity: 1;
        transform: scale(1); }
      .path-frontpage .products-hp .product-range-form .form-type-checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
      .path-frontpage .products-hp .product-range-form .form-type-checkbox [type="checkbox"]:disabled:checked + label:before {
        box-shadow: none;
        border-color: #f4f4f4;
        background-color: #f4f4f4; }
      .path-frontpage .products-hp .product-range-form .form-type-checkbox [type="checkbox"]:disabled:checked + label:after {
        color: #999; }
      .path-frontpage .products-hp .product-range-form .form-type-checkbox [type="checkbox"]:disabled + label {
        color: #aaa; }
  .path-frontpage .products-hp #opci-hp .product-range-form {
    padding-bottom: 0px; }
    .path-frontpage .products-hp #opci-hp .product-range-form .filter-by {
      display: none; }
  .path-frontpage .products-hp .quick-access {
    padding: 0 20px;
    margin-bottom: 15px; }
    @media only screen and (min-width: 480px) {
      .path-frontpage .products-hp .quick-access {
        padding: 0 50px; } }
    @media only screen and (min-width: 992px) {
      .path-frontpage .products-hp .quick-access {
        position: absolute;
        top: 30px;
        right: 15px;
        margin: 0; } }
    .path-frontpage .products-hp .quick-access .select-wrapper {
      width: auto; }
      .path-frontpage .products-hp .quick-access .select-wrapper #product_quick_access_links {
        border-radius: 0;
        -webkit-box-shadow: inset 1px 1px 3px #f4f4f4;
        box-shadow: inset 1px 1px 3px #f4f4f4;
        height: 40px;
        padding: 0 12px;
        padding-right: 52px;
        margin-bottom: 5px;
        line-height: 20px;
        background-color: #F5F5F5; }
      .path-frontpage .products-hp .quick-access .select-wrapper:after {
        color: #c01136;
        margin: 0;
        padding: 0;
        right: 1px;
        top: 1px;
        width: 38px;
        height: 38px;
        z-index: 1;
        line-height: 38px;
        text-align: center;
        border-left: 1px solid #ccc;
        background-color: #F5F5F5; }
  .path-frontpage .products-hp .link-product:hover, .path-frontpage .products-hp .link-product:focus {
    text-decoration: none; }

.path-frontpage .slick-controls {
  text-align: center;
  background: #d7d7d7;
  height: 1px;
  margin: auto;
  width: 70%;
  max-width: 600px;
  margin-top: 40px;
  margin-bottom: 35px; }
  .path-frontpage .slick-controls .slick-buttons {
    background-color: #fff;
    padding: 0 10px;
    display: inline-block;
    top: -17.5px;
    position: relative; }
    .path-frontpage .slick-controls .slick-buttons .slick-previous {
      border: 1px solid #fff;
      font-size: 1em;
      padding: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      color: #c01136;
      background-color: #fff; }
      .path-frontpage .slick-controls .slick-buttons .slick-previous:hover, .path-frontpage .slick-controls .slick-buttons .slick-previous:focus {
        color: #fff;
        background-color: #c01136;
        border-color: #c01136;
        outline: 0; }
    .path-frontpage .slick-controls .slick-buttons .slick-next {
      border: 1px solid #c01136;
      font-size: 1em;
      padding: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      color: #fff;
      background-color: #c01136; }
      .path-frontpage .slick-controls .slick-buttons .slick-next:hover, .path-frontpage .slick-controls .slick-buttons .slick-next:focus {
        color: #c01136;
        background-color: #fff;
        border-color: #c01136;
        outline: 0; }
  @media only screen and (min-width: 769px) {
    .path-frontpage .slick-controls {
      margin-bottom: 0px; }
      .path-frontpage .slick-controls.desktop-hidden {
        display: none; } }

.path-frontpage .product-slider-hp {
  display: block !important; }
  .path-frontpage .product-slider-hp.hidden {
    visibility: hidden;
    height: 0px; }

.path-frontpage .views-row .teaser-product-item {
  padding: 0 10px; }
  .path-frontpage .views-row .teaser-product-item .products-infos {
    height: 260px; }
    .path-frontpage .views-row .teaser-product-item .products-infos .up-bar {
      background-color: rgba(0, 0, 0, 0.3); }
      .path-frontpage .views-row .teaser-product-item .products-infos .up-bar .product-type {
        display: inline-block;
        background-color: black;
        color: white;
        padding: 2px 5px;
        max-width: 50%;
        text-transform: uppercase;
        font-size: 0.786em;
        vertical-align: top; }
      .path-frontpage .views-row .teaser-product-item .products-infos .up-bar .product-location {
        float: right;
        color: white;
        padding: 2px 5px;
        font-size: 0.786em; }
  .path-frontpage .views-row .teaser-product-item .product-white {
    background-color: #fff;
    margin: 0 10px;
    margin-top: -120px;
    text-align: center; }
    .path-frontpage .views-row .teaser-product-item .product-white .product-numbers {
      padding: 0 10px;
      text-align: left; }
      .path-frontpage .views-row .teaser-product-item .product-white .product-numbers .row {
        margin: 0; }
        .path-frontpage .views-row .teaser-product-item .product-white .product-numbers .row div[class^="col-sm"],
        .path-frontpage .views-row .teaser-product-item .product-white .product-numbers .row div[class^="col-xs"] {
          padding: 0; }
      .path-frontpage .views-row .teaser-product-item .product-white .product-numbers .number-label {
        font-weight: 600;
        font-size: 0.786em;
        margin-top: 10px;
        display: block; }
      .path-frontpage .views-row .teaser-product-item .product-white .product-numbers .number-color {
        text-align: right;
        color: #7092a9;
        font-size: 1em;
        font-weight: 500;
        margin-top: 7px;
        display: block; }
    .path-frontpage .views-row .teaser-product-item .product-white .product-name {
      font-size: 1.143em;
      color: #7092a9;
      text-transform: uppercase;
      position: relative;
      font-weight: 600;
      margin-top: 15px; }
      .path-frontpage .views-row .teaser-product-item .product-white .product-name:after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 1px;
        bottom: -1px;
        width: 60px;
        border-bottom: 2px solid #c01136; }
    .path-frontpage .views-row .teaser-product-item .product-white .product-cat {
      margin-top: 5px;
      font-size: 0.857em;
      color: #7092a9;
      min-height: 16px; }
    .path-frontpage .views-row .teaser-product-item .product-white a {
      border-radius: 0;
      background-color: #c01136;
      color: #fff;
      text-transform: initial;
      border: 1px solid #c01136;
      padding: 10px 15px;
      margin-top: 15px;
      display: inline-block; }
      .path-frontpage .views-row .teaser-product-item .product-white a:hover, .path-frontpage .views-row .teaser-product-item .product-white a:focus {
        color: #c01136;
        background-color: #fff; }

.path-frontpage .all-products {
  font-size: 1em;
  color: #7092a9 !important;
  border: 1px solid #7092a9;
  background-color: #fff;
  display: inline-block;
  padding: 7px 15px;
  float: right;
  max-width: 100%;
  margin-top: 20px; }
  .path-frontpage .all-products:hover, .path-frontpage .all-products:focus {
    color: #fff !important;
    text-decoration: none;
    background-color: #7092a9; }
  @media only screen and (min-width: 769px) {
    .path-frontpage .all-products {
      margin-top: -15px; } }

#search-form-buttons {
  float: right; }
  #search-form-buttons #search-bar-content {
    padding-left: 0;
    margin-left: 0; }
    #search-form-buttons #search-bar-content .search-button {
      list-style-type: none; }
      #search-form-buttons #search-bar-content .search-button .search-item {
        width: 30px;
        height: 30px;
        background-image: url("../images/pictos/search.png");
        background-position: center;
        background-repeat: no-repeat;
        border: 1px solid #fff;
        background-size: 80%;
        cursor: pointer; }
        #search-form-buttons #search-bar-content .search-button .search-item:hover, #search-form-buttons #search-bar-content .search-button .search-item.open {
          background-color: #c01136; }
        @media only screen and (min-width: 992px) {
          #search-form-buttons #search-bar-content .search-button .search-item {
            width: 35px;
            height: 35px;
            background-size: 80%; } }
      @media only screen and (max-width: 768px) {
        #search-form-buttons #search-bar-content .search-button {
          display: none; } }

#block-form-search-fulltext {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
  background-color: white;
  border-bottom: 1px solid #a8a8a8;
  width: 100%;
  padding: 25px 45px;
  display: none;
  transition: 1s all; }
  #block-form-search-fulltext.open {
    display: block; }
  #block-form-search-fulltext #views-exposed-form-aew-search-page-1 {
    width: 100%;
    text-align: center; }
    #block-form-search-fulltext #views-exposed-form-aew-search-page-1 .input-group-addon {
      display: none; }
    #block-form-search-fulltext #views-exposed-form-aew-search-page-1 .form-item {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
      #block-form-search-fulltext #views-exposed-form-aew-search-page-1 .form-item #edit-fulltext {
        border-radius: 0;
        border: 0;
        box-shadow: none;
        background-color: #fff;
        padding: 0 20px;
        height: 40px;
        text-transform: uppercase;
        border-left: 2px solid #c01136; }
      @media only screen and (max-width: 479px) {
        #block-form-search-fulltext #views-exposed-form-aew-search-page-1 .form-item {
          display: block; } }
    #block-form-search-fulltext #views-exposed-form-aew-search-page-1 .form-actions {
      display: inline-block;
      vertical-align: middle; }
      #block-form-search-fulltext #views-exposed-form-aew-search-page-1 .form-actions .form-submit {
        border-radius: 0;
        background-color: #c01136;
        color: #fff;
        text-transform: initial;
        border-color: #c01136;
        width: 125px;
        margin: auto;
        display: block; }
        #block-form-search-fulltext #views-exposed-form-aew-search-page-1 .form-actions .form-submit:hover, #block-form-search-fulltext #views-exposed-form-aew-search-page-1 .form-actions .form-submit:focus {
          color: #c01136;
          background-color: #fff; }
      @media only screen and (max-width: 479px) {
        #block-form-search-fulltext #views-exposed-form-aew-search-page-1 .form-actions {
          display: block;
          margin-top: 50px; } }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    #block-form-search-fulltext {
      top: 100px;
      padding: 25px; } }
  @media only screen and (min-width: 769px) {
    #block-form-search-fulltext {
      top: 115px;
      padding: 25px; } }

.ui-autocomplete .ui-menu-item {
  margin: 3px 20px;
  padding: 0; }
  .ui-autocomplete .ui-menu-item .search-api-autocomplete-suggestion {
    padding: 0; }
    .ui-autocomplete .ui-menu-item .search-api-autocomplete-suggestion .autocomplete-suggestion-label {
      display: block; }
      .ui-autocomplete .ui-menu-item .search-api-autocomplete-suggestion .autocomplete-suggestion-label a {
        display: block; }

#block-addtoanybuttons {
  position: absolute;
  top: 0;
  right: 0;
  /* Add animation (fade in the popup) */ }
  @media only screen and (min-width: 769px) {
    #block-addtoanybuttons {
      right: 50px; } }
  .path-product-entity #block-addtoanybuttons .print {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 31px;
    height: 32px;
    vertical-align: top;
    margin-right: 30px;
    background-image: url("../images/pictos/print.png");
    background-repeat: no-repeat;
    background-position: center; }
  #block-addtoanybuttons .popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 31px;
    height: 31px;
    background-image: url("../images/pictos/share.png");
    background-repeat: no-repeat;
    background-position: center; }
    #block-addtoanybuttons .popup .popuptext {
      visibility: hidden;
      width: 130px;
      background-color: #555;
      color: #fff;
      text-align: center;
      border-radius: 6px;
      padding: 8px 0;
      position: absolute;
      z-index: 0;
      bottom: -20%;
      left: -145px; }
      #block-addtoanybuttons .popup .popuptext:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent #555; }
    #block-addtoanybuttons .popup .show {
      visibility: visible;
      -webkit-animation: fadeIn 1s;
      animation: fadeIn 1s; }

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

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  @media only screen and (min-width: 480px) {
    #block-addtoanybuttons {
      top: 10px; } }
  @media only screen and (min-width: 769px) {
    #block-addtoanybuttons {
      right: 100px; } }

.block-social-media-hub h2 {
  color: #c01136;
  text-align: center;
  margin-top: 5px;
  font-size: 1.714em; }

.social-media-hub .slick-slider {
  margin-bottom: 15px; }
  .social-media-hub .slick-slider .slick-list {
    margin-left: -40px; }
    .social-media-hub .slick-slider .slick-list .slick-slide {
      padding-left: 40px; }

.social-media-hub .filters {
  text-align: right; }
  .social-media-hub .filters .linkedin {
    display: inline-block;
    margin-left: 15px; }
    .social-media-hub .filters .linkedin .icon {
      display: block;
      width: 33px;
      height: 32px;
      background: url("../images/pictos/linkedin-filter.png");
      background-repeat: no-repeat !important;
      background-position: center;
      cursor: pointer; }
      .social-media-hub .filters .linkedin .icon:hover {
        background: url("../images/pictos/linkedin-filter-active.png"); }
    .social-media-hub .filters .linkedin .icon.active {
      background: url("../images/pictos/linkedin-filter-active.png"); }
  .social-media-hub .filters .instagram {
    display: inline-block;
    margin-left: 15px; }
    .social-media-hub .filters .instagram .icon {
      display: block;
      width: 32px;
      height: 32px;
      background: url("../images/pictos/instagram-filter.png");
      background-repeat: no-repeat;
      background-position: center !important;
      cursor: pointer; }
      .social-media-hub .filters .instagram .icon:hover {
        background: url("../images/pictos/instagram-filter-active.png"); }
    .social-media-hub .filters .instagram .icon.active {
      background: url("../images/pictos/instagram-filter-active.png"); }
  .social-media-hub .filters .twitter {
    display: inline-block; }
    .social-media-hub .filters .twitter .icon {
      display: block;
      width: 33px;
      height: 33px;
      background: url("../images/pictos/twitter-filter.png");
      background-repeat: no-repeat !important;
      background-position: center;
      cursor: pointer; }
      .social-media-hub .filters .twitter .icon:hover {
        background: url("../images/pictos/twitter-filter-active.png");
        background-size: cover; }
    .social-media-hub .filters .twitter .icon.active {
      background: url("../images/pictos/twitter-filter-active.png"); }

.social-media-hub .slick-controls {
  text-align: center;
  background: #d7d7d7;
  height: 1px;
  margin-top: 17.5px;
  margin-bottom: 30px; }
  .social-media-hub .slick-controls .slick-buttons {
    background-color: #fff;
    padding: 0 10px;
    display: inline-block;
    top: -17.5px;
    position: relative; }
    .social-media-hub .slick-controls .slick-buttons .slick-previous {
      border: 1px solid #fff;
      font-size: 1em;
      padding: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      color: #c01136;
      background-color: #fff; }
      .social-media-hub .slick-controls .slick-buttons .slick-previous:hover, .social-media-hub .slick-controls .slick-buttons .slick-previous:focus {
        color: #fff;
        background-color: #c01136;
        border-color: #c01136;
        outline: 0; }
    .social-media-hub .slick-controls .slick-buttons .slick-next {
      border: 1px solid #c01136;
      font-size: 1em;
      padding: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      color: #fff;
      background-color: #c01136; }
      .social-media-hub .slick-controls .slick-buttons .slick-next:hover, .social-media-hub .slick-controls .slick-buttons .slick-next:focus {
        color: #c01136;
        background-color: #fff;
        border-color: #c01136;
        outline: 0; }
  @media only screen and (min-width: 769px) {
    .social-media-hub .slick-controls {
      display: none; } }

.social-media-hub .linkedin .post {
  background-color: #f8f8f8;
  padding: 15px; }
  .social-media-hub .linkedin .post .created {
    color: #7092a9;
    font-weight: 500;
    font-size: 1em;
    clear: left;
    float: right;
    line-height: 31px; }
  .social-media-hub .linkedin .post .company {
    color: #c01136;
    font-weight: 500;
    font-size: 1em;
    line-height: 30px;
    float: left;
    margin-bottom: 10px; }
    .social-media-hub .linkedin .post .company img {
      width: 30px;
      height: auto;
      border-radius: 50px;
      float: left;
      margin-right: 10px; }
    .social-media-hub .linkedin .post .company:before {
      content: "";
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      background-image: url("../images/pictos/linkedin-picto.png"); }
    .social-media-hub .linkedin .post .company a {
      display: inline-block;
      vertical-align: middle; }
  .social-media-hub .linkedin .post > a {
    margin-top: 10px; }
    .social-media-hub .linkedin .post > a img {
      width: 100%;
      margin-bottom: 10px; }
  .social-media-hub .linkedin .post .text {
    margin-top: 15px;
    text-align: center;
    font-size: 1.143em;
    font-weight: 400; }
    .social-media-hub .linkedin .post .text a {
      color: #7092a9; }

.social-media-hub .instagram .post {
  background-color: #f8f8f8;
  padding: 15px; }
  .social-media-hub .instagram .post .created {
    color: #7092a9;
    font-weight: 500;
    font-size: 1em;
    clear: left;
    float: right;
    line-height: 31px; }
  .social-media-hub .instagram .post .user {
    color: #c01136;
    font-weight: 500;
    font-size: 1em;
    line-height: 30px;
    float: left;
    margin-bottom: 10px; }
    .social-media-hub .instagram .post .user img {
      width: 30px;
      height: auto;
      border-radius: 50px;
      float: left;
      margin-right: 10px; }
    .social-media-hub .instagram .post .user:before {
      content: "";
      width: 24px;
      height: 24px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      background-image: url("../images/pictos/instagram-picto.png"); }
    .social-media-hub .instagram .post .user a {
      display: inline-block;
      vertical-align: middle; }
  .social-media-hub .instagram .post > a {
    margin-top: 10px; }
    .social-media-hub .instagram .post > a img {
      width: 100%;
      margin-bottom: 10px; }
  .social-media-hub .instagram .post .text {
    margin-top: 15px;
    text-align: center;
    font-size: 1.143em;
    font-weight: 400; }
    .social-media-hub .instagram .post .text a {
      color: #7092a9; }
  .social-media-hub .instagram .post .social-actions {
    padding: 10px;
    border-top: 1px solid #d7d7d7;
    margin-top: 20px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between; }
    .social-media-hub .instagram .post .social-actions .comments {
      display: inline-block;
      flex: 0 0 auto; }
      .social-media-hub .instagram .post .social-actions .comments a {
        color: #7092a9; }
        .social-media-hub .instagram .post .social-actions .comments a:before {
          content: "";
          width: 27px;
          height: 24px;
          vertical-align: bottom;
          display: inline-block;
          background-image: url("../images/pictos/comment.png"); }
    .social-media-hub .instagram .post .social-actions .likes-count {
      display: inline-block;
      flex: 0 0 auto; }
      .social-media-hub .instagram .post .social-actions .likes-count a {
        color: #7092a9; }
        .social-media-hub .instagram .post .social-actions .likes-count a:before {
          content: "";
          width: 26px;
          height: 23px;
          margin-right: 5px;
          vertical-align: bottom;
          display: inline-block;
          background-image: url("../images/pictos/heart.png"); }
        .social-media-hub .instagram .post .social-actions .likes-count a:hover {
          text-decoration: none; }

.social-media-hub .twitter .post {
  background-color: #f8f8f8;
  padding: 15px; }
  .social-media-hub .twitter .post .created {
    float: right;
    color: #7092a9;
    font-weight: 500;
    font-size: 1em; }
  .social-media-hub .twitter .post .user {
    color: #c01136;
    font-weight: 500;
    font-size: 1em; }
    .social-media-hub .twitter .post .user:before {
      content: "";
      width: 25px;
      height: 18px;
      vertical-align: middle;
      display: inline-block;
      margin-right: 5px;
      background-image: url("../images/pictos/twitter-picto.png"); }
    .social-media-hub .twitter .post .user a {
      display: inline-block;
      vertical-align: middle; }
  .social-media-hub .twitter .post .text {
    margin-top: 15px;
    text-align: center;
    font-size: 1.143em;
    font-weight: 400; }
    .social-media-hub .twitter .post .text a {
      color: #7092a9; }
  .social-media-hub .twitter .post .social-actions {
    padding: 10px;
    border-top: 1px solid #d7d7d7;
    margin-top: 20px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between; }
    .social-media-hub .twitter .post .social-actions .comments-count {
      display: inline-block;
      flex: 0 0 auto; }
      .social-media-hub .twitter .post .social-actions .comments-count a {
        color: #7092a9; }
        .social-media-hub .twitter .post .social-actions .comments-count a:before {
          content: "";
          width: 27px;
          height: 24px;
          vertical-align: bottom;
          display: inline-block;
          background-image: url("../images/pictos/comment.png"); }
    .social-media-hub .twitter .post .social-actions .retweet-count {
      display: inline-block;
      flex: 0 0 auto; }
      .social-media-hub .twitter .post .social-actions .retweet-count a {
        color: #7092a9; }
        .social-media-hub .twitter .post .social-actions .retweet-count a:before {
          content: "";
          width: 20px;
          height: 22px;
          margin-right: 5px;
          vertical-align: bottom;
          display: inline-block;
          background-image: url("../images/pictos/retweet.png"); }
        .social-media-hub .twitter .post .social-actions .retweet-count a:hover {
          text-decoration: none; }
    .social-media-hub .twitter .post .social-actions .favorite-count {
      display: inline-block;
      flex: 0 0 auto; }
      .social-media-hub .twitter .post .social-actions .favorite-count a {
        color: #7092a9; }
        .social-media-hub .twitter .post .social-actions .favorite-count a:before {
          content: "";
          width: 26px;
          height: 23px;
          margin-right: 5px;
          vertical-align: bottom;
          display: inline-block;
          background-image: url("../images/pictos/heart.png"); }
        .social-media-hub .twitter .post .social-actions .favorite-count a:hover {
          text-decoration: none; }

.sticky-menu ul li {
  display: inline-block; }

.scpi-product .highcharts-container {
  height: 480px !important; }
  @media only screen and (min-width: 769px) {
    .scpi-product .highcharts-container {
      width: initial !important;
      height: 480px !important; } }
  @media only screen and (min-width: 769px) {
    .scpi-product .highcharts-container .highcharts-background {
      height: 420px !important; } }
  @media only screen and (min-width: 769px) {
    .scpi-product .highcharts-container .highcharts-root {
      height: 100% !important; } }

.highcharts-container {
  width: 100% !important; }
  .highcharts-container .highcharts-subtitle {
    position: absolute;
    bottom: 0px;
    right: 0; }
  .highcharts-container .highcharts-data-label span {
    z-index: -1; }
  .highcharts-container .highcharts-data-label .pourcentage {
    margin-bottom: 5px;
    font-size: 2em;
    font-weight: 500;
    fill: #c01136 !important;
    color: #c01136 !important; }
  .highcharts-container .highcharts-data-label .labelpourcent {
    font-size: 1.286em; }
  @media only screen and (min-width: 769px) {
    .highcharts-container .highcharts-background {
      height: 420px !important; } }

#securities-second .highcharts-container .highcharts-data-label text tspan:nth-of-type(3) {
  margin-bottom: 5px;
  font-size: 2em;
  font-weight: 500;
  fill: #5D87A1 !important; }

.first-part-footer {
  border-bottom: 1px solid #fff;
  padding: 10px 30px; }
  .first-part-footer .social-links {
    display: block; }
    .first-part-footer .social-links ul {
      padding-left: 0;
      text-align: center; }
      .first-part-footer .social-links ul li {
        list-style-type: none;
        margin-bottom: 10px;
        border: 2px solid white;
        border-radius: 25px;
        font-size: 18px; }
        .first-part-footer .social-links ul li a {
          display: block;
          height: 43px;
          background-repeat: no-repeat;
          color: white;
          background-position-x: 8px;
          line-height: 2.5; }
          .first-part-footer .social-links ul li a.linkedin {
            background-image: url("../images/pictos/linkedin_v2.png"); }
          .first-part-footer .social-links ul li a.instagram {
            background-image: url("../images/pictos/instagram_v2.png"); }
          .first-part-footer .social-links ul li a.twitter {
            background-image: url("../images/pictos/twitter_v2.png"); }
          .first-part-footer .social-links ul li a:hover {
            text-decoration: none; }
  .first-part-footer form .form-type-email {
    width: calc(100% - 140px);
    width: -webkit-calc(100% - 140px);
    display: inline-block;
    margin-bottom: 0; }
    .first-part-footer form .form-type-email label {
      font-weight: normal;
      display: block; }
      .first-part-footer form .form-type-email label:before {
        content: "\f0da";
        font: normal normal normal 22px/1 FontAwesome;
        vertical-align: bottom;
        margin-right: 7px; }
      @media only screen and (max-width: 479px) {
        .first-part-footer form .form-type-email label {
          min-width: 170px; } }
    .first-part-footer form .form-type-email .form-control {
      border-radius: 0;
      display: inline-block;
      width: 100%;
      height: 40px;
      padding: 12px;
      margin-bottom: 5px; }
  .first-part-footer form .form-type-checkbox {
    visibility: hidden;
    position: absolute; }
  .first-part-footer form #edit-validation-submit {
    background-color: #c01136;
    border: 1px solid #c01136;
    color: #fff;
    border-radius: 0;
    padding: 9px 15px;
    display: inline-block; }
    .first-part-footer form #edit-validation-submit:hover, .first-part-footer form #edit-validation-submit:focus {
      background-color: #fff;
      color: #c01136; }
  @media only screen and (min-width: 700px) {
    .first-part-footer {
      clear: both;
      overflow: hidden; }
      .first-part-footer .social-links {
        float: left;
        width: 285px; }
        .first-part-footer .social-links ul {
          margin-top: 10px;
          margin-bottom: 0; }
      .first-part-footer form {
        float: right;
        width: calc(100% - 285px);
        width: -webkit-calc(100% - 285px); }
        .first-part-footer form .form-type-email {
          width: calc(100% - 140px);
          width: -webkit-calc(100% - 140px);
          display: inline-block; } }
  @media only screen and (min-width: 480px) {
    .first-part-footer {
      padding: 10px 0; } }
  @media only screen and (min-width: 992px) {
    .first-part-footer form {
      margin-top: 10px;
      width: calc(100% - 350px);
      width: -webkit-calc(100% - 350px); }
      .first-part-footer form .form-type-email {
        text-align: right;
        padding-right: 10px; }
        .first-part-footer form .form-type-email label {
          display: inline-block; }
        .first-part-footer form .form-type-email .form-control {
          width: calc(100% - 175px);
          width: -webkit-calc(100% - 175px);
          margin-left: 10px;
          max-width: 430px; }
      .first-part-footer form #edit-validation-submit {
        vertical-align: top; } }
  @media only screen and (min-width: 1280px) {
    .first-part-footer form #text-newsalert-footer {
      padding-left: 135px; } }

.second-part-footer {
  padding-bottom: 20px; }
  .second-part-footer .left-footer-blocks .footer-logo {
    display: block;
    margin-top: 10px;
    margin-bottom: 15px; }
    .second-part-footer .left-footer-blocks .footer-logo img {
      width: 100%; }
  .second-part-footer .left-footer-blocks .intro-footer {
    margin-bottom: 10px; }
  .second-part-footer .menu--footer {
    overflow: hidden; }
    .second-part-footer .menu--footer > li a {
      color: #fff;
      font-size: 0.857em; }
    .second-part-footer .menu--footer > li > a {
      font-weight: 600;
      font-size: 0.929em;
      text-transform: uppercase;
      padding-left: 0; }
    .second-part-footer .menu--footer > li:nth-child(1) {
      display: none; }
    @media only screen and (min-width: 769px) {
      .second-part-footer .menu--footer > li {
        width: 25%;
        float: left; }
        .second-part-footer .menu--footer > li:nth-child(2) {
          width: 75%; }
          .second-part-footer .menu--footer > li:nth-child(2) > ul {
            width: 100%; }
            .second-part-footer .menu--footer > li:nth-child(2) > ul > li {
              width: 33.33%;
              padding-right: 10px;
              float: left; }
              .second-part-footer .menu--footer > li:nth-child(2) > ul > li > ul > li {
                width: 100%; } }
        @media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 991px) {
          .second-part-footer .menu--footer > li:nth-child(2) > ul > li {
            width: 100%; }
            .second-part-footer .menu--footer > li:nth-child(2) > ul > li > ul > li {
              width: 50%; } }
    @media only screen and (min-width: 769px) {
        .second-part-footer .menu--footer > li:nth-child(4) {
          float: right; } }
    .second-part-footer .menu--footer > li:nth-of-type(2) ul {
      display: flex;
      display: -ms-flexbox;
      flex-flow: row wrap; }
    .second-part-footer .menu--footer li.open a {
      background: transparent; }
    .second-part-footer .menu--footer li.active > a {
      background: transparent; }
    .second-part-footer .menu--footer li:hover a, .second-part-footer .menu--footer li:focus a {
      background-color: transparent; }
    .second-part-footer .menu--footer li .caret {
      display: none; }
    .second-part-footer .menu--footer .dropdown-menu {
      background: transparent;
      box-shadow: none;
      border: 0;
      margin: 0;
      padding: 0;
      display: block;
      position: relative;
      top: auto;
      float: none;
      min-width: auto; }
      .second-part-footer .menu--footer .dropdown-menu .expanded > a {
        font-weight: bold; }
      .second-part-footer .menu--footer .dropdown-menu a {
        font-size: 0.857em;
        padding: 5px 0;
        white-space: pre-wrap;
        /* css-3 */
        white-space: -moz-pre-wrap;
        /* Mozilla, since 1999 */
        white-space: -pre-wrap;
        /* Opera 4-6 */
        white-space: -o-pre-wrap;
        /* Opera 7 */
        word-wrap: break-word; }
  @media only screen and (max-width: 479px) {
    .second-part-footer {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (max-width: 768px) {
    .second-part-footer .menu--footer {
      display: none; } }
  @media only screen and (min-width: 480px) {
    .second-part-footer {
      overflow: hidden; }
      .second-part-footer .left-footer-blocks {
        float: left;
        width: 45%; }
        .second-part-footer .left-footer-blocks .footer-logo img {
          width: auto;
          max-width: 66%; } }
  @media only screen and (min-width: 769px) {
    .second-part-footer .left-footer-blocks {
      width: 25%; }
    .second-part-footer .menu--footer {
      float: right;
      width: 70%; } }

.menu--footer-select {
  margin-top: 20px; }
  .menu--footer-select .select-wrapper {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    height: 40px;
    float: right; }
    .menu--footer-select .select-wrapper:after {
      color: #fff;
      margin: 0;
      padding: 0;
      right: 1px;
      top: 1px;
      width: 38px;
      height: 38px;
      line-height: 38px;
      text-align: center;
      border-left: 1px solid #ccc;
      background-color: #4E7A97; }
    .menu--footer-select .select-wrapper select {
      background-color: #4E7A97;
      height: 40px;
      padding: 0 10px;
      width: 100%; }
      .menu--footer-select .select-wrapper select option {
        font-weight: bold; }
        .menu--footer-select .select-wrapper select option:hover, .menu--footer-select .select-wrapper select option:focus {
          background-color: #fff;
          color: #7092a9; }
      .menu--footer-select .select-wrapper select optgroup option {
        font-weight: normal; }
      .menu--footer-select .select-wrapper select optgroup:nth-child(1) {
        display: none; }
  .menu--footer-select:before {
    content: "Menu";
    display: inline-block;
    line-height: 40px; }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    .menu--footer-select {
      float: right;
      width: 35%; }
      .menu--footer-select:before {
        margin-bottom: 3px;
        display: block;
        line-height: initial; }
      .menu--footer-select .select-wrapper {
        float: none;
        width: 100%; } }
  @media only screen and (min-width: 769px) {
    .menu--footer-select {
      display: none; } }

.menu--footermenu {
  text-align: center;
  width: 100%;
  border-top: 1px solid #fff;
  margin-right: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px; }
  .menu--footermenu li a,
  .menu--footermenu li > span {
    color: #fff;
    font-weight: initial;
    font-size: 0.857em;
    line-height: 0.857em;
    padding: 15px 0; }
  .menu--footermenu li:hover a, .menu--footermenu li:focus a {
    background-color: transparent; }
  @media only screen and (min-width: 480px) {
    .menu--footermenu {
      padding-top: 20px;
      padding-bottom: 20px; }
      .menu--footermenu li {
        display: inline-block;
        float: none; }
        .menu--footermenu li a,
        .menu--footermenu li > span {
          padding: 0;
          display: inline-block; }
        .menu--footermenu li:not(:first-child):before {
          content: "/";
          color: #fff;
          margin-right: 5px; }
        .menu--footermenu li:not(:last-child) a {
          padding: 0 5px 0 0; } }

#my-header {
  background: #7092a9;
  padding: 0;
  position: relative; }
  #my-header .mh-btns-right .fa-bars:before {
    color: #fff; }
  #my-header .mh-btns-right .fa-bars.is-active:before {
    color: #c01136; }
  #my-header .mh-btns-right .search-button .search-item {
    width: 30px;
    height: 30px;
    background-image: url("../images/pictos/search.png");
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    background-size: 80%; }
    #my-header .mh-btns-right .search-button .search-item:focus, #my-header .mh-btns-right .search-button .search-item.open {
      background-color: #c01136; }
  @media only screen and (max-width: 768px) {
    #my-header {
      padding-left: 15px; }
      #my-header .mh-logo {
        padding: 0; }
        #my-header .mh-logo a {
          margin: 7px 0; }
          #my-header .mh-logo a img {
            height: 34px; }
      #my-header .mh-btns-right > * {
        padding: 0;
        margin: 0; }
      #my-header .mh-btns-right a:before {
        font-size: 26px;
        position: relative;
        top: 2px; } }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    #my-header .mh-logo {
      padding: 0 25px; }
      #my-header .mh-logo a {
        margin: 2px 0; }
        #my-header .mh-logo a img {
          height: 40px; }
    #my-header .mh-btns-right > * {
      padding: 0;
      margin: 0;
      line-height: 35px;
      height: 35px; }
    #my-header .mh-btns-right .fa-bars:before {
      font-size: 30px;
      margin-right: 5px; }
    #my-header .mh-btns-right .search-button .search-item {
      height: 35px;
      width: 35px; } }
  @media only screen and (min-width: 769px) {
    #my-header {
      float: left;
      background: transparent;
      top: 6px; }
      #my-header .mh-logo {
        padding: 0; }
        #my-header .mh-logo a {
          margin-top: -7px; }
          #my-header .mh-logo a img {
            height: 50px; }
      #my-header .mh-btns-right {
        display: none; } }
  @media only screen and (min-width: 992px) {
    #my-header .mh-logo a {
      margin-top: -20px; }
      #my-header .mh-logo a img {
        height: 70px; } }

#nav-menus .nav {
  margin: 7.5px 0; }
  #nav-menus .nav > li a {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    font-weight: 600;
    font-size: 0.929em;
    border-bottom: 3px solid transparent;
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */ }
    #nav-menus .nav > li a:hover, #nav-menus .nav > li a:focus {
      background: transparent;
      border-color: #c01136; }
  #nav-menus .nav > li > a {
    color: #fff;
    padding: 0 0 5px;
    border-bottom: 3px solid transparent;
    display: inline-block;
    width: auto; }
    #nav-menus .nav > li > a:hover, #nav-menus .nav > li > a:focus {
      background-color: transparent;
      border-color: #c01136; }
  #nav-menus .nav > li:hover, #nav-menus .nav > li:focus {
    cursor: pointer; }
    #nav-menus .nav > li:hover > a, #nav-menus .nav > li:focus > a {
      background-color: transparent;
      border-color: #c01136; }
  #nav-menus .nav > li.dropdown .below {
    position: absolute;
    display: none;
    padding-top: 40px;
    padding-bottom: 30px; }
  #nav-menus .nav > li.dropdown.active > a {
    border-color: #c01136; }
  #nav-menus .nav > li.dropdown.open > a {
    background-color: transparent;
    border-color: #c01136;
    z-index: 3; }
  #nav-menus .nav > li.dropdown.open .below {
    background-color: #f4f4f4;
    max-width: 1640px;
    display: block;
    box-shadow: 0 3px 10px #a8a8a8;
    z-index: 2;
    top: 25px; }
    #nav-menus .nav > li.dropdown.open .below > ul {
      position: relative; }
      #nav-menus .nav > li.dropdown.open .below > ul > li > a {
        color: #c01136;
        text-transform: uppercase; }
        #nav-menus .nav > li.dropdown.open .below > ul > li > a:hover {
          border-color: #c01136; }
      #nav-menus .nav > li.dropdown.open .below > ul > li.active > a {
        background-color: transparent; }
      #nav-menus .nav > li.dropdown.open .below > ul > li > ul > li > a {
        color: #7092a9; }
        #nav-menus .nav > li.dropdown.open .below > ul > li > ul > li > a:hover {
          border-color: #c01136; }
      @media only screen and (min-width: 769px) {
        #nav-menus .nav > li.dropdown.open .below > ul {
          width: 750px;
          float: none;
          margin: auto; } }
      @media only screen and (min-width: 992px) {
        #nav-menus .nav > li.dropdown.open .below > ul {
          width: 970px; } }
      @media only screen and (min-width: 1280px) {
        #nav-menus .nav > li.dropdown.open .below > ul {
          width: 1240px; } }
    #nav-menus .nav > li.dropdown.open .below > .dropdown-menu {
      display: block;
      border: 0;
      border-radius: 0;
      box-shadow: none;
      float: none;
      padding: 0; }
      #nav-menus .nav > li.dropdown.open .below > .dropdown-menu .expanded,
      #nav-menus .nav > li.dropdown.open .below > .dropdown-menu > li {
        vertical-align: top;
        float: left;
        width: 25%;
        padding-left: 15px; }
        @media only screen and (min-width: 769px) and (max-width: 1199px) {
          #nav-menus .nav > li.dropdown.open .below > .dropdown-menu .expanded a,
          #nav-menus .nav > li.dropdown.open .below > .dropdown-menu > li a {
            font-size: 0.714em; } }
      #nav-menus .nav > li.dropdown.open .below > .dropdown-menu .dropdown-menu {
        display: block;
        position: relative;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        float: none;
        padding: 0;
        background-color: transparent; }
  #nav-menus .nav > li.dropdown.open#close-li .below > .dropdown-menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    background-color: transparent; }
    #nav-menus .nav > li.dropdown.open#close-li .below > .dropdown-menu .expanded,
    #nav-menus .nav > li.dropdown.open#close-li .below > .dropdown-menu > li {
      width: auto;
      flex: 0 0 auto; }
      #nav-menus .nav > li.dropdown.open#close-li .below > .dropdown-menu .expanded:not(:first-child),
      #nav-menus .nav > li.dropdown.open#close-li .below > .dropdown-menu > li:not(:first-child) {
        padding-left: 35px; }
        @media only screen and (min-width: 769px) and (max-width: 1199px) {
          #nav-menus .nav > li.dropdown.open#close-li .below > .dropdown-menu .expanded:not(:first-child),
          #nav-menus .nav > li.dropdown.open#close-li .below > .dropdown-menu > li:not(:first-child) {
            padding-left: 25px; } }
  #nav-menus .nav > li.dropdown.open .is-active {
    border-color: #c01136;
    background-color: transparent; }

#nav-menus #block-utilitybar .nav {
  font-size: 1em;
  margin-right: 30px;
  width: 100%; }
  #nav-menus #block-utilitybar .nav > li {
    display: inline-block; }
    #nav-menus #block-utilitybar .nav > li a {
      text-transform: uppercase; }
    #nav-menus #block-utilitybar .nav > li .caret {
      border: 0;
      vertical-align: top; }
      #nav-menus #block-utilitybar .nav > li .caret:after {
        content: "\f078";
        font: normal normal normal 11px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block; }
    #nav-menus #block-utilitybar .nav > li .dropdown-menu {
      z-index: 1;
      padding: 0;
      padding-top: 5px;
      padding-bottom: 5px;
      border: 0;
      border-radius: 0;
      box-shadow: none;
      float: none; }
      #nav-menus #block-utilitybar .nav > li .dropdown-menu li {
        text-align: center; }
        #nav-menus #block-utilitybar .nav > li .dropdown-menu li a {
          padding: 7px 0;
          color: #7092a9;
          border-bottom: 3px solid transparent; }
          #nav-menus #block-utilitybar .nav > li .dropdown-menu li a:hover, #nav-menus #block-utilitybar .nav > li .dropdown-menu li a:focus {
            border-color: #c01136; }
    #nav-menus #block-utilitybar .nav > li:not(:first-child) {
      margin-left: 35px; }
    @media only screen and (min-width: 480px) and (max-width: 768px) {
      #nav-menus #block-utilitybar .nav > li {
        vertical-align: top;
        font-size: 0.857em; }
        #nav-menus #block-utilitybar .nav > li:not(:first-child), #nav-menus #block-utilitybar .nav > li:not(#contact-bar) {
          margin-left: 25px; }
        #nav-menus #block-utilitybar .nav > li .dropdown-menu {
          top: 26px;
          left: 50%;
          background-color: #fff;
          position: absolute;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%); } }
    @media only screen and (min-width: 769px) {
      #nav-menus #block-utilitybar .nav > li .dropdown-menu {
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%); } }
  #nav-menus #block-utilitybar .nav #contact-bar,
  #nav-menus #block-utilitybar .nav #user-bar {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 120px; }
    #nav-menus #block-utilitybar .nav #contact-bar a,
    #nav-menus #block-utilitybar .nav #user-bar a {
      height: 28px;
      vertical-align: top; }
  #nav-menus #block-utilitybar .nav #contact-bar {
    flex-basis: 100px; }
    #nav-menus #block-utilitybar .nav #contact-bar a {
      font-size: 0; }
      #nav-menus #block-utilitybar .nav #contact-bar a:before {
        content: "";
        display: inline-block;
        width: 23px;
        height: 20px;
        background: url("../images/pictos/envelop.png");
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: top; }
  #nav-menus #block-utilitybar .nav #user-bar a:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/pictos/user.png");
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
    vertical-align: top; }
  @media only screen and (min-width: 769px) {
    #nav-menus #block-utilitybar .nav {
      font-size: 0.786em;
      margin-right: 0; }
      #nav-menus #block-utilitybar .nav li:not(:first-child) {
        margin-left: 0px; } }

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #nav-menus {
    position: absolute;
    top: 0;
    right: 0; } }

@media only screen and (min-width: 769px) {
  #nav-menus {
    padding-top: 12px; }
    #nav-menus #block-mainnavigation .navbar-nav {
      float: right;
      width: calc(100% - 245px);
      width: -webkit-calc(100% - 245px);
      display: flex;
      align-items: center; }
      #nav-menus #block-mainnavigation .navbar-nav > li {
        flex: 1;
        text-align: center; }
        #nav-menus #block-mainnavigation .navbar-nav > li.utility-item {
          display: none; }
      #nav-menus #block-mainnavigation .navbar-nav .caret {
        display: none; }
    #nav-menus #block-utilitybar {
      position: absolute;
      top: 0;
      right: 0;
      width: calc(100% - 245px);
      width: -webkit-calc(100% - 245px); }
      #nav-menus #block-utilitybar .nav {
        display: flex; }
        #nav-menus #block-utilitybar .nav > li {
          flex: 1;
          text-align: center; } }

@media only screen and (min-width: 992px) {
  #nav-menus #block-mainnavigation .navbar-nav {
    width: calc(100% - 400px);
    width: -webkit-calc(100% - 400px); }
  #nav-menus #block-utilitybar {
    width: calc(100% - 400px);
    width: -webkit-calc(100% - 400px); } }

/** MOBILE NAVIGATION **/
#mm-block-mainnavigation {
  background-color: #fff; }
  #mm-block-mainnavigation #mm-0 {
    padding-top: 0; }
    #mm-block-mainnavigation #mm-0 .mm-navbar {
      display: none; }
  #mm-block-mainnavigation .mm-navbar {
    height: 50px;
    padding: 0; }
    #mm-block-mainnavigation .mm-navbar .mm-btn_prev {
      width: 50px;
      height: 50px; }
      #mm-block-mainnavigation .mm-navbar .mm-btn_prev:before {
        border-color: #7092a9;
        width: 6px;
        height: 6px; }
      #mm-block-mainnavigation .mm-navbar .mm-btn_prev:focus:before {
        border-color: #fff; }
    #mm-block-mainnavigation .mm-navbar .mm-btn_prev:focus + a {
      color: #fff;
      background-color: #7092a9; }
    #mm-block-mainnavigation .mm-navbar .mm-navbar__title {
      padding: 15px 0; }
  #mm-block-mainnavigation .mm-panel_has-navbar {
    padding-top: 50px; }
  #mm-block-mainnavigation .utility-item {
    background-color: #f4f4f4; }
  #mm-block-mainnavigation a {
    color: #7092a9;
    padding: 15px 10px 15px 60px; }
    #mm-block-mainnavigation a:focus:not(.mm-btn_next) {
      color: #fff;
      background-color: #7092a9; }
  #mm-block-mainnavigation .mm-listview {
    float: none; }
  #mm-block-mainnavigation .mm-listitem {
    float: none; }
    #mm-block-mainnavigation .mm-listitem:after {
      border-color: rgba(0, 0, 0, 0.1); }
    #mm-block-mainnavigation .mm-listitem.active,
    #mm-block-mainnavigation .mm-listitem .is-active {
      color: #7092a9;
      background-color: #fff; }
      #mm-block-mainnavigation .mm-listitem.active:after,
      #mm-block-mainnavigation .mm-listitem .is-active:after {
        content: '';
        border-bottom-width: 1px;
        border-bottom-style: solid;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-color: #c01136; }
    #mm-block-mainnavigation .mm-listitem a:active,
    #mm-block-mainnavigation .mm-listitem a.tabed:active {
      color: white;
      background-color: #7092a9; }
  #mm-block-mainnavigation .dropdown .mm-btn_next,
  #mm-block-mainnavigation .expanded .mm-btn_next {
    width: 100%;
    background: transparent; }
    #mm-block-mainnavigation .dropdown .mm-btn_next:before,
    #mm-block-mainnavigation .expanded .mm-btn_next:before {
      display: none; }
    #mm-block-mainnavigation .dropdown .mm-btn_next:after,
    #mm-block-mainnavigation .expanded .mm-btn_next:after {
      border-color: #c01136;
      width: 6px;
      height: 6px; }
    #mm-block-mainnavigation .dropdown .mm-btn_next:focus:after,
    #mm-block-mainnavigation .expanded .mm-btn_next:focus:after {
      border-color: #fff; }
  #mm-block-mainnavigation .dropdown .mm-btn_next + a,
  #mm-block-mainnavigation .expanded .mm-btn_next + a {
    margin: 0; }
  #mm-block-mainnavigation .dropdown .mm-btn_next:focus + a,
  #mm-block-mainnavigation .expanded .mm-btn_next:focus + a {
    color: #fff;
    background-color: #7092a9; }
  #mm-block-mainnavigation .dropdown .dropdown-toggle span.caret,
  #mm-block-mainnavigation .expanded .dropdown-toggle span.caret {
    display: none; }
  #mm-block-mainnavigation .dropdown.active .mm-btn_next + a,
  #mm-block-mainnavigation .expanded.active .mm-btn_next + a {
    background: transparent; }
  #mm-block-mainnavigation .dropdown-menu {
    position: relative;
    top: 0%;
    float: none;
    border: 0;
    width: initial;
    box-shadow: none;
    border-radius: 0; }
    #mm-block-mainnavigation .dropdown-menu a {
      padding: 15px 10px 15px 60px;
      font-weight: inherit;
      line-height: inherit; }
  #mm-block-mainnavigation #mm-contact-bar a:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url("../images/pictos/envelop-mobile.png");
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-left: -50px;
    margin-right: 15px;
    margin-bottom: -7px;
    margin-top: -10px; }
  #mm-block-mainnavigation #mm-user-bar a:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url("../images/pictos/user-mobile.png");
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
    vertical-align: middle;
    margin-left: -50px;
    margin-right: 15px;
    margin-bottom: -7px;
    margin-top: -10px; }
  @media only screen and (max-width: 479px) {
    #mm-block-mainnavigation {
      margin-top: 40px; }
      .toolbar-vertical #mm-block-mainnavigation {
        margin-top: 80px; } }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    #mm-block-mainnavigation {
      margin-top: 100px; }
      .toolbar-vertical #mm-block-mainnavigation {
        margin-top: 140px; } }

@media only screen and (max-width: 768px) {
  #nav-menus {
    display: none !important; } }

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #block-mainnavigation {
    display: none !important; } }

@media only screen and (min-width: 769px) {
  #mm-block-mainnavigation {
    display: none !important; }
  .mm-page__blocker {
    display: none !important; } }

#news-home-header {
  text-align: center;
  clear: both;
  padding: 10px 20px 40px; }
  #news-home-header .carousel-indicators {
    bottom: 0;
    z-index: 0; }
    #news-home-header .carousel-indicators li {
      background-color: rgba(255, 255, 255, 0.5);
      border: 0;
      margin: 1px 10px;
      width: 10px;
      height: 10px; }
      #news-home-header .carousel-indicators li.active {
        background-color: rgba(0, 0, 0, 0.5); }
  #news-home-header .carousel-inner .item {
    padding: 0 45px; }
  #news-home-header .carousel-control {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
    #news-home-header .carousel-control .glyphicon {
      font-size: 0.857em;
      top: 50%;
      left: 50%;
      line-height: 30px;
      width: 30px;
      height: 30px;
      margin: 0;
      transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%); }
    #news-home-header .carousel-control:hover {
      background: #fff; }
      #news-home-header .carousel-control:hover .glyphicon:before {
        color: #7092a9;
        text-shadow: none; }
  #news-home-header .theme-slider {
    color: #e81d27;
    font-weight: bold;
    font-size: 1.286em;
    text-shadow: 0 0 6px #000; }
  #news-home-header .title-slider {
    font-weight: bold;
    font-size: 1.429em;
    text-transform: uppercase; }
  #news-home-header .more-slider {
    padding: 10px 25px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
    width: auto;
    display: inline-block;
    border: 2px solid #fff; }
    #news-home-header .more-slider:hover {
      color: #7092a9;
      background-color: white;
      border: 2px solid white; }
  @media only screen and (max-width: 479px) {
    #news-home-header .carousel-control {
      display: none; } }
  @media only screen and (min-width: 480px) {
    #news-home-header .item p {
      margin-left: 50px;
      margin-right: 50px; } }
  @media only screen and (min-width: 769px) {
    #news-home-header {
      top: 40px;
      height: 275px; } }

/*!
 *  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("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../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.3333333333em;
  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.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.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 {
  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; }

.eu-cookie-compliance-category > div, .eu-cookie-compliance-message > * {
  display: initial;
  margin-right: 20px; }

.eu-cookie-compliance-content {
  margin-top: 5px; }

#print-legal-notice {
  display: none; }

/*# sourceMappingURL=styles.min.css.map */