/*
Theme Name: Trimat Kit
Author: Planète Communication
Author URI: https://www.planete-communication.fr
Version: 1
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}





@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('/wp-content/themes/trimatkit/fonts/roboto-v50-latin-regular.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url('/wp-content/themes/trimatkit/fonts/roboto-v50-latin-500.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('/wp-content/themes/trimatkit/fonts/roboto-v50-latin-700.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('/wp-content/themes/trimatkit/fonts/poppins-v24-latin-regular.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	src: url('/wp-content/themes/trimatkit/fonts/poppins-v24-latin-500.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src: url('/wp-content/themes/trimatkit/fonts/poppins-v24-latin-600.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: url('/wp-content/themes/trimatkit/fonts/poppins-v24-latin-700.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 800;
	src: url('/wp-content/themes/trimatkit/fonts/poppins-v24-latin-800.woff2') format('woff2');
}



* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
body {
	background: #000000;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 120%;
	color: #000000;
	-webkit-font-smoothing: antialiased;
}
button {
	font-family: 'Roboto';
}
img {
	max-width: 100%;
	border: 0px;
	vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 120%;
	margin: 10px 0px;
	font-weight: bold;
}
h1 {
	font-size: 42px;
	font-weight: 800;
	font-family: 'Poppins';
	text-transform: uppercase;
	margin-bottom: 45px;
}
body:not(.home) h1 {
	max-width: 1140px;
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
body:not(.home) h1.h1_page_cate {
	font-size: 32px;
}
h2 {
	font-family: 'Poppins';
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 0;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
a:focus {
	outline: none;
}
a {
	color: #000000;
	text-decoration: underline;
}
p {
	margin: 10px 0px;
	line-height: 150%;
}
ul, ol {
	margin: 10px 0px 10px 15px;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin: 0px 0px 0px 30px;
}
li {
	line-height: 150%;
}
sup {
	vertical-align: super;
	font-size: smaller;
}




#nested .smart-menu {
	display: none;
}
header #nested {
	position: relative;
	height: 65px;
	z-index: 2;
}
header #nested .firstLevel {
	height: 65px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
header #nested .firstLevel li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	height: 65px;
}
header #nested .firstLevel li a {
	display: block;
	height: 65px;
	line-height: 65px;
	color: #000000;
	padding: 0px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}
header #nested .firstLevel li a span {
	display: block;
	height: 65px;
	line-height: 65px;
}
header #nested .firstLevel li ul {
	position: absolute;
	width: 220px;
	height: 0px;
	background: #FFFFFF;
	margin-left: -120px;
	margin-top: -20px;
	box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.3);
	left: 50%;
	top: auto;
	overflow: hidden;
	opacity: 0;
	transition: height 0ms ease 0ms, opacity 250ms ease 100ms, margin-top 250ms ease 100ms;
}
header #nested .firstLevel li:hover ul {
	height: auto;
	opacity: 1;
	margin-top: 0px;
	padding: 15px 10px;
}
header #nested .firstLevel li ul li {
	display: block;
	height: auto;
	border-bottom: 1px solid #ededed;
}
header #nested .firstLevel li ul li:last-child {
	border-bottom: none;
}
header #nested .firstLevel li ul li a {
	height: auto;
	padding: 10px 10px;
	line-height: 120%;
	font-size: 13px;
}
header #nested .firstLevel li ul li a span {
	display: inline !important;
	height: auto !important;
	line-height: 120% !important;
	border-bottom: none !important;
}
header #nested .firstLevel > li:hover > ul {
	overflow: visible;
}
header #nested .firstLevel li ul li ul {
	display: none;
	left: 220px;
	margin: 0;
	top: 0;
	box-sizing: border-box;
}
header #nested .firstLevel li ul li:hover ul {
	display: block;
}
header #nested ul.firstLevel li ul li {
	transition: 0.3s;
}
header #nested ul.firstLevel li ul li:hover {
	background: #F7F7F7;
}












#wrapper ul li {
	position: relative;
}
#wrapper ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	background: #00B4DC;
	border-radius: 50%;
	position: absolute;
	left: -15px;
	top: 9px;
}
#page {
	position: relative;
	background: #FFFFFF;
	overflow: hidden;
}
header {
	position: fixed;
	width: 100%;
	height: 137px;
	z-index: 2;
	background: #000000;
	transition: 0.3s;
}
header.scrolled {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin-top: -73px;
}
header #headerInner {
	position: relative;
	width: 100%;
	height: 100%;
}
header #logo {
	position: relative;
}
header #logo a {
	position: relative;
	display: block;
}
header #headerBoxes {
	position: absolute;
	right: 0px;
	top: 20px;
	z-index: 3;
}
header #headerBoxes > ul {
	display: none;
}









/* ---------------------- ZONE INTERIEURE (CONTENU) -----------------------*/

