:root {
    --inz-primary: #f2673a;
    --inz-secondary: #52d9ff;
    --inz-tertiary: #231f20;
    --inz-dark: #303030;
    --inz-light: #eaeaea;
    --inz-gray: #949494;
    --white: #fff;
}

[data-block].is-selected {
    border: 1px dashed #c0c0c0;
}

[data-block].has-child-selected {
    border: 1px dashed #e9e9e9;
}

[data-block] a:not(.acf-button) {
    text-decoration: underline;
}

.language-block span,
.user-status-block span {
    padding: 5px 10px 2px;
    margin: 20px 0 10px;
    border: 1px solid;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

body#tinymce.wp-editor {
    max-width: 1000px;
    padding: 0 1rem;
    margin: 2.5rem auto; 
}

body#tinymce.wp-editor a {
    color: var(--inz-primary);
}

body#tinymce.wp-editor iframe {
    max-width: 80%;
}

ul.acf-checkbox-list {
    padding: 0;
}

h1.wp-block-post-title.wp-block {
    padding: 40px 0;
    font-size: 40px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .has-gigantic-font-size {
        font-size: 2.1em !important;
    }
}

/* BUTTONS */

.btn-action {
    background-color: var(--inz-primary);
    color: var(--inz-light);
}

.btn-action,
.wp-block-button__link {
    padding: 8px 20px;
    font-weight: 700;
    text-align: center;
}

.btn-action:hover {
    background-color: var(--inz-primary);
    color: var(--white);
}

.wp-block-buttons .wp-block-button a.wp-block-button__link:hover,
.wp-block-buttons .wp-block-button button.wp-block-button__link:hover {
    background-color: var(--inz-primary) !important;
    color: var(--white) !important;
}

.form-block-hide {
    display: none;
}

.form-block .wp-block-button__link {
    background: transparent none;
    border-color: currentColor;
    border-width: 2px;
    border-style: solid;
    color: currentColor;
    padding-top: 0.667em;
    padding-right: 1.33em;
    padding-bottom: 0.667em;
    padding-left: 1.33em;
}

/* HERO SLIDER */

div.block-hero {
    width: 100%;
    margin: 0 auto;
	font-family: 'GTWalsheimPro';
}

div.block-hero.hero__not-full {
    max-width: 1320px;
    margin: 0 auto;
}

.block-hero .container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.hero__outer.light a,
.hero__outer a:hover {
    color: inherit;
}

.block-hero .hero__outer {
	width: 100%;
	height: 290px;
	text-align: center;
}

.hero__outer.light {
    color: var(--white);
}

.hero__outer img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hero__outer.slick-slide img {
    height: 100%;
}

