
/*=============================================
=            TEMP            =
=============================================*/
#header_user,
#newsletter_block_left,
#homepage-slider,
#ietc_sidebarservices,
#block_ietc_typepaiement,
.blockproductscategory,
#ietc_homeheadlineproducts,
#ietc_activityandproject_hook_home,
#ietc_homeourreferences,
#ietc_homeotherproducts,
#ietc_homefooter {
	display: none;
}





/*=============================================
=            Général            =
=============================================*/
:root {


	--color-objectcategory-custom: #eb657f;
	--color-objectcategory-custom-dark: #c4546b;
	--color-objectcategory-textile: #b4ad29;
	--color-objectcategory-print : #4cbbe7;
	--color-objectcategory-pressing : #c68bd0;
	--color-objectcategory-services : #fabb00;

	--color-theme-main: #4a96b4;
	--color-theme-main-light: #cbe9f7;
	--color-theme-accent: #f38c06;
	--color-theme-accent-dark: #c97404;
	--color-theme-gold: #c6bf92;

	/* --color-footer-text: #fee6cf; */
	--color-footer-text: #fff;

	--font-icons: "Font Awesome 5 Free";
	--font-main: 'Noto Sans Display', sans-serif;
	--font-title: 'LeagueGothicRegular';

	--size-container: 1170px;
	--size-gap-normal: 15px;
}
/* MD */
@media (max-width: 1199px) { 
	:root {
		--size-container: 940px;
	}
}
/* SM */
@media (max-width: 991px) {
	:root {
		--size-container: 750px;
	}
}
/* XS */
@media (max-width: 767px) {
	:root {
		--size-container: 100vw;
	}
}

body #page,
p,
li,
#page h1, #page h2, #page h3, #page h4, #page h5 {
	font-family: var(--font-main);
}

body #page {
	color: #444;
}

a, a:active, a:visited {
	color: #222;
}
a:hover {
	text-decoration: underline;
}

.button.button-medium span {
	padding: .5em 1.5em;
	padding-left: 1.5em;
}
.button.button-small {
	font-family: var(--font-main);
}

/*----------  Adminbar  ----------*/
div#adminbar div.container_adminbar, div#adminbar div.container_adminbar a {
	font-family: var(--font-main);
}



/*=============================================
=            Header Top            =
=============================================*/
.headerTop-container {
	background: #fee6cf;
	color: #d86c06;
	/* border-bottom: 2px solid #d86c06; */
}
.headerTop {
	display: flex;
	gap: 1em;
	justify-content: space-between;
	align-items: center;
}
.headerTop::before,
.headerTop::after {
	display: none;
}
.headerTop ul.contact {
	display: flex;
	gap: 1em;
	align-items: center;
	margin-bottom: 0;
	color: #b15906;
}
.headerTop ul.contact li a {
	display: flex;
	align-items: center;
	gap: .5em;;
	text-decoration: none !important;
	color: #b15906;
}
.headerTop ul.contact li a:hover {
	color: darkred;
}
.headerTop ul.contact li:nth-of-type(1) {
	display: flex;
	gap: .5em;
	align-items: center;
	font-weight: 700;
}
.headerTopSlogan {
	font-weight: 700;
}
/* SM */
@media (max-width: 991px) {
	.headerTop .customerTypes {
		display: none;
	}
}
/* XS */
@media (max-width: 767px) {
	.headerTop-container {
		display: none;
	}
}
/*=============================================
=            Header            =
=============================================*/
.header-container {
	border-bottom: solid 3px #fee6cf;
}
header {
	background: url('../img/header-bg-new.png') no-repeat center center #3999b6;
	height: 166px;
	/* overflow: hidden;	 */
	/* background: #3999b6; */
	background-size: cover;
}

#header .row #header_logo {
	padding-top: 0;
}

#header_slogan {
	padding-left: 0;
	padding-top: 1em;
}
#header_slogan img {
	margin-top: 1em;
	max-width: 350px;
}
/* SM */
@media (max-width: 991px) {
	#header_slogan {
		padding-right: 0;
		text-align: center;
	}
}

/*----------  Qui sommes nous / FAQ / Contact  ----------*/

#headerAssistance {
	display: flex;
	gap: 1em;
	background: white;
	align-items: center;
	justify-content: space-between;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: .3em 1em;
	font-size: .85em;

	display: none;
}

#headerAssistance li {
	display: flex;
	align-items: center;
	line-height: 1em;
}
#imprimvert {
	margin-bottom: 0.5em;
}
#headerAssistance #imprimvert::before {
	display: none;
}
#headerAssistance li::before {
	content:'';
	background: url('../img/header-login-quisommesnous-bg.png') no-repeat;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 0.75em;
}
#headerAssistance #header-login-quisommesnous::before {
	background-image: url('../img/header-login-quisommesnous-bg.png');
}
#headerAssistance #header-login-faq::before {
	background-image: url('../img/header-login-faq-bg.png');
}
#headerAssistance #header-login-contact::before {
	background-image: url('../img/header-login-contact-bg.png');
}

#headerAssistanceResponsive {
	display: none;
	text-align: right;
	margin-top: 1.2em;
	position: relative;
}
#headerAssistanceResponsive > div span {
	display: inline-flex;
	font-size: 1.25em;
	background: white;
	line-height: 1em;
	height: 2em;
	width: 2em;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
}
#headerAssistanceResponsive > div {
	display: block;
}
#headerAssistanceResponsiveMenu {
	display: none;
	position: absolute;
	top: 0%;
	right: 0%;
	background: rgba(255,255,255,.98);
	border-radius: 10px;
	z-index: 2;
	padding: .75em .5em;
	width: 10em;
}
#headerAssistanceResponsiveMenu li {
	line-height: 1em;
	padding: .3em 0;
}
#header-phone {
	display: none;
	padding-bottom: .25em !important;
}
/* MD */
@media (max-width: 1199px) {
	#headerAssistance {
		gap: .5em;
	}
}
/* SM */
@media (max-width: 991px) {
	#headerAssistance {
		display: none;
	}
	
}
/* XS */
@media (max-width: 767px) {
	header {
		height: 12em;
	}
	#header_slogan,
	#header-renseignements-box {
		display: none;
	}
	#header_logo {
		position: absolute;
		top: 0;
		left: 0;
	}
	header .row #header_logo img {
		max-height: 11em;
		width: auto;
	}
	#header_other {
		position: absolute;
		top: 0;
		right: 0;
		padding: 0;
	}
	#headerAssistanceResponsive {
		display: block;
	}
	#headerAssistanceResponsiveMenu.show {
		display: block;
	}
	#headerAssistanceResponsiveMenu {
		width: 11em;
		text-align: center;
	}
	#headerAssistanceResponsiveMenu li span {
		font-weight: 700;
		font-size: 1.2em;
		display: block;
		margin-top: 0.3em;
	}
	#header-phone {
		display: block;
	}
}