#wrapper {
	position: relative;
	background: #FFFFFF;
	z-index: 1;
}
#wrapperInner {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0px auto;
	padding: 50px 0px 0px 0px;
}
#container {
	position: relative;
	margin: 0px 0px 100px 0px;
}
#contentsInner {
	position: relative;
}
#headerBoxes p {
	margin: 0;
	line-height: 1;
}
body.home #wrapperInner {
	padding: 0;
}
.grecaptcha-badge {
	visibility: hidden;
}
html, body {
	scroll-behavior: smooth;
}
iframe {
	max-width: 100%;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
body.home #container {
	margin: 0px;
}




/* ---------------------------- STRUCTURES ET STYLES DES PAGES INTÉRIEURES ---------------------------- */

#chapterPicture {
	padding-top: 137px;
	position: relative;
	border-bottom: 1px solid #000;
}
body:not(.home) #wrapper h2 {
	font-family: 'Poppins';
	padding-left: 12px;
	border-left: 4px solid #00B4DC;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.15em;
	font-size: 28px;
	padding-top: 3px;
	margin-bottom: 15px;
}
body:not(.home) #wrapper h2.has-text-align-center {
	border: none;
	padding: 0;
}
body:not(.home) #wrapper h3 {
	font-weight: 600;
	font-family: 'Poppins';
	font-size: 22px;
}


/* ------- Passage à menu burger ------- */
@media (min-width: 1281px) {
	#nested ul.firstLevel > li.hidden_on_desktop {
		display: none;
	}
	header #nested ul.firstLevel > li {
		transition: 0.3s;
	}
	header #nested ul.firstLevel:hover > li {
		opacity: 0.4;
	}
	header #nested ul.firstLevel:hover > li:hover {
		opacity: 1;
	}
}
@media (max-width: 1280px) {
	header div #nested {
		width: 40px;
		height: 40px;
		right: 20px;
		left: auto;
		top: 0;
		margin: auto;
		background: none;
	}
	header div #nested .contentSmart {
		width: 100%;
		height: 100%;
		cursor: pointer;
		z-index: 25;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	header #nested .firstLevel {
		text-align: left;
		background: #000000;
		width: 100%;
		position: fixed;
		right: -100%;
		transition: 0.7s;
		opacity: 0.3;
		top: 0;
		height: auto;
		bottom: 0;
		padding: 50px 0;
		overflow-y: auto;
		overflow-x: hidden;
	}
	body.menu_open #nested .firstLevel:after,
	body.menu_open #nested .firstLevel:before {
		content: '';
		height: 55px;
		background: linear-gradient(0deg, #000000, transparent);
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0px;
		opacity: 0;
		pointer-events: none;
		transition: 0.3s;
	}
	body.menu_open.animation_delai #nested .firstLevel:after,
	body.menu_open.animation_delai #nested .firstLevel:before {
		opacity: 1;
	}
	body.menu_open #nested .firstLevel:before {
		bottom: auto;
		top: 0;
		z-index: 20;
		background: linear-gradient(180deg, #000000, transparent);
	}
	body.menu_open #nested .firstLevel {
		right: 0;
		opacity: 1;
	}
	header #nested ul.firstLevel:hover > li {
		opacity: 1;
	}
	header div #nested .contentSmart span {
		width: 30px;
		height: 2px;
		background: #FFFFFF;
		display: block;
		border-radius: 3px;
		position: relative;
		top: 0;
		transition: 0.5s;
	}
	header div #nested .contentSmart > span:nth-child(2) {
		margin: 7px 0px;
	}
	body.menu_open header div #nested .contentSmart > span:nth-child(1) {
		transform: rotate(45deg);
		top: 9px;
	}
	body.menu_open header div #nested .contentSmart > span:nth-child(2) {
		opacity: 0;
	}
	body.menu_open header div #nested .contentSmart > span:nth-child(3) {
		transform: rotate(-45deg);
		top: -9px;
	}
	body.menu_open header div #nested .contentSmart > span {
		background: #FFFFFF;
	}
	header #nested ul.firstLevel li a {
		font-size: 18px;
		height: auto;
		line-height: 1;
		text-transform: initial;
		padding: 10px;
	}
	header #nested .firstLevel li a span {
		line-height: 1.3em;
		height: auto;
	}
	header #nested ul.firstLevel > li.menu-item-has-children {
		margin-right: 0;
	}
	header #nested .firstLevel li {
		height: auto;
	}
	header #nested ul.firstLevel > li {
		margin: 0 0 10px 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding-left: 30px;
	}
	header #nested ul.firstLevel > li:last-child {
		margin-bottom: 0;
	}
	header #nested ul.firstLevel > li.menu-item-has-children > a {
		position: relative;
	}
	header #nested ul.firstLevel > li.menu-item-has-children > a:after {
		content: '';
		display: inline-block;
		height: 0;
		width: 0;
		border-top: 5px solid #FFFFFF;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		pointer-events: none;
		position: absolute;
        right: -10px;
        top: 21px;
	}
	header #nested .firstLevel li a {
		color: #FFFFFF;
	}
	header #nested .firstLevel li ul,
	header #nested .firstLevel > li:hover > ul {
		position: relative;
		height: auto;
		opacity: 1;
		background: none;
		box-shadow: none;
		margin: 0 0 0 1px;
		padding: 0;
		left: 0;
		width: auto;
	}
	header #nested ul.firstLevel > li > ul > li {
		padding: 0;
		margin: 0;
	}
	header #nested .firstLevel li ul li {
		border: none;
	}
	body.menu_open {
		overflow: hidden;
	}
	header #nested .firstLevel li ul {
		display: none;
	}
	header #nested ul.firstLevel > li.menu-item-has-children.sous_menu_open > ul {
		display: block;
	}
	header #nested ul.firstLevel > li.menu-item-has-children.sous_menu_open > a:after {
		transform: rotate(180deg);
	}
	header #nested ul.firstLevel li ul li:hover {
		background: none;
	}
}