.hero__outer > .container {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

.hero__inner {
    width: 80%;
    max-width: 240px;
}

.hero__outer h2 {
    margin-bottom: 2rem;
    color: var(--inz-light);
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1;
}

.hero__outer.color h2 {
    color: var(--inz-primary);
}

.hero__outer.dark h2 {
    color: var(--inz-dark);
}

.block-hero p {
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: 500;
}

.block-hero .text-right p {
    margin-left: auto;
}

.block-hero .text-center p {
    margin-left: auto;
    margin-right: auto;
}

.hero__btn {
	padding: 5px 20px;
	display: inline-block;
	background-color: var(--inz-tertiary);
	color: var(--inz-light);
	font-size: 1.38em;
	font-weight: 400;
}

.hero__btn:hover,
.light .hero__btn {
    background-color: var(--inz-tertiary);
    color: var(--inz-light);
}

.hero__outer.style3 .hero__btn {
    padding: 0;
    background-color: transparent;
    font-size: 1.6em;
    font-style: italic;
}

.hero__outer.style3 .hero__btn:hover {
    background: transparent;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .hero__btn {
        padding: 8px 20px;
        font-size: 14px;
        line-height: 1;
    }
}

@media (min-width: 768px) {
    .block-hero .hero__outer {
        height: 400px;
    }

    .hero__inner {
        max-width: 340px;
    }

    .hero__outer.style2 .hero__inner {
        max-width: 400px;
    }

    .hero__outer.style3 .hero__inner {
        max-width: 280px;
    }

	.hero__inner {
	    padding-left: 1.3rem;
	}

    .hero__outer h2 {
        font-size: 3em;
    }

    .hero__outer p {
        font-size: 1.8em;
    }
}

@media (min-width: 992px) {
    .block-hero .hero__outer {
        height: var(--inz-height, 550px);
    }

    .hero__outer.style2 .hero__inner {
        max-width: 580px;
    }
}

/* BLOCK BANNERS */

.block-banners img {
    width: 100%;
    height: auto;
}

/* ARTICLE */

article[class^="post-style-"],
article[class^="post-style-"] a:not(.post-style__btn) {
	color: #000;
}

article[class^="post-style-"] img {
    width: 100% !important;
    height: 100% !important;
    transition: transform .6s;
    object-fit: cover;
    object-position: center;
}

article[class^="post-style-"]:hover img {
    transform: scale(1.06);
}

.post-style__title,
article[class^="post-style-"] h2 {
    margin: 0;
    font-size: 1.38em;
    font-weight: 400;
    line-height: 1.3;
    position: relative;
}

@media (min-width: 782px) and (max-width: 1199px) {
    article[class^="post-style-"] h2 {
        font-size: 1em;
        line-height: 1.1;
    }
}

article[class^="post-style-"] .has-large-font-size {
    font-weight: 900;
}

article[class^="post-style-"] p {
    max-width: 350px;
    font-size: 12px;
    line-height: 1.1;
}

.post-style__thumb {
	overflow: hidden;
}

.post-style__cat,
.post-style__time,
.post-style__type span {
	font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.post-style__cat,
.post-style__type span {
	padding: 2px 8px 0px;
	margin-right: 5px;
	background-color: var(--inz-dark);
	color: var(--white);
	text-align: center;
}

.post-style__time {
	color: var(--inz-gray);
	letter-spacing: 0;
}

.post-style__tag {
    display: block;
    margin: 0 0 5px;
    color: var(--inz-dark);
    font-size: 12px;
    text-transform: uppercase;
}

.post-style__position {
    min-width: 50px;
    color: var(--inz-gray);
    font-size: 3em;
    font-weight: 900;
    line-height: 1;
    opacity: 0.4;
    position: relative;
    top: 4px;
}

.post-style__btn {
    padding: 0;
    margin-top: 10px;
    background-color: transparent;
    color: var(--inz-gray);
    display: table;
    font-size: 12px;
    border-bottom: 1px solid;
}

/* ARTICLE - STYLE 1 */

article.post-style-1 .post-style__thumb {
	height: 220px;
	margin: 0 auto;
	border-bottom: 3px solid var(--inz-secondary);
	z-index: 1;
}

article.post-style-1 .post-style__infos {
    width: 100%;
    padding: 1.5rem;
    background-color: var(--white);
}

article.post-style-1 .post-style__cat {
    margin: -0.5rem 0 1rem;
    display: table;
    position: relative;
    z-index: 1;
}

article.post-style-1 h2 {
	min-height: 75px;
}

article.post-style-1 h2 a {
	color: var(--inz-primary);
}

/* ARTICLE - STYLE 2 */

article.post-style-2 a {
    color: var(--white);
}

article.post-style-2 .post-style__cat {
    position: absolute;
    left: 15px;
    top: 10px;
}

article.post-style-2 .post-style__time {
    margin-bottom: 5px;
}

article.post-style-2 .post-style__time,
article.post-style-2 .post-style__tag {
    color: var(--inz-light);
}

article.post-style-2 .post-style__thumb {
    height: 250px;
}

.height-bigger article.post-style-2 .post-style__thumb {
    height: 400px;
}

article.post-style-2 .post-style__infos {
    height: 100%;
    padding: 1.2rem;
    background: -webkit-linear-gradient(transparent,var(--inz-dark));
    background: -o-linear-gradient(transparent,var(--inz-dark));
    background: linear-gradient(transparent,var(--inz-dark));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

article.post-style-2 h2 {
    color: var(--white);
}

@media (max-width: 576px) {
    .height-bigger article.post-style-2 .post-style__thumb {
        height: 350px;
    }
}

/* ARTICLE - STYLE 3 */

article.post-style-3 {
    display: flex;
    align-items: center;
    gap: 0 20px;
}

article.post-style-3 .post-style__thumb {
    width: 95px;
    min-width: 95px;
    height: 95px;
    border-radius: 50%;
}

article.post-style-3 h2 {
    font-size: 1em;
}

article.post-style-3:not(.style-4) .post-style__cat,
article.post-style-3:not(.style-4) .post-style__time {
    top: -4px;
}

@media (max-width: 575px) {
    article.post-style-3 .post-style__thumb {
        min-width: 80px;
        height: 80px;
    }
    article.post-style-3.style-4 h2 {
        font-size: 1.2em;
    }
}

/* ARTICLE - STYLE 4 */

article.post-style-3.style-4.popular .post-style__cat a {
    color: var(--inz-secondary);
}

/* ARTICLE - STYLE 5 */

article.post-style-5 {
    background-color: var(--white);
}

article.post-style-5 .post-style__thumb {
    height: 190px;
    border-bottom: 5px solid var(--inz-secondary);
}

article.post-style-5 .post-style__infos {
    padding-right: 1rem;
}

article.post-style-5 h2 {
    margin-bottom: 10px;
}

article.post-style-5 .post-style__cat {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

article.post-style-5 .post-style__content {
    max-width: 350px;
    color: #000;
    font-size: 12px;
    line-height: 1.1;
}

article.post-style-5.event-item,
article.post-style-5.case-item {
    padding: 0.5rem;
}

article.post-style-5.case-item {
    cursor: pointer;
}

article.post-style-5.event-item p {
    margin: 0 0 2px;
}

article.post-style-5.event-item p .fa {
    width: 16px;
    color: var(--inz-secondary);
    text-align: center;
}

.prev-event article.post-style-5.event-item {
    background-color: #dedede;
}

.prev-event article.post-style-5.event-item p .fa {
    color: var(--inz-dark);
}

@media (max-width: 575px) {
    article.post-style-5:not(.event-item) .post-style__infos {
        padding: 1rem;
    }

    article.post-style-5.event-item .post-style__thumb {
        height: auto;
        margin-bottom: 10px;
    }
}

@media (min-width: 576px) {
    article.post-style-5 .post-style__img {
        max-width: 189px;
    }

	article.post-style-5 .post-style__thumb {
		border-bottom: none;
	    border-right: 5px solid var(--inz-secondary);
	}

    article.post-style-5.event-item .post-style__thumb,
    article.post-style-5.case-item .post-style__thumb {
        height: 105px;
    }
}

/* INVESTOR */

#investor-relations header{
    text-align: right;
    margin-bottom: 30px;
}
#investor-relations header select,
#investor-relations header input[type="text"]{
    height: 50px;
    padding: 1rem;
    background-color: white;
    border: none;
    border-radius: 0;
}
#investor-relations header select{
    min-width: 100px;
    text-align: center;
}
#investor-relations header input[type="text"]{
    min-width: 240px;
    margin-right: 10px;
}