/*----------  ietc_activityandproject  ----------*/
#header-info {
	clear: both;
	padding-left: 0;
	display: flex;
	visibility: hidden;

	display: none;
}
.header-info-box {
	margin-right: 10px;
	color: #4c4c4c;
	font-size: 13px;
	font-weight: bold;
	margin-top: 14px;
}
div.header-info-box {
	margin-right: 0;
}
.header-info-title {
	background: url('../img/header-info-title-bg.png') no-repeat;
	width: 16em;
	height: 32px;
	line-height: 2.4em;
	padding-left: 15px;
	position: relative;
	display: block;
}
.header-info-select 
.header-info-select ul {
	display: none;
}

.header-info-menu {
	position: absolute;
	display: none;
	background: rgba(255,255,255,0.9);
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 177px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	z-index: 99;
}
.header-info-menu li {
	font-weight: normal;
	font-size: .9em;
	padding: .3em .9em .4em;
}
.header-info-menu li a {
	display: block;
}

/* MD */
@media (max-width: 1199px) { 
	.header-info-title {
		width: 14em;
	}
}
/* SM */
@media (max-width: 991px) {
	#header-info {
		display: none;
	}
}

/*----------  Renseignements  ----------*/
#header-renseignements-box {
	display: none;
}
#header-renseignements-box > div {
	/* background: url('../img/header-renseignements-bg.png') no-repeat; */
	/*
	position: absolute;
	right: 10px;
	top: 100px;
	*/
	/* width: 315px; */
	height: 52px;
	color: white;
	font-size: 11px;
	padding-right: 0;
}
#header-renseignements-box a {
	color: white;
}
#header-renseignements-box p {
	text-align: center;
	line-height: 1em;
	margin: 0;
	padding: 6px 0 2px 0;
}
#header-renseignements-box p span {
	background: #4cbbe7;
	padding: .2em 4em;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
}
#header-renseignements-box ul,
#header-renseignements-box li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.5em;
}
#header-renseignements-box ul {
	display: flex;
	align-items: center;
	justify-content: center;

	background: #4cbbe7;
	padding: .5em;
	border-radius: 3em;
	box-shadow: 0 3px 3px rgba(0,0,0,.23);
}
#header-renseignements-box ul > * {
	/* flex: 1; */
}
#header-renseignements-telephone {
	background: url('../img/header-renseignements-telephone-bg.png') no-repeat;
	/* margin: 0 0 0 17px !important; */
	padding: 0 13px 0 27px !important;
	font-size: 15px;
	font-weight: bold;
	border-right: 1px solid white;
}
#header-renseignements-tchat {
	background: url('../img/header-renseignements-tchat-bg.png') no-repeat;
	margin: 3px 0 0 12px !important;
	padding: 0 0 0 31px !important;
}

/* MD */
@media (max-width: 1199px) { 
	#header-renseignements-box {
		text-align: center;
	}
	#header-renseignements-box p span {
		background: #4cbbe7;
		padding: .2em 3em;
	}
	#header-renseignements-box ul {
		display: inline-flex;
		padding: 0.5em 5em;
	}
	#header-renseignements-telephone {
		display: inline-block;
		border-right: 0;
	}
	#header-renseignements-tchat {
		display: none;
	}
}
/* SM */
@media (max-width: 991px) {
	#header-renseignements-box {
		clear: both;
	}
	#header-renseignements-box > div {
		background-position-x: center;
	}
}


#headerSloganResponsive {
	display: none;
	text-align: center;
	font-size: 1.2em;
	font-weight: 700;
	/* color: black; */
	color: white;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	/* opacity: .7; */
	position: absolute;
	width: 100%;
	bottom: -7px;
}
/* XS */
@media (max-width: 767px) {
	#headerSloganResponsive {
		display: block;
	}
}

#header_other {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header .myaccount_lnk_list {
	display: none;
}

#headerMenu {
	display: flex;
	gap: 1em;
	font-size: 2em;
}
#headerMenu i {
	color: white;
}


/*=============================================
=            Navbar            =
=============================================*/
.navbar-container {
	/* background: url('../img/navbar-wrapper-bg.png') repeat-x #23799a; */
	height: 44px;
	background: #2d91ad;
	background: #ba0e0c;

	background: url('../img/navbar-bg-new.png') no-repeat center center #ba0e0c;
	background-size: cover;

	background: #ba0e0c;
}
nav,
nav a {
	color: white;
}
#navbar {
	position: relative;
	height: 100%
}
/* SM */
@media (max-width: 991px) {
	#navbar,
	#navbar > * {
		height: 100%;
	}
}
/* XS */
@media (max-width: 767px) {
	#navbar {
		display: flex;
	}
	#navbar > * {
		width: auto;
	}
}

/*----------  Nos produits et services  ----------*/
#navbar-title-prodservices {
	height: 100%;
}
#navbar-title-prodservices > div:first-of-type {
	position: relative;
	cursor: pointer;
	display: flex;
}
#navbar-title-prodservices > div:first-of-type > span {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .5em;
}
/*
#navbar-title-prodservices > div::before {
	content: '';
	width: 100%;
	height: calc(100% - 5px);
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
	position: absolute;
	top: 5px;
	left: 0;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	z-index: 1;
}
	*/
#navbar-title-prodservices span {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 5px;
	font-size: 1.8em;
	line-height: 1.7em;
	font-family: var(--font-title);
	text-transform: uppercase;
}
#navbar-title-prodservicesResponsive {
	display: none;
}
#navbar-title-prodservicesResponsive i {
	font-size: 1.7em;
}
/* MD */
@media (max-width: 1199px) { 
	#navbar-title-prodservices span {
		font-size: 1.65em;
	}
}
/* SM */
@media (max-width: 991px) {

	
	#header_user_info {
		display: none !important;
	}
}
/* XS */
@media (max-width: 767px) {
	#navbar-title-prodservices {
		display: none;
	}
	#navbar-title-prodservicesResponsive {
		display: flex;
		align-items: center;
		cursor: pointer;
		padding-left: 0;
	}
	#navbar-title-prodservicesResponsive i::before {
		background: rgba(0,0,0,.1);
		width: 1.5em;
		height: 1.5em;
		border-radius: 50%;
		line-height: 1.5em;
		display: block;
		text-align: center;
	}
	#navbar-title-prodservicesResponsive i:hover {
		background: rgba(255,255,255,.15);
	}
	#navbar-title-prodservicesResponsive i:hover {
		background: unset;
	}
}


