.holcim_bs {
  position: relative;
}
.holcim_bs .container {
  position: relative;
  z-index: 2;
}
.holcim_bs .container .breadcrumb_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2.1875rem var(--bs-gutter-x, 0.75rem);
}
@media (max-width: 79.99875rem) {
  .holcim_bs .container .breadcrumb_wrapper {
    display: none;
  }
}
.holcim_bs .container .breadcrumb_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.holcim_bs .container .breadcrumb_wrapper ul li {
  margin-right: 0.3125rem;
  white-space: nowrap;
}
.holcim_bs .container .breadcrumb_wrapper ul li a, .holcim_bs .container .breadcrumb_wrapper ul li span {
  color: var(--corporate-white);
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: normal;
  text-decoration: none;
}
.holcim_bs .container .breadcrumb_wrapper ul li:first-child:before {
  content: " ";
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.83' height='13.178' viewBox='0 0 14.83 13.178' fill='%23ffffff'%3E %3Cpath id='icon_home' d='M9.069,13.177a.8.8,0,0,1-.8-.8V8.768h-1.7v3.608a.8.8,0,0,1-.8.8H2.455a.8.8,0,0,1-.8-.8V6.122L1.282,6.4a.792.792,0,0,1-.48.161A.806.806,0,0,1,.16,6.242.8.8,0,0,1,.32,5.12L6.934.16A.8.8,0,0,1,7.9.16L11.575,2.92V2.455a.8.8,0,1,1,1.6,0V4.121l1.332,1A.8.8,0,1,1,13.548,6.4l-.371-.278v6.252a.8.8,0,0,1-.8.8Zm0-6.011a.8.8,0,0,1,.8.8v3.608h1.7V4.922L7.414,1.8,3.256,4.921v6.654h1.7V7.967a.8.8,0,0,1,.8-.8Z'/%3E %3C/svg%3E") no-repeat;
  width: 15px;
  height: 13px;
  margin-right: 0.5rem;
}
.holcim_bs .container .breadcrumb_wrapper ul li:not(:first-child):before {
  content: " ";
  display: inline-block;
  border: 1px solid var(--corporate-white);
  border-width: 0 0 2px 2px;
  width: 7px;
  height: 7px;
  line-height: 0;
  font-size: 0;
  transform: rotate(-135deg);
  margin-right: 0.5rem;
  margin-bottom: 0.0625rem;
}
html[dir=rtl] .holcim_bs .container .breadcrumb_wrapper ul li {
  margin-right: 0;
  margin-left: 0.3125rem;
}
html[dir=rtl] .holcim_bs .container .breadcrumb_wrapper ul li:first-child:before {
  margin-right: 0;
  margin-left: 0.5rem;
}
html[dir=rtl] .holcim_bs .container .breadcrumb_wrapper ul li:not(:first-child):before {
  transform: rotate(45deg);
  margin-right: 0;
  margin-left: 0.5rem;
}
html[dir=rtl] .holcim_bs .container .breadcrumb_wrapper {
  right: 0;
}
.holcim_bs .swiper .custom_pager {
  display: none;
  position: absolute;
  bottom: 10%;
  width: 100%;
  z-index: 10;
  color: var(--corporate-white);
}
@media (max-width: 79.99875rem) {
  .holcim_bs .swiper .custom_pager {
    bottom: 10px;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_bs .swiper .custom_pager {
    bottom: 0px;
  }
}
.holcim_bs .swiper .custom_pager .pager-item {
  cursor: pointer;
  padding: 0 0.3125rem 0 0;
  display: inline-flex;
}
.holcim_bs .swiper .custom_pager .pager-item .progress-bar {
  margin-top: 1.25rem;
  width: 44px;
  height: 8px;
  background-color: var(--corporate-lightgrey);
}
.holcim_bs .swiper .custom_pager .pager-item .progress-bar span {
  display: block;
  height: 100%;
}
.holcim_bs .swiper .custom_pager .pager-item .progress-bar span.progress {
  width: 0;
  background-color: var(--corporate-bright-blue);
}
@-webkit-keyframes swiperJsProgressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes swiperJsProgressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.holcim_bs .swiper .custom_pager .pager-item.run-progress span.progress {
  -webkit-animation-name: swiperJsProgressBar;
          animation-name: swiperJsProgressBar;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.holcim_bs .swiper .custom_pager .pager-item.current .progress-bar {
  height: 13px;
}
.holcim_bs .container .description {
  position: relative;
  bottom: 180px;
  background-color: var(--corporate-white);
  z-index: 2;
  padding-top: 3.75rem;
}
.holcim_bs .container .description p {
  font-size: 1.25rem;
  line-height: 2rem;
}
@media (max-width: 119.99875rem) {
  .holcim_bs .container .description p {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_bs .container .description p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_bs .container .description p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.holcim_bs .container .description h1 {
  font-size: 3.375rem;
  font-weight: 900;
}
@media (max-width: 119.99875rem) {
  .holcim_bs .container .description h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_bs .container .description h1 {
    font-size: 2.125rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_bs .container .description h1 {
    font-size: 1.875rem;
  }
}
.holcim_bs .container .description h1 sup,
.holcim_bs .container .description h1 sub {
  position: inherit;
}
.holcim_bs .container .description h1 sup {
  vertical-align: super;
}
.holcim_bs .container .description h1 sub {
  vertical-align: sub;
}
.holcim_bs .container .description h2 {
  font-size: 2.75rem;
}
@media (max-width: 119.99875rem) {
  .holcim_bs .container .description h2 {
    font-size: 2rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_bs .container .description h2 {
    font-size: 1.875rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_bs .container .description h2 {
    font-size: 1.6875rem;
  }
}
.holcim_bs .container .description h3 {
  font-size: 2.25rem;
}
@media (max-width: 119.99875rem) {
  .holcim_bs .container .description h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_bs .container .description h3 {
    font-size: 1.625rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_bs .container .description h3 {
    font-size: 1.4375rem;
  }
}
.holcim_bs .container .description h4 {
  font-size: 1.8125rem;
}
@media (max-width: 119.99875rem) {
  .holcim_bs .container .description h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_bs .container .description h4 {
    font-size: 1.4375rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_bs .container .description h4 {
    font-size: 1.25rem;
  }
}
.holcim_bs .container .description h5 {
  font-size: 1.5rem;
}
@media (max-width: 119.99875rem) {
  .holcim_bs .container .description h5 {
    font-size: 1.3125rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_bs .container .description h5 {
    font-size: 1.25rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_bs .container .description h5 {
    font-size: 1.125rem;
  }
}
.holcim_bs .container .description h6 {
  font-size: 1.25rem;
}
@media (max-width: 119.99875rem) {
  .holcim_bs .container .description h6 {
    font-size: 1.1875rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_bs .container .description h6 {
    font-size: 1rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_bs .container .description h6 {
    font-size: 1rem;
  }
}
.holcim_bs .container .description a:not(.button_cta) {
  text-decoration: none;
  color: var(--corporate-bright-blue);
}
.holcim_bs .container .description a:not(.button_cta):hover {
  text-decoration: underline;
}
.holcim_bs .container .description a.button_cta {
  text-transform: uppercase;
}
.holcim_bs .container .description ul li {
  font-size: 1.1875rem;
}
@media (max-width: 119.99875rem) {
  .holcim_bs .container .description ul li {
    font-size: 1.1875rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_bs .container .description ul li {
    font-size: 1.125rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_bs .container .description ul li {
    font-size: 1rem;
  }
}
.holcim_bs .container .description ol li {
  font-size: 1.1875rem;
}
@media (max-width: 119.99875rem) {
  .holcim_bs .container .description ol li {
    font-size: 1.1875rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_bs .container .description ol li {
    font-size: 1.125rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_bs .container .description ol li {
    font-size: 1rem;
  }
}
.holcim_bs .container .description ol > p,
.holcim_bs .container .description ol h1,
.holcim_bs .container .description ol h2,
.holcim_bs .container .description ol h3,
.holcim_bs .container .description ol h4,
.holcim_bs .container .description ol h5,
.holcim_bs .container .description ol h6,
.holcim_bs .container .description ol pre {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  width: calc(100% - 30px);
}
.holcim_bs .container .description table {
  border: 1px solid var(--corporate-white);
  font-size: 0.9375rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.holcim_bs .container .description table thead th,
.holcim_bs .container .description table thead td {
  color: var(--corporate-white);
  background-color: var(--corporate-main-color);
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  margin: 0.625rem;
  padding: 0.625rem;
  border: 1px solid var(--corporate-white);
}
.holcim_bs .container .description table thead th > p,
.holcim_bs .container .description table thead td > p {
  color: inherit;
  font-size: 1rem;
  margin: 0;
}
.holcim_bs .container .description table.blue thead {
  background-color: var(--corporate-bright-blue);
}
.holcim_bs .container .description table.green thead {
  background-color: var(--corporate-bright-green);
}
.holcim_bs .container .description table.gradient {
  background: linear-gradient(to right, var(--corporate-bright-green), var(--corporate-bright-blue), var(--corporate-blue));
}
.holcim_bs .container .description table.gradient thead {
  background: transparent;
}
.holcim_bs .container .description table.white thead {
  background-color: var(--corporate-white);
}
.holcim_bs .container .description table tbody tr {
  background-color: var(--corporate-lightgrey);
}
.holcim_bs .container .description table tbody th,
.holcim_bs .container .description table tbody td {
  border: 1px solid var(--corporate-white);
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  padding: 0.625rem;
}
.holcim_bs .container .description table tbody th > p,
.holcim_bs .container .description table tbody td > p {
  font-size: 0.875rem;
}
.holcim_bs .container .description table tbody th {
  color: var(--corporate-white);
  background-color: var(--corporate-main-color);
  padding-left: 0.625rem;
}
.holcim_bs .container .description table.coloredone tbody td:first-child {
  background-color: var(--corporate-palette-24);
}
.holcim_bs .container .description table.blue th {
  background-color: var(--corporate-bright-blue);
}
.holcim_bs .container .description table.blue.coloredone tbody td:first-child {
  background-color: var(--corporate-palette-25);
}
.holcim_bs .container .description table.green th {
  background-color: var(--corporate-bright-green);
}
.holcim_bs .container .description table.green.coloredone tbody td:first-child {
  background-color: var(--corporate-palette-26);
}
.holcim_bs .container .description table.gradient th {
  background: transparent;
}
.holcim_bs .container .description table.white th,
.holcim_bs .container .description table.white td {
  background-color: var(--corporate-white);
  color: var(--corporate-black);
}
.holcim_bs .container .description table caption {
  font-size: 0.875rem;
  line-height: 1.2727272727rem;
  color: var(--corporate-grey);
}
.holcim_bs .container .description img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 79.99875rem) {
  .holcim_bs .container .description {
    bottom: 0;
  }
}
.holcim_bs .container .description ul.webzinetabs {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  padding: 0 0.625rem;
  position: relative;
}
@media (max-width: 47.99875rem) {
  .holcim_bs .container .description ul.webzinetabs {
    flex-direction: column;
    gap: 20px;
  }
}
.holcim_bs .container .description ul.webzinetabs .showall {
  position: absolute;
  top: -30px;
  left: 20px;
  font-size: 0.625rem;
  display: none;
  cursor: pointer;
}
.holcim_bs .container .description ul.webzinetabs li {
  list-style: none;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
  max-width: 220px;
  margin: 0 0.625rem;
  cursor: pointer;
}
@media (max-width: 47.99875rem) {
  .holcim_bs .container .description ul.webzinetabs li {
    max-width: 100%;
  }
}
.holcim_bs .container .description ul.webzinetabs li.active {
  font-weight: bold;
}
.holcim_bs .hide_left {
  position: relative;
  bottom: 90px;
  left: 0;
  background-color: var(--corporate-white);
  height: 90px;
  width: 50vw;
  z-index: 1;
}
@media (max-width: 79.99875rem) {
  .holcim_bs .hide_left {
    display: none;
  }
}
html[dir=rtl] .holcim_bs .hide_left {
  right: 0;
}

/* TO REMOVE IF APPROUVED */
details[data-drupal-selector=edit-settings-block-form-group-webzine-tabs] {
  display: none;
}
/*# sourceMappingURL=style.css.map */