.investor-table {
    margin-bottom: 20px;
}

.investor-table tbody tr:nth-child(even) {
    background-color: #e0e0e0;
  }

.investor-table tbody tr{
    border-bottom: 1px solid #DEDEDE;
  }
.investor-table tbody tr span {
    padding: 6px 5px 2px;
    background-color: #f1f1f1;
    border-radius: 3px;
    font-size: 12px;
  }
.investor-table tbody td{
    padding: 0.5rem 1.8rem;
    font-size: 13px;
  }
.investor-table-subtitle{
    background-color: #FD8A24;
    color: white;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
  }
.investor-table-subtitle .caret{
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px;
    transform: rotate(180deg);
  }
.investor-table-subtitle[aria-expanded="true"] .caret{
    transform: rotate(0);
  }
  #investor-table-container .investor-table .download{
    text-align: right;
  }
  #investor-table-container .investor-table .filename a:hover{
    text-decoration: none;
  }
  #investor-table-container .investor-table .filename a{
    padding-left: 30px;
    position: relative;
    display: block;
  }
  #investor-table-container .investor-table .filename a:hover span{
    text-decoration: underline;
  }
  .investor-download-button{
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-radius: 30px;
    color: var(--inz-primary);
    display: inline-block;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    transition: all 200ms;
  }
  .investor-download-button:hover{
    text-decoration: none;
    background-color: var(--inz-primary);
	  color: var(--white);
  }
  .investor-download-button::before{
	content: "\f019";
	width: 22px;
	height: 22px;
	  font-family: 'FontAwesome';
  }
  .investor-icon{
    width: 18px;
    height: 22px;
    display: inline-block;
    background: url('../../images/ico-file-dark.png') no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -14px;
    vertical-align: middle;
  }
  .investor-icon.icon-pdf{
    background-image: url('../../images/ico-pdf-dark.png');
  }
  .investor-icon.icon-audio{
    background-image: url('../../images/ico-audio-dark.png');
  }
  .investor-group{
    display: none;
  }
  .investor-group.is-visible{
    display: block;
  }
  #investor-table-container .investor-table tr.desktop td.date{
    width: 16%;
  }
  #investor-table-container .investor-table tr.desktop td.filename{
    width: 50%;
  }
  #investor-table-container .investor-table tr.desktop td.filesize{
    width: 18%;
  }
  #investor-table-container .investor-table tr.desktop td.download{
    width: 20%;
  }

  .investor-accordion{
    width: 100%;
    float: left;
    margin: 15px 0;
  }
  .investor-accordion .content{
    padding: 10px;
  }
  
  @media (max-width: 767px){
    #investor-table-container header input.investor-search-by-name{
      width: 70%;
      float: left;
      min-width: 0;
      margin-right: 0
    }
    #investor-table-container header select.investor-year-dropdown{
      width: 29%;
      float: right;
      min-width: 0;
    }
    #investor-table-container header {
      width: 100%;
      float: left;
      clear: both;
    }

  .investor-table tbody tr {
        display: flex;
        padding: 1rem;
        flex-direction: column;
        position: relative;
    }

  .investor-table tbody td {
        width: 100% !important;
        padding: 0.3rem 0;
    }

  .investor-table tr.desktop td.date {
        order: 2;
        margin-left: 1.8rem;
    }

	.investor-table tr.desktop td.filesize {
		width: auto !important;
		position: absolute;
		left: 8rem;
		bottom: 1rem;
	}

  .investor-table tr.desktop td.download {
        position: absolute;
        bottom: 1rem;
        right: 1rem;
    }
}