.cmplz-video.cmplz-iframe-styles {
	background-color: transparent
}
.cmplz-video.cmplz-hidden {
	visibility: hidden !important
}
.cmplz-blocked-content-notice {
	display: none
}
.cmplz-placeholder-parent {
	height: inherit
}
.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice, .cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice {
	display: block
}
.cmplz-blocked-content-container, .cmplz-wp-video {
	animation-name: cmplz-fadein;
	animation-duration: 600ms;
	background: #FFF;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	height: inherit;
	position: relative
}
.cmplz-blocked-content-container.gmw-map-cover, .cmplz-wp-video.gmw-map-cover {
	max-height: 100%;
	position: absolute
}
.cmplz-blocked-content-container.cmplz-video-placeholder, .cmplz-wp-video.cmplz-video-placeholder {
	padding-bottom: initial
}
.cmplz-blocked-content-container iframe, .cmplz-wp-video iframe {
	visibility: hidden;
	max-height: 100%;
	border: 0 !important
}
.cmplz-blocked-content-container .cmplz-custom-accept-btn, .cmplz-wp-video .cmplz-custom-accept-btn {
	white-space: normal;
	text-transform: initial;
	cursor: pointer;
	position: absolute !important;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 200px;
	font-size: 14px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	z-index: 98;
	line-height: 23px
}
.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus, .cmplz-wp-video .cmplz-custom-accept-btn:focus {
	border: 1px dotted #cecece
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-wp-video .cmplz-blocked-content-notice {
	white-space: normal;
	text-transform: initial;
	position: absolute !important;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 300px;
	font-size: 14px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	z-index: 98;
	line-height: 23px
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links, .cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links {
	display: block;
	margin-bottom: 10px
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a, .cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a {
	color: #fff
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body, .cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body {
	display: block
}
.cmplz-blocked-content-container div div {
	display: none
}
.cmplz-wp-video .cmplz-placeholder-element {
	width: 100%;
	height: inherit
}
@keyframes cmplz-fadein {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
















































/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------ TRIMAT KIT  ------------------------------------------ */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */





/* boutons */
#page a.wp-block-button__link,
#wrapper div.wpforms-container-full button[type=submit],
#top2025 .bloc ul a,
section#bloc_texte_video > .gauche ul li a,
#accountAuthentificationForm .submit button,
#contentNewPasswordForm .submit button {
	background: #00B4DC;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	transition: 0.3s;
	padding: 19px 38px;
	font-family: 'Poppins';
	letter-spacing: 0.05em;
	line-height: 1;
	font-size: 16px;
	border-radius: 0px;
	height: auto;
	cursor: pointer;
}
#page a.wp-block-button__link:hover,
#wrapper div.wpforms-container-full button[type=submit]:hover,
#top2025 .bloc ul a:hover,
section#bloc_texte_video > .gauche ul li a:hover,
#accountAuthentificationForm .submit button:hover,
#contentNewPasswordForm .submit button:hover {
	background: #00c0ea !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


/* boutons + petits */
#wrapper .logout_btn a.wp-block-button__link,
#contentNewPasswordForm .submit button {
	font-weight: 600;
	font-size: 13px;
	padding: 15px 25px;
}



.has-noir-color {
	color: #000000 !important;
}
.has-noir-background-color {
	background-color: #000000 !important;
}

.has-blanc-color {
	color: #FFFFFF !important;
}
.has-blanc-background-color {
	background-color: #FFFFFF !important;
}

.has-gris-color {
	color: #F4F4F4 !important;
}
.has-gris-background-color {
	background-color: #F4F4F4 !important;
}

.has-bleu-color {
	color: #00B4DC !important;
}
.has-bleu-background-color {
	background-color: #00B4DC !important;
}













.header_rs a {
	display: flex;
}
header #nested {
	background: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}
header #nested ul.firstLevel > li:first-child > ul {
	margin-left: -130px;
}
header #headerBoxes {
	top: 0;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	height: 72px;
}
header .widget a {
	color: #FFFFFF;
}
header .widget.header_rs {
	margin: 0px 45px 0 35px;
}
header .header_rs ul,
header .header_lang ul,
header .header_espace_pro_contact ul {
	list-style-type: none;
	margin: 0;
	display: flex;
	align-items: center;
}
header .header_rs ul > li,
header .header_lang ul > li,
header .header_espace_pro_contact ul > li {
	line-height: 1;
	margin-right: 15px;
	transition: 0.3s;
}
header .header_rs ul > li:last-child,
header .header_lang ul > li:last-child,
header .header_espace_pro_contact ul > li:last-child {
	margin-right: 0;
}
header .header_rs ul:hover > li {
	opacity: 0.6;
}
header .header_rs ul:hover > li:hover {
	opacity: 1;
}
header #logo {
	height: 72px;
	position: absolute;
	left: 50px;
	width: 270px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
