:root {
    --inz-primary: #E4002B;
    --inz-gray: #787878;
    --inz-dark: #1d1d1b;
}

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

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

.wp-admin .interface-interface-skeleton__editor {
	max-width: 100%;
}
.wp-admin .folded div[id*=header-block] {
	max-width: calc(100vw - 20px - 36px);
}
.wp-admin .edit-post-layout.is-sidebar-opened div[id*=header-block] {
	max-width: 100vw;
}
.wp-admin .folded .edit-post-layout.is-sidebar-opened div[id*=header-block] {
	max-width: calc(100vw - 20px - 280px - 36px);
}

.wp-admin .interface-interface-skeleton__content .container ul li a,
.wp-admin .interface-interface-skeleton__content article a {
    pointer-events: none;
    text-decoration: none;
}

.wp-admin .block-editor-block-list__layout {
    font-family: 'Inter';
}

@media screen and (min-width: 960px) {
    .wp-admin .alignwide, 
    .wp-admin .alignfull {
            width:  100%;
            max-width:  100%;
    }
    .wp-admin .wp-block[data-align=full] {
        max-width: 100%;
    }
}

/* MARGIN TOP */

.m-t-5 {margin-top: 5px;}
.m-t-10 {margin-top: 10px;}
.m-t-15 {margin-top: 15px;}
.m-t-20 {margin-top: 20px;}
.m-t-25 {margin-top: 25px;}
.m-t-30 {margin-top: 30px;}
.m-t-35 {margin-top: 35px;}
.m-t-40 {margin-top: 40px;}
.m-t-45 {margin-top: 45px;}
.m-t-50 {margin-top: 50px;}
.m-t-55 {margin-top: 55px;}
.m-t-60 {margin-top: 60px;}
.m-t-65 {margin-top: 65px;}
.m-t-70 {margin-top: 70px;}
.m-t-75 {margin-top: 75px;}
.m-t-80 {margin-top: 80px;}
.m-t-85 {margin-top: 85px;}
.m-t-90 {margin-top: 90px;}
.m-t-95 {margin-top: 95px;}
.m-t-100 {margin-top: 100px;}
.m-t-130 {margin-top: 130px;}

/* MARGIN BOTTOM */

.m-b-5 {margin-bottom: 5px;}
.m-b-10 {margin-bottom: 10px;}
.m-b-15 {margin-bottom: 15px;}
.m-b-20 {margin-bottom: 20px;}
.m-b-25 {margin-bottom: 25px;}
.m-b-30 {margin-bottom: 30px;}
.m-b-35 {margin-bottom: 35px;}
.m-b-40 {margin-bottom: 40px;}
.m-b-45 {margin-bottom: 45px;}
.m-b-50 {margin-bottom: 50px;}
.m-b-55 {margin-bottom: 55px;}
.m-b-60 {margin-bottom: 60px;}
.m-b-65 {margin-bottom: 65px;}
.m-b-70 {margin-bottom: 70px;}
.m-b-75 {margin-bottom: 75px;}
.m-b-80 {margin-bottom: 80px;}
.m-b-85 {margin-bottom: 85px;}
.m-b-90 {margin-bottom: 90px;}
.m-b-95 {margin-bottom: 95px;}
.m-b-100 {margin-bottom: 100px;}
.m-b-130 {margin-bottom: 130px;}

/* PADDING TOP */

.p-t-5 {padding-top: 5px;}
.p-t-10 {padding-top: 10px;}
.p-t-15 {padding-top: 15px;}
.p-t-20 {padding-top: 20px;}
.p-t-25 {padding-top: 25px;}
.p-t-30 {padding-top: 30px;}
.p-t-35 {padding-top: 35px;}
.p-t-40 {padding-top: 40px;}
.p-t-45 {padding-top: 45px;}
.p-t-50 {padding-top: 50px;}
.p-t-55 {padding-top: 55px;}
.p-t-60 {padding-top: 60px;}
.p-t-65 {padding-top: 65px;}
.p-t-70 {padding-top: 70px;}
.p-t-75 {padding-top: 75px;}
.p-t-80 {padding-top: 80px;}
.p-t-85 {padding-top: 85px;}
.p-t-90 {padding-top: 90px;}
.p-t-95 {padding-top: 95px;}
.p-t-100 {padding-top: 100px;}
.p-t-120 {padding-top: 120px;}