/* ELEMENTS */

.link-arrow a {
    text-decoration: underline;
}

.cards-list__btn:after,
.link-arrow:not(.no-arrow) a:after {
    content: "\f178";
    display: inline-block;
    font-family: "FontAwesome";
    margin-left: 3px;
}

/* CARD CONTENT */

.card-content {
    padding: 0 1.5rem;
    margin-bottom: 20px;
}

.card-content:not(.no-border) {
    padding-top: 2rem;
    padding-bottom: 1.6rem;
    border-left: 3px solid var(--inz-border, var(--inz-primary) );
}

.full-height .card-content {
    height: 100%;
}

.card-content .wp-block-columns {
    margin-bottom: 0 !important;
}

@media (max-width: 575px) {
    .card-content.no-border {
        padding: 0;
    }
}

/* SELECT PRODUCTS */

.select-menu__nav .navbar-nav {
    width: 100%;
    display: flex;
    gap: 0.5rem 2rem;
    justify-content: space-between;
}

.select-menu__nav .navbar-nav > li {
	width: 100%;
	display: flex;
	position: relative;
}

.select-menu__nav .navbar-nav > li > a {
    width: 100%;
    padding: 0.5rem 0.2rem;
    border: 2px solid var(--inz-primary);
    color: var(--inz-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.38em;
    letter-spacing: 0.5px;
    line-height: 1.2;
    text-align: center;
    text-transform: lowercase;
    position: relative;
}

.select-menu__nav .navbar-nav > li > a.dropdown-toggle:after {
	content: "";
	width: 9px;
	height: 8px;
	margin-left: 5px;
	background: url(../../images/caret-down.png) center no-repeat;
	display: inline-block;
}

.select-menu__nav .navbar-nav > li > a:hover,
.select-menu__nav .navbar-nav > li > a:focus {
	background-color: var(--inz-primary);
	color: var(--white);
}

.select-menu__nav .navbar-nav > li > a:hover:after,
.select-menu__nav .navbar-nav > li > a:focus:after {
	filter: grayscale(1) brightness(0) invert(100%);
}

.select-menu__nav .navbar-nav > li .dropdown-menu {
    padding: 1rem 1.5rem 0.5rem;
    margin: 0 auto;
    background-color: var(--inz-light);
    border: 1px solid var(--inz-primary);
    display: none;
    font-size: 0.85em;
    list-style: none;
    top: 98%;
    left: 0;
    right: 0;
    z-index: 1;
}

.select-menu__nav .navbar-nav > li .dropdown-menu.show {
	display: block;
}

.select-menu__nav .navbar-nav > li .dropdown-menu ul {
	padding: 0;
	list-style: none;
}

.select-menu__nav .navbar-nav > li .dropdown-menu li {
	padding: 2px 0;
	display: block;
}

.select-menu__nav .navbar-nav > li .dropdown-menu li a:hover {
	text-decoration: underline;
}

.select-menu__nav .mgm-title {
    color: var(--inz-primary);
}

@media (max-width: 767px) {
    .select-menu__nav .navbar-nav {
        flex-wrap: wrap;
    }
}

/* GALLERY */

.gallery-block img {
    width: 100%;
    height: auto;
}

.gallery-block a:hover img {
    filter: brightness(90%);
}

.gallery-slider .slick-list {
    margin: 0 -10px;
}

.gallery-slider,
.gallery-slider .gallery-item {
    padding: 0 10px;
}

/* FEAT LIST */

ul.feat-list {
	padding: 0;
	list-style: none;
}

ul.feat-list>li {
	display: block;
	padding: 4px 0 4px 30px;
    font-size: 1em;
	position: relative;
}

ul.feat-list>li:before {
	content: "\f05d";
    color: var(--inz-primary);
    font-family: 'FontAwesome';
    font-size: 1.5em;
    position: absolute;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    ul.columns-list,
    .columns-list ul {
        -moz-column-count: 2;
        -moz-column-gap: 10px;
        -webkit-column-count: 2;
        -webkit-column-gap: 10px;
        column-count: 2;
        column-gap: 10px;
    }

    .columns-list li {
        page-break-inside: avoid;
        break-inside: avoid-column
    }
}

/* FAQ */

.acc-block .accordion-item {
    border: none;
    background-color: transparent;
}

.acc-block h2.accordion-header {
    margin: 0 !important;
    font-family: inherit;
}

.accordion-item .accordion-button {
    padding: 0.8rem 2rem;
    margin-bottom: 10px;
    background-color: #f5f5f8;
    border-left: 3px solid var(--inz-primary);
    color: inherit;
    outline: none;
}

.accordion-item .accordion-button:focus {
    border-color: var(--inz-primary);
}

.accordion-item .accordion-button:after {
    background-size: 0.8rem;
    background-position: center;
    border-radius: 30px;
    border: 1px solid var(
    --inz-primary);
    filter: grayscale(1);
}

.accordion-button:focus {
    outline: none;
    box-shadow: none !important;
}

.accordion-item .accordion-button:not(.collapsed) {
    color: var(--inz-primary);
    box-shadow: none;
}

.accordion-body .accordion-item .accordion-button {
    padding: 10px 14px 6px 0;
    margin: 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #d3d3d3;
    font-size: 13px;
    font-weight: 700;
}

.accordion-body .accordion-item .accordion-button:after {
    border: none;
}

.accordion-body .accordion-item .accordion-body {
    border: 1px solid #d3d3d3;
    border-top: 0;
    margin-bottom: 20px;
}

.parent-accordion.accordion-item > h2 .accordion-button {
    padding: 1rem 0;
    margin: 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--inz-gray);
}