#categoriesHoverMenu {
	position: absolute;
	z-index: 20;
	top: 99%;
	width: calc(var(--size-container) - 30px);
	display: none;
}
#categoriesHoverMenu > div {
	position: relative;
	z-index: 20;
}
#categoriesHoverMenu.show {
	display: block;
}
#categoriesHoverMenu .block_content > ul {
	padding: 15px;
	background: white;
	/* box-shadow: 0 0 10px rgba(0,0,0,.4); */
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 1em;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em;

	background: var(--color-theme-main);
}
#categoriesHoverMenu .block_content > ul > * {
	grid-row: auto / span 2;
}
#categoriesHoverMenu .block_content > ul > li:nth-of-type(4),
#categoriesHoverMenu .block_content > ul > li:nth-of-type(5) {
	grid-row: auto / span 1;
}
#categoriesHoverMenu .block_content > ul ul li a {
	/* color: #555; */
	color: white;
	padding: .2em 0;
	display: inline-block;
}
#categoriesHoverMenu .block_content > ul > li > a {
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: .5em;
	/* color: var(--color-theme-main); */
	display: inline-block;
	color: white;
	
}
/* SM */
@media (max-width: 991px) {
	#categoriesHoverMenu .block_content > ul {
		grid-template-columns: repeat(3,1fr);
	}
	#categoriesHoverMenu .block_content > ul > li:nth-of-type(1) {
		grid-row: 1/4;
	}
	#categoriesHoverMenu .block_content > ul > li:nth-of-type(2) {
		grid-row: 1/2;
	}
}


/*----------  Navbar main  ----------*/

#navbar-main {
	display: flex;
	justify-content: space-between;
	font-size: .9em;
	height: 100%;
	align-items: center;
}

.hide-left-column #navbar-main {
	height: 100%;
}
.hide-left-column #header_menu > ul {
	margin-bottom: 0;
	height: 100%;
}
.hide-left-column #header_menu ul.main_menu > li {
	height: 100%;
}
.hide-left-column #header_menu ul.main_menu > li a {
	height: 100%;
}
.hide-left-column #header_user_info {
	margin-top: 0;
	display: flex;
	align-items: center;
}


#navbar-main a {
	color: white;
}
/* XS */
@media (max-width: 767px) {
	#navbar-main {
		width: 100%;
	}
}
#header_user_info {
	/* margin-top: 0.5em; */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 50%;
}
#header_user_info a {
	margin: 0 .25em;
}

#header_menu_login {
	position: relative;
}
#header_menu #header_menu_login > ul {
	position: absolute;
	display: none;
	top: 95%;
	background: #4689a3;
	z-index: 9;
	text-transform: none;
	width: 200px;
	padding-bottom: 1em;
	box-shadow: 0 5px 5px rgba(0,0,0,.2);;
}
#header_menu #header_menu_login > ul > li a:hover {
	text-decoration: underline;
}

#header_menu ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 0;
}
#header_menu ul.main_menu > li {
	border-left: 1px solid white;
	/* background: rgb(255,255,255); */
	/* background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%); */
	text-transform: uppercase;
	font-size: .95em;
}
#header_menu ul.main_menu > li a {
	display: flex;
	align-items: center;
	padding: 0.5em 1.5em;
	position: relative;
}
#header_menu ul.main_menu > li a:hover {
	text-decoration: none;
}
#header_menu ul.main_menu > li a:hover span {
	text-decoration: underline;
}
#header_menu ul.main_menu > li i {
	/* display: none; */
	margin-right: 1em;
	font-size: 1.25em;
}
#header_menu ul.main_menu > li img {
	margin-right: 0.5em;
	display: none;
}
#header_menu ul.main_menu > li:last-of-type {
	border-right: 1px solid white;
}

#header_menu_cart a .cart-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #e39000;
	color: white;
	text-align: center;
	line-height: 1em;
	padding: .5em;
	border-radius: 50%;
	font-size: 1em;
	margin-left: .5em;
	font-weight: 700;
	min-width: 2em;
	min-height: 1.5em;
}

/* MD */
@media (max-width: 1199px) { 
	#header_user_info {
		max-width: 40%;
	}
	#header_user_info a.logout {
		display: none;
	}
}	
/* SM */
@media (max-width: 991px) {
	#header_menu {
		width: 100%;
	}
	#header_menu > ul {
		margin-bottom: 0;
		height: 100%;
	}
	#header_menu ul.main_menu > li {
		height: 100%;
	}
	#header_menu ul.main_menu > li a {
		height: 100%;
	}
}
/* XS */
@media (max-width: 767px) {
	#header_menu ul > * {
		flex: 1;
	}
	#header_menu ul.main_menu > li {
		background: none;
	}
	#header_menu ul.main_menu > li > a {
		justify-content: center;
	}
	#header_menu ul.main_menu > li i {
		display: inline-block;
		font-size: 1.7em;
	}
	#header_menu ul.main_menu > li img,
	#header_menu ul.main_menu > li span {
		display: none;
	}
	#header_menu ul.main_menu > li:last-of-type {
		border-right: none;
	}
}


/* MD */
@media (max-width: 1199px) { 
	.showProdservicesMenuResponsive .header-container,
	.showProdservicesMenuResponsive .navbar-container,
	.showProdservicesMenuResponsive .footer-container,
	.showProdservicesMenuResponsive #center_column,
	.showProdservicesMenuResponsive #search_block_left,
	.showProdservicesMenuResponsive #block_ietc_typepaiement_notModule {
		display: none;

	}
	.showProdservicesMenuResponsive #left_column,
	.showProdservicesMenuResponsive .container {
		padding-left: 0;
		padding-right: 0;
	}
	.showProdservicesMenuResponsive #left_column,
	.showProdservicesMenuResponsive.hide-left-column #left_column {
		display: block;
	}
	.showProdservicesMenuResponsive #left_column_bg {
		width: 100%;
	}
}



/*=============================================
=            Columns            =
=============================================*/
.columns-container {
	/* background: url('../img/columns-container-bg.jpg') no-repeat top center #f6f1cf; */
	background: white;
}

#slider_row {
	display: none;
}

/*=============================================
=            Colonne gauche            =
=============================================*/
.hide-left-column #left_column {
	display: none;
}
#left_column {
	position: relative;
	overflow: hidden;
}
#left_column .block_content {
	display: block !important;
}
/* MD */
@media (max-width: 991px) {
	#left_column {
		display: none;
	}
}

#left_column > * {
	position: relative;
	z-index: 2;
}
#left_column_bg {
	position: absolute;
	top: 0;
	background: rgb(246,241,207);
	background: linear-gradient(0deg, rgba(246,241,207,1) 25%, rgba(251,248,231,1) 100%); 
	width: calc(100% - 30px);
	min-height: 930px;
	display: none;
}

#left_column_menuResponsiveTitle {
	display: none;
}

#categories_block_left li span.grower:hover + a, 
#categories_block_left li a:hover, 
#categories_block_left li a.selected {
	background: none;
}

/* MD */
@media (max-width: 991px) {
	#left_column_menuResponsiveTitle {
		display: flex;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		align-items: center;
	}
	#left_column_menuResponsiveTitle .title {
		flex: 1;
		font-family: var(--font-title);
		text-transform: uppercase;
		font-size: 2.2em;
		line-height: 1.7em;
	}
	#left_column_menuResponsiveTitle .close i {
		font-size: 1.25em;
		line-height: 1em;
		width: 1.5em;
		height: 1.5em;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #666;
	}
	#categories_block_left {
		padding-top: 0 !important;
	}
	#categories_block_left li a {
		font-size: 1.25em;
		margin-bottom: 0.5em;
	}
}


