/*!
Theme Name: Carpet
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: carpet
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Carpet is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
}

p {
	color: #000;
	margin-bottom: 1.5em;
}

p:last-child {
	margin-bottom: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #000000;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s ease;
}

a:visited {
	color: #000000;
}

a:hover,
a:focus,
a:active {
	color: #000000;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	cursor: pointer;
	transition: all 0.5s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
    display: block;
    padding: 25px 5px 20px;
    background: #fff;
	border: 1px solid #EAEAEA;
	box-shadow: none;
	float: left;
	position: absolute;
	top: 110%;
	left: -999em;
	z-index: 1;
}
.main-navigation ul ul::before {
    content: "";
    border-width: 16px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -31px;
    left: 50%;
    margin-left: 0;
    z-index: 1;
    transform: translate(-50%, -0%);
}
.main-navigation ul ul::after {
    content: "";
    border-width: 16px;
    top: -32px;
    left: calc(50% - 0px);
    z-index: -1;
    margin-left: 0;
    border-style: solid;
    border-color: transparent transparent #EAEAEA transparent;
    position: absolute;
    transform: translate(-50%, -0%);
}
.main-navigation ul ul.sub-menu li:not(:last-child) {
    margin-bottom: 10px;
}
.main-navigation ul ul.sub-menu li a {
    text-align: center;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.menu .active > a{
	background: transparent;
}
.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: 50%;
    transform: translateX(-50%);
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.iwt-site-wrapper {
    overflow: hidden;
    position: relative;
}
body:not(.home) .iwt-site-wrapper {
    padding-top: 130px;
}

/* Font face start here */
@font-face {
	font-family: 'Carpet Society';
	src: url('assets/fonts/carpet/CarpetSociety.eot');
	src: url('assets/fonts/carpet/CarpetSociety.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/carpet/CarpetSociety.woff2') format('woff2'),
		url('assets/fonts/carpet/CarpetSociety.woff') format('woff'),
		url('assets/fonts/carpet/CarpetSociety.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* Font face end here */
/* Common CSS start here */
.iwt-loadbar {
    position: fixed;
    z-index: 1000;
    width: 0%;
    height: 3px;
    background-color: #000;
    top: 0;
    left: 0;
}
.grid-container {
	width: 100%;
	max-width: 97%;
}
h2 {
	font: normal normal normal 50px/55px "articulat-cf-normal";
	letter-spacing: 0px;
	color: #000000;
	text-transform: uppercase;
}
h3{
	font: normal normal normal 35px/40px Carpet Society;
	letter-spacing: 0px;
	color: #000000;
	text-transform: uppercase;
}
h5{
	font: normal normal normal 25px/28px Carpet Society;
	letter-spacing: 0px;
	color: #000;
}
h6 {
    text-align: left;
    font: normal normal bold 12px/13px "articulat-cf-bold";
    letter-spacing: 3px;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
}
.common-border-btn {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 3px;
    font-family: "articulat-cf-bold";
    font-weight: 700;
    border: 1px solid #D9D9D9;
    border-radius: 31px;
    padding: 21px 39px 21px 34px;
    position: relative;
}

.common-border-btn:after {
	content: "";
	height: 15px;
	width: 33px;
	position: absolute;
	background: url(./assets/images/arrow-right.svg);
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	right: -16px;
	transform: translateY(-50%);
}

/* Common CSS end here */
/** Preload Loader CSS start here **/
.start-load {
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
.start-load-item {
    position: absolute;
    width: 100vw;
	height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
	right: 0;
    transition: all 0.5s ease;
}
.start-load.loaded .start-load-item {
    transform: translateY(-100%);
    transition: all 0.3s ease;
}
.start-load__wrap-anim {
	width: 300px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
	transition: all 0.5s ease;
}
.start-load__wrap-anim.loaded {
    opacity: 0;
}
/** Preload Loader CSS end here **/
/* Header CSS start here */
.site-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	padding: 50px 0 18px;
	background: transparent;
}

.home .site-header:not(.fixed) {
	background: transparent;
}
.home .site-header:not(.fixed) .header-menu ul li.menu-item-has-children:before,
.home .site-header:not(.fixed) .iwt-language-switcher .iwt-lang-select::after,
.home .site-header:not(.fixed) .iwt-site-logo img,
.site-header.open-menu .iwt-site-logo img,
.site-header.open-menu .iwt-language-switcher .iwt-lang-select::after {
	filter: brightness(1) invert(1);
}
.site-header.open-menu .mobile-menu-icon .line,
.home .site-header:not(.fixed) .mobile-menu-icon .line,
.home .site-header:not(.fixed) .header-menu ul li a::after{
	background: #fff;
}
.home .site-header:not(.fixed) .header-menu ul li a,
.home .site-header:not(.fixed) .iwt-language-switcher .custom-select-trigger,
.home .site-header:not(.fixed) .iwt-language-switcher select,
.site-header.open-menu .iwt-language-switcher select,
.site-header.open-menu .iwt-language-switcher .custom-select-trigger {
	color: #fff;
}
.home .site-header:not(.fixed) .header-menu ul ul.sub-menu li a{
	color: #000;
}
.site-header .header-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.iwt-language-switcher {
	position: absolute;
	top: 8px;
	right: 0;
}
.iwt-language-switcher .iwt-lang-select{
	width: 100%;
	position: relative;
}
.iwt-language-switcher .iwt-lang-select::after {
    content: "";
    width: 12px;
    height: 8px;
    display: inline-block;
    background: transparent url(./assets/images/carpet-menu-arrow.svg) no-repeat center right;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.iwt-language-switcher select {
	background: transparent;
	border: none;
	padding: 0 16px 0 0;
	margin: 0;
	text-align: left;
	font: normal normal bold 12px/40px "articulat-cf-bold";
	letter-spacing: 3px;
	color: #000000;
	text-transform: uppercase;
	box-shadow: none;
}
.iwt-language-switcher select option {
    color: #000;
}
.iwt-language-switcher .custom-options .custom-option:hover,
.iwt-language-switcher .custom-options .custom-option.active{
	color: #D9D9D9;
}
.mobile-menu-icon {
    position: absolute;
    top: 22px;
    right: 0;
}
.mobile-menu-icon .hamburger-icon {
    margin: 0;
    padding: 0;
    width: 33px;
    height: auto;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 100%;
}
.mobile-menu-icon .line {
    width: 33px;
    height: 1px;
    background: #000;
    border-radius: 10px;
    margin: 0 auto 6px;
    opacity: 1;
    transition: all 0.3s ease;
}
.mobile-menu-icon .active,
.mobile-menu-icon .active .line {
    width: 27px;
}
.mobile-menu-icon .line:last-child {
    margin-bottom: 0;
}
/* Top line */
.mobile-menu-icon .active .line:first-child {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 5px 5px;
    transform: rotate(45deg);
    transform-origin: 5px 5px;
}
/* Second line */
.mobile-menu-icon .active .line:nth-child(2) {
	opacity: 0;
}
/* Bottom line */
.mobile-menu-icon .active .line:last-child {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 6px -5px;
    transform: rotate(-45deg);
    transform-origin: 6px -5px;
}
.site-header .iwt-site-logo {
	max-width: 150px;
	margin: 0 62px 0 85px;
}

.site-header .iwt-site-logo img {
	width: 100%;
}

.site-header.fixed {
	position: fixed;
	background: #fff;
	padding: 15px 0 5px;
	transition: 0.9s background ease;
}

.site-header.fixed .iwt-language-switcher {
	top: 5px;
}

.site-header .header-menu ul:not(.sub-menu) {
	gap: 0px 50px;
}

.site-header .iwt-site-logo img.sticky-logo {
	display: none;
	max-width: 55px;
	margin: 0 auto;
}

.site-header.fixed .iwt-site-logo img.sticky-logo {
	display: block;
}

.site-header.fixed .iwt-site-logo img:not(.sticky-logo) {
	display: none;
}
.site-header .header-menu .header-menu-left,
.site-header .header-menu .header-menu-right {
    width: calc((100% - 150px)/2);
}
.site-header .header-menu ul li a {
	font: normal normal bold 12px/13px "articulat-cf-bold";
	letter-spacing: 3px;
	color: #000000;
	text-transform: uppercase;
	padding: 5px;
	position: relative;
}
.site-header .header-menu ul li.menu-item-has-children > a {
    padding-right: 15px;
}
.site-header .header-menu ul li.menu-item-has-children:before {
    content: "";
    width: 10px;
    height: 6px;
    display: inline-block;
    background: transparent url(./assets/images/carpet-menu-arrow.svg) no-repeat center right;
    background-size: contain;
    position: absolute;
    top: 7px;
    right: 0;
    transform: unset;
}
.site-header .header-menu ul li.menu-item-has-children a::after{
	content: unset;
}
.site-header .header-menu ul:not(.sub-menu) > li > a {
    padding-bottom: 16px;
}
.site-header .header-menu .header-menu-left ul {
    justify-content: flex-end;
}

.site-header .header-menu ul li a::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	/* opacity: 0; */
	transition: opacity 0.3s ease, width 0.3s ease;
}
.site-header .header-menu ul.sub-menu li a::after{
	content: unset;
}

.site-header .header-menu ul li a:hover::after,
.site-header .header-menu ul li.current-menu-item a::after,
.site-header .header-menu ul li.current-menu-parent a::after{
	width: 33px;
}
.iwt-language-switcher {
	max-width: 34px;
	width: 100%;
	z-index: 2;
}

.iwt-language-switcher .custom-select {
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.iwt-language-switcher .custom-select-trigger {
	width: 100%;
	display: flex;
	align-items: center;
	height: 100%;
	margin: 0;
	position: relative;
	font: normal normal bold 12px/13px "articulat-cf-bold";
	letter-spacing: 3px;
	color: #000000;
	text-shadow: 0px 3px 99px #00000029;
	text-transform: uppercase;
}

.iwt-language-switcher .custom-options {
	margin: 0px 0px 0px;
	opacity: 0;
	visibility: hidden;
	border: 0;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	padding: 8px 5px;
	border-radius: 10px;
	background: #FCFAF7;
	width: 100%;
	max-width: 40px;
	position: absolute;
	right: 0;
	left: -5px;
	box-sizing: border-box;
	transition: all .4s ease-in-out;
	z-index: 9;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	font: normal normal bold 12px/20px "articulat-cf-bold";
	letter-spacing: 3px;
	color: #000000;
	text-transform: uppercase;
}

.iwt-language-switcher .custom-select:hover .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0);
}
/* Header CSS end here */
/* Home: Banner section CSS start here */
.iwt-banner-section, 
.top-home {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.iwt-banner-section::after {
    content: "";
    background: transparent linear-gradient(0deg, rgb(0 0 0 / 52%) 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 500px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.top-sl {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}
.top-sl:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 507px;
    background: transparent linear-gradient(180deg, rgb(0 0 0 / 52%) 0%, #00000000 100%) 0% 0% no-repeat padding-box;
}

.top-sl .slick-slide {
    min-height: 100vh;
    height: 100%;
}
.top-sl .slick-list,
.top-sl .slick-track {
    height: 100%;
}
.top-sl .slick-slide img {
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transform: scale(1.1);
    transition: all 8s linear;
    z-index: -1
}

.zoom-disabled .top-sl .slick-slide img {
    transform: scale(1) !important
}

.top-sl .slick-slide.slick-current.lorem img {
    transform: scale(1);
    transition: all 8s linear
}
.iwt-banner-section .iwt-banner-title {
    position: relative;
    z-index: 1;
	padding-top: 240px;
	padding-bottom: 200px;
}
.iwt-banner-section .iwt-banner-title h1 {
    color: #fff;
    max-width: 1190px;
    margin: 0 auto;
    text-align: center;
}
.iwt-banner-section .iwt-banner-links {
    width: 100%;
    position: absolute;
    bottom: 0;
	left: 0;
	z-index: 1;
    border-top: 1px solid rgb(255 255 255 / 20%);
}
.iwt-banner-section .iwt-banner-links a {
    text-align: left;
    font: normal normal normal 25px/30px "articulat-cf-normal";
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 52px 90px 49px 55px;
    position: relative;
    display: block;
}
.iwt-banner-section .iwt-banner-links .cell:first-child a {
    padding-left: 0;
}
.iwt-banner-section .iwt-banner-links a > span {
    max-width: 260px;
    display: inline-block;
    margin: 0 auto 0 0;
}
.iwt-banner-section .iwt-banner-links .iwd-banner-link-inner>a::before {
    content: "";
    width: 33px;
    height: 15px;
    position: absolute;
    right: 47px;
    top: calc(50% - 17px);
    z-index: 2;
    background-image: url(./assets/images/arrow-left-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
	transition: all 0.5s ease;
	opacity: 0;
}
.iwt-banner-section .iwt-banner-links .iwd-banner-link-inner>a:hover::before{
	opacity: 1;
}
.iwt-banner-section .iwt-banner-links .cell:not(:last-child) {
    border-right: 1px solid rgb(255 255 255 / 20%);
} 
/* Home: Banner section CSS end here */

/* HOME: New section css start here */
.iwt-new_sec {
	margin: 84px 0px;
}
.iwt-new_sec .grid-container {
	max-width: 1490px;
	padding: 0px 70px 0px 35px;
}
.iwt-new_sec .grid-x ,
.iwt-new_sec .iwt-new_content{
	position: relative;
}
.iwt-new_sec .iwt-new_content::before {
	position: absolute;
	content: " ";
	opacity: 0.5;
	top: -170px;
	left: -1277.543945px;
    width: 2434px;
    height: 2059px;
	background-position: center center;
	background-size: 2434px 2059px;
	background-repeat: no-repeat;
	background-image: url("assets/images/Union-2.svg");
}
.iwt-new_sec .iwt-new_content-inner {
	max-width: 720px;
	max-width: 60%;
	padding: 50px 0px 46px 70px;
}
.iwt-new_sec .iwt-img-wrapper {
	position: absolute;
	top: 90px;
	right: -30px;
}
.iwt-new_sec .iwt-new_shrttitle {margin-bottom: 30px;}

.iwt-new_sec .iwt-new_title h2{
	font-family: 'Carpet Society';
	text-transform: none;
	margin-bottom: 20px;
	max-width: 460px;
}
.iwt-new_sec .iwt-new_txt p {
	font-size: 25px;
	line-height: 35px;
	letter-spacing: 1.25px;
	margin-bottom: 35px;
}
.iwt-new_sec .iwt-new_btn .common-border-btn {
	text-transform: uppercase
}
.iwt-new_sec .iwt-new_btn .common-border-btn::after {
	content: unset;
}
.iwt-new_sec .iwt-new_btn .common-border-btn svg {
	position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}
.iwt-new_sec .iwt-new_txt p:empty{display: none;}
/* HOME: New section css end here */

/* Home: Nos section CSS start here */

.iwt-nos-sec {
	padding: 162px 0 121px;
}

.iwt-nos-sec .iwt-nos-lien {
	margin-top: 53px;
}

.iwt-nos-sec .iwt-nos-texte {
	column-count: 2;
	column-gap: 30px;
}

.iwt-nos-sec h2 {
	margin-bottom: 0;
}

.iwt-nos-sec .iwt-nos-intro {
	color: #000;
	max-width: 725px;
	margin: 27px auto 0 0;
	padding-right: 30px;
}
/* Home: Nos section CSS end here */
/* Home: Nos References section CSS start here */
.iwt-references-sec {
    background: #F8F8F8;
    padding: 105px 0 95px;
}
.iwt-references-sec .iwt-ref-title {
    margin-bottom: 43px;
}
.iwt-references-sec .iwt-ref-title h2{
	margin: 0;
}
.iwt-references-sec .iwt-ref-wrapper {
    width: 100%;
}
.iwt-references-sec .iwt-ref-wrapper .slick-list {
    margin: 0 -5px;
}
.iwt-references-sec .iwt-ref-wrapper .iwt-ref-post-btm {
    display: flex;
    align-items: flex-start;
    position: absolute;
    bottom: 0;
    width: 100%;
    justify-content: space-between;
    color: #fff;
    padding: 0 36px 0 55px;
}
.iwt-references-sec .iwt-ref-wrapper .slick-slide {
    margin: 0 5px;
}
.iwt-references-sec .iwt-ref-wrapper .iwt-ref-post .iwt-ref-post-image {
    position: relative;
}
.iwt-references-sec .iwt-ref-wrapper .iwt-ref-post {
    height: 100%;
}
.iwt-references-sec .iwt-ref-wrapper .iwt-ref-post .iwt-ref-post-image::after {
    content: "";
    background: transparent linear-gradient(0deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.8;
    width: 100%;
    height: 255px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.iwt-references-sec .iwt-ref-wrapper .iwt-ref-post > a {
    display: block;
    width: 100%;
    position: relative;
}
.iwt-references-sec .iwt-ref-wrapper .iwt-ref-post .iwt-ref-post-image img {
    width: 100%;
    height: auto;
    min-height: 840px;
    max-height: 840px;
    object-fit: cover;
}
.iwt-references-sec .iwt-ref-wrapper .iwt-ref-post-btm .iwt-res-title {
    font: normal normal bold 12px/14px "articulat-cf-bold";
    letter-spacing: 3px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.iwt-references-sec .iwt-ref-wrapper .iwt-ref-post-btm .iwt-ref-cats {
    display: flex;
    align-items: flex-start;
    border-left: 1px solid rgb(255 255 255 / 40%);
}
.iwt-ref-plus {
    padding-left: 100px;
    display: flex;
}
.iwt-ref-plus img {
    width: 38px;
    height: 38px;
}
.iwt-references-sec .iwt-ref-wrapper .iwt-ref-post-btm .iwt-ref-cat-item {
    text-align: center;
    font: normal normal normal 14px/16px "articulat-cf-normal";
    letter-spacing: 0.7px;
    color: #FFFFFF;
    padding: 0 60px 46px;
    display: inline-block;
    border-right: 1px solid rgb(255 255 255 / 40%);
}
.iwt-references-sec .iwt-ref-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 53px 0 0;
}
.iwt-slide-arrow {
    display: flex;
    align-items: center;
    gap: 0 33px;
}
.iwt-slide-arrow .slick-prev, 
.iwt-slide-arrow .slick-next {
    position: unset;
    transform: unset;
    width: 33px;
}
.iwt-slide-arrow .slick-arrow:before {
    content: "";
    background-size: contain;
    height: 15px;
    width: 33px;
    background-repeat: no-repeat;
    display: inline-block;
    opacity: 1;
}
.iwt-slide-arrow .slick-prev:before {
    background-image: url(./assets/images/arrow-left.svg);
}
.iwt-slide-arrow .slick-next:before {
    background-image: url(./assets/images/arrow-right.svg);
}
/* Home: Nos References section CSS end here */
/* Home: Nos savoir-faire section CSS start here */
.iwt-savoir-faire-sec {
    padding: 120px 0 215px;
}
.iwt-savoir-faire-sec .iwt-savoir-faire-des .iwt-savoir-faire-texte {
    margin-top: 37px;
}
.iwt-savoir-faire-sec .iwt-savoir-faire-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 26px 175px;
    margin-top: 74px;
}
.iwt-savoir-faire-sec .iwt-savoir-faire-links > li {
    width: calc((100% - 175px)/2);
}
.iwt-savoir-faire-sec .iwt-savoir-faire-links > li > a {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgb(23 34 24 / 11%);
    padding-bottom: 13px;
}
.iwt-savoir-faire-sec .iwt-savoir-faire-links > li > a::after {
    right: 0;
    transform: translate(0%, -50%);
    top: 10px;
}
.iwt-savoir-faire-sec .iwt-savoir-faire-des {
    max-width: 725px;
    padding-left: 30px;
    margin: 0 auto 0 0;
}
.iwt-savoir-faire-sec .iwt-savoir-faire-image {
    max-width: 547px;
    padding-right: 30px;
    margin: 0 15% 0 auto;
}
.iwt-savoir-faire-sec .iwt-savoir-faire-image img {
    width: 100%;
    min-height: 754px;
    object-fit: cover;
}
.iwt-savoir-faire-sec .iwt-savoir-faire-des .iwt-savoir-faire-exp-links {
    margin-top: 54px;
}
/* Home: Nos savoir-faire section CSS end here */
/* Home: Economie section CSS start here */
.iwt-economie-sec {
    background: #F8F8F8;
    padding: 118px 0 54px;
}
.iwt-economie-sec .grid-container > .grid-x {
    padding: 0 10%;
}
.iwt-economie-sec .iwt-economie-content {
    padding: 109px 0 0;
    max-width: 570px;
    padding-right: 21px;
}
.iwt-economie-sec .iwt-economie-image {
    max-width: 715px;
    margin: 0 0 0 auto;
    padding-left: 20px;
}
.iwt-economie-sec .iwt-economie-image img {
    width: 100%;
    height: auto;
    min-height: 695px;
    max-height: 695px;
    object-fit: cover;
}
.iwt-economie-sec .iwt-economie-content .iwt-economie-intro {
    margin-top: 33px;
}
.iwt-economie-sec .iwt-economie-content .iwt-economie-texte {
    margin-top: 40px;
}
.iwt-economie-sec .iwt-economie-content .iwt-economie-links {
    margin-top: 41px;
}
.home .iwt-carpet-insta-sec {
    background: #F8F8F8;
}
/* Home: Economie section CSS end here */
/* Home: Main Economie section CSS start here */
.iwt-meconomie-sec {
    padding: 0 0 146px;
}
.iwt-meconomie-sec .iwt-meco-wrapper {
    background: #F8F8F8;
}
.iwt-meconomie-sec .iwt-mecon-image {
    padding-right: 15%;
    height: 100%;
}
.iwt-meconomie-sec .iwt-mecon-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.iwt-meconomie-sec .iwt-meco-content {
    padding: 60px 15% 68px 16px;
}
.iwt-meconomie-sec .iwt-meco-intro {
    margin-top: 49px;
}
.iwt-meconomie-sec .iwt-meco-links {
    margin-top: 67px;
}
.iwt-meconomie-sec .iwt-meco-links > .common-arrow-btn:not(:last-child) {
    margin-bottom: 25px;
}
/* Home: Main Economie section CSS end here */
.new-collections-b-section-1 .iwt-banner-heading-1 {
	margin-bottom: 150px;
}

.new-collections-b-section-1 .iwt-stitre p,
.new-collections-b-section-1 .iwt-collab-titles .iwt-collab-item {
	font: normal normal 400 12px/13px articulat-cf-bold;
	letter-spacing: 3px;
	color: #000000;
	text-transform: uppercase;
}

.new-collections-b-section-1 .iwt-titre h1 {
	color: #000000;
	margin-top: 39px;
}

.new-collections-b-section-1 .iwt-texte p {
	font: normal normal 400 25px/35px articulat-cf-normal;
	letter-spacing: 1.25px;
	color: #000000;
	margin-bottom: 55px;
}

.new-collections-b-section-1 .iwt-banner-content-1 {
	margin-top: 51px;
}

.new-collections-b-section-1 .iwt-collab-titles {
	display: flex;
	flex-wrap: wrap;
	column-gap: 92px;
}

.new-collections-b-section-1 .iwt-collab-titles .iwt-collab-item {
	padding: 6px 35px 13px 0px;
	margin: 0px 0px 26px 0px;
	border-bottom: 1px solid rgba(23, 34, 24, 0.11);
	display: block;
	width: 100%;
	max-width: calc(50% - 46px);
	position: relative;
}

.new-collections-b-section-1 .iwt-collab-titles .iwt-collab-item::after {
	position: absolute;
	content: "";
	background: url(./assets/images/arrow-right.svg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 15px;
	width: 30px;
	top: auto;
	right: 0px;
}

.new-collections-b-section-2 .iwt-collab-listing {
	display: flex;
	flex-wrap: wrap;
	column-gap: 190px;
}
.new-collections-b-section-2 .iwt-collab-image {
    border: 1px solid #707070;
}

.new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_odd,
.new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_even {
	width: 100%;
	max-width: calc(50% - 95px);
	position: relative;
	border: 0px;
	padding: 0px;
	margin-bottom: 96px;
}
.new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_odd a,
.new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_even a{
 display: block;
}
.new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_odd a p, .new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_even a p{
	font-size: 35px;
	font-family: 'Carpet Society';
}
.new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_odd {
	margin-top: -148px;
}

.new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_odd img,
.new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_even img {
	width: 100% !important;
	height: auto !important;
	border: 0px;
	padding: 0px;
}

.new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_odd .iwt-collab-item,
.new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_even .iwt-collab-item {
	margin: 28px 0px 0px 0px;
	position: relative;
	padding-right: 50px;
}

.new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_odd .iwt-collab-item::after,
.new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_even .iwt-collab-item::after {
	position: absolute;
	content: "";
	background: url(./assets/images/plush-white-icon.svg);
	background-repeat: no-repeat;
	background-size: 32px 32px;
	height: 32px;
	width: 32px;
	top: auto;
	right: 0px;
}

.new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_odd .iwt-collab-item a,
.new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_even .iwt-collab-item a {
	font: normal normal 400 35px/36px articulat-cf-normal;
	letter-spacing: 0px;
	color: #000000;
	text-transform: uppercase;
}

/* Contact page CSS start here */
.iwt-contact-sec {
    padding: 103px 0 0;
	position: relative;
}
.iwt-contact-sec::before {
    content: "";
    width: 719px;
    height: 792px;
    display: block;
    background: transparent url(./assets/images/contact-bg.svg) no-repeat center center;
    background-size: contain;
    background-position: top 0 left -300px;
    position: absolute;
    top: 30%;
    left: 0;
	z-index: -1;
}
.iwt-page-title {
    font: normal normal bold 12px/13px articulat-cf-bold;
    letter-spacing: 3px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.iwt-contact-sec .iwt-contact-heading {
    max-width: 695px;
    padding-right: 30px;
    margin: 0 auto 0 0;
}
.iwt-contact-sec .iwt-showroom-lists {
    gap: 60px 0;
}
.iwt-contact-sec .iwt-showroom-item .iwt-showroom-image img {
    min-height: 228px;
    max-height: 228px;
    width: 100%;
    object-fit: cover;
}
.iwt-contact-sec .iwt-showroom-item .iwt-showroom-image {
    margin-bottom: 46px;
}
.iwt-contact-sec .iwt-showroom-item .iwt-italik-lieu h4 {
    font-family: "gyst-variable";
    font-size: 25px;
    line-height: 30px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0px;
    color: #000000;
}
.iwt-contact-sec .iwt-showroom-item .iwt-showroom-name {
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
}
.iwt-contact-sec .iwt-showroom-item .iwt-adresse p,
.iwt-contact-sec .iwt-showroom-item .iwt-horaires p,
.iwt-contact-sec .iwt-showroom-item .iwt-email-tele a {
    text-align: left;
    font: normal normal normal 16px/30px "articulat-cf-normal";
    letter-spacing: 0.8px;
    color: #000000;
}
.iwt-contact-sec .iwt-showroom-item .iwt-adresse, 
.iwt-contact-sec .iwt-showroom-item .iwt-horaires,
.iwt-contact-sec .iwt-showroom-item .iwt-email-tele {
    margin-top: 15px;
}
.iwt-contact-sec .iwt-showroom-item .iwt-email-tele a {
    display: block;
    font-weight: bold;
    font-family: "articulat-cf-bold";
	word-break: break-word;
}
.iwt-contact-sec .iwt-contacts-presse {
    margin-top: 100px;
	margin-bottom: 80px;
}
.iwt-contact-sec .iwt-contacts-presse .iwt-presse-title {
    border-bottom: 1px solid #707070;
    padding-bottom: 20px;
}
 
.iwt-contact-sec .iwt-contacts-presse .iwt-presse-details {
    margin-top: 40px;
}
.iwt-contact-sec .iwt-contacts-presse .iwt-presse-sub-details {
    display: flex;
    flex-wrap: wrap;
    gap: 21px 2%;
	margin-bottom: 26px;
}
.iwt-contact-sec .iwt-contacts-presse .iwt-presse-sub-details a {
    display: block;
    word-break: break-word;
}
.iwt-contact-sec .iwt-contacts-presse .iwt-presse-sub-details:last-child {
    margin-bottom: 0;
}
.iwt-contact-sec .iwt-contacts-presse .iwt-presse-sub-details .iwt-presse-sub-pays {
    width: 100%;
}
.iwt-contact-sec .iwt-contacts-presse .iwt-presse-sub-details > .iwt-presse-sub-nom {
    width: 22%;
}
.iwt-contact-sec .iwt-contacts-presse .iwt-presse-sub-details > .iwt-presse-sub-téléphone {
    width: 30%;
}
.iwt-contact-sec .iwt-contacts-presse .iwt-presse-sub-details > .iwt-presse-sub-mail {
    width: 43%;
}
.iwt-contact-sec .iwt-contacts-presse .iwt-presse-sub-details p, 
.iwt-contact-sec .iwt-contacts-presse .iwt-presse-sub-details a {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.8px;
}
.iwt-contact-sec .iwt-contacts-presse .iwt-presse-sub-details .iwt-presse-sub-pays p {
    font-family: "articulat-cf-bold";
}
/* Contact page CSS end here */
/* Press list page CSS start here */
.iwt-presse-sec {
    padding: 103px 0 0;
    position: relative;
}
.iwt-presse-sec::before {
    content: "";
    width: 719px;
    height: 792px;
    display: block;
    background: transparent url(./assets/images/contact-bg.svg) no-repeat center center;
    background-size: contain;
    background-position: top 0 left -300px;
    position: absolute;
    top: 14%;
    left: 0;
    z-index: -1;
}
.iwt-presse-sec .iwt-presse-heading {
    max-width: 430px;
    padding-right: 30px;
    margin: 0 auto 0 0;
}
.iwt-presse-sec .iwt-presse-intro {
    margin: 24px 0 150px;
}
.iwt-presse-sec .iwt-liste_presse {
    padding-bottom: 80px;
}
.iwt-presse-sec .iwt-liste_presse .iwt-presse-item {
	padding: 32px 0 0;
	border-top: 1px solid #E8E8E8;
	margin-bottom: 80px;
}
.iwt-presse-sec .iwt-liste_presse .iwt-presse-item:last-child {
    margin-bottom: 0;
}
.iwt-presse-sec .iwt-presse-item .iwt-presse-item-texte {
    margin: 44px 30px 0 0;
}
.iwt-presse-sec .iwt-presse-item .iwt-presse-date p {
    font-family: "gyst-variable";
    font-size: 25px;
    line-height: 30px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0px;
    color: #000000;
	margin-top: 2px;
}
.iwt-presse-sec .iwt-presse-item .iwt-presse-img {
    max-width: 198px;
}
.iwt-presse-sec .iwt-presse-item .iwt-presse-img img {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E8E8E8;
    width: 100%;
}
.iwt-presse-sec .iwt-presse-item .iwt-presse-content {
    max-width: calc(100% - 198px);
    padding-left: 56px;
}
.iwt-presse-sec .iwt-presse-item .iwt-presse-content .iwt-presse-texte{
    margin: 35px 55px 0 0;
}
.iwt-presse-sec .iwt-presse-item .iwt-presse-content .iwt-presse-btn {
    margin-top: 52px;
}
.iwt-pagination a:not(.prev-btn,.next-btn) {
    padding: 2px;
    letter-spacing: 3px;
    color: #000000;
    text-transform: uppercase;
    opacity: 0.3;
    font: normal normal bold 12px/13px articulat-cf-bold;
    text-align: center;
}
.iwt-pagination {
    display: flex;
    align-items: center;
    gap: 0 44px;
    margin-top: 95px;
}
.iwt-pagination > a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.iwt-pagination a.active {
	opacity: 1;
}
.iwt-pagination img {
    width: 33px;
    height: 15px;
    object-fit: contain;
}
.iwt-pagination .disabled {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	color: gray;
	pointer-events: none; 
	cursor: default;
}
/* Press list page CSS end here */
/** Default page CSS start here **/
.iwt-default-page {
	position: relative;
	padding: 50px 0px 0px;
	margin: 0px;
}
.iwt-default-page p>a, 
.iwt-default-page li>a {
    text-decoration: underline;
}
.iwt-default-page .entry-content {
	margin-top: 0;
}

.iwt-default-page .entry-content h2 {
	margin-bottom: 20px;
}

.iwt-default-page .entry-header {
	margin-bottom: 50px;
}

.iwt-default-page .entry-content h3 {
	margin-bottom: 10px;
}

.iwt-default-page .entry-content p {
	margin-bottom: 25px;
}
.iwt-default-page .entry-content ul li {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.8px;
    font-family: "articulat-cf-normal";
    color: #000;
    margin-bottom: 10px;
}
/** Default page CSS end here **/
/** 404 Page CSS start here **/
.not-found h1 {
	margin-bottom: 20px;
}

.not-found h2 {
	margin-bottom: 10px;
}

.not-found p {
	margin-bottom: 20px;
}

.not-found {
	height: auto;
	min-height: 70vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.not-found .cell {
	padding: 100px 0px;
}

/** 404 Page CSS end here **/
@media only screen and (min-width: 1800px) {
	.grid-container {
		max-width: 1740px;
	}
}
@media only screen and (max-width: 1550px) {

	.new-collections-b-section-1 .extra-large-12:nth-child(odd) {
		padding-right: 50px;
	}

	.new-collections-b-section-1 .extra-large-12:nth-child(even) {
		padding-left: 50px;
	}

	.new-collections-b-section-2 .iwt-collab-listing {
		column-gap: 100px;
	}

	.new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_odd,
	.new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_even {
		max-width: calc(50% - 50px);
	}

	.new-collections-b-section-2 .iwt-collab-titles {
		column-gap: 50px;
	}

	.new-collections-b-section-2 .iwt-collab-titles .iwt-collab-item {
		max-width: calc(50% - 25px);
	}

}
@media only screen and (max-width: 1439px) and (min-width: 1201px){
	.site-header .header-menu ul:not(.sub-menu) {
		gap: 0px 20px;
	}
	.site-header .iwt-site-logo {
		margin: 0 30px;
	}
	.iwt-banner-section .iwt-banner-title h1 {
		max-width: 900px;
		font-size: 50px;
	}
	.iwt-banner-section .iwt-banner-links a {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.iwt-savoir-faire-sec .iwt-savoir-faire-links {
		gap: 26px 40px;
	}
	.iwt-savoir-faire-sec .iwt-savoir-faire-links > li {
		width: calc((100% - 40px)/2);
	}
	.iwt-savoir-faire-sec .iwt-savoir-faire-image {
		margin: 0 0 0 auto;
	}
	.iwt-meconomie-sec .iwt-mecon-image {
		padding-right: 8%;
	}
	.iwt-meconomie-sec .iwt-meco-content {
		padding: 50px 8% 50px 16px;
	}
	.iwt-economie-sec .grid-container > .grid-x {
		padding: 0 3%;
	}
	.iwt-presse-sec .iwt-presse-item .iwt-presse-content {
		padding-left: 35px;
	}
	.iwt-presse-sec .iwt-presse-item .iwt-presse-content h2 {
		font-size: 40px;
		line-height: 45px;
	}
	.iwt-presse-sec .iwt-presse-item .iwt-presse-content .iwt-presse-texte {
		margin-right: 0;
	}
}
@media only screen and (max-width: 1350px) {

	.new-collections-b-section-1 .extra-large-12:nth-child(odd) {
		padding-right: 25px;
	}

	.new-collections-b-section-1 .extra-large-12:nth-child(even) {
		padding-left: 25px;
	}

	.new-collections-b-section-2 .iwt-collab-listing {
		column-gap: 50px;
	}

	.new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_odd,
	.new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_even {
		max-width: calc(50% - 25px);
		margin-bottom: 51px;
	}

	.new-collections-b-section-2 .iwt-collab-titles {
		column-gap: 30px;
	}

	.new-collections-b-section-2 .iwt-collab-titles .iwt-collab-item {
		max-width: calc(50% - 15px);
	}
}
@media only screen and (max-width: 1200px) and (min-width: 1024px){
	.site-header .header-menu ul li a {
		font-size: 10px;
	}
	.site-header .header-menu ul:not(.sub-menu) {
		gap: 0px 10px;
	}
	.site-header .header-menu .header-menu-left, .site-header .header-menu .header-menu-right {
		width: calc((100% - 130px)/2);
	}
	.site-header .iwt-site-logo {
		margin: 0 20px;
		max-width: 130px;
	}
	.iwt-savoir-faire-sec .iwt-savoir-faire-image {
		margin: 0 0 0 auto;
	}
	.iwt-savoir-faire-sec {
		padding: 100px 0 150px;
	}
	.iwt-savoir-faire-sec .iwt-savoir-faire-links > li {
		width: 100%;
	}
	.iwt-savoir-faire-sec .iwt-savoir-faire-links {
		margin-top: 40px;
	}
	.iwt-nos-sec {
		padding: 140px 0 100px;
	}
	.iwt-nos-sec > .grid-container > .grid-x> .cell:first-child {
		padding-right: 30px;
	}
	.iwt-nos-sec .iwt-nos-intro {
		padding-right: 0;
	}
	h2 {
		font-size: 43px;
		line-height: 48px;
	}
	.iwt-meconomie-sec .iwt-meco-links {
		margin-top: 40px;
	}
	.iwt-meconomie-sec .iwt-mecon-image {
		padding-right: 8%;
	}
	.iwt-meconomie-sec .iwt-meco-intro {
		margin-top: 30px;
	}
	.iwt-meconomie-sec .iwt-meco-content {
		padding: 40px 5% 40px 16px;
	}
	.iwt-economie-sec .grid-container > .grid-x {
		padding: 0 3%;
	}
	.iwt-economie-sec .iwt-economie-image img {
		min-height: 655px;
		max-height: 655px;
	}
	.iwt-economie-sec .iwt-economie-content {
		padding: 80px 0 0;
	}
	.iwt-banner-section .iwt-banner-title h1 {
		max-width: 950px;
		font-size: 55px;
	}
	.iwt-banner-section .iwt-banner-links a {
		padding: 42px 70px 40px 20px;
		font-size: 23px;
	}
	.iwt-banner-section .iwt-banner-links .iwd-banner-link-inner>a::before {
		right: 25px;
	}
	.iwt-contact-sec .iwt-contact-heading h1 {
		font-size: 60px;
	}
	.iwt-contact-sec .iwt-showroom-item .iwt-showroom-image img {
		min-height: 180px;
		max-height: 180px;
	}
	.iwt-contact-sec .iwt-showroom-item .iwt-showroom-image {
		margin-bottom: 30px;
	}
	.iwt-contact-sec .iwt-showroom-item .iwt-adresse p, 
	.iwt-contact-sec .iwt-showroom-item .iwt-horaires p, 
	.iwt-contact-sec .iwt-showroom-item .iwt-email-tele a {
		font-size: 13px;
		line-height: 28px;
		letter-spacing: 0.6px;
	}
	.iwt-contact-sec .iwt-contacts-presse .iwt-presse-sub-details p, 
	.iwt-contact-sec .iwt-contacts-presse .iwt-presse-sub-details a {
		font-size: 13px;
		line-height: 16px;
		letter-spacing: 0.6px;
	}
	.iwt-contact-sec .iwt-contacts-presse .iwt-presse-sub-details > .iwt-presse-sub-nom {
		width: 20%;
	}
	.iwt-contact-sec .iwt-contacts-presse .iwt-presse-sub-details > .iwt-presse-sub-mail {
		width: 45%;
	}
	.iwt-presse-sec .iwt-presse-item .iwt-presse-img {
		max-width: 150px;
	}
	.iwt-presse-sec .iwt-presse-item .iwt-presse-content {
		max-width: calc(100% - 150px);
		padding-left: 30px;
	}
	.iwt-presse-sec .iwt-presse-item .iwt-presse-content h2 {
		font-size: 30px;
		line-height: 34px;
	}
	.iwt-presse-sec .iwt-presse-heading h1 {
		font-size: 60px;
	}
	.iwt-presse-sec::before {
		background-size: 70%;
		background-position: top 0 left -200px;
	}
	.iwt-presse-sec .iwt-presse-intro {
		margin: 0 0 100px;
	}
	.iwt-presse-sec .iwt-presse-item .iwt-presse-content .iwt-presse-texte{
		margin-right: 0;
	}
}
@media only screen and (max-width: 1023px) {
	.grid-container {
		max-width: unset;
	}
	.site-header {
		padding: 30px 0;
	}
	.site-header .iwt-site-logo {
		margin: 0;
	}
	.site-header.open-menu {
        position: fixed;
        background: transparent;
    }
	.site-header.fixed .mobile-menu-icon {
		top: 16px;
	}
	.site-header.fixed {
		padding: 20px 0 15px;
	}
	.site-header.fixed .iwt-language-switcher {
		top: 5px;
	}
    .iwt-fixed {
        overflow: hidden;
    }
    .iwt-res-menu {
        display: block;
        background: #000;
        height: 100vh;
        overflow: auto;
        position: fixed;
        width: 100%;
        top: 0;
        left: 100%;
        z-index: 98;
        transition: left 1s cubic-bezier(.90,0,.90,1);
        padding-top: 130px;
        padding-bottom: 0;
    }
	.iwt-res-menu .res-wrapper {
		padding: 0px 40px;
		overflow-y: scroll;
		height: 100%;
	}
    .iwt-res-menu.open {
        left: 0;
        transition: left 0.8s cubic-bezier(0,0,0,1);
    }
    .iwt-res-menu .iwt-res-top ul.menu {
        list-style: none;
        display: block;
        margin: 0px;
    }
    .iwt-res-menu .iwt-res-top ul.menu > li{
        position: relative;
        overflow: hidden;
    }
	.iwt-res-menu .iwt-res-top ul.menu > li::after {
		content: "";
		position: absolute;
		height: 1px;
		width: 100%;
		bottom: 0;
		right: 100%;
		opacity: 1;
		transition: right 1.3s ease-in;
		background: rgb(255 255 255 / 11%);
	}
	.iwt-res-menu .iwt-res-top > div:last-child ul.menu > li:last-child::after{
		content: unset;
	}
    .iwt-res-menu.open .iwt-res-top ul.menu > li::after,
    .iwt-res-menu.open .iwt-res-bottom .footer-email::after {
        right: 0;
        width: 100%;
    }
    .iwt-res-menu.open .iwt-res-top ul.menu > li:nth-child(1)::after{
        transition: right 1.3s ease-in;
    }
    .iwt-res-menu.open .iwt-res-top ul.menu > li:nth-child(2)::after{
        transition: right 1.5s ease-in;
    }
    .iwt-res-menu.open .iwt-res-top ul.menu > li:nth-child(3)::after{
        transition: right 1.6s ease-in;
    }
    .iwt-res-menu.open .iwt-res-top ul.menu > li:nth-child(4)::after{
        transition: right 1.7s ease-in;
    }
    .iwt-res-menu.open .iwt-res-top ul.menu > li:nth-child(5)::after{
        transition: right 1.8s ease-in;
    }
    .iwt-res-menu.open .iwt-res-bottom .footer-email::after {
        transition: right 1.9s ease-in;
    }
	.iwt-res-menu .iwt-res-top ul.menu > li a {
		position: relative;
		border-bottom: none;
		text-align: center;
		font: normal normal bold 10px/10px "articulat-cf-bold";
		letter-spacing: 2.5px;
		color: #fff;
		opacity: 0;
		padding: 20px 0;
		display: block;
		text-transform: uppercase;
		transform: translateY(120px);
		transition-duration: 0.3s;
		transition-property: opacity transform;
		transition-timing-function: cubic-bezier(.69,-0.01,.28,.99);
		transition-delay: calc(0.1s * var(--i));
	}
    .iwt-res-menu.open .iwt-res-top ul.menu > li a {
        opacity: 1;
        transition-duration: 1s;
        transform: translateY(0px);
        transition-delay: calc(0.1s * var(--i));
    }
	.iwt-res-menu .iwt-res-top ul.menu > li a:hover {
		color: #D9D9D9;
	}
	.iwt-res-menu .iwt-res-top ul.menu > li ul.sub-menu {
		padding: 0;
		margin: 0px;
		list-style: none;
	}
    .iwt-res-menu .iwt-res-top ul.menu > li ul.sub-menu li {
        position: relative;
        border-bottom: none;
    }
    .iwt-res-menu .iwt-res-top ul.menu > li ul.sub-menu li::before {
        content: unset;
    }
	.iwt-res-menu .iwt-res-top ul.menu > li ul.sub-menu li a {
		padding: 13px 0;
		display: block;
		border: none;
		opacity: 0.4;
	}
	.iwt-res-menu .iwt-res-top ul.menu > li ul.sub-menu li:first-child a {
		padding-top: 7px;
	}
	.iwt-res-menu .iwt-res-top ul.menu > li ul.sub-menu li:last-child a {
		padding-bottom: 20px;
	}
	.iwt-res-bottom {
		margin-top: 50px;
		padding-bottom: 40px;
		position: relative;
		overflow: hidden;
		transform: translateY(100%);
		transition-duration: 0.3s;
		transition-property: opacity transform;
		transition-timing-function: cubic-bezier(.69,-0.01,.28,.99);
		transition-delay: calc(0.1s * var(--i));
	}
	.iwt-res-menu.open  .iwt-res-bottom {
		opacity: 1;
		transition-duration: 1s;
		transform: translateY(0);
		transition-delay: calc(0.1s * var(--i));
	}
	.iwt-res-bottom .footer-text {
		position: relative;
		text-align: center;
		padding-top: 20px;
		max-width: 300px;
		margin: 0 auto;
	}
	.iwt-res-bottom .footer-text h3 {
		font-size: 25px;
		line-height: 28px;
		letter-spacing: 0px;
	}
	.iwt-res-bottom .footer-text::before {
		content: "";
		display: inline-block;
		width: 48px;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.iwt-language-switcher {
		right: unset;
		left: 0;
		top: 12px;
	}
	.iwt-banner-section .iwt-banner-title {
		padding-top: 295px;
		padding-bottom: 290px;
	}
	.iwt-banner-section .iwt-banner-links a,
	.iwt-banner-section .iwt-banner-links .cell:first-child a {
		padding: 27px 35px;
	}
	.iwt-banner-section .iwt-banner-links .grid-container {
		padding: 0;
	}
	.iwt-banner-section .iwt-banner-links .cell:not(:last-child) {
		border-right: 0;
		border-bottom: 1px solid rgb(255 255 255 / 20%);
	}
	.iwt-banner-section .iwt-banner-links .iwd-banner-link-inner>a::before {
		right: 36px;
		top: calc(50% - 10px);
		opacity: 1;
	}
	.iwt-banner-section .iwt-banner-links a > span {
		max-width: unset;
		display: block;
		margin: 0;
	}
	.iwt-new_sec {
		margin: 64px 0px 0;
	}
	.iwt-new_sec .grid-container {
		padding: 0px 35px 0px 35px;
	}
	.iwt-new_sec .grid-x {
		position: relative;
	}
	.iwt-new_sec .iwt-new_content::before {
		top: 90px;
		left: -1477.543945px;
	}
	.iwt-new_sec .iwt-new_content-inner {
		max-width: 100%;
		padding: 50px 50px 42% 50px;
	}
	.iwt-new_sec .iwt-img-wrapper {
		position: unset;
		top: 0px;
		right: 0px;
		padding: 0px 59px;
		margin-top: -35%;
	}
		
	.new-collections-b-section-1 .extra-large-12:nth-child(odd) {
		padding-right: 0px;
	}

	.new-collections-b-section-1 .extra-large-12:nth-child(even) {
		padding-left: 0px;
	}

	.new-collections-b-section-1 .iwt-banner-heading-1 {
		margin-bottom: 0px;
	}
	.new-collections-b-section-1 .iwt-banner-content-1 {
		margin-top: 0;
	}
	.new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_odd {
		margin-top: -100px;
	}
	.new-collections-b-section-2 .iwt-collab-listing {
		column-gap: 113px;
	}
	.new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_odd, .new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_even {
		max-width: calc(50% - 57px); 
	}
	.new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_odd a p, .new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_even a p {
		font-size: 27px;
		line-height: 33px;
		font-family: 'Carpet Society';
	}
	.new-collections-b-section-1 {
		padding-bottom: 170px;
	}
	.iwt-nos-sec {
		padding: 130px 0 90px;
	}
	.iwt-nos-sec .iwt-nos-intro {
		max-width: unset;
		margin: 60px auto 0 0;
		padding-right: 0;
	}
	.iwt-nos-sec .iwt-nos-texte {
		margin-top: 30px;
	}
	.iwt-references-sec {
		padding: 90px 0;
	}
	.iwt-references-sec .iwt-ref-wrapper .iwt-ref-post .iwt-ref-post-image img {
		min-height: 342px;
		max-height: 342px;
	}
	.iwt-references-sec .iwt-ref-wrapper .iwt-ref-post-btm {
		padding: 0 23px;
	}
	.iwt-ref-plus {
		display: flex;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0;
	}
	.iwt-references-sec .iwt-ref-wrapper .iwt-ref-post-btm .iwt-ref-cats {
		display: block;
		position: relative;
		width: 50%;
		padding-left: 40px;
		padding-right: 50px;
		height: 100%;
		padding-bottom: 14px;
		min-height: 62px;
	}
	.iwt-references-sec .iwt-ref-wrapper .iwt-ref-post-btm .iwt-ref-cat-item {
		text-align: left;
		padding: 0;
		border-right: 0;
		display: block;
		line-height: 14px;
		margin-bottom: 10px;
	}
	.iwt-references-sec .iwt-ref-bottom {
		margin: 25px 0 0;
	}
	.iwt-savoir-faire-sec {
		padding: 90px 0;
	}
	.iwt-savoir-faire-sec .iwt-savoir-faire-image {
		max-width: unset;
		padding-right: 0;
		margin: 0;
	}
	.iwt-savoir-faire-sec .iwt-savoir-faire-des {
		max-width: 607px;
		padding-left: 0;
		margin: 60px 0 0;
	}
	.iwt-savoir-faire-sec .iwt-savoir-faire-links {
		gap: 26px 105px;
		margin-top: 50px;
	}
	.iwt-savoir-faire-sec .iwt-savoir-faire-links > li {
		width: calc((100% - 105px)/2);
	}
	.iwt-meconomie-sec {
		padding: 0 0 90px;
	}
	.iwt-meconomie-sec .iwt-meco-wrapper {
		background: transparent;
	}
	.iwt-meconomie-sec .iwt-mecon-image {
		padding-right: 0;
	}
	.iwt-meconomie-sec .iwt-meco-content {
		padding: 60px 0 0;
	}
	.iwt-economie-sec .grid-container > .grid-x {
		padding: 0;
		flex-direction: column-reverse;
	}
	.iwt-economie-sec .iwt-economie-image {
		max-width: unset;
		margin: 0;
		padding-left: 0;
	}
	.iwt-economie-sec {
		padding: 90px 0 0;
	}
	.iwt-economie-sec .iwt-economie-content {
		padding: 60px 0 0;
		max-width: 607px;
	}
	.iwt-contact-sec {
		padding: 156px 0 0;
	}
	.iwt-page-title {
		margin-bottom: 25px;
	}
	.iwt-contact-sec .iwt-contact-heading {
		max-width: 518px;
		padding-right: 0;
		margin-bottom: 132px;
	}
	.iwt-contact-sec .iwt-showroom-item .iwt-showroom-image img {
		min-height: 191px;
		max-height: 191px;
	}
	.iwt-contact-sec::before {
		width: 480px;
		height: 532px;
		background-position: top 0 right 266px;
		top: 324px;
		left: unset;
		right: 0;
		transform: scaleX(-1);
		z-index: -1;
	}
	.iwt-presse-sec {
		padding: 151px 0 67px;
	}
	.iwt-presse-sec .iwt-presse-heading {
		position: unset;
		max-width: 350px;
		padding-right: 0;
	}
	.iwt-presse-sec::before {
		content: unset;
	}
	.iwt-presse-sec .iwt-presse-intro {
		margin: 0 0 85px;
		padding-right: 8%;
	}
	.iwt-presse-sec .iwt-presse-item .iwt-presse-content .iwt-presse-texte{
		margin: 30px 0 0 0;
	}
	.iwt-presse-sec .iwt-presse-intro p.big-p {
		margin-bottom: 30px;
	}
	.iwt-presse-sec .iwt-presse-item .iwt-presse-content .iwt-presse-btn {
		margin-top: 20px;
	}
	.iwt-pagination {
		margin-top: 88px;
		justify-content: center;
	}
	.not-found h1 {
		font-size: 50px;
	}
	.not-found h2 {
		font-size: 40px;
	}
}
@media only screen and (max-width: 767px) {
	.top-sl .slick-slide {
		min-height: 700px
	}
	.top-home {
		min-height: auto;
		padding: 0
	}
	.iwt-new_sec {
		margin: 25px 0px 0;
	}
	.iwt-new_sec .grid-container {
		padding: 0px 20px 0px 20px;
	}
	.iwt-new_sec .iwt-new_content::before {
		top: 150px;
        left: -764.543945px;
		width: 1220px;
		height: 1031px;
		background-size: 1220px 1031px;
		background-image: url("assets/images/Union-17-mobile.svg");
	}
	.iwt-new_sec .iwt-new_content-inner {
		padding: 50px 20px 42% 20px;
	}
	.iwt-new_sec .iwt-new_shrttitle {
		margin-bottom: 17px;
	}
	.iwt-new_sec .iwt-new_title h2{
		font-size: 34px;
	}
	.iwt-new_sec .iwt-new_txt p {
		font-size: 20px;
		line-height: 32px;
		letter-spacing: 1px;
		margin-bottom: 30px;
	}
	.iwt-new_sec .iwt-img-wrapper {
		padding: 0px 30px;
		margin-top: -35%;
	}
	.iwt-new_sec .iwt-new_btn .common-border-btn::after {
		content: unset;
	}
	.iwt-new_sec .iwt-new_btn .common-border-btn svg {
		position: absolute;
		top: 50%;
		right: -16px;
		transform: translateY(-50%);
	}
	.new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_odd a p, .new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_even a p {
		font-size: 25px;
		line-height: 1.3;
		font-family: 'Carpet Society';
	}

	.new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_odd {
		margin-top: 0px;
	}

	.new-collections-b-section-1 {
		padding-bottom: 59px;
	}

	.new-collections-b-section-2 .iwt-collab-listing {
		column-gap: 40px;
	}

	.new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_odd,
	.new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_even {
		max-width: calc(100% - 0px);
		margin-bottom: 0;
	}

	.new-collections-b-section-1 .iwt-collab-titles {
		column-gap: 0px;
	}

	.new-collections-b-section-1 .iwt-collab-titles .iwt-collab-item {
		max-width: calc(100% - 0px);
	}


	.new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_odd .iwt-collab-item a,
	.new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_even .iwt-collab-item a {
		font: normal normal 400 25px/26px articulat-cf-normal;
	}

	.new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_odd .iwt-collab-item::after,
	.new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_even .iwt-collab-item::after {
		background-size: 25px 25px;
		height: 25px;
		width: 25px;
		top:2px
	}
	.new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_odd .iwt-collab-item, .new-collections-b-section-2 .iwt-collab-listing .iwt-collabs_even .iwt-collab-item {
		margin: 23px 0px 0px 0px; 
	}
	.site-header .iwt-site-logo {
		max-width: 104px;
	}
	.site-header .iwt-site-logo img.sticky-logo {
		max-width: 42px;
	}
	.site-header.fixed .mobile-menu-icon {
		top: 10px;
	}
	.iwt-language-switcher select {
		font-size: 10px;
		line-height: 12px;
	}
	.site-header.fixed .iwt-language-switcher {
		top: 0px;
	}
	.iwt-language-switcher .iwt-lang-select::after {
		width: 10px;
	}
	.iwt-language-switcher {
		top: 0;
	}
	.mobile-menu-icon {
		top: 13px;
	}
	.iwt-banner-section .iwt-banner-title {
		padding-top: 201px;
		padding-bottom: 340px;
	}
	.iwt-banner-section .iwt-banner-links a,
	.iwt-banner-section .iwt-banner-links .cell:first-child a {
		padding: 15px 45px 15px 22px;
		font-size: 17px;
		line-height: 30px;
	}
	.iwt-banner-section .iwt-banner-links .iwd-banner-link-inner>a::before {
		right: 16px;
		top: calc(50% - 6px);
		opacity: 0;
		width: 25px;
	}
	.top-sl:after {
		height: 381px;
	}
	.iwt-banner-section::after {
		height: 345px;
	}
	.iwt-banner-section .iwt-banner-links .cell:last-child a {
		padding-bottom: 37px;
	}
	.iwt-nos-sec {
		padding: 94px 0 80px;
	}
	.iwt-nos-sec .iwt-nos-intro {
		margin: 40px auto 0 0;
	}
	.iwt-nos-sec .iwt-nos-texte {
		column-count: unset;
	}
	.common-border-btn {
		font-size: 10px;
		line-height: 12px;
		letter-spacing: 2.5px;
		padding: 19px 32px 19px 30px;
	}
	.common-border-btn:after {
		right: -19px;
	}
	.iwt-nos-sec .iwt-nos-lien {
		margin-top: 50px;
	}
	.iwt-references-sec {
		padding: 80px 0 40px;
	}
	.iwt-references-sec .iwt-ref-wrapper .iwt-ref-post .iwt-ref-post-image::after {
		height: 104px;
	}
	.iwt-savoir-faire-sec {
		padding: 80px 0;
	}
	.iwt-savoir-faire-sec .iwt-savoir-faire-image img {
		min-height: 456px;
	}
	.iwt-savoir-faire-sec .iwt-savoir-faire-des {
		max-width: unset;
		margin: 49px 0 0;
	}
	.iwt-savoir-faire-sec .iwt-savoir-faire-links {
		gap: 0;
		margin-top: 60px;
		flex-direction: column;
	}
	.iwt-savoir-faire-sec .iwt-savoir-faire-links > li {
		width: 100%;
	}
	.iwt-savoir-faire-sec .iwt-savoir-faire-links > li > a {
		display: block;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 14px;
	}
	.iwt-savoir-faire-sec .iwt-savoir-faire-links > li > a::after {
		width: 33px;
		top: 28px;
	}
	.iwt-meconomie-sec {
		padding: 0 0 80px;
	}
	.iwt-meconomie-sec .iwt-mecon-image img {
		min-height: 329px;
	}
	.iwt-meconomie-sec .iwt-meco-content {
		padding: 50px 0 0;
	}
	.iwt-meconomie-sec .iwt-meco-intro {
		margin-top: 30px;
	}
	.iwt-meconomie-sec .iwt-meco-links,
	.iwt-economie-sec .iwt-economie-content .iwt-economie-links{
		margin-top: 50px;
	}
	.iwt-meconomie-sec .iwt-meco-links > .common-arrow-btn:not(:last-child) {
		margin-bottom: 15px;
	}
	.iwt-economie-sec {
		padding: 80px 0 0;
	}
	.iwt-economie-sec .iwt-economie-image img {
		min-height: 329px;
		max-height: unset;
	}
	.iwt-economie-sec .iwt-economie-content {
		padding: 50px 0 0;
		max-width: unset;
	}
	.iwt-economie-sec .iwt-economie-content .iwt-economie-intro,
	.iwt-economie-sec .iwt-economie-content .iwt-economie-texte {
		margin-top: 30px;
	}
	body:not(.home) .iwt-site-wrapper {
		padding-top: 107px;
	}
	.iwt-presse-sec {
		padding: 102px 0 10px;
	}
	.iwt-page-title {
		margin-bottom: 15px;
		font-size: 10px;
		line-height: 11px;
	}
	.iwt-presse-sec .iwt-presse-heading {
		max-width: 200px;
	}
	.iwt-presse-sec .iwt-presse-intro {
		margin: 0 0 156px;
		padding-right: 0;
	}
	.iwt-presse-sec .iwt-presse-intro p.big-p {
		padding-right: 10%;
	}
	.iwt-presse-sec .iwt-liste_presse .iwt-presse-item {
		padding: 26px 0 0;
		margin-bottom: 55px;
	}
	.iwt-presse-sec .iwt-presse-item .iwt-presse-img {
		display: none;
	}
	.iwt-presse-sec .iwt-presse-item .iwt-presse-content {
		width: 100%;
		max-width: unset;
		padding-left: 0;
	}
	.iwt-presse-sec .iwt-presse-item .iwt-presse-content h2 {
		margin: 0;
	}
	.iwt-presse-sec .iwt-presse-item .iwt-presse-date p {
		font-size: 18px;
		line-height: 20px;
		margin-top: 10px;
	}
	.iwt-presse-sec .iwt-presse-item .iwt-presse-content .iwt-presse-btn {
		margin-top: 30px;
	}
	.iwt-presse-sec .iwt-liste_presse {
		padding-bottom: 40px;
	}
	.iwt-pagination {
		margin-top: 41px;
		gap: 0 18px;
	}
	.iwt-pagination > .prev-btn {
		margin-right: 15px;
	}
	.iwt-pagination > .next-btn {
		margin-left: 15px;
	}
	.not-found h1 {
		font-size: 40px;
		word-break: unset;
	}
	.not-found h2 {
		font-size: 28px;
	}
	.iwt-default-page .entry-content ul li {
		font-size: 13px;
		line-height: 1.92;
		letter-spacing: 0.65px;
	}
	.iwt-default-page .entry-content ul {
		margin-left: 30px;
	}
	.iwt-default-page .entry-header h1 {
		margin: 0;
	}
	.iwt-default-page .entry-header {
		margin-bottom: 30px;
	}

	.new-collections-b-section-2 .iwt-collab-image {
		border: 1px solid #707070;
		padding: 20px;
	}
	.start-load__wrap-anim {
		width: 150px;
	}
	.new-collections-b-section-2{
		padding-bottom: 130px;
	}
}
@media screen and (max-width: 39.99875em) {
	.iwt-references-sec .iwt-ref-wrapper .iwt-ref-post-btm .iwt-res-title {
		letter-spacing: 2.5px;
		font-size: 10px;
		line-height: 12px;
	}
	.iwt-references-sec .iwt-ref-wrapper .iwt-ref-post-btm .iwt-ref-cats {
		padding: 0;
		min-height: unset;
		border-left: 0;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.iwt-ref-plus {
		position: unset;
		justify-content: flex-end;
	}
	.iwt-ref-plus img {
		width: 20px;
		height: 20px;
	}
	.iwt-references-sec .iwt-ref-wrapper .iwt-ref-post-btm {
		padding: 12px 23px;
		align-items: center;
	}
	.iwt-references-sec .iwt-ref-wrapper .iwt-ref-post .iwt-ref-post-image::after {
		height: 45px;
	}
	.iwt-references-sec .iwt-ref-wrapper .iwt-ref-post .iwt-ref-post-image img {
		min-height: 260px;
		max-height: 260px;
	}
	.iwt-references-sec .iwt-ref-title {
		margin-bottom: 35px;
	}
	.iwt-references-sec .iwt-ref-bottom {
		margin: 60px 0 0;
		justify-content: flex-end;
	}
	.iwt-references-sec .iwt-ref-wrapper {
		width: 100vw;
		margin: 0 -22px;
	}
	.iwt-references-sec .iwt-ref-wrapper .slick-dots {
		text-align: left;
		padding: 0 18px;
		height: auto;
	}
	.iwt-references-sec .iwt-ref-wrapper .slick-dots li {
		width: 33px;
		height: 1px;
	}
	.iwt-references-sec .iwt-ref-wrapper .slick-dots li button {
		padding: 0;
		background: #000000;
		height: 100%;
		width: 100%;
		opacity: 0.2;
	}
	.iwt-references-sec .iwt-ref-wrapper .slick-dots li.slick-active button {
		opacity: 1;
	}
	.iwt-references-sec .iwt-ref-wrapper .slick-dots li button:before{
		content: unset;
	}
	.iwt-contact-sec {
		padding: 95px 0 0;
	}
	.iwt-contact-sec .iwt-contact-heading {
		max-width: unset;
		margin: 0 0 134px;
	}
	.iwt-contact-sec::before {
		background-position: top 0 right 160px;
		top: 253px;
		width: 349px;
		height: 384px;
	}
	.iwt-contact-sec .iwt-showroom-item .iwt-showroom-image img {
		min-height: 186px;
		max-height: 186px;
	}
	.iwt-contact-sec .iwt-showroom-item .iwt-showroom-image {
		margin-bottom: 15px;
	}
	.iwt-contact-sec .iwt-showroom-item .iwt-italik-lieu h4 {
		font-size: 18px;
		line-height: 20px;
	}
	.iwt-contact-sec .iwt-showroom-item .iwt-showroom-name h3 {
		font-size: 25px;
		line-height: 30px;
	}
	.iwt-contact-sec .iwt-showroom-item .iwt-adresse p, 
	.iwt-contact-sec .iwt-showroom-item .iwt-horaires p, 
	.iwt-contact-sec .iwt-showroom-item .iwt-email-tele a {
		font-size: 13px;
		line-height: 25px;
		letter-spacing: 0.65px;
	}
	.iwt-contact-sec .iwt-showroom-lists {
		gap: 50px 0;
	}
	.iwt-contact-sec .iwt-contacts-presse {
		margin-top: 80px;
	}
	.iwt-contact-sec .iwt-contacts-presse .iwt-presse-title {
		padding-bottom: 10px;
	}
	.iwt-contact-sec .iwt-contacts-presse .iwt-presse-details {
		margin-top: 30px;
	}
	.iwt-contact-sec .iwt-contacts-presse .iwt-presse-sub-details {
		flex-wrap: unset;
		gap: 15px 0;
		margin-bottom: 30px;
		flex-direction: column;
	}
	.iwt-contact-sec .iwt-contacts-presse .iwt-presse-sub-details p, 
	.iwt-contact-sec .iwt-contacts-presse .iwt-presse-sub-details a {
		font-size: 13px;
		line-height: 15px;
		letter-spacing: 0.65px;
	}
	.iwt-contact-sec .iwt-contacts-presse .iwt-presse-sub-details > .iwt-presse-sub-nom,
	.iwt-contact-sec .iwt-contacts-presse .iwt-presse-sub-details > .iwt-presse-sub-téléphone,
	.iwt-contact-sec .iwt-contacts-presse .iwt-presse-sub-details > .iwt-presse-sub-mail {
		width: 100%;
	}
}
@media screen and (max-width: 500px) {
	.iwt-references-sec .iwt-ref-wrapper .iwt-ref-post .iwt-ref-post-image img {
		min-height: 182px;
		max-height: 182px;
	}
}
@media screen and (max-width: 1023px) and (min-height: 750px) {
	.iwt-res-menu .res-wrapper {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}




.iwt-banner-section, .top-home {
    background: #000;
}

.iwt-language-switcher {
display:none;
}