.parent-accordion.accordion-item:last-child > h2 .accordion-button {
    border-bottom: none;
}

.parent-accordion.accordion-item .accordion-button:hover {
    text-decoration: underline;
}

.parent-accordion.accordion-item > .accordion-collapse > .accordion-body {
    border: 1px solid #d3d3d3;
}

@media (max-width: 575px) {
    .accordion-item .accordion-button {
        padding: 0.6rem 1rem;
    }
}

/* DOWNLOAD LIST */

.download-list {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}

.download-list li {
    padding: 10px 8px 8px;
    justify-content: space-between;
	position: relative;
}

.download-list li:nth-child(odd) {
	background: #e1e1e1;
}

.download-list li a:hover {
    text-decoration: underline;
}

.download-list li span {
    padding: 2px 5px 1px;
    background-color: rgb(255 255 255 / 50%);
	border-radius: 3px;
	color: #686868;
    font-size: 12px;
	text-align: center;
}

.download-list li span:first-of-type {
	width: 70px;
}

.download-list li .fa {
    margin-right: 5px;
    color: var(--inz-primary);
}

@media (min-width: 480px) {
    .download-list li {
        padding: 10px 8px 8px 90px;
        display: flex;
    }
    .download-list li span {
        position: absolute;
        right: 10px;
        top: 8px;
    }

    .download-list li span:first-of-type {
        left: 10px;
        right: auto;
    }
}

