/*------------------------------------------------------------------
Project:	BVA -  Bertrand Piccard Website
Version:	1.0
Last change:	13/01/2021
Assigned to:	Joao and David
Primary use:	Bertrand Piccard Website
-------------------------------------------------------------------*/
/* ------------------------------------------------
   - Variables
------------------------------------------------ */
/* ----- Gutters ----- */
/* ----- Colors ----- */
/* ------------------------------------------------
   - Variables
------------------------------------------------ */
/* ----- Gutters ----- */
/* ----- Colors ----- */
#the-guide-view {
  padding-top: 114px; }
  @media (min-width: 576px) {
    #the-guide-view {
      padding-top: 148px; } }
  #the-guide-view .first-padding {
    padding-top: 30px; }
    @media (min-width: 992px) {
      #the-guide-view .first-padding {
        padding-top: 60px; } }
  @media (min-width: 992px) {
    #the-guide-view .w-offset {
      width: calc(100% - 30px); } }
  #the-guide-view .w-offset-container {
    padding: 0 80px; }
  #the-guide-view .title-h1 {
    font-size: 30px;
    font-family: "Fjalla One";
    font-weight: 500;
    color: #288dc1; }
    @media (min-width: 576px) {
      #the-guide-view .title-h1 {
        font-size: 35px; } }
    @media (min-width: 992px) {
      #the-guide-view .title-h1 {
        font-size: 40px; } }
  #the-guide-view .title-h2 {
    font-size: 26px;
    font-family: "Fjalla One";
    font-weight: 500;
    color: #288dc1;
    position: relative; }
    #the-guide-view .title-h2:before {
      position: absolute;
      top: 7px;
      left: -20px;
      font-family: "Font Awesome 6 Pro";
      display: inline-block;
      font-size: 20px;
      line-height: 20px;
      content: "\f054";
      font-weight: 900;
      color: #ff8300; }
  #the-guide-view .title-h3 {
    font-size: 22px;
    font-family: "Fjalla One";
    font-weight: 500;
    color: #288dc1; }
  #the-guide-view p.sub-h1 {
    font-size: 20px;
    color: #00486C;
    font-weight: 700;
    line-height: 1.2; }
    @media (min-width: 576px) {
      #the-guide-view p.sub-h1 {
        font-size: 24px; } }
    @media (min-width: 992px) {
      #the-guide-view p.sub-h1 {
        font-size: 26px; } }
  #the-guide-view p.p {
    font-size: 18px;
    line-height: 26px; }
    @media (min-width: 992px) {
      #the-guide-view p.p {
        font-size: 20px;
        line-height: 28px; } }
  #the-guide-view p.p-small {
    font-size: 16px;
    line-height: 20px; }
  #the-guide-view figure {
    width: 100%;
    margin: 0; }
    #the-guide-view figure img {
      width: 100%; }
  #the-guide-view .stats span {
    display: block;
    color: #288dc1;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    padding-bottom: 4px; }
    @media (min-width: 992px) {
      #the-guide-view .stats span {
        font-size: 16px; } }
    #the-guide-view .stats span strong {
      color: #00486C;
      font-size: 14px;
      line-height: 1.2; }
      @media (min-width: 992px) {
        #the-guide-view .stats span strong {
          font-size: 18px; } }
  #the-guide-view .max-w-130 {
    max-width: 130px; }
  #the-guide-view .value-chain-steps {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px; }
    #the-guide-view .value-chain-steps .columns-steps {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: 100%; }
      #the-guide-view .value-chain-steps .columns-steps > .col-12 {
        padding: 0; }
        #the-guide-view .value-chain-steps .columns-steps > .col-12:first-of-type .column-step {
          padding-left: 0; }
          #the-guide-view .value-chain-steps .columns-steps > .col-12:first-of-type .column-step:before {
            width: calc(100% - 7px);
            left: 0; }
        #the-guide-view .value-chain-steps .columns-steps > .col-12:last-of-type .column-step:after {
          display: none; }
    #the-guide-view .value-chain-steps .column-step {
      padding: 0 20px; }
      #the-guide-view .value-chain-steps .column-step:before {
        content: '';
        position: absolute;
        width: calc(100% - 14px);
        height: 100%;
        top: 0;
        left: 7px;
        background-color: #eaf3fc; }
      #the-guide-view .value-chain-steps .column-step:after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        display: inline-block;
        font-size: 18px;
        line-height: 30px;
        width: 30px;
        height: 100%;
        background-image: url("../../../img/the_guide/general/value-chain-steps.svg");
        background-size: 100%;
        background-position: center right;
        background-repeat: no-repeat;
        transform: translateX(23px);
        z-index: 1; }
      #the-guide-view .value-chain-steps .column-step.is-active .title-step {
        font-weight: 700; }
      #the-guide-view .value-chain-steps .column-step.is-active:before {
        background-color: #c1d9f1; }
      #the-guide-view .value-chain-steps .column-step.is-active:after {
        background-image: url("../../../img/the_guide/general/value-chain-steps-active.svg"); }
    #the-guide-view .value-chain-steps .title-step {
      display: block;
      text-align: center;
      padding: 8px 10px;
      white-space: nowrap;
      font-size: 14px;
      font-weight: 500;
      position: relative;
      color: #00486C;
      min-height: 30px; }
    #the-guide-view .value-chain-steps .application-list {
      padding: 5px 20px !important;
      min-height: 96px; }
      #the-guide-view .value-chain-steps .application-list li {
        font-size: 14px;
        font-weight: 700;
        position: relative;
        color: #00486C;
        padding-bottom: 4px;
        padding-left: 12px; }
        #the-guide-view .value-chain-steps .application-list li.application-list-arrow {
          text-align: center;
          padding-bottom: 4px;
          padding-left: 0; }
          #the-guide-view .value-chain-steps .application-list li.application-list-arrow:before {
            display: none; }
          #the-guide-view .value-chain-steps .application-list li.application-list-arrow i {
            color: #ff8300; }
        #the-guide-view .value-chain-steps .application-list li:before {
          position: absolute;
          content: "\2022";
          font-size: 12px;
          color: #00486C;
          font-weight: bold;
          display: inline-block;
          width: 6px;
          left: 0; }
    #the-guide-view .value-chain-steps .sectors-label, #the-guide-view .value-chain-steps .applications-label {
      position: absolute;
      top: 30px;
      left: 26px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-writing-mode: vertical-lr;
      -moz-writing-mode: vertical-lr;
      -ms-writing-mode: vertical-lr;
      writing-mode: vertical-lr;
      transform: rotate(180deg);
      font-size: 16px;
      color: #00486C;
      font-weight: 500; }
    #the-guide-view .value-chain-steps .steps-label {
      font-size: 14px;
      color: #00486C;
      font-weight: 500;
      text-transform: uppercase;
      padding-top: 10px; }
    #the-guide-view .value-chain-steps .applications-label {
      left: initial;
      right: -3px;
      top: auto;
      padding-bottom: 5px; }
    #the-guide-view .value-chain-steps .sector-rows {
      position: absolute;
      width: 100%;
      z-index: 2;
      top: 30px;
      left: 55px; }
    #the-guide-view .value-chain-steps .sector-rows-height.rows-1 {
      height: 35px; }
    #the-guide-view .value-chain-steps .sector-rows-height.rows-2 {
      height: 70px; }
    #the-guide-view .value-chain-steps .sector-rows-height.rows-3 {
      height: 105px; }
    #the-guide-view .value-chain-steps .sector-rows-height.rows-4 {
      height: 140px; }
    #the-guide-view .value-chain-steps .sector-row {
      display: block;
      width: 100%;
      height: 30px;
      margin-bottom: 5px;
      position: relative; }
      #the-guide-view .value-chain-steps .sector-row:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(249, 157, 63, 0.1); }
      #the-guide-view .value-chain-steps .sector-row span {
        display: block;
        padding: 10px;
        white-space: nowrap;
        font-size: 14px;
        font-weight: 700;
        position: relative;
        color: #00486C; }
        #the-guide-view .value-chain-steps .sector-row span:before {
          content: '';
          width: 10px;
          height: 10px;
          display: inline-block;
          margin-right: 6px; }
        #the-guide-view .value-chain-steps .sector-row span.sector-waste-pollution:before {
          background: #b7adaa; }
        #the-guide-view .value-chain-steps .sector-row span.sector-energy:before {
          background: #fcbb6d; }
        #the-guide-view .value-chain-steps .sector-row span.sector-buildings:before {
          background: #ea892a; }
        #the-guide-view .value-chain-steps .sector-row span.sector-industry-goods:before {
          background: #b7202e; }
        #the-guide-view .value-chain-steps .sector-row span.sector-infrastructures:before {
          background: #b25d29; }
        #the-guide-view .value-chain-steps .sector-row span.sector-agri-food:before {
          background: #86ae53; }
        #the-guide-view .value-chain-steps .sector-row span.sector-freight:before {
          background: #4b686e; }
        #the-guide-view .value-chain-steps .sector-row span.sector-mobility:before {
          background: #2f8f5c; }
        #the-guide-view .value-chain-steps .sector-row span.sector-water:before {
          background: #8dc3c1; }
  #the-guide-view .labels-list .label-figure {
    z-index: initial;
    width: 130px;
    height: 130px;
    display: inline-block;
    margin-left: -95px; }
    #the-guide-view .labels-list .label-figure.hover {
      cursor: pointer; }
      #the-guide-view .labels-list .label-figure.hover figure {
        z-index: 10; }
        #the-guide-view .labels-list .label-figure.hover figure img {
          opacity: 1; }
    #the-guide-view .labels-list .label-figure.disabled figure img {
      opacity: 0.3 !important; }
    #the-guide-view .labels-list .label-figure.disabled.hover figure img {
      opacity: 1 !important; }
    #the-guide-view .labels-list .label-figure:first-child {
      margin-left: 0 !important; }
    #the-guide-view .labels-list .label-figure:last-child figure img {
      opacity: 1; }
    #the-guide-view .labels-list .label-figure figure {
      width: 130px;
      height: 130px;
      background: #fff;
      border: 8px solid #fff;
      border-radius: 50%;
      position: relative; }
      #the-guide-view .labels-list .label-figure figure img {
        opacity: 0.3;
        -webkit-transition: 0.35s ease-out;
        -moz-transition: 0.35s ease-out;
        transition: 0.35s ease-out; }