header .widget.header_tel {
	margin: 0 40px;
}
header .widget.header_tel a,
header .header_espace_pro_contact ul li a {
	font-family: 'Poppins';
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
header .header_lang ul > li {
	background: #FFFFFF;
	margin-right: 10px;
}
header .header_lang ul > li svg {
	width: 27px;
	height: 18px;
	display: block;
}
header .header_espace_pro_contact ul > li:last-child a {
	color: #00B4DC;
}
header .header_espace_pro_contact ul > li {
	margin-right: 36px;
}
header .header_espace_pro_contact ul li a {
	position: relative;
}
header .header_espace_pro_contact ul li a:after {
	content: '';
	width: 0%;
	height: 1px;
	background: #FFFFFF;
	transition: 0.3s;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -1px;
}
header .header_espace_pro_contact ul li a:hover:after {
	width: 100%;
}
header .header_espace_pro_contact ul > li:last-child a:after {
	background: #00B4DC;
}
header #nested ul.firstLevel > li > a span {
	box-sizing: border-box;
	padding-top: 1px;
}
header .widget a {
	text-decoration: none;
}












/* 20250616 - Modif page accueil */

#top2025 {
	background: #000000;
	padding-top: 200px;
	color: #FFFFFF;
	text-align: center;
}
#top2025 h1 {
	font-family: 'Poppins';
	text-transform: uppercase;
	font-weight: 800;
	font-size: 54px;
	margin: 0;
}
#top2025 h1 a {
	color: #FFFFFF;
}
#top2025 p {
	font-size: 24px;
	line-height: 1.2em;
}
#top2025 .container {
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
}
#top2025 .flex {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
#top2025 .bloc {
	width: 49%;
	height: 500px;
	padding: 45px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
#top2025 .bloc > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}
#top2025 .bloc:has(a:hover) > img {
	transform: scale(1.1);
	filter: brightness(0.7);
}
#top2025 .bloc > :not(img) {
	position: relative;
	z-index: 2;
}
#top2025 .bloc:after {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 66, 146, 1), rgba(0, 66, 146, 0.2));
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}
#top2025 .bloc ul {
	list-style-type: none;
	display: flex;
	gap: 20px;
	margin: 0;
}
#top2025 .bloc ul li {
	line-height: 1;
}
#top2025 .bloc ul li:before {
	display: none;
}
#top2025 .bloc ul li a {
	cursor: pointer;
}
#top2025 span.titre {
	text-transform: uppercase;
	font-family: 'Poppins';
	font-size: 34px;
	font-weight: 500;
	line-height: 1;
	display: block;
	max-width: 315px;
	margin: 25px 0 45px 0;
}
@media (max-width: 1400px) {
	#top2025 h1 {
		font-size: 44px;
	}
	#top2025 span.titre {
		font-size: 30px;
	}
	#top2025 .bloc {
		height: 400px;
	}
}
@media (max-width: 1280px) {
	#top2025 {
		border-top: 1px solid #FFFFFF;
		margin-top: 72px;
		padding-top: 55px;
	}
	#top2025 p {
		font-size: 20px;
	}
}
@media (max-width: 1120px) {
	#top2025 .flex {
		flex-direction: column;
		gap: 5vw;
	}
	#top2025 .bloc {
		height: auto;
		width: 100%;
	}
}