/* CONTACT BLOCK */

.contact-block {
    list-style: none;
    padding: 0;
    margin-bottom: 8px;
}

.contact-block li {
    display: block;
    margin-bottom: 5px;
}

.contact-block__line {
    display: flex;
    flex-wrap: wrap;
}

.contact-block__line span {
    padding-right: 12px;
}

.contact-block__line li:not(:last-of-type):not(.contact-block__label):after {
    content: " | ";
    color: var(--inz-primary);
    display: inline-block;
    margin: 0 6px;
}

/* SOCIAL BLOCK */

.social-block {display: inline-block;}

.social-block img {
    max-width: 22px;
    height: auto;
    margin: -3px 2px;
}

.has-text-align-center .social-block {
    justify-content: center;
}

.has-text-align-right .social-block {
    justify-content: flex-end;
}

/* CARDS LIST */

.cards-list__inner,
.cards-list__inner a {
    color: var(--inz-dark);
}

.style-1 .cards-list__inner,
.style-2 .cards-list__inner {
    width: 100%;
    height: 100%;
    min-height: 160px;
    padding: 2rem;
    background-color: #dedede;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    top: 0;
}

.style-3 .cards-list__inner,
.style-5 .cards-list__inner {
    padding: 0 0.5rem;
}

.cards-list__img img {
    width: 100%;
}

.cards-list__icon {
    width: 70px;
    height: 70px;
    text-align: center;
    display: flex;
    align-items: center;
}

.cards-list__icon img {
    max-width: 64px;
    margin: 0 auto;
}

.style-2 .cards-list__img img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.style-2 .cards-list__inner {
    border: none;
    overflow: hidden;
}

.style-2 .cards-list__img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.cards-list__overlay {
    background: var(--inz-dark);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.8;
    z-index: 1;
}

.cards-list__infos {
	z-index: 2;
}

.style-4 .cards-list__infos,
.style-3 .cards-list__infos {
    margin-top: 15px;
}

.cards-list__title {
    color: #000;
    font-size: 1.3em;
    font-weight: 700;
    z-index: 1;
}

.cards-list__item p {
	font-size: 12px;
}

.style-3 .cards-list__title {
    max-width: 80%;
    margin: 15px 0;
}

@media (max-width: 379px) {
    .style-3 .cards-list__title {
        max-width: 100%;
        font-size: 1em;
    }
}

.cards-list__item.style-2 .cards-list__title,
.cards-list__item.style-2 p {
    color: var(--white);
}

.cards-list__item.style-1 p {
    margin: 15px auto 10px;
}

.cards-list__btn {
    color: var(--inz-primary);
    border-bottom: 1px solid;
    font-size: 12px;
}

.service-slide .slick-list,
.cards-list__slide .slick-list {
    margin: 0 -15px;
}

.service-slide .service-slide__item,
.cards-list__slide .cards-list__item {
    padding: 0 15px;
}

@media (min-width: 768px) and (max-width: 781px) {
    .style-1 .cards-list__inner,
    .style-2 .cards-list__inner {
        padding: 10px 15px;
    }
}

@media (max-width: 991px) {
    .style-1 .cards-list__inner br,
    .style-2 .cards-list__inner br {
        display: none;
    }
}

/* SLIDER CONTENT */

.slider-content__item {
    padding: 1rem;
    background-color: #fefefe;
}

.slider-content__item h3 {
    margin-bottom: 1rem;
    color: #000;
    font-size: 1.8em;
}

.slider-content__group {
    min-height: 260px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 2rem;
}