/* PADDING BOTTOM */

.p-b-5 {padding-bottom: 5px;}
.p-b-10 {padding-bottom: 10px;}
.p-b-15 {padding-bottom: 15px;}
.p-b-20 {padding-bottom: 20px;}
.p-b-25 {padding-bottom: 25px;}
.p-b-30 {padding-bottom: 30px;}
.p-b-35 {padding-bottom: 35px;}
.p-b-40 {padding-bottom: 40px;}
.p-b-45 {padding-bottom: 45px;}
.p-b-50 {padding-bottom: 50px;}
.p-b-55 {padding-bottom: 55px;}
.p-b-60 {padding-bottom: 60px;}
.p-b-65 {padding-bottom: 65px;}
.p-b-70 {padding-bottom: 70px;}
.p-b-75 {padding-bottom: 75px;}
.p-b-80 {padding-bottom: 80px;}
.p-b-85 {padding-bottom: 85px;}
.p-b-90 {padding-bottom: 90px;}
.p-b-95 {padding-bottom: 95px;}
.p-b-100 {padding-bottom: 100px;}
.p-b-120 {padding-bottom: 120px;}

.top-80 {
    top: -80px;
    z-index: 1;
}

@media (max-width: 991px) {
    .top-80 {
        top: -40px;
    }
}

/* BUTTONS */

.btn-action,
.wp-block-button__link {
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 1.1em;
    text-align: center;
}

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

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

.is-style-outline>.wp-block-button__link, .wp-block-button__link.is-style-outline {
    border-width: 1px;
    padding: 9px 20px;
}

@media (max-width: 575px) {
	.btn-action {
		padding: 15px 20px;
	}
}

/* TOP HOME */

div.block-hero {
    margin: 90px auto 0;
}

.block-hero.top-page:after {
    content: "";
    width: 50%;
    max-width: 1150px;
    height: 20px;
    background-color: var(--white);
    position: absolute;
    bottom: 0;
}

.wp-admin div.block-hero .container {
    z-index: 1;
    position: relative;
}

.acf-block-body .acf-block-fields {
    z-index: 3;
}