#top2025 h1,
#top2025 h1 + p,
#top2025 .flex > div {
	visibility: hidden;
}





section#trois_blocs {
	background: #000;
	color: #FFF;
}
section#trois_blocs .titre_et_logo {
	width: 90%;
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 80px 0;
}
section#trois_blocs .titre_et_logo h2 {
	margin: 0;
	font-family: 'Poppins';
	font-weight: 400;
	max-width: 730px;
	font-size: 34px;
	text-transform: initial;
	line-height: 1.15em;
}








section#marques {
	text-align: center;
	padding: 75px 0px 80px 0px;
	width: 90%;
	max-width: 1140px;
	margin: 0 auto;
}
section#marques p.desc {
	margin: 15px 0 80px 0;
	letter-spacing: 0.025em;
}
section#marques .slick-slide img {
	margin: 0 auto;
	max-height: 85px;
	width: auto;
	height: auto;
	max-width: 125px;
}
section#marques .slick-slide {
	height: auto;
	float: none;
}
section#marques .slick-track {
	display: flex;
	align-items: center;
}
section#marques .slick-prev,
section#marques .slick-next,
section#solutions_pro .slick-prev,
section#solutions_pro .slick-next,
section#product_autres_vehicules_de_la_marque .slick-prev,
section#product_autres_vehicules_de_la_marque .slick-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 10000px;
	outline: none !important;
}
section#marques .slick-next,
section#solutions_pro .slick-next,
section#product_autres_vehicules_de_la_marque .slick-next {
	right: -75px;
	background: url(/wp-content/themes/trimatkit/images/black-arrow.svg) center center no-repeat;
}
section#marques .slick-prev,
section#solutions_pro .slick-prev,
section#product_autres_vehicules_de_la_marque .slick-prev {
	left: -75px;
	transform: rotate(180deg);
	z-index: 10;
	background: url(/wp-content/themes/trimatkit/images/black-arrow.svg) center center no-repeat;
}




#back_to_top svg {
	width: 25px;
	height: auto;
}
#back_to_top {
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #00B4DC;
	color: white;
	cursor: pointer;
	padding: 8px 10px;
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
}
#back_to_top:hover {
	background: #00c0ea;
}
@media (max-width: 1000px) {
	#back_to_top {
		display: none;
	}
}



.widget_breadcrumb {
	margin: -20px auto 50px;
	font-size: 13px;
	width: 90%;
	max-width: 1140px;
}
.widget_breadcrumb a:not(:hover) {
	text-decoration: none;
}
.widget_breadcrumb a {
	color: #656d78;
}











section#product_header_like {
	width: 90%;
	max-width: 1090px;
	margin: 0 auto 40px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
section#product_header_like img {
	max-width: 170px;
	max-height: 110px;
	width: auto;
	height: auto;
}
section#product_header_like span {
	display: block;
	line-height: 1;
	font-size: 24px;
	font-weight: 500;
	font-family: 'Poppins';
	margin: 0 0 8px 0;
}
section#product_header_like h1 {
	color: #00B4DC;
	font-family: 'Poppins';
	margin: 0;
	font-weight: 700;
	text-align: left;
	text-transform: initial;
	font-size: 34px;
	width: auto;
}
section#product_header_like .texte {
	margin-left: 130px;
}





section#product_visuels {
	background: #F7F7F7;
	padding: 70px 0;
}
section#product_visuels .container {
	width: 90%;
	max-width: 1090px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
section#product_visuels .container > img:nth-child(1) {
	max-width: 555px;
	margin-right: 130px;
	width: auto;
	height: auto;
}
section#product_visuels .container > img:nth-child(2) {
	max-width: 310px;
	width: auto;
	height: auto;
}








#marques {
	width: 90%;
	max-width: 1140px;
	margin: 0 auto;
}
#marques .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-right: -2%;
	gap: 0px;
}
#marques > div {
	width: 100% !important;
}
body:not(.home) #wrapper #marques figure {
	width: 14.66%;
	height: 170px;
	border: 1px solid #000;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	margin: 0 2% 2% 0;
	transition: 0.3s;
}
#marques figure a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
#marques figure img {
	max-height: 70%;
	max-width: 70%;
	height: auto;
	width: auto;
}
#marques .inner:hover > figure {
	opacity: 0.5;
}
#marques .inner:hover > figure:hover {
	opacity: 1;
}








div#productsList {
	width: 90%;
	max-width: 1140px;
	margin: 0 auto -3.5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div#productsList .shortProduct,