/*----------  Searchbar  ----------*/
form#searchbox p {
	position: relative;
}
form#searchbox input#search_query_block {
	border: 1px solid #CCCCCC;
	border-radius: 3px !important;
	margin-top: 10px;
	width: 100%;
	max-width: 100%;
	padding: 5px 38px 4px 10px;
}
form#searchbox input#search_button {
	padding: 1px 4px;
}
#search_block_left input[type="submit"] {
	display: block !important;
	background: url('../img/sidebar-search-bg.png') no-repeat 1px 1px white;
	position: absolute;
	top: 16px;
	right: 5px;
	border: none;
	text-indent: -9999px;
	width: 25px;
	height: 20px;
}


/*----------  Catégories  ----------*/
#categories_block_left {
	clear: both;
	padding-top: 1em;
}
#categories_block_left .block_content > ul {
	border-top: none;
}
#categories_block_left .block_content > ul > li > a {
	color: white;
	text-shadow: 0 1px 1px rgba(0,0,0,.25);
	text-transform: uppercase;
}
#categories_block_left .block_content > ul > li > a:hover {
	text-decoration: none;
}
#categories_block_left li a {
	border-bottom: none;
}
#categories_block_left li li {
	display: flex;
	padding-left: 1.5em;
}
#categories_block_left li li:first-of-type {
	margin-top: 0.5em;
}
#categories_block_left li li a {
	line-height: 1.5em;
	color: #333;
}
#categories_block_left li li a:hover {
	background: none;
}
#categories_block_left li li::before {
	content: '\f054';
	font-family: var(--font-icons);
	font-weight: 700;
	font-size: .6em;
	margin-top: 0.1em;
}
#categories_block_left li li a::before {
	display: none;
}
#categories_block_left li ul:last-child {
	margin-bottom: 2em;
}
#categories_block_left li li a::before {
	line-height: 1em;
}
#categories_block_left .block_content > ul > li:nth-of-type(1) > a {
	background: var(--color-objectcategory-custom);
}
#categories_block_left .block_content > ul > li:nth-of-type(1) li::before {
	color: var(--color-objectcategory-custom);
}
#categories_block_left .block_content > ul > li:nth-of-type(2) > a {
	background: var(--color-objectcategory-textile);
}
#categories_block_left .block_content > ul > li:nth-of-type(2) li::before {
	color: var(--color-objectcategory-textile);
}
#categories_block_left .block_content > ul > li:nth-of-type(3) > a {
	background: var(--color-objectcategory-print);
}
#categories_block_left .block_content > ul > li:nth-of-type(3) li::before {
	color: var(--color-objectcategory-print);
}
#categories_block_left .block_content > ul > li:nth-of-type(4) > a {
	background: var(--color-objectcategory-pressing);
}
#categories_block_left .block_content > ul > li:nth-of-type(4) li::before {
	color: var(--color-objectcategory-pressing);
}
#categories_block_left .block_content > ul > li:nth-of-type(5) > a {
	background: var(--color-objectcategory-services);
}


/*----------  Types de paiement  ----------*/
#block_ietc_typepaiement_notModule {
	/* background: #faf9f2; */
	border: 1px solid #d5dec7;
	border-radius: 3px;
	margin-bottom: 20px;
	font-size: .9em;
	overflow: hidden;
}
#block_ietc_typepaiement_notModule h4 {
	color: white;
	background: #267b9b;
	text-align: center;
	font-family: var(--font-title);
	font-size: 17px;
	font-weight: normal;
	line-height: 1em;
	padding: 6px 0 5px 0;
	text-transform: uppercase;
	/* border-radius: 10px 10px 0px 0px; */
	margin-top: 0;
}
#block_ietc_typepaiement_notModule ul {
	list-style-type: none;
}
#block_ietc_typepaiement_notModule li {
	display: flex;
	align-items: center;
	margin-left: 10px;
	padding: 0;
	line-height: 2.5em;
	gap: 1em;
	margin-bottom: 0.5em;
}
#block_ietc_typepaiement_notModule li img {
	max-height: 25px;
}
#block_ietc_typepaiement_notModule li span span {
	font-size: 9px;
}
#block_ietc_typepaiement_notModule li:first-of-type {
	padding-top: 5px;
	line-height: 1em;
}
#block_ietc_typepaiement_notModule li:last-of-type {
	padding-bottom: 5px;
}



/*=============================================
=            Center Column            =
=============================================*/
#center_column {
	background: white;
	position: relative;
	/* box-shadow: 0 0 4px rgba(0,0,0,.2); */
	min-height: 500px;
	padding-bottom: 3em;
}
#center_column > * {
	padding-left: 15px;
	padding-right: 15px;
}
#center_column > table {
	margin-left: 15px;
	margin-right: 15px;
	width: calc(100% - 30px);
}
#center_column .alert {
	margin: 0 15px 15px;
	padding: 1em;
}
#center_column::before {
	content: '';
	display: block;
	height: 15px;
	width: 100%;
	position: absolute;
	top: -15px;
	z-index: 2;
	background: white;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: none;
}
#center_column::after {
	content: '';
	display: block;
	height: 15px;
	width: 100%;
	position: absolute;
	bottom: -15px;
	z-index: 2;
	background: white;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: none;
}
.hide-left-column #center_column::before,
.hide-left-column #center_column::after {
	display: none;
}

#columns > .container > .row {
	display: flex;
}


#columns .rte img {
	max-width: 100%;
	height: auto;
}


/* SM */
@media (max-width: 991px) {
	#center_column {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	#center_column::before,
	#center_column::after {
		display: none;
	}
}
/* XS */
@media (max-width: 767px) {
	#columns > .container {
		padding-left: 0;
		padding-right: 0;
	}
}



/*=============================================
=            Breadcrumb            =
=============================================*/
#center_column .breadcrumb:nth-child(2) {
	display: block;
}
#center_column > .breadcrumb {
	margin-left: 15px;
}
.breadcrumb,
.breadcrumb a {
	border: none;
	background: none;
	color: #555;
}
.breadcrumb a {
	padding-right: 5px;
}
.breadcrumb a::before {
	display: none;
}
.breadcrumb a::after {
	background: none;
}
.breadcrumb a:hover {
	color: #333;
	text-decoration: underline;
}

ol.breadcrumb + div.pull-right {
	display: none;
}

/* SM */
@media (max-width: 991px) {
	.breadcrumb {
		padding: 0;
	}
}
/* XS */
@media (max-width: 767px) {
	#center_column .breadcrumb:nth-child(2) {
		display: none;
	}
}


/*=============================================
=            Catégories            =
=============================================*/
#category h5 {
	margin-top: 0;
	margin-bottom: 0.25em;
}
#category h5:has(+ .product-subTitle) {
	margin-bottom: 0;
}
#category .product-subTitle {
	font-size: 1.1em;
	margin-bottom: 0.5em;
	display: flex;
	align-items: center;
	gap: .5em;
}
#category .product-subTitle i {
	color: darkOrange;
}
/*----------  Intro  ----------*/
#category #intro {
	display: flex;
	gap: 15px;
	margin-top: 1em;
	margin-bottom: 2em;
}
#category h1 {
	font-family: var(--font-title);
	font-size: 3em;
	line-height: 1.1em;
	font-weight: 400;
	color: var(--color-theme-main);
	margin-top: 0;
}

#category #intro .cat_desc {
	flex: 3;
	font-size: 1.2em;
	line-height: 1.35em;
	margin-bottom: 0.5em;
}
#category .cat_image {
	flex: 1;
}
#category .cat_image img {
	max-width: 100%;
}


/*----------  Extrasites  ----------*/
.topoExtraSite {
	margin: 2em 0 3em;
	display: flex;
	gap: 15px;
	align-items: center;
}
.topoExtraSite p {
	margin-bottom: 0;
}
/* XS */
@media (max-width: 767px) {
	.topoExtraSite {
		display: block;
	}
	.topoExtraSite img {
		width: auto;
		max-height: 3.5em;
		margin-bottom: 1em;
	}
}


/*----------  Sous-catégories  ----------*/
#subcategories {
	border-top: none;
	
	margin: 0 15px;
	padding: 0;
}
#subcategories h3 {
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 1.4em;
	background: var(--color-theme-main);
	text-transform: uppercase;
	color: white;
	margin: 0;
	padding: .3em .5em;

	display: none;
}
#subcategories ul {
	margin: 0;
	/* padding: 15px;
	border: 1px solid var(--color-theme-main); */

	padding: 0;
	border: none;
}
#subcategories ul li,
#category .product_list li,
#search .product_list li {
	float: none;
	display: flex;
	gap: 30px;
	width: 100%;
	height: auto;
	padding-bottom: 1em;
}
#subcategories ul li:not(:last-of-type),
#category ul.product_list li:not(:last-of-type),
#search ul.product_list li:not(:last-of-type) {
	border-bottom: 1px solid rgba(0,0,0,.05);
}
#category #center_column #subcategories ul li:last-of-type,
#category ul.product_list ul li:last-of-type,
#search ul.product_list ul li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
#subcategories ul li::before,
#subcategories ul li::after {
	display: none;
}
#subcategories ul li .subcategory-image,
#category .product_list li .product-image,
#search .product_list li .product-image {
	flex: 1;
}
#subcategories ul li .subcategory-image a,
#subcategories ul li:hover .subcategory-image a {
	border: none;
	padding: 0;
}
#subcategories ul li .subcategory-description,
#category .product_list li .product-name-description,
#search .product_list li .product-name-description {
	flex: 4;
	text-align: left;
}
#subcategories ul li .subcategory-name,
#category ul.product_list .product-name,
#search ul.product_list .product-name {
	font-family: var(--font-main);
	text-transform: none;
	font-size: 1.2em;
	font-weight: 700;
	color: #555454;
}
#subcategories ul li .cat_desc {
	display: block;
}
#category .more-btn a,
#search .more-btn a {
	display: inline-block;
	background: var(--color-theme-main);
	padding: .35em 2em;
	text-transform: uppercase;
	font-weight: 700;
	color: white;
	border-radius: 2px;
	transition: all .05s ease-in-out;
	margin-top: 0.5em;
	margin-bottom: 1em;
	text-align: center;
}
#category .more-btn a.show-product-btn {
	background-color: var(--color-objectcategory-print);
}
#category .more-btn a:hover,
#search a.show-product-btn:hover {
	text-decoration: none;
	transform: translateY(1px);
}


/*=============================================
=            Recherche            =
=============================================*/
#search h1 + div.content_sortPagiBar {
	display: none;
}

#search form.nbrItemPage,
#search form.showall {
	display: none;
}
#search .top-pagination-content div.pagination,
#search .bottom-pagination-content div.pagination {
	float: none;
}
#search a.show-product-btn {
	margin-top: 0.5em;
	display: inline-block;
}
#search a.show-product-btn i {
	width: 2em;
	height: 2em;
	font-size: 2em;
	line-height: 2em;
	background-color: var(--color-objectcategory-print);
	text-align: center;
	color: white;
	border-radius: 50%;
}
#search a.show-product-btn:hover i {
	opacity: .9;
}

.page-heading span.heading-counter {
	font: unset;
}

/*----------  Produits  ----------*/
#category #our-products-title {
	margin: 1em 15px;
	background: var(--color-objectcategory-print);
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 1.4em;
	text-transform: uppercase;
	color: white;
	padding: .3em .5em;

	display: none;
}
#category .product-desc a {
	color: #777;
}
#category .product-desc a:hover {
	text-decoration: none;
}


/*----------  Pager  ----------*/
#category .top-pagination-content div.pagination {
	display: none;
}
#category .top-pagination-content div.pagination,
#category .bottom-pagination-content div.pagination {
	float: none;
	width: auto;
}
#category .top-pagination-content,
#category .bottom-pagination-content {
	padding-top: 0;
	padding-bottom: 0;
	border-top: none;
}
#category .top-pagination-content div.pagination .showall,
#category .bottom-pagination-content div.pagination .showall {
	display: none;
}



/*----------  Description longue  ----------*/
#category .longDescription {
	line-height: 1.5em;
}
#category .longDescription h2 {
	line-height: 1.25em;
	font-size: 1.25em;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0.75em;
}
#category .longDescription p {
	margin-bottom: 1.5em;
}
#category .longDescription ul {
	margin-bottom: 1.5em;
}
#category .longDescription li {
	margin-bottom: 0.5em;
}



/*----------  PCA  ----------*/
#ietc_productconfigurationassistant h3 {
	background: var(--color-objectcategory-custom);
	font-family: var(--font-title);
	font-weight: 400;
	line-height: 1em;
	padding: .3em 0;
}

/* MD */
@media (max-width: 1199px) { 
	#category h1 {
		font-size: 2.5em;
	}
}
/* SM */
@media (max-width: 991px) {

}
/* XS */
@media (max-width: 767px) {
	#category #intro {
		display: block;
	}
	#category h1 {
		font-size: 2em;
		padding-bottom: 0;
		margin-bottom: 0.25em;
	}
	#category #intro .cat_desc {
		font-size: 1.1em;
	}
	#category .cat_image,
	#category .product_list li .product-image,
	#search .product_list li .product-image {
		text-align: center;
	}
	#category .cat_image img,
	#subcategories ul li .subcategory-image a img,
	#category .product_list li .product-image img,
	#search .product_list li .product-image img {
		/* min-width: 10em; */
		/* max-width: 10em; */
		width: 20rem;
		display: inline-block;
	}
	#subcategories ul li,
	#category .product_list li,
	#search .product_list li {
		display: block;
	}
	#category ul#order_step li {
		float: left;
	}
	#category .more-btn a {
		display: block;
	}
	#search a.show-product-btn {
		display: block;

	}
	#search a.show-product-btn i {
		width: 100%;
		border-radius: 5px;
		font-size: 1em;
		line-height: 2em;
		height: auto;
	}
}



/*=============================================
=            Produit            =
=============================================*/
#product #center_column .primary_block:has(.pb-left-column #views_block .img-responsive) {
	min-height: 25em;
}
#product .pb-center-column h1 {
	font-family: var(--font-title);
	font-weight: 400;
	text-transform: uppercase;
	font-size: 3em;
	color: var(--color-theme-main);
}
#product .pb-center-column #short_description_block #short_description_content p {
	line-height: 1.35em;
}
.price .our_price_display, .our_price_display_online_only {
	font-family: var(--font-main);
}
.box-info-product .exclusive, .button.button-medium, .button.button-medium.exclusive, #btn-demande-devis a, #btn-demande-devis-no-login a, #customization_popup_btn, #configurateurStart {
	background: var(--color-theme-accent);
	font-family: var(--font-main);
	text-transform: uppercase;
}
.box-info-product .exclusive:hover, #btn-demande-devis a:hover, #btn-demande-devis-no-login a:hover, #customization_popup_btn:hover, .button.button-medium:hover, .button.button-medium.exclusive:hover, #configurateurStart:hover {
	background: var(--color-theme-accent-dark);
}
#product .primary_block {
	margin-bottom: 1em;	
}

#product #ietc_productcustomization {
	padding-top: 0.6em;
}
#product #quantity_wanted_div::after {
	content: "";
	clear: both;
	display: block;
}

.price .our_price_display, .our_price_display_online_only {
	color: var(--color-theme-accent);
}

#box-info-product-right h2 {
	background: #e4e4e4;
}

/* XS */
@media (max-width: 767px) {
	
	#product #center_column > *,
	#product .primary_block.container {
		padding-left: 0;
		padding-right: 0;
	}
	#box-info-product-right {
		margin-top: 1em;
	}
	
	#product .primary_block {
		margin-bottom: 0;
	}
	
	#product #image-block {
		text-align: center;
	}
	#product #image-block img {
		max-width: 180px;
	}
	#product .pb-left-column #views_block {
		width: 100%;
	}
	#product #thumbs_list {
		width: 100%;
	}
	#product #thumbs_list li {
		width: 51px;
	}
	#product #thumbs_list ul#thumbs_list_frame {
		height: 56px;
	}
	#product h1 {
		font-size: 2.3em;
		margin-top: 0;
		padding-bottom: 0em;
	}
	#product .pb-center-column {
		margin-bottom: 2em;
	}
	.pb-center-column #short_description_block #short_description_content {
		font-size: 1.1em;
	}
	#product .box-info-product {
		padding-right: 0;
		padding-left: 0;
	}
	#box-info-product-left-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	#box-info-product-left {
		margin-left: 0;
	}
	#box-info-product-left .product_attributes .title {
		font-size: 1em;
	}
	#product #infos-pao {
		font-size: 1em;
	}
	#box-info-product-right {
		margin-top: 1em;
		padding-left: 0;
	}
	#product .buttons_bottom_block {
		padding-left: 0;
	}
	#deliverydate_countdown_content {
		width: 100%;
	}
	#product #configurateurStart,
	#product #btn-demande-devis,
	#product #btn-demande-devis-no-login,
	#product #add_to_cart input.exclusive,
	#product #customization_popup_btn {
		width: 100% !important;
		text-align: center;
	}
	#btn-demande-devis a, #btn-demande-devis-no-login a, #customization_popup_btn {
		text-align: center;
	}

	#more-infos-cart .container {
		padding-left: 0;
		padding-right: 0;
	}
	#more-infos-cart .more-infos-cart-element::before {
		font-size: 17px;
	}
	/* gobelets */
	.more_info_sheets_grid_4 {
		padding-left: 0;
		padding-right: 0;
	}
}


/*----------  Reinsurance  ----------*/
#more-infos-cart {
	/* border-top: 1px solid rgba(0,0,0,.15); */
	/* border-bottom: 1px solid rgba(0,0,0,.15); */
	padding: 1.2em 0;
	/* border: 1px solid var(--color-theme-main); */
	background: var(--color-theme-main-light);
	color: var(--color-theme-main) !important;
	border-radius: 10px;
}
#more-infos-cart .more-infos-cart-element {
	display: flex;
}
#more-infos-cart .more-infos-cart-element > span,
#more-infos-cart .more-infos-cart-element > a {
	display: block;
	flex: 1;
	font-weight: 700;
	margin-left: 15px;
	color: var(--color-theme-main);
}
#more-infos-cart .more-infos-cart-element::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f05a";
	line-height: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2em;
	font-weight: 700;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	border: 1px dashed var(--color-theme-main);

}
#more-infos-cart .more-infos-cart-delivery.more-infos-cart-element::before {
	content: "\f48b";
}
#more-infos-cart .more-infos-cart-files.more-infos-cart-element::before {
	content: "\f07c";
}
#more-infos-cart .more-infos-cart-quote.more-infos-cart-element::before {
	content: "\f15c";
}



/*----------  Prix dégressifs  ----------*/
#product table.table-product-discounts {
	margin-bottom: 0;
}



/*----------  Caractéristiques  ----------*/
#product .product_description {
	margin-top: 0;
}
#page .page-product-box.product_description .rte {
	padding-top: 0;
}
#product .product_description h2#specificationsTitle {
	font-size: 1.7em;
	color: var(--color-theme-main);
	border-bottom: 1px dashed var(--color-theme-main);
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
}

#product .product_description .rte td {
	border: 1px solid #ccc;
}

/*----------  Tabs  ----------*/
#product #product_tab {
	position: relative;
	border-bottom: 1px solid #cecece;
	margin-top: 2em;
}

#product #product_tab ul {
	margin: 0;
	padding: 0;
}
#product #product_tab li {
	margin: 0 .5em 0 0;
	padding: .7em 2em;
	display: inline-block;
	border: 1px solid transparent;
	border-bottom: 1px solid #cecece;
	background: var(--color-theme-main-light);
	margin-bottom: -1px;
	cursor: pointer;

	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}
#product #product_tab li:not(.active),
#product #product_tab li:not(.active) a {
	color: var(--color-theme-main);
}
#product #product_tab li.active {
	border: 1px solid #cecece;
	border-bottom: 1px solid white;
	background: white;
}
#product #product_tab li i {
	margin-right: .5em;
}

/* XS */
@media (max-width: 767px) {
	#product #product_tab li {
		display: block;
	}
}

#idTabDeliveryDate.rte {
	margin-top: 1em;
}



/*=============================================
=            Accueil            =
=============================================*/

/*----------  Slider  ----------*/
.bxSliderWrapper {
	position: relative;
	margin-top: 1em;
}
.bxslider li img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.bx-controls {
	/* position: absolute; */
	/* bottom: 0; */
	width: 100%;
	text-align: center;
}
.bx-pager-item {
	display: inline-block;
	
}
.bx-pager-item a::before {
	content: '\f111';
	font-family: var(--font-icons);
	font-weight: 900;
	font-size: 1rem;
	display: inline-block;
	margin: .3em;
}
.bx-pager-item a {
	font-size: 0px;
	opacity: .25;
}
.bx-pager-item a.active {
	opacity: 1;
	color: var(--color-objectcategory-print);
}