.slider-content__grid {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 12px;
}

.slider-content__grid img {
    max-width: 36px !important;
    max-height: 35px !important;
    filter: invert(62%) sepia(76%) saturate(4672%) hue-rotate(340deg) brightness(102%) contrast(90%);
}

.slider-content__grid span {
    display: block;
    font-size: 1.3em;
    font-weight: 700;
}

@media (max-width: 575px) {
    .slider-content__group {
        flex-direction: column;
    }

    .slider-content__item h3 {
        margin-top: 1rem;
    }
}

@media (min-width: 768px) {
    .slider-content__grid {
        width: 45%;
    }
}

@media (min-width: 992px) {
    .slider-content__grid {
        width: 30%;
    }
}

/* VIDEO */

.video-item__thumb {
    border-bottom: 3px solid var(--inz-secondary);
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
}

.video-item__thumb img {
    width: 100%;
	height: auto;
}

.video-item__thumb:before {
    content: "";
    background: url(../../images/play-button.png) center no-repeat rgba(0,0,0,0.4);
    background-size: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.video-item__thumb:hover:before {
    background: url(../../images/play-button.png) center no-repeat rgba(0,0,0,0.5);
	background-size: 40px;
}

.video-item span {
    max-width: 85%;
    margin: 10px auto 0;
    display: block;
    font-size: 12px;
    line-height: 1.1;
}

/* PLACES */
  
#places-map img {
    height: auto;
    position: relative;
    width: 100%;
    opacity: 0.5;
    z-index: 1;
}

#places-map .map {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
#places-map .map-pins {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}
#places-map .map-location-marker {
    background: url(../../images/pin-office.png) no-repeat;
    background-size: cover;
    cursor: pointer;
    position: absolute;
    height: 24px;
    margin-top: -1.875em;
    margin-left: -0.7857142857em;
    left: var(--inz-pos-x);
    top: var(--inz-pos-y);
    width: 18px;
    z-index: 3;
}

#places-map .map-location-marker.fabric {
    background: url(../../images/pin-fabric.png) no-repeat;
    background-size: cover;
}

@media (min-width: 48em) {
    .js #places-map .map-location-marker {
        visibility: hidden;
    }
}

#map-info {
    width: 180px;
    background: var(--inz-dark);
    color: var(--white);
    font-size: 1em;
    position: absolute;
    left: var(--inz-pos-x);
    top: var(--inz-pos-y);
    padding: 1.5rem;
    z-index: 10;
}

#map-info small {
    color: var(--inz-primary);
}

#map-info .close-btn {
    background: url(../../images/icon-close.png) no-repeat;
    background-size: cover;
    cursor: pointer;
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}

@media (max-width: 575px) {
    #places-map .map {
        padding-bottom: 60px;
    }
    #map-info {
        width: 100%;
        padding: 5px 10px;
        top: auto;
        bottom: -30px;
        left: 0;
        right: 0;
    }
}

@media (min-width: 48em) {
    #map-info {
        margin-left: 3%;
        margin-top: -6%;
    }
    #map-info:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 14px 12px 0;
        border-color: transparent var(--inz-dark) transparent transparent;
        position: absolute;
        left: -12px;
    }
}

/* PLACES -ITEMS */

.place-list__item {
    height: 100%;
    padding: 1rem;
    border: 1px solid #dedede;
}

.place-list__item h3 {
    color: #000;
    font-size: 1.3em;
}

.place-list__item h3 .fa {
    color: var(--inz-primary);
}

.place-list__item ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
}

.place-list__item ul li a {
    color: var(--inz-primary);
}

/* MAP */