div#productsList .empty {
	width: 31%;
}
div#productsList .shortProduct {
	background: #F7F7F7;
	margin-bottom: 3.5%;
	text-align: center;
	padding-bottom: 30px;
	position: relative;
	transition: 0.3s;
}
div#productsList .shortProduct:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}
div#productsList .shortProduct a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-indent: -9999px;
	overflow: hidden;
}
div#productsList .shortProduct .picture img {
	width: 85%;
	height: 200px;
	object-fit: contain;
	margin: 30px 0;
}
div#productsList .shortProduct .name {
	font-weight: 600;
	font-size: 18px;
	transition: 0.3s;
}
div#productsList .shortProduct:hover .name {
	color: #00B4DC;
}
div#productsList .shortProduct .ancien_modele {
	font-size: 14px;
	line-height: 1;
	margin-top: 8px;
	font-style: italic;
}

























@media (max-width: 1280px) {
	header,
	header.scrolled {
		height: 72px;
		margin-top: 0
	}
	header #headerBoxes {
		right: 100px;
		height: 100%;
	}
	#chapterPicture {
		padding-top: 72px;
	}
	header .widget.header_rs {
		margin-right: 0;
	}
}
@media (max-width: 1060px) {
	header .header_espace_pro_contact {
		display: none;
	}
}
@media (max-width: 820px) {
	header #logo {
		border: none;
		height: 100%;
		width: auto;
		left: 30px;
	}
	header #logo img {
		height: 25px;
	}
}
@media (max-width: 700px) {
	header .widget.header_tel a {
		display: block;
		background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMC4xMjciIGhlaWdodD0iMjAuMTI3IiB2aWV3Qm94PSIwIDAgMjAuMTI3IDIwLjEyNyI+DQogIDxwYXRoIGlkPSJJY29uX2F3ZXNvbWUtcGhvbmUtYWx0IiBkYXRhLW5hbWU9Ikljb24gYXdlc29tZS1waG9uZS1hbHQiIGQ9Ik0xOS41NTMsMTQuMjIzbC00LjQtMS44ODdhLjk0My45NDMsMCwwLDAtMS4xLjI3MUwxMi4xLDE0Ljk5QTE0LjU3MSwxNC41NzEsMCwwLDEsNS4xMzQsOC4wMjRsMi4zODItMS45NWEuOTQxLjk0MSwwLDAsMCwuMjcxLTEuMUw1LjkuNTcxQS45NS45NSwwLDAsMCw0LjgyLjAyNEwuNzMxLjk2OEEuOTQzLjk0MywwLDAsMCwwLDEuODg3YTE4LjIzOCwxOC4yMzgsMCwwLDAsMTguMjQsMTguMjQuOTQzLjk0MywwLDAsMCwuOTItLjczMWwuOTQzLTQuMDg4YS45NTUuOTU1LDAsMCwwLS41NTEtMS4wODVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSIjMDAwMDAwIi8+DQo8L3N2Zz4NCg==) no-repeat center center, #FFFFFF;
		width: 22px;
		height: 22px;
		overflow: hidden;
		border-radius: 50%;
		color: transparent;
		text-indent: -9999px;
		background-size: 11px;
	}
	header .widget.header_tel {
		margin: 0;
		position: absolute;
		right: 0;
		top: 25px;
	}
	header #headerBoxes {
		padding-right: 38px;
	}
}
@media (max-width: 1080px) {
	section#trois_blocs .titre_et_logo {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	section#trois_blocs .titre_et_logo h2 {
		max-width: 580px;
		font-size: 30px;
		margin-bottom: 40px;
	}
}
@media (max-width: 1370px) {
	section#marques {
		max-width: 850px;
	}
}
@media (max-width: 1100px) {
	section#marques {
		max-width: 650px;
	}
}
@media (max-width: 700px) {
	section#marques .slick-slide img {
		max-height: 70px;
		max-width: 100px;
	}
}



/* pages inte */

@media (max-width: 1250px) {
	body:not(.home) #wrapper #marques figure {
		width: 23%;
		height: 20.7vw;
		margin-bottom: 3%;
	}
}
@media (max-width: 700px) {
	body:not(.home) #wrapper #marques figure {
		width: 31%;
		height: 27.9vw;
		margin-bottom: 3.5%;
	}
}
@media (max-width: 950px) {
	div#productsList .shortProduct,
	div#productsList .empty {
		width: 48%;
	}
	div#productsList .shortProduct .picture img {
		height: 20vw;
	}
}
@media (max-width: 1150px) {
	section#product_visuels .container > img:nth-child(2) {
		max-width: 46%;
		max-height: 21vw;
	}
	section#product_visuels .container > img:nth-child(1) {
		max-width: 46%;
		margin-right: 8%;
	}
}
@media (max-width: 860px) {
	section#product_header_like span {
		font-size: 22px;
	}
	section#product_header_like h1 {
		font-size: 30px;
	}
	section#product_header_like .texte {
		margin-left: 60px;
	}
	section#product_header_like {
		justify-content: center;
	}
}
@media (max-width: 740px) {
	section#product_header_like span {
		max-width: 290px;
		line-height: 1.15em;
	}
}
@media (max-width: 980px) {
	body:not(.home) h1 {
		font-size: 36px;
	}
	body:not(.home) #wrapper h2 {
		font-size: 26px;
	}
	body:not(.home) #wrapper h3 {
		font-size: 20px;
	}
}


