.bg-cornflower-blue {
  background-color: #f7f9fb; }

#more-value-chain a {
  margin: 0 4px 0 0;
  padding: 10px 20px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  background: #eaf0f5; }

ul, ol {
  list-style: none;
  margin: 0;
  padding-left: 0; }
  @media (max-width: 1199px) {
    ul.list.p-r-i, ol.list.p-r-i {
      padding-right: 0; } }
  ul.list li, ol.list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px; }
    ul.list li:last-child, ol.list li:last-child {
      margin-bottom: 0; }
    ul.list li span, ol.list li span {
      display: block; }
      ul.list li span.symbol, ul.list li span.number, ol.list li span.symbol, ol.list li span.number {
        position: absolute;
        top: -1px;
        left: 0;
        font-weight: 700; }
      ul.list li span.number, ol.list li span.number {
        font-weight: 700; }
  ul.widget-tag-cloud.marged li a, ol.widget-tag-cloud.marged li a {
    margin: 0 4px 10px 0; }
  ul.widget-tag-cloud li, ol.widget-tag-cloud li {
    display: inline-block; }
    ul.widget-tag-cloud li a, ol.widget-tag-cloud li a {
      display: block;
      margin: 0 4px 0 0;
      padding: 10px 20px;
      -webkit-border-radius: 30px;
      border-radius: 30px;
      font-size: 14px;
      line-height: 1.2;
      font-weight: 700;
      background: #eaf0f5;
      -webkit-transition: .35s ease-in-out;
      -moz-transition: .35s ease-in-out;
      transition: .35s ease-in-out; }
      ul.widget-tag-cloud li a i, ol.widget-tag-cloud li a i {
        font-size: 11px;
        padding: 0 5px; }
      ul.widget-tag-cloud li a.sector:before, ol.widget-tag-cloud li a.sector:before {
        content: '';
        width: 10px;
        height: 10px;
        display: inline-block;
        margin-right: 6px; }
      ul.widget-tag-cloud li a.sector.sector-waste-pollution:before, ol.widget-tag-cloud li a.sector.sector-waste-pollution:before {
        background: #b7adaa; }
      ul.widget-tag-cloud li a.sector.sector-energy:before, ol.widget-tag-cloud li a.sector.sector-energy:before {
        background: #fcbb6d; }
      ul.widget-tag-cloud li a.sector.sector-buildings:before, ol.widget-tag-cloud li a.sector.sector-buildings:before {
        background: #ea892a; }
      ul.widget-tag-cloud li a.sector.sector-industry-goods:before, ol.widget-tag-cloud li a.sector.sector-industry-goods:before {
        background: #b7202e; }
      ul.widget-tag-cloud li a.sector.sector-infrastructures:before, ol.widget-tag-cloud li a.sector.sector-infrastructures:before {
        background: #b25d29; }
      ul.widget-tag-cloud li a.sector.sector-agri-food:before, ol.widget-tag-cloud li a.sector.sector-agri-food:before {
        background: #86ae53; }
      ul.widget-tag-cloud li a.sector.sector-freight:before, ol.widget-tag-cloud li a.sector.sector-freight:before {
        background: #4b686e; }
      ul.widget-tag-cloud li a.sector.sector-mobility:before, ol.widget-tag-cloud li a.sector.sector-mobility:before {
        background: #2f8f5c; }
      ul.widget-tag-cloud li a.sector.sector-water:before, ol.widget-tag-cloud li a.sector.sector-water:before {
        background: #8dc3c1; }
      ul.widget-tag-cloud li a:hover, ol.widget-tag-cloud li a:hover {
        background: #fff; }

.bordered-top {
  display: block;
  padding-bottom: 10px; }
  @media (min-width: 992px) {
    .bordered-top {
      padding-bottom: 30px;
      border-top: 1px solid #dee7ed; } }

.chapter {
  font-size: 26px;
  color: #dee7ed;
  font-weight: 500;
  line-height: 1; }

/* -----------------------------------------------------------------
    - Tabs
----------------------------------------------------------------- */
ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none; }

ul.tabs li {
  position: relative;
  float: left;
  cursor: pointer;
  padding: 0;
  margin: 0px 20px 0 0;
  color: #abb2b9;
  font-weight: bold;
  line-height: 31px;
  border-bottom: 0px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out; }
  ul.tabs li a {
    display: block; }
  ul.tabs li.float-right {
    float: right;
    margin: 0px 10px 0 0; }
  ul.tabs li i {
    font-size: 10px;
    vertical-align: middle;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out; }

ul.tabs li:hover {
  color: #ff8300; }

ul.tabs li.active {
  color: #586674;
  display: block; }

/* -----------------------------------------------------------------
    - Slider
----------------------------------------------------------------- */
iframe {
  width: 100%; }

.swiper-container-horizontal {
  width: 100%; }
  .swiper-container-horizontal.overflow-left.wide {
    width: calc(100% + 30px); }
  .swiper-container-horizontal.overflow-left.left-indent {
    width: calc(100% + 30px); }
  .swiper-container-horizontal.overflow-left .swiper-wrapper {
    margin-left: -15px;
    margin-right: -15px; }

@media (min-width: 768px) {
  .swiper-container-horizontal.overflow-left {
    position: relative; }
    .swiper-container-horizontal.overflow-left.wide {
      width: calc(100% - 30px); }
    .swiper-container-horizontal.overflow-left.left-indent {
      width: calc(100% - 30px); }
      .swiper-container-horizontal.overflow-left.left-indent:before {
        left: calc(-52vw + 1px); }
      .swiper-container-horizontal.overflow-left.left-indent .swiper-wrapper {
        margin-left: 15px;
        margin-right: 15px; }
    .swiper-container-horizontal.overflow-left:before {
      content: "";
      width: 52vw;
      background: #fff;
      position: absolute;
      left: -52vw;
      top: -10px;
      bottom: -30px;
      z-index: 2; }
    .swiper-container-horizontal.overflow-left.padded .swiper-wrapper {
      padding-left: 15px;
      padding-right: 15px;
      margin-left: 0;
      margin-right: 0; }

  .bg-cornflower-blue .swiper-container-horizontal.overflow-left:before {
    background: #f7f9fb; } }
@media (min-width: 1600px) {
  .swiper-container-horizontal.padded .swiper-wrapper {
    padding-left: 20px;
    padding-right: 20px; }
  .swiper-container-horizontal.overflow-left.wide {
    width: calc(100% - 40px); }
  .swiper-container-horizontal.overflow-left.left-indent {
    width: 100%; }
    .swiper-container-horizontal.overflow-left.left-indent:before {
      left: calc(-52vw - 39px); }
    .swiper-container-horizontal.overflow-left.left-indent .swiper-wrapper {
      margin-left: -20px;
      margin-right: -20px; }
  .swiper-container-horizontal.overflow-left .swiper-wrapper {
    margin-left: -20px;
    margin-right: -20px; }
  .swiper-container-horizontal.overflow-left.padded .swiper-wrapper {
    padding-left: 20px;
    padding-right: 20px; } }
.swiper-slide {
  height: auto; }
  .swiper-slide img {
    width: 100%; }
  .swiper-slide.swiper-slide-active .card-title {
    color: #ff8300; }

.swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  padding-left: .3rem;
  width: auto; }
  .swiper-pagination .fraction_custom_pagination {
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 0; }
    .swiper-pagination .fraction_custom_pagination .swiper-pagination-current {
      color: #ff8300; }
    .swiper-pagination .fraction_custom_pagination .fraction_custom_pagination [class^=swiper-pagination-] {
      flex: 1; }
    .swiper-pagination .fraction_custom_pagination .fraction_custom_pagination li {
      margin-right: .25rem; }
      .swiper-pagination .fraction_custom_pagination .fraction_custom_pagination li:last-child {
        margin-right: 0; }

.overflow-hidden {
  overflow: hidden; }

.card-stories-row {
  display: block;
  border-bottom: 1px solid #dee7ed; }
  .card-stories-row.border-top {
    border-bottom: 1px solid #dee7ed; }
  .card-stories-row .card-title {
    font-size: 20px;
    color: #00486C;
    font-weight: 600; }
  .card-stories-row .card-description {
    font-size: 18px;
    line-height: 1.2; }
  .card-stories-row .card-venue, .card-stories-row .card-location, .card-stories-row .card-date {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: #050505;
    padding-right: 20px; }
  .card-stories-row .card-date {
    padding-right: 0; }

/* -----------------------------------------------------------------
    - AM
----------------------------------------------------------------- */
#activity-region {
  position: relative; }
  #activity-region #activity-region-list {
    min-height: 260px; }
    @media (min-width: 992px) {
      #activity-region #activity-region-list {
        min-height: 560px; } }
    #activity-region #activity-region-list .regions-list {
      margin-top: 10px;
      margin-bottom: 30px; }
      #activity-region #activity-region-list .regions-list a {
        display: contents;
        color: #7c8c9c;
        font-size: 14px;
        line-height: 22px; }
      #activity-region #activity-region-list .regions-list .title {
        position: relative;
        color: #004f90;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase; }
      #activity-region #activity-region-list .regions-list .title:before {
        position: absolute;
        content: "";
        height: 2px;
        width: 40px;
        top: -10px;
        left: 0;
        background-color: #ff8300; }
  #activity-region #activity-region-map {
    width: 100%;
    height: 260px;
    overflow: visible !important; }
    @media (min-width: 992px) {
      #activity-region #activity-region-map {
        height: 560px; } }
  #activity-region .legend {
    display: inline-block;
    padding-left: 0;
    margin-top: 15px; }
    #activity-region .legend li {
      margin-right: 30px;
      display: inline-block;
      font-size: 14px; }
      #activity-region .legend li:before {
        display: inline-block;
        content: '';
        -webkit-border-radius: 13px;
        border-radius: 13px;
        height: 13px;
        width: 13px;
        margin-right: 10px; }
      #activity-region .legend li.headquarters:before {
        background-color: #ff8300; }
      #activity-region .legend li.activity:before {
        background-color: #004f90; }

#solution-label-info #solution-label-icon-container img {
  height: 250px;
  margin-right: 50px; }
@media (max-width: 992px) {
  #solution-label-info #solution-label-icon-container {
    text-align: center; }
    #solution-label-info #solution-label-icon-container img {
      margin-bottom: 20px;
      margin-right: 0; } }

.toast__message {
  font-size: 16px;
  line-height: 20px; }

@media (max-width: 767px) {
  .toast__icon {
    display: none; }

  .toast__content {
    padding-left: 22px; }

  .toast__close {
    top: 21px;
    transform: none; } }

/*# sourceMappingURL=styles_solution.css.map */