.hero__overlay {
    background-color: var(--inz-dark);
    opacity: 0.9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.hero__outer {
	width: 100%;
	height: auto;
	padding: 40px 0;
	background-size: cover !important;
	color: var(--white);
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.block-hero.top-page .hero__outer {
    min-height: 220px;
    padding-bottom: 0;
}

.hero__inner {
    width: 95%;
    max-width: 700px;
}

.hero__outer h1,
.hero__outer h2,
.hero__outer .title {
    color: var(--white);
    font-size: 1.7em;
    font-weight: 600;
}

.hero__outer p {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    div.block-hero {
        border-left: 25px solid var(--white); 
    }
    
    .hero__outer {
        min-height: 700px;
    }
    
    .block-hero.top-page .hero__outer {
        min-height: 320px;
    }

    .hero__outer .container {
        padding: 0 70px;
        display: flex;
    }

    .top-page .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hero__outer h1,
    .hero__outer h2,
    .hero__outer .title {
        font-size: 2.7em;
    }

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

    .top-page h1 {
        margin-bottom: 0;
    }

    .top-page h1:after {
        content: "/";
        margin: 0 10px;
        font-weight: 200;
    }
}

@media (min-width: 1200px) {
    div.block-hero {
        border-left: 40px;
    }
}

/* PAGES */

.intitle,
h2.intitle,
p.intitle {
    font-size: 1.65em;
    font-weight: 200;
    line-height: 1.5;
    text-transform: uppercase;
}

.intitle strong {
    font-weight: 500;
}

.lined,
.lined-space {
	padding-left: 50px;
	position: relative;
}

.lined:before {
	content: "";
	width: 30px;
	height: 1px;
    border-top: 1px solid;
	position: absolute;
	left: 0;
	top: 15px;
}

p.intitle.bigger {
    margin: 0 auto;
    font-size: 28vw;
    font-weight: 700;
    line-height: 1;
    opacity: 0.05;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    word-break: break-all;
    text-align: center;
}

.wp-block-post-title {
    margin: 40px 0 0;
    font-size: 4em;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .intitle br {
        display: none;
    }
}

@media (min-width: 576px) {
    .lined,
    .lined-space {
        padding-left: 150px;
    }
    .lined:before {
        width: 130px;
    }
}
 
@media (min-width: 768px) {
    p.intitle.bigger {
        font-size: 25vw;
    }
}

@media (min-width: 1200px) {
    .intitle,
    h2.intitle,
    p.intitle {
        font-size: 2em;
        letter-spacing: -1px;
    }

    .intitle.small {
        font-size: 2.1em;
    }

    .lined,
    .lined-space {
        padding-left: 220px;
    }
    .lined:before {
        width: 200px;
    }
    p.intitle.bigger {
        font-size: 18vw;
    }
}

/* SECTION */

.section-block {
    min-height: 100vh;
    padding: 80px 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: var(--section-color);
    background-image: var(--section-image);
    background-repeat: var(--section-repeat);
    background-size: var(--section-size);
    background-position-x: var(--section-pos-x);
    background-position-y: var(--section-pos-y);
}

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

@media (max-width: 767px) {
    .section-block {
        padding-top: 20px;
    }
}

/* ELEMENTS */

.c-medium {
    max-width: 1200px;
}

.c-small {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-separator {
    border-bottom: none;
    border-color: #c9c9c9;
}

.wp-block-cover,
.wp-block-cover-image {
    padding: 5% 8% 2%;
    overflow: hidden;
}

.wp-block-cover.style-2 {
    padding: 0;
    overflow: inherit;
}

.wp-block-cover.style-2 .wp-block-column.has-background {
    padding: 5%;
    min-height: 400px;
    margin-top: -50px;
    margin-bottom: -70px;
}

.wp-block-cover.style-2 .wp-block-column.has-background p:last-child {
    margin-bottom: 0;
}

.acf-image-uploader .image-wrap img {
    max-width: 80px !important;
}

.m-b-115n {
    margin-bottom: -120px;
    z-index: 1;
}

@media (max-width: 575px) {
    .wp-block-cover,
    .wp-block-cover-image {
        padding: 30px 25px;
    }
    .wp-block-cover.style-2 .wp-block-column.has-background {
        padding: 30px;
    }
}

/* PRODUCTS */

.product-item {
    padding: 20px 20px 0;
    text-align: center;
}

.product-item h2 {
    margin: 0 0 30px;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.4;
    text-transform: uppercase;
}

.product-item:hover h2 {
    color: var(--inz-gray);
}

.product-item img {
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.product-item:hover img {
    filter: brightness(90%);
}

.product-item p {
    margin-bottom: 0;
    font-size: 12px;
    opacity: 0.8;
}

/* CATEGORY ITEM */

.wp-admin .term-item {
    position: relative;
}

.term-outer,
.term-item {
    border: 5px solid #fff;
}

.term-item__thumb {
    height: 48.2vh;
    min-height: 330px;
    background: var(--inz-tax-img) center no-repeat;
    background-size: cover;
    overflow: hidden;
    filter: brightness(70%);
}

.term-item__thumb:hover {
    filter: brightness(90%);
}

.term-item__thumb:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--inz-tax-color);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    opacity: 0.5;
    mix-blend-mode: overlay;
}

.term-item__infos {
    max-width: 290px;
    padding: 10% 30px 30px;
    background-color: var(--white);
    color: var(--inz-dark);
    border-radius: 0 0 30px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translate(50%, 0);
    box-shadow: 10px 30px 30px rgba(0,0,0,0.2)
}

.term-item__infos h2 {
    margin: 0 0 5px;
    font-size: 2.3em;
    font-weight: 200;
    text-transform: uppercase;
}

.term-item__infos p {
    max-width: 90%;
    margin: 0;
    font-size: 1.2em;
    line-height: 1.3;
    font-weight: 300;
}

@media (max-width: 575px) {
    .term-item__infos {
        padding: 20px;
        transform: translate(0, 0);
        top: 10px;
    }

    .term-item__infos h2 {
        font-size: 1.5em;
    }

    .term-item__infos p {
        font-size: 1em;
    }
}

/* ICONS LIST */

.icons-list {
    padding: 0;
    list-style: none;
}

.icons-list__item {
    margin-bottom: 60px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
}

.icons-list__item span {
    max-width: 90%;
    margin: 15px auto 0;
    display: block;
}

.icons-list__thumb {
    max-width: 200px;
    margin: 0 auto;
}

.icons-list__thumb img {
    width: 100%;
    max-width: 200px;
}

.icons-list__more {
    width: 30px;
    height: 30px;
    background-color: var(--white);
    color: var(--inz-dark);
    border: 1px solid #545151;
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    position: absolute;
    top: -15px;
}

.icons-list__more:hover {
	background-color: var(--inz-dark);
	color: var(--white);
}

@media (max-width: 575px) {
    .icons-list__more {
        top: -20px;
        left: 2px;
    }
}

@media (min-width: 1200px) {
    .icons-list__thumb {
        width: 90%;
    }
    .icons-list__more {
        width: 40px;
        height: 40px;
        font-size: 25px;
        line-height: 34px;
    }
}

@media (min-width: 1400px) {
    .icons-list__thumb {
        width: 77%;
    }
}

@media (min-width: 1200px) {
    .col-xl-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20%;
    }
}

/* LAYERS BLOCK */

.layer-group {
    width: 100%;
    max-width: 700px;
    padding: 0;
    margin: 0 auto 50px;
    list-style: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.layer-item {
    width: 100%;
    height: 120px;
    cursor: pointer;
    position: relative;
    margin: 0 0 -80px;
    list-style: none;
    background-image: var(--item-bg);
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    z-index: var(--item-index);
}

.layer-group:hover > .layer-item {
    filter: grayscale(50%) brightness(0.7);
}

.layer-group:hover > .layer-item:hover {
    filter: grayscale(0%) brightness(1);
}

.layer-item:first-child {
    height: 140px;
}

.layer-item.out {
    width: 100%;
    height: 180px;
}

.layer-item__count {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background-color: var(--inz-dark);
    color: var(--white);
    font-size: 14px;
    line-height: 27px;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    border: 1px solid var(--inz-secondary);
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: -90px;
    right: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    animation: pulse 1.5s infinite;
}

.out .layer-item__count {
    background-color: var(--main-color, var(--inz-secondary));
    color: var(--white);
}

.out .layer-item__count {
    filter: invert(0);
}

/* .out .layer-item__count:before {
	content: "";
	width: 5rem;
	height: 2px;
	background-color: var(--inz-primary);
	position: absolute;
	top: 45%;
	left: 100%;
} */

.layer-content {
    max-width: 650px;
    margin: 0 auto;
}

.layer-content__item {
    display: none;
    padding: 0 0 0 40px;
    border-left: 2px solid var(--main-color, var(--inz-primary));
}

.layer-content-1 {
    display: block;
}

.layer-content__item h3 {
    margin-bottom: 30px;
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .layer-item {
        height: 140px;
    }
    .layer-item:first-child {
        height: 160px;
    }
    .layer-item.out {
        height: 240px;
    }
    .layer-item__count {
        width: 35px;
        height: 35px;
        font-size: 17px;
        line-height: 35px;
    }
}

@media (min-width: 1200px) {
    .layer-content {
        padding-top: 60px;
    }
    .layer-item {
        height: 160px;
    }
    .layer-item:first-child {
        height: 190px;
    }
    .layer-item.out {
        height: 240px;
    }
}

/* IMAGES */

.alignnone {
	margin: 5px 0;
}

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

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

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

img.alignnone {
	margin: 5px 20px 10px 0;
}

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

.wp-admin .p-6 {
    padding: 3rem;
}

.wp-admin .wp-block-spacer {
    margin-bottom: 5px;
    border: 1px solid #c0c0c0;
}

@media (min-width: 600px) and (max-width: 767px) {
    .wp-block-column,
    .wp-block-column:not(:only-child) {
        flex-basis: 100%!important;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 781px) and (max-width: 992px) {
    .wp-block-column[style*="px"] {
        flex-basis: 50%!important;
    }
}

@media (min-width: 768px) and (max-width: 781px) {
    .row-md-100 .wp-block-column {
        flex-basis: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 599px) {
    .has-text-align-right {
        text-align: center;
    }

    .has-text-align-right.lined:before {
    	margin-right: auto;
    }

    .wp-block-buttons.is-content-justification-right {
        justify-content: center;
    }

    .btn-action.alignright {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }

    .lined.has-large-font-size {
        font-size: 16px !important;
    }
}