/* doit rester tout en bas du fichier mais au-dessus du style "smartphone" */

/* 20260210 - ajout isotrail dans le menu et sur la page d'accueil */

@media (min-width: 1121px) {
	html[lang="fr-FR"] #top2025 .container {
		max-width: 1600px;
	}
	html[lang="fr-FR"] #top2025 .bloc {
		width: 32%;
		height: 420px;
	}
}
@media (min-width: 1121px) and (max-width: 1720px) {
	html[lang="fr-FR"] #top2025 .bloc ul a {
		padding: 19px 27px;
	}
	html[lang="fr-FR"] #top2025 .bloc {
		padding: 35px;
	}
}
@media (min-width: 1121px) and (max-width: 1500px) {
	html[lang="fr-FR"] #top2025 .bloc ul a {
		font-size: 14px;
		padding: 16px 22px;
	}
	html[lang="fr-FR"] #top2025 .bloc svg {
		width: auto;
		height: 35px;
	}
	html[lang="fr-FR"] #top2025 span.titre {
		font-size: 28px;
	}
	html[lang="fr-FR"] #top2025 .bloc {
		height: 350px;
	}
}
@media (min-width: 1121px) and (max-width: 1310px) {
	html[lang="fr-FR"] #top2025 .container {
		width: auto;
		margin: 0 30px;
	}
}
@media (min-width: 1121px) and (max-width: 1240px) {
	html[lang="fr-FR"] #top2025 .bloc ul a {
		font-size: 13px;
		padding: 13px 16px;
	}
	html[lang="fr-FR"] #top2025 span.titre {
		font-size: 26px;
		margin-bottom: 35px;
	}
	html[lang="fr-FR"] #top2025 .bloc ul {
		gap: 10px;
	}
	html[lang="fr-FR"] #top2025 .bloc {
		height: 300px;
	}
}





@media (min-width: 1281px) {
	header #nested ul.firstLevel > li.carrosserie_frigorifique > a {
		padding-left: 65px;
		background: url(/wp-content/themes/trimatkit/images/ic-fourgon.svg) no-repeat center left;
	}
	header #nested ul.firstLevel > li.chassis_cabine_frigorifique > a {
		padding-left: 65px;
		margin-left: 15px;
		background: url(/wp-content/themes/trimatkit/images/ic-chassis-cabine.svg) no-repeat center left;
	}
	header #nested ul.firstLevel > li.remorque_frigorifique > a {
		padding-left: 62px;
		margin-left: 13px;
		background: url(/wp-content/themes/trimatkit/images/ic-remorque.svg) no-repeat center left;
		background-size: 50px;
	}
}
/* suite à ajout de "remorque frigorifique" dans le menu : */
@media (min-width: 1281px) and (max-width: 1470px) {
	header #nested ul.firstLevel > li.carrosserie_frigorifique > a,
	header #nested ul.firstLevel > li.chassis_cabine_frigorifique > a,
	header #nested ul.firstLevel > li.remorque_frigorifique > a {
		background-size: 42px;
		padding-left: 55px;
	}
	header #nested ul.firstLevel > li > a {
		padding: 0 12px;
	}
}
@media (min-width: 1281px) and (max-width: 1390px) {
	header #nested ul.firstLevel > li > a {
		font-size: 13px;
		padding: 0 11px;
	}
	header #nested ul.firstLevel > li.carrosserie_frigorifique > a,
	header #nested ul.firstLevel > li.chassis_cabine_frigorifique > a,
	header #nested ul.firstLevel > li.remorque_frigorifique > a {
		background-size: 38px;
		padding-left: 48px;
	}
}








