.map-block {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.map-block iframe {
    width: 100%;
    height: 400px;
}

/* DATA TABLES */

.datatables-btn {
    min-width: 92px;
    padding: 3px 8px 1px;
    margin-bottom: 3px;
    background-color: var(--inz-primary);
    border-radius: 3px;
    color: var(--white);
    display: table;
    font-size: 12px;
}

.datatables-btn .fa {
    margin-right: 5px;
}

.datatables-btn .fa {
    margin-right: 5px;
}

table.dataTable.datatables-table thead th, 
table.dataTable.datatables-table thead td {
    background-color: var(--white);
    border: none;
}

table.dataTable tbody tr.even {
    background-color: #e0e0e0;
}

table.dataTable tbody tr td {
    height: 65px;
}

.dataTables_length {
    display: none;
}

.dataTables_filter {
    margin-bottom: 10px;
}

.dataTables_filter input {
    width: 250px;
}

.datatables-block .dataTables_wrapper .dataTables_paginate {
    margin-top: 20px;
    float: none;
    text-align: center;
}

.datatables-block .dataTables_wrapper .dataTables_paginate .paginate_button,
.datatables-block .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.datatables-block .dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.datatables-block .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: transparent;
    border: none;
    color: var(--inz-primary) !important;
}

.datatables-block .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: var(--inz-dark) !important;
}

@media (max-width: 767px) {
    table.dataTable.datatables-table {
        overflow-x: auto;
    }
}

/* PRODUCTS */
.products-list {
    padding: 0;
    list-style: none;
}

.prod-item {
    margin-bottom: 2rem;
    position: relative;
    text-align: center;
}

.posts-slides .prod-item {
    width: 100%;
}

.prod-item__inner {
    padding-bottom: 1rem;
    border: 1px solid var(--inz-light);
    overflow: hidden;
}

.prod-item__thumb {
    border-bottom: 1px solid var(--inz-light);
    display: flex;
    align-items: center;
}

.prod-item__thumb img {
	width: 100%;
	height: auto;
}

.prod-item__infos {
    padding: 0 0.6rem;
}

.prod-item span.onsale {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
}

.prod-item h2,
.prod-item h3 {
    padding: 1.5rem 0 1rem;
    margin: 0;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.prod-item a.added_to_cart {
    display: none;
}

.prod-item .price {
	min-height: 45px;
	display: block;
	font-size: 0.8rem;
}

.prod-item a.button {
    width: 100%;
    max-width: 160px;
    padding: 0.66rem 0.5rem;
    background-color: transparent;
    border: 2px solid var(--inz-primary);
    color: var(--inz-primary);
    font-weight: 600;
}

.prod-item:hover .button,
.prod-item a.button:hover,
.prod-item button.button:hover {
    background-color: var(--inz-primary);
    color: var(--wp--preset--color--white);
}

.prod-item.outofstock a.button  {
	color: #c0c0c0;
}

.prod-item .star-rating {
    display: none;
}

@media (max-width: 576px) {
    .prod-item a.button {
        width: 100%;
        margin-top: 0.5rem;
    }
}

@media (max-width: 1199px) {
    .row.products-list {
        --bs-gutter-x: 0.6rem;
    }
}

/* LINKS PAGE */

.page-template-page-links {
    background-color: var(--bg-color-3);
}

[id*=links-block] {
    max-width: 600px;
    padding: 40px 0;
    margin: 0 auto;
}

.links-block__img {
    margin: 0 auto;
    text-align: center;
}

.links-block__img img {
    width: auto;
    max-width: 230px;
    height: auto;
}

.links-block__list {
    list-style: none !important;
    padding: 0;
}

.links-block__list li a {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
    color: var(--tx-color);
    background-color: var(--bg-color-1);
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    padding: 15px 5px;
    border-radius: 3px;
}

/* COLUMNS */

@media (min-width: 768px) and (max-width: 1199px) {
    .wp-block-columns.is-layout-flex {
        flex-wrap: wrap !important;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.item-md-100 {
        flex-basis: 100% !important;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 46% !important;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.item-md-70 {
        flex-basis: 65% !important;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.item-md-30 {
        flex-basis: 30% !important;
    }
}

@media (min-width: 768px) and (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.item-sm-100 {
        flex-basis: 100% !important;
    }
}

/* IMAGES */

.aligncenter,
div.aligncenter {
	margin: 5px auto 5px auto;
	text-align: center;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

img.alignright {
	float: right;
	margin: 5px 0 20px 10px;
}

img.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}

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

.wp-caption {
	background: var(--white);
	max-width: 100%;
	padding: 0;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 10px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 10px 0;
}

.wp-caption.alignright {
	margin: 5px 0 10px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

@media (max-width: 767px) {
    .has-text-align-right {
        text-align: left !important;
    }

    .is-content-justification-right {
        justify-content: center !important;
    }
}