/*----------  A la une  ----------*/
#ietc_homeheadlineproductsV2 h2 {
	font-family: var(--font-title);
	font-weight: normal;
	text-transform: uppercase;
	color: var(--color-theme-gold);
	font-size: 2em;
	text-align: center;
	border-top: solid 2px var(--color-theme-gold);
	border-bottom: dotted 2px var(--color-theme-gold);
	line-height: 1em;
	padding: 4px 0 3px 0;
}

#ietc_homeheadlineproductsV2 ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: var(--size-gap-normal);
}
#ietc_homeheadlineproductsV2 .super_parent_category_2 div {
	background: var(--color-objectcategory-custom);
}
#ietc_homeheadlineproductsV2 .super_parent_category_3 div {
	background: var(--color-objectcategory-print);
}
#ietc_homeheadlineproductsV2 li a {
	display: flex;
	color: white;
}
#ietc_homeheadlineproductsV2 li div {
	flex: 1;
	font-weight: 700;
	padding: 10px;
}
/* XS */
@media (max-width: 767px) {
	#ietc_homeheadlineproductsV2 ul {
		grid-template-columns: repeat(2,1fr);
	}
}
/* XS modifié */
@media (max-width: 480px) {
	#ietc_homeheadlineproductsV2 ul {
		grid-template-columns: 1fr;
	}
}


/*----------  Qui sommes-nous + activités/projets  ----------*/
#ietc_activityandproject_hook_homeV2 {
	margin-top: 2em;
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: var(--size-gap-normal);
}

#ietc_activityandproject_hook_homeV2 h2 {
	position: relative;
	font-size: 2.5rem;
}
#ietc_activityandproject_hook_homeV2 h2 span {
	font-family: var(--font-title);
	font-weight: normal;
	text-transform: uppercase;
	color: white;	
	padding: 0 0 0 .25em;
	margin-bottom: 0;
	line-height: 1.5em;
	z-index: 2;
	position: relative;
}
#accueil-qui-sommes-nous h2::before {
	content: '';
	display: block;
	background: #ea5536;
	width: 6em;
	height: 1.7em;
	position: absolute;
	top: -.15em;
	left: -.15em;
	z-index: 1;
	transform: rotate(-3deg);
}
#accueil-qui-sommes-nous .morelink i {
	color: var(--color-theme-gold);
	margin-right: 0.5em;
}




#ietc_activityandproject_hook_homeV2 #activitiesandprojects {
	display: flex;
	gap: var(--size-gap-normal);
	position: relative;
}
#ietc_activityandproject_hook_homeV2 #activitiesandprojects > * {
	flex: 1;
	/* padding: 0 var(--size-gap-normal); */
}
#ietc_activityandproject_hook_homeV2 #activitiesandprojects::after {
	content: '';
	display: block;
	position: absolute;
	top: 10%;
	left: 48%;
	width: 1px;
	height: 80%;
	background: #e5e5e5;
}
#ietc_activityandproject_hook_homeV2 #activitiesandprojects h2 {
	display: flex;
	align-items: center;
}
#ietc_activityandproject_hook_homeV2 #activitiesandprojects h2 span {
	color: #ea5536;
}
#ietc_activityandproject_hook_homeV2 #activitiesandprojects h2 i {
	color: #ffbf00;
	font-size: .5em;
	margin-right: 0.25em;
}

/* MD */
@media (max-width: 1199px) { 
	#ietc_activityandproject_hook_homeV2 {
		grid-template-columns: 1fr;
		gap: var(--size-gap-normal);
	}
}
/* XS modifié */
@media (max-width: 400px) {
	#ietc_activityandproject_hook_homeV2 #activitiesandprojects {
		display: block;
	}
	#ietc_activityandproject_hook_homeV2 #activitiesandprojects::after {
		display: none;
	}
}

/*----------  Nos références  ----------*/
#ietc_homeourreferencesV2 {
	margin-top: 2em;
}
#ietc_homeourreferencesV2 h2 {
	font-family: var(--font-title);
	color: var(--color-theme-gold);
	font-size: 2em;
	font-weight: 400;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	white-space: nowrap;
	gap: .5em;
}
#ietc_homeourreferencesV2 h2::after {
	content: '';
	width: 100%;
	height: 1px;
	background: var(--color-theme-gold);
}
#ietc_homeourreferencesV2 ul {
	display: grid;
	grid-template-columns: repeat(9,1fr);
	gap: 10px;
}
#ietc_homeourreferencesV2 ul img {
	max-width: 100%;
}
/* MD */
@media (max-width: 1199px) { 
	#ietc_homeourreferencesV2 ul {
		grid-template-columns: repeat(8,1fr);
	}
}
/* XS modifié */
@media (max-width: 690px) {
	#ietc_homeourreferencesV2 ul {
		grid-template-columns: repeat(7,1fr);
	}
}
/* XS modifié */
@media (max-width: 570px) {
	#ietc_homeourreferencesV2 ul {
		grid-template-columns: repeat(6,1fr);
	}
}
/* XS modifié */
@media (max-width: 490px) {
	#ietc_homeourreferencesV2 ul {
		grid-template-columns: repeat(5,1fr);
	}
}
/* XS modifié */
@media (max-width: 400px) {
	#ietc_homeourreferencesV2 ul {
		grid-template-columns: repeat(4,1fr);
	}
}
/* XS modifié */
@media (max-width: 340px) {
	#ietc_homeourreferencesV2 ul {
		grid-template-columns: repeat(3,1fr);
	}
}


/*----------  A ne pas rater  ----------*/
#ietc_homeotherproductsV2 h2 {
	font-family: var(--font-title);
	background: var(--color-theme-main);
	color: white;
	font-size: 2em;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	padding-top: 1px;
}
#ietc_homeotherproductsV2 ul {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	column-gap: var(--size-gap-normal);
	row-gap: 3px;
	font-size: .9em;
}
#ietc_homeotherproductsV2 ul li {
	display: flex;
}
#ietc_homeotherproductsV2 ul li::before {
	content: '\f005';
	font-family: var(--font-icons);
	margin-right: .75em;
	font-weight: 700;
	font-size: .8em;
}
#ietc_homeotherproductsV2 ul li.super_parent_category_0::before {
	color: var(--color-objectcategory-services);
}
#ietc_homeotherproductsV2 ul li.super_parent_category_2::before {
	color: var(--color-objectcategory-custom);
}
#ietc_homeotherproductsV2 ul li.super_parent_category_3::before {
	color: var(--color-objectcategory-print);
}
#ietc_homeotherproductsV2 ul li.super_parent_category_30::before {
	color: var(--color-objectcategory-textile);
}

/* XS modifié */
@media (max-width: 690px) {
	#ietc_homeotherproductsV2 ul {
		grid-template-columns: repeat(3,1fr);
	}
}
/* XS modifié */
@media (max-width: 500px) {
	#ietc_homeotherproductsV2 ul {
		grid-template-columns: repeat(2,1fr);
	}
}