@media (max-width: 530px) {
	header div #nested .contentSmart span {
		width: 25px;
	}
	header div #nested .contentSmart > span:nth-child(2) {
		margin: 6px 0px;
	}
	body.menu_open header div #nested .contentSmart > span:nth-child(3) {
		top: -7px;
	}
	body.menu_open header div #nested .contentSmart > span:nth-child(1) {
		top: 9px;
	}
	header #nested ul.firstLevel > li {
		padding-left: 17px;
		max-width: 90vw;
	}
	#nested ul.firstLevel li a {
		font-size: 15px;
	}
	#nested ul.firstLevel li ul li a {
		font-size: 14px;
	}



	#page a.wp-block-button__link, #wrapper div.wpforms-container-full button[type=submit],
	#top2025 .bloc ul a, section#bloc_texte_video > .gauche ul li a,
	#accountAuthentificationForm .submit button,
	#contentNewPasswordForm .submit button {
		font-size: 14px;
		padding: 13px 20px;
		transition: 0.15s;
	}





	header, header.scrolled {
		height: 60px;
	}
	header #logo img {
		height: 18px;
	}
	header .widget.header_rs {
		display: none;
	}
	header #nested ul.firstLevel li#menu-item-48 a {
		background: #00B4DC;
		color: #FFFFFF;
		font-weight: 600;
		text-transform: uppercase;
		transition: 0.3s;
		padding: 12px 24px;
		font-family: 'Poppins';
		letter-spacing: 0.05em;
		border-radius: 0px;
        margin: 10px 0 0 11px;
	}
	header #logo {
		left: 6.5vw;
		z-index: 3;
	}
	header #nested .firstLevel {
		padding-top: 90px;
	}
	header div #nested {
		right: 6.5vw;
		margin-right: -7px;
	}
	header .widget.header_tel {
		position: relative;
		top: 0;
	}
	header.scrolled {
		border-bottom: 1px solid #656565;
	}
	header #headerBoxes {
		padding: 0;
		flex-direction: row-reverse;
		gap: 10px;
		right: 6.5vw;
		margin-right: 45px;
	}





	#top2025 h1 {
		font-size: 7.9vw;
		line-height: 1.1em;
	}
	#top2025 p {
		font-size: 16px;
		line-height: 1.4em;
	}
	#top2025 {
		margin-top: 60px;
		padding-top: 50px;
	}
	#top2025 .bloc .logo svg {
		height: auto;
		width: 180px;
	}
	#top2025 span.titre {
		font-size: 26px;
	}
	#top2025 .bloc ul {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
	#top2025 .flex {
		gap: 6.5vw;
		margin-top: 50px;
	}


	#top2025 .container,
	body:not(.home) h1,
	#marques,
	div#productsList,
	section#product_header_like,
	section#product_visuels .container {
		width: 87%;
	}


	section#trois_blocs .titre_et_logo h2 {
		max-width: 330px;
		font-size: 24px;
		margin-bottom: 30px;
	}
	section#trois_blocs .titre_et_logo img {
		height: 44px;
	}
	section#trois_blocs .titre_et_logo {
		padding: 50px 0 60px 0;
	}


	section#marques h2,
	section#solutions_pro h2,
	section#bloc_360 .gauche h2,
	section#chiffres h2,
	section#devis h2,
	section#certifications h2,
	body.single #wrapperInner div #certifications h2 {
		font-size: 25px;
	}


	#chapterPicture {
		padding-top: 60px;
	}
	.widget_breadcrumb {
		width: 87%;
		margin: -25px auto 40px;
		font-size: 12px;
	}
	body:not(.home) h1 {
		font-size: 30px;
	}
	body:not(.home) #wrapper h2 {
		font-size: 22px;
	}
	body:not(.home) #wrapper h3 {
		font-size: 18px;
	}
	body:not(.home) #wrapper #marques figure {
		margin-right: 3.33%;
		margin-bottom: 3.33%;
		width: 30%;
	}
	body:not(.home) h1.h1_page_cate {
		font-size: 26px;
	}
	div#productsList .shortProduct .picture img {
		margin: 20px 0;
	}
	div#productsList .shortProduct .name {
		font-size: 15px;
		padding: 0 15px;
	}
	div#productsList .shortProduct .ancien_modele {
		font-size: 13px;
	}


	section#product_header_like img {
		max-width: 100px;
		max-height: 80px;
	}
	section#product_header_like {
		flex-direction: column;
	}
	section#product_header_like .texte {
		margin-left: 0;
		text-align: center;
	}
	section#product_header_like span {
		font-size: 18px;
		max-width: 240px;
		line-height: 1.25em;
		margin: 20px auto 10px;
	}
	section#product_header_like h1 {
		font-size: 24px;
		text-align: center;
	}

	section#product_visuels {
		padding: 50px 0;
	}
	section#product_visuels .container {
		flex-direction: column;
	}
	section#product_visuels .container > img:nth-child(1) {
		max-width: 100%;
		margin: 0 0 45px 0;
	}
	section#product_visuels .container > img:nth-child(2) {
		max-width: 65%;
		max-height: initial;
	}


}