/*----------  Home footer  ----------*/
#ietc_homefooterV2 {
	margin-top: 2em;
	display: flex;
	gap: var(--size-gap-normal);
}
#ietc_homefooterV2 > * {
	flex: 1;
}
#ietc_homefooterV2 h3 {
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 1.5em;
	margin-top: 0;
}
#ietc_homefooterV2 #accueil-communaute p a {
	display: flex;
	align-items: center;
}
#ietc_homefooterV2 #accueil-communaute i {
	color: #1877f2;
	font-size: 3em;
	margin-right: 0.25em;

}
#contactMan {
	min-width: 264px;
	min-height: 80px;
	background: url('../img/contact-bg.png') no-repeat;
	padding: 3px 0 15px;
	font-size: .9em;
	color: #988f58;
}
#contactMan #product-contact-title,
#contactMan ul {
	margin-left: 10rem;
}
#contactMan #product-contact-title {
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 1.8em;
	text-transform: uppercase;
	padding-top: 3px;
	display: inline-block;
}
#contactMan ul {
	list-style-type: disc;
}
#contactMan li {
	margin-left: 2em;
	line-height: 1.4em;
}

/* XS : modifié */
@media (max-width: 600px) {
	#contactMan {
		display: none;
	}
}



/*=============================================
=            Mon devis            =
=============================================*/
#module-ietc_devis-default #mon-devis-introduction {
	width: 67%;
}
#module-ietc_devis-default #block-to-my-quotes {
	width: 33%;
}
/* SM */
@media (max-width: 991px) {
	#module-ietc_devis-default #mon-devis-introduction,
	#module-ietc_devis-default #block-to-my-quotes {
		width: 100%;
	}
}



/*=============================================
=            Mon compte            =
=============================================*/
#module-ietc_sendfiles-default h1,
#module-ietc_sendorderslip-default h1,
#module-ietc_devis-mesdevis h1 {
	padding-left: 15px;
}

#my-account ul.myaccount-link-list li a {
	font-family: var(--font-main);
}


/*=============================================
=            Dates de livraison (page)            =
=============================================*/
#module-ietc_deliverydate-default #center_column > p:nth-of-type(3) {
	margin-left: var(--size-gap-normal);
	margin-right: var(--size-gap-normal);
}


/*=============================================
=            Services            =
=============================================*/

#service-contact {
	padding: 10px;
}


/*=============================================
=            Panier            =
=============================================*/
.needfiles_caption {
	font-size: 1.1em;
}



/*=============================================
=            Confirmation de commande            =
=============================================*/
#order-confirmation #center_column > div.box {
	margin-left: var(--size-gap-normal);
	margin-right: var(--size-gap-normal);
}








/*=============================================
=            Activités / Projets            =
=============================================*/
#module-ietc_activityandproject-default #center_column h2,
#module-ietc_activityandproject-default #center_column h3 {
	font-family: var(--font-title);
	text-transform: uppercase;
	font-weight: 400;
	font-size: 2em;
}
#module-ietc_activityandproject-default #center_column h2 {
	font-size: 3em;
}
#ietc_activityandproject-intro-description {
	width: 90%;
}
#ietc_activityandproject-intro-description-content {
	width: 85%;
}
#ietc_activityandproject-intro-description-content p {
	font-size: 1.1em;
}

/*=============================================
=            Services          =
=============================================*/
#module-ietc_services-default #center_column h1,
#module-ietc_services-default #center_column h2 {
	font-family: var(--font-title);
	text-transform: uppercase;
	font-weight: 400;
	font-size: 2em;
}
#module-ietc_services-default .grid_6,
#module-ietc_services-default .grid_3 {
	display: inline-block;
	vertical-align: top;
}
#module-ietc_services-default .grid_6 {
	width: 66%;
}
#module-ietc_services-default .grid_3 {
	width: 33%;
}
#module-ietc_services-default ul.slideshow {
	min-height: 210px;
}
#module-ietc_services-default ul.slideshow li {
	width: 100% !important;
	height: auto !important;
	
	text-align: center;
}

/* SM */
@media (max-width: 991px) {
	#module-ietc_services-default .grid_6,
	#module-ietc_services-default .grid_3 {
		display: block;
		width: 100%;
	}
}



/*=============================================
=            Contact            =
=============================================*/
#contact form.contact-form-box {
	margin-left: var(--size-gap-normal);
	margin-right: var(--size-gap-normal);
}



/*=============================================
=            Tchat            =
=============================================*/
/* XS */
@media (max-width: 767px) {
	#lhc_status_container,
	#lhc_container {
		display: none;
	}
}





/*=============================================
=            Footer            =
=============================================*/
.footer-container {
	/* background: url('../img/footer-container-bg.png') repeat-x #267b9b; */
	/* background: #ba0e0c; */
	background: #555;
	padding-top: 2em;
	padding-bottom: 1em;
}
.footer-container .container {
	padding-bottom: 0;
}
footer,
footer h3,
#footer-contact-content,
.footer-container #footer a {
	color: white;
	/* color: var(--color-footer-text); */
}



/*----------  Contact  ----------*/
#footer-stars {
	margin: -1em 0 1em 1em;
	display: none;
}

#footer-contact-content {
	padding: 1em;
	border-radius: 10px;
	background: rgba(255,255,255,.06);
}
#footer-contact-social ul {
	display: flex;
	align-items: center;
	gap: .5em;
	font-size: 2em;
}
#footer-contact-social a {
	color: white !important;
}


/*----------  Sitemap  ----------*/
#footer-sitemap {
	/* padding-top: 4em; */
	padding-top: 0;
}
#footer-sitemap > ul {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(4,1fr);
}

#footer-sitemap h3 {
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 0;
	font-family: var(--font-title);
	padding: 0;
	background: none;
}
.footer-container #footer ul li {
	padding-bottom: .3em;
}

.footer-container #footer ul li a {
	color: var(--color-footer-text);
	text-shadow: none;
	font-weight: 400;
}
/* SM */
@media (max-width: 991px) {
	#footer-stars {
		display: none;
	}
	#footer-sitemap {
		padding-top: 1em;
	}
	#footer-sitemap > ul {
		grid-template-columns: repeat(2,1fr);
	}
	#footer-sitemap .activityandproject {
		display: none;
	}
}
/* XS */
@media (max-width: 767px) {
	.footer-container {
		padding-top: 1em;
	}
	#footer-contact-content {
		text-align: center;
		background: none;
		padding: 0;
	}
	#footer-contact-content p {
		font-size: 1.2em;
		line-height: 1.4em;
	}
}
/* XS modifié */
@media (max-width: 450px) {
	#footer-sitemap > ul {
		grid-template-columns: 1fr;
	}
}

/*----------  Copyright  ----------*/
#copyright {
	color: rgba(255,255,255,.6);
	font-size: .85em;
	text-align: center;
}
.footer-container #footer #copyright a {
	color: rgba(255,255,255,.6);
}