/*
Theme Name: Inpro France
Theme URI: exig.fr
Description: Thème du site inprofrance.com
Author: Exig
Author Uri: exig.fr
Template: zakra
Version: 1.0.0
*/


/* 
 *  FONTS
 */
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Teko:wght@300;500;700&display=swap');

/* 
 *  VAR
 */
 :root{
    --primaire:  #10538B;
	--secondaire: #0563C1;
	--secondaire : #3E8AC9;
    --pastel : #CAD9E5;
    --font-titre : Teko;
    --font-texte : Montserrat;
	--border : 1px solid;
}

/* 
 *  GLOBAL
 */
body, p, span, li, ul, select, form, td, tr, option, a, h4, h5, h6, button {
	font-family: var(--font-texte);
	font-size: 1.2rem;
	font-weight: initial;
	color: var(--primaire);
}
small a {
	font-size: inherit;
}
body {
	width: 100%;
	overflow-x: hidden;
}
.single-produits .tg-page-header__title, .archive .tg-page-header__title {
	display: none;
}
.zak-site-layout--contained.zak-container--wide #primary {
	width: 100%;
}
/* iframe */
.postid-3129 header,
.postid-3129 footer,
.postid-3129 .section.categories-row,
.postid-3129 .zak-entry-meta {
	display: none;
}
.postid-3129.single .zak-entry-summary {
	width: 100% !important;
}
/* 
 *  MENU
 */
.zak-top-bar__1 {
	display: none !important;
}
.zak-main-header {
	padding: 0;
}
.zak-primary-nav > div > ul {
    align-items: stretch;
}
.zak-primary-nav > div ul li.zak-header-button a,
#zak-primary-nav.main-navigation.zak-primary-nav > div ul li.zak-header-button a:hover {
    background-color: transparent;
}
.zak-primary-nav > div > ul > li > a {
	font-weight: 600;
	color: var(--secondaire);
}
@media screen and (min-width: 768px) {
	.tg-mobile-toggle {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.tg-mobile-toggle {
		display: block !important;
	}
}
/* 
 *  Général
 */
.zak-container,
.logo.row,
#main {
    position: relative;
}
.zak-primary-nav.zak-primary-nav--style-underline > div > ul > li.current_page_ancestor > a::before,
.zak-primary-nav.zak-primary-nav--style-underline > div > ul > li.current-menu-ancestor > a::before,
.zak-primary-nav.zak-primary-nav--style-underline > div > ul > li.current_page_item > a::before,
.zak-primary-nav.zak-primary-nav--style-underline > div > ul > li.current-menu-item > a::before,
.zak-primary-nav.zak-primary-nav--style-left-border > div > ul > li.current_page_ancestor > a::before,
.zak-primary-nav.zak-primary-nav--style-left-border > div > ul > li.current-menu-ancestor > a::before,
.zak-primary-nav.zak-primary-nav--style-left-border > div > ul > li.current_page_item > a::before,
.zak-primary-nav.zak-primary-nav--style-left-border > div > ul > li.current-menu-item > a::before,
.zak-primary-nav.zak-primary-nav--style-right-border > div > ul > li.current_page_ancestor > a::before,
.zak-primary-nav.zak-primary-nav--style-right-border > div > ul > li.current-menu-ancestor > a::before,
.zak-primary-nav.zak-primary-nav--style-right-border > div > ul > li.current_page_item > a::before,
.zak-primary-nav.zak-primary-nav--style-right-border > div > ul > li.current-menu-item > a::before {
	display: none;
}
.zak-primary-nav > div ul li:hover > a,
.zak-primary-nav > div ul li.current_page_ancestor > a,
.zak-primary-nav > div ul li.current-menu-ancestor > a,
.zak-primary-nav > div ul li.current_page_item > a,
.zak-primary-nav > div ul li.current-menu-item > a,
a:hover,
a:focus {
	color: var(--primaire);
}
.zak-entry-summary a, .zak-entry-summary a:hover, .zak-entry-summary a:focus {
    color: var(--secondaire);
}
.zak-entry-summary a {
	text-decoration: underline;
}
.zak-entry-summary div#tabs a, .zak-entry-summary div#tabs a:hover, .zak-entry-summary div#tabs a:focus {
	text-decoration: none;
}
.zak-entry-summary div#tabs a:not(.ui-tabs-anchor), .zak-entry-summary div#tabs a:not(.ui-tabs-anchor):hover, .zak-entry-summary div#tabs a:not(.ui-tabs-anchor):focus {
	color: var(--primaire);
}
.zak-entry-summary a:hover, .zak-entry-summary a:focus {
    text-decoration: none;
}
.zak-entry-summary h2, #tabs h2 {
	margin-bottom: 0;
	color: var(--primaire);
}
.entry-title {
	font-size: 3rem;
}
a.bouton {
	display: inline-flex;
	justify-content: flex-end;
}
@media screen and (max-width: 575px) {
	a.bouton {
		border: 1px solid var(--primaire);
	}
}
@media screen and (min-width: 575px) {
	a.bouton::before {
		content: url('images/arrow.svg');
		width: 1.5em;
		margin-right: 1em;
	}
}
.dark a.bouton {
	color: white;
	border: 1px solid;
	padding: 0.2em 2em;
}
.light a.bouton {
	color: var(--primaire);
	padding: 0.2em 2em;
}
a.wp-block-button__link {
	color: var(--secondaire);
	border: 1px solid;
	padding: 0.2em 2em;
	background-color: transparent;
	border-radius: 0;
}
h1.entry-title.tg-page-content__title {
	text-align: center;
	color: var(--primaire);
	font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {
    color: var(--primaire);
    font-family: var(--font-titre);
}
.primairy-color {
    background-color: var(--secondaire);
    color: white;
}
.primairy-color h2, .primairy-color h3, .primairy-color h4, .primairy-color h5, .primairy-color h6, .dark,
.dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p {
    color: white;
}
h1, h2, h3 {
	text-transform: uppercase;
}
.pastel {
    background-color: var(--pastel);
    color: var(--primaire);
}
.section {
    position: relative;
	padding: 2em;
}
.lazy {
	opacity: 0;
	position: relative;
}
.nav-pages {
	margin-top: 2em;
}
.nav-pages > span, .nav-pages > a {
	border: 1px solid;
	padding: 0.5em 1em;
	display: ;
}
.nav-pages .page-numbers.current {
	background: var(--primaire);
	color: white;
	border: 1px solid var(--primaire);
}
.ff-name-address-wrapper.fluent-address div.ff-el-input--label {
	display: none !important;
}
.ff-el-form-check-label span {
	line-height: initial !important;
}
form .ff-btn-submit {
	background-color: #10538b !important;
	border-radius: 0 !important;
}
.fluentform .ff-el-form-control {
	border-radius: 0 !important;
}
/*animation element sliding left*/
  
.lazy {
	opacity: 0;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transform: translate3d(-100px, 0px, 0px);
	-ms-transform: translate(-100px, 0px);
	transform: translate3d(-100px, 0px, 0px);
	transition-delay: 500ms;
}
  
.lazy.in-view {
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.site-branding .custom-logo {
	width: 150px;
}
.bold {
	font-weight: 800;
}

hr {
	background-color: var(--primaire) !important;
	height: 2px !important;
	opacity: 1 !important;
}
hr.p10 {
	height: 10px !important;
}
.notopm, a.bouton.notopm {
	margin-top: 0;
}
.mbottom, a.bouton.mbottom {
	margin-bottom: 2em;
}
body p {
	font-size: 1.2rem;
	line-height: 1.5rem;
}
h2 {
	font-size: 2em;
}
.wp-block-button a, .bouton a {
    font-size: 2em;
    line-height: 1.9rem;
}
.zak-scroll-to-top,
.zak-scroll-to-top:visited {
	color: var(--secondaire);
	background-color: white;
	border: 1px solid;
	border-radius: 0;
}
.zak-scroll-to-top:hover {
	background-color: var(--secondaire);
	color: white;
	border: 1px solid;
}
.zak-scroll-to-top .zak-icon {
	fill: var(--secondaire);
}
.zak-scroll-to-top:hover .zak-icon {
	fill: #fff;
}
.zak-top-bar .zak-top-bar__1, .zak-top-bar .zak-top-bar__2 {
	display: flex;
	width: 100%;
	flex-flow: ;
	justify-content: flex-end;
}
.zak-top-bar__2 section:not(:last-child) {
	margin-right: 1em;
}
#zak-primary-menu > li a {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
}
#zak-primary-menu > li a::before {
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	margin: auto;
	object-fit: contain;
	background: transparent;
	position: relative;
}
#zak-primary-menu > li.home a::before {
	content: url('images/home.svg');
}
#zak-primary-menu > li.products a::before {
	content: url('images/produits.svg');
}
#zak-primary-menu > li.about a::before {
	content: url('images/bubble.svg');
}
#zak-primary-menu > li.contact a::before {
	content: url('images/contact.svg');
}
.zak-top-bar__2 > section::before {
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	margin: auto;
	object-fit: contain;
}
.zak-top-bar__2 > section::before {
	content: "";
	width: 50px;
	height: 30px;
	display: block;
	margin: auto 0.5em auto auto;
	object-fit: contain;
}
.zak-top-bar__2 > section:first-child::before {
	content: url('images/car1.svg');
}
.zak-top-bar__2 > section:last-child::before {
	content: url('images/phone.svg');
}
.zak-top-bar__2 > section {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
/* 
 *  bandeau accueil
 */
div.section.accueil {
	text-align: center;
	position: relative;
	z-index: 0;
	padding: 0;
	margin-bottom: 0;
}
.logo.row {
	margin-top: 3em;
}
.custom-logo-link {
	display: block;
	position: relative;
	padding: 15px;
}

.accroche.texte {
	position: relative;
	font-family: var(--font-title);
	font-weight: 600;
	font-size: 1.5em;
	z-index: 99;
	background: white;
	display: flex;
	align-items: center;
	padding: 1em;
	flex-flow: column;
	max-width: 95%;
}
@media screen and (min-width: 860px) {
	.accroche.texte {
		font-size: 2em;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(30%, calc(-50% - 1em));
		-webkit-transform: translate(30%, calc(-50% - 1em));
		-moz-transform: translate(30%, calc(-50% - 1em));
		-ms-transform: translate(30%, calc(-50% - 1em));
		-o-transform: translate(30%, calc(-50% - 1em));
		max-width: 40%;
		padding: 2em;
}
}
@media screen and (min-width: 1200px) {
	.accroche.texte {
		font-size: 3em;
	}
}
.accroche h1 {
	margin-bottom: 0;
	text-align: center;
}
.slide {
	width: 100%;
	margin-right: 0;
	margin-left: auto;
	height: 100%;
	overflow: hidden;
}

@media screen and (min-width: 860px){
	.slide {
		width: 70%;
	}
}

.square {
	width: 2em;
	height: 2em;
	background: var(--secondaire);
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(50%, 50%);
}
.square::before {
	content: "";
	width: 100%;
	height: 100%;
	border: 2px solid white;
	display: block;
	top: -25%;
	left: -25%;
	position: relative;
}
/* 
 *  Grid galerie accueil
 */
 .categories {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: repeat(1fr);
	grid-auto-rows: 1fr;
	gap: 20px 20px;
	grid-auto-flow: row dense;
	justify-items: stretch;
	align-items: stretch;
	grid-template-areas: " . "" . "" . "" . "" . "" . ";
  }

@media screen and (min-width : 571px) {
	.categories {
		grid-template-columns: repeat(2, 1fr);
		grid-template-areas: " . ." " . ." " . .";
	}
}
 @media screen and (min-width : 768px) {
	.categories {
		grid-template-columns: repeat(3, 1fr);
		grid-template-areas:
		  " . . ."
		  " . . .";
	}
}

.categories a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 350px;
	overflow: hidden;
}
.categories h2 {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	z-index: 99;
	color: white;
	font-size: 1.3em;
	text-align: center;
	width: 50%;
	line-height: 1em;
	font-weight: bold;
}
.categories a::after {
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	display: block;
}
@media screen and (min-width: 850px) {
	.categories h2 {
		font-size: 1.5em;
	}
}
.categories a img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
/*
 * Bandeau presentation accueil
 */
.section.presentation {
	margin-top: 20px;
	padding: 1em;
    text-align: center;
}
.section.presentation p {
	font-size: 1.2em;
	line-height: initial;
}
@media screen and (min-width: 768px) {
	.section.presentation p {
		font-size: 1.4em;
	}
	.section.presentation {
		padding: 2em;
	}
}

/*
 * Bandeau hydewa
 */
.section.hydewa .zak-container {
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.section.hydewa .zak-container .content {
	font-size: 1.4em;
	text-align: center;
}
@media screen and (min-width: 575px) {
	.section.hydewa .zak-container .content a {
		float: right;
	}
}


/*
 * FOOTER
 */
.zak-footer-cols h1, .zak-footer-cols h2, .zak-footer-cols h3, .zak-footer-cols h4, .zak-footer-cols h5, .zak-footer-cols h6 {
    color: var(--primaire);
}
.zak-footer-cols .zak-container {
	max-width: 90%;
}
.zak-footer .zak-footer-cols.zak-layout-1-style-4 .zak-footer-col {
	position: relative;
}
.zak-footer-col.footer-sidebar-3,
.zak-footer-col.footer-sidebar-4 {
	display: flex;
	flex-flow: column;
}
#zak-footer {
	background: var(--pastel);
}
.zak-footer .zak-footer-cols {
	border-top: none;
}
.zak-footer .zak-footer-bar {
	margin-top: 2em;
}
.zak-footer-bar.zak-style-1 .zak-container {
	max-width: 100%;
}
.zak-footer .zak-footer-bar.zak-style-1 ..zak-footer-bar__1,
.zak-footer .zak-footer-bar.zak-style-1 ..zak-footer-bar__2 {
	text-align: left;
}
.zak-footer-col > section,
.zak-footer .zak-footer-cols h2 {
	margin-bottom: 0;
	font-weight: initial;
	line-height: 0.6;
	border-bottom: none;
	padding-bottom: 0;
}
.zak-footer .zak-footer-cols h2 {
	font-size: 2em;
}
.zak-footer .zak-footer-cols {
	padding-bottom: 0;
}
.zak-footer-col.zak-footer-col--1 img {
	width: 200px;
}
.widget .wp-block-heading::before, .widget .widget-title::before {
	display: none;
}
@media sreen and (min-width: 900px) {
	.zak-footer .zak-footer-cols.zak-layout-1-style-3 .zak-footer-col {
		width: auto;
		max-width: calc(45% - 20px);
		min-width: 26%;
	}
}
@media screen and (max-width: 768px) {
	.zak-footer-col.footer-sidebar-1 {
		display: flex;
	}	
	.zak-footer-col.footer-sidebar-1 > section:not(:last-child) {
		margin-right: 2em;
	}
}
.zak-footer-col.footer-sidebar-3 h2 {
	margin-bottom: 0.7em;
}
/*
 * PAGES
 */
.home #zak-primary article {
    margin: 0;
}
.page #zak-content {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.section .zak-container.columns,
.section .zak-container .columns {
	display: flex;
	justify-content: space-between;
}
.zak-container.columns-2 .column,
.zak-container .columns-2 .column {
	width: 50%;
}
.section .zak-container.columns > div:first-child,
.section .zak-container .columns > div:first-child {
	padding-right: 1em;
}
.section .zak-container.columns > div:last-child,
.section .zak-container .columns > div:last-child {
	padding-left: 1em;
}
a.bouton.dark {
	background: var(--primaire);
	color: white;
	border: none;
}
a.bouton {
	font-size: 1em;
	margin-top: 2em;
}
a.bouton:hover,
a.wp-block-button__link:hover {
	-webkit-animation: shadow-drop-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: shadow-drop-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

 @-webkit-keyframes shadow-drop-center {
	0% {
	  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
			  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	100% {
	  -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
			  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
	}
  }
  @keyframes shadow-drop-center {
	0% {
	  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
			  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	100% {
	  -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
			  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
	}
  }
  
.dark a.bouton:hover,
.dark a.wp-block-button__link:hover,
.light a.bouton:hover,
.light a.wp-block-button__link:hover,
.zak-entry-summary a.wp-block-button__link:hover {
	background: white;
	color: var(--primaire);
}
blockquote, .wp-block-quote {
	padding: 0;
	margin: 0;
	border-left: none;
	font-family: var(--font-signature);
	font-size: 2.5em;
}
.blanc {
	color: white;
}
.section:last-child {
	margin-bottom: 5em;
}
.zak-container.columns.columns-4 .column {
	width: 24%;
}
.zak-container.columns.columns-3 .column,
.zak-container .columns.columns-3 .column {
	width: 32%;
}
.zak-container .column {
	position: relative;
}
.column.dark-background h2 {
	color: white;
	text-align: center;
	padding-bottom: 0;
	line-height: 1em;
}
.pastel {
	background: var(--pastel);
	padding: 2em;
}
.column .pastel {
	border-bottom: 10px solid var(--secondaire);
}
.column.pastel h2 {
	text-align: center;
	padding-bottom: 0;
}
.pastel a {
	color: var(--primaire);
}
.section.decouvrir.light.pastel {
	margin-top: 100px;
}
.decouvrir.pastel .content {
	padding-top: 50px;
}
small {
	color: var(--primaire);
	font-size: 70%;
}
/*
 * Carte
 */
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}
/*
 * SINGLE
 */
.large_color {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.large_color img {
	width: 190px;
	margin-right: 10px;
}
@media screen and (min-width : 769px) {
	.large_color img {
		width: 190px;
		margin-right: 10px;
	}
}
.large_color .hidden_color,
.large_color .hidden_color2 {
	display: none;
}
.single #zak-content {
	margin-top: 0;
}
.single article .post-thumbnail {
	width: 33%;
	float: left;
	margin-right: 5em;
}
.single article .zak.zak-entry-header {
	float: right;
	width: 60%;
	margin-top: 2em;
}
.single .zak-entry-meta {
	float: right;
	width: 60%;
}
.single .zak-entry-summary {
	float: right;
	width: 60%;
}
.single #comments {
	clear: both;
}
.single #comments a {
	color: white;
}
#commentform button,
#commentform input[type="button"],
#commentform input[type="reset"],
#commentform input[type="submit"] {
	background-color: var(--primaire);
}
#commentform button:hover,
#commentform input[type="button"]:hover,
#commentform input[type="reset"]:hover,
#commentform input[type="submit"]:hover,
#commentform #infinite-handle span:hover {
	background-color: var(--secondaire);
}
.single .zak-entry-header h1 {
	text-align: left;
}
.zak-style-2 .zak-entry-meta span, .zak-style-2 .zak-entry-meta a {
	color: var(--secondaire);
}
nav.navigation.post-navigation {
    clear: both;
}
/*
 * SINGLE PRODUIT
 */
 
.single-produits .zak-container > p {
	text-align: center;
	font-weight: 600;
	font-size: 1.2em;
	padding: 2em;
}
.main-row .carrousel_single {
	margin-right: 2em;
}
.main-row {
	display: flex;
}
.spe {
	padding-top: 2rem;
}
#tabs .documents span {
	color: var(--secondaire) !important;
}
@media screen and (max-width: 768px) {
	.main-row {
		flex-flow: column;
	}
}
#tabs .materiaux {
	margin-top: 3em;
}
#tabs ul {
	display: flex;
	list-style: none;
	margin-left: 0;
	margin-top: 3em;
	margin-bottom: 0;
}
#tabs ul li {
	padding: 0.2em 1em;
	background: var(--primaire);
	color: white;
	margin-right: 0.5em;
}
#tabs ul li a{
	color: white;
	font-weight: bold;
}
#tabs ul li.ui-state-active {
	background: var(--pastel);
}
#tabs ul li.ui-state-active a{
	color: var(--primaire);
}
.ui-tabs-panel {
	background: var(--pastel);
	padding: 1em;
}
.ui-tabs form {
	display: flex;
	margin-bottom: 1em;
}
#tabs .ui-tabs-panel ul {
	margin-top: 0;
}
#tabs .large_color button {
	height: 190px;
	width: 190px;
	background: transparent;
	border: 1px solid var(--primaire);
	color: var(--primaire);
}
#tabs .plus-couleur a {
  text-align: center;
  margin: auto;
  padding: 1em 2em;
  border: 1px solid;
display: inline-block;
}
@media screen and (min-width : 769px) {
	#tabs .large_color button {
		height: 190px;
		width: 190px;
	}
}
[href$=".pdf"]:before {
    content: "\f190";
    margin-right: 0.5rem;
    font-family: dashicons;
    font-size: 2.5em;
    color: var(--primaire);
}
[href$=".dwg"]:before {
    content: url("/wp-content/uploads/2022/08/dwg.svg");
    width: 42px;
	margin-right: 0.5rem;
    color: var(--primaire);
}
#tabs .documents a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.single-produits .col-left {
	flex: 0 0 45%;
	margin-right: 2em;
}
.carrousel_single {
	width: 300px;
	height: 300px;
}
@media screen and (min-width: 900px) {
	.carrousel_single {
		width: 400px;
		height: 400px;
	}
}
@media screen and (max-width: 500px) {
	#tabs ul {
		flex-flow: column;
	}
	#tabs ul li {
		margin-right: 0;
	}
	#tabs ul li:not(.ui-state-active) {
		opacity: 0.8;
		background: var(--pastel);
		text-align: right;
	}
	#tabs ul li:not(.ui-state-active) a {
		color: var(--primaire);
	}
	#tabs ul li:not(.ui-tabs-active) a::after {
		padding: 0 0 0 0.5em;
		content: "\f347";
		font-family: dashicons;
	}
	#tabs ul li a {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
	}
	#tabs ul li:not(.ui-tabs-active) a {
		justify-content: flex-end;
	}
}

/*
 * Archive produit
 */
.archive.post-type-archive-produits #zak-content {
	display: none;
}
.produits-liste {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.produits-liste article {
	width: 100%;
	background: #EFEFEF;
	text-align: center;
	border: 1px solid #EFEFEF;
	margin-right: 1%;
	margin-bottom: 1%;
}
@media screen and (min-width: 648px) {
	.produits-liste article {
		width: 44%;
	}
}
@media screen and (min-width: 900px) {
	.produits-liste article {
		width: 32%;
	}
}
@media screen and (min-width: 1100px) {
	.produits-liste article {
		width: 24%;
	}
}
.illustration {
	background: var(--secondaire);
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.illustration img:not(.default) {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.illustration .default {
	filter: brightness(0) invert(1);
}
.product-name {
	margin-top: 1em;
	color: #777777;
}
/*
 * search and filter
 */
 .search-filter {
	padding: 3em;
	box-shadow: 0px 0px 15px gray;
	margin-top: -2em;
	position: relative;
	background: white;
}
.search-filter ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
.search-filter ul li:not(.last-child) {
	margin-right: 1em;
}
input[type="text"]::placeholder {
	color: #16181a;

}
.search-filter ul input[type="submit"] {
	border: none;
	background-color: #269bd1;
	border-radius: 0;
	color: #fff;
	padding: 0.7rem 1rem;
}
.search-filter ul input[type="submit"]:hover {
	background-color: #1e7ba6;
}
/*
 * Contact
 */

/* footer */
.contact-form-grid { 
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 0.2fr 0.2fr 0.2fr 0.4fr;
	gap: 10px 10px;
	grid-auto-flow: row;
	grid-template-areas:
	  "Nom Entreprise"
	  "Tel mail"
	  "cp ville"
	  "objet objet"
	  "message message";
  }
  
  .Nom { grid-area: Nom; }
  
  .Entreprise { grid-area: Entreprise; }
  
  .Tel { grid-area: Tel; }
  
  .cp { grid-area: cp; }
  
  .ville { grid-area: ville; }
  
  .mail { grid-area: mail; }
  
  .objet { grid-area: objet; }
  
  .message { grid-area: message; }
  
  @media all and (-ms-high-contrast:none) {
	.contact-form-grid {
	  display: -ms-grid;
	  -ms-grid-columns: 1fr 1fr;
	  -ms-grid-rows: 0.2fr 0.2fr 0.2fr 0.4fr;
	  gap: 10px 10px;
	}
  
	.Nom {
	  -ms-grid-row: 1;
	  -ms-grid-row-span: 1;
	  -ms-grid-column: 1;
	  -ms-grid-column-span: 1;
	}
  
	.Entreprise {
	  -ms-grid-row: 1;
	  -ms-grid-row-span: 1;
	  -ms-grid-column: 2;
	  -ms-grid-column-span: 1;
	}
  
	.Tel {
	  -ms-grid-row: 2;
	  -ms-grid-row-span: 1;
	  -ms-grid-column: 1;
	  -ms-grid-column-span: 1;
	}
  
	.mail {
	  -ms-grid-row: 2;
	  -ms-grid-row-span: 1;
	  -ms-grid-column: 2;
	  -ms-grid-column-span: 1;
	}
  
	.objet {
	  -ms-grid-row: 3;
	  -ms-grid-row-span: 1;
	  -ms-grid-column: 1;
	  -ms-grid-column-span: 2;
	}
  
	.message {
	  -ms-grid-row: 4;
	  -ms-grid-row-span: 1;
	  -ms-grid-column: 1;
	  -ms-grid-column-span: 2;
	}
  }

/* devis */
  .contact-form-grid-2 {
	display: grid; 
	grid-template-columns: 1fr 1fr; 
	grid-template-rows: 0.1fr 0.1fr 0.1fr 0.1fr 0.1fr 0.5fr; 
	gap: 20px 20px; 
	grid-template-areas: 
	  "Nom Entreprise"
	  "Tel mail"
	  "adresse adresse"
	  "cp ville"
	  "objet objet"
	  "message message"; 
  }
  .Nom { grid-area: Nom; }
  .Entreprise { grid-area: Entreprise; }
  .Tel { grid-area: Tel; }
  .mail { grid-area: mail; }
  .message { grid-area: message; }
  .adresse { grid-area: adresse; }
  .cp { grid-area: cp; }
  .ville { grid-area: ville; }
  .objet { grid-area: objet; }
  
  @media all and (-ms-high-contrast:none) {
  
  .contact-form-grid-2 {
	display: -ms-grid;
	-ms-grid-columns: 1fr 1fr;
	-ms-grid-rows: 0.1fr 0.1fr 0.1fr 0.1fr 0.1fr 0.5fr;
	gap: 20px 20px;
  }
  
  .Nom {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
  }
  
  .Entreprise {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 2;
	-ms-grid-column-span: 2;
  }
  
  .Tel {
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 0;
  }
  
  .mail {
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
  }
  
  .message {
	-ms-grid-row: 6;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: -3;
  }
  
  .adresse {
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 0;
  }
  
  .cp {
	-ms-grid-row: 4;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: -2;
  }
  
  .ville {
	-ms-grid-row: 4;
	-ms-grid-row-span: 1;
	-ms-grid-column: 2;
	-ms-grid-column-span: -1;
  }
  
  .objet {
	-ms-grid-row: 5;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: -2;
  }
  
  }
  .contact-form-grid-2, .contact-form-grid {
	margin-bottom: 1em;
}
.wpcf7 p input[type="submit"] {
	background: var(--primaire);
	padding: 0.5em 2em;
	float: right;
}
.wpcf7-list-item {
	margin-left: 0;
}
/*.accroche.texte {
	background: var(--pastel);
}*/
.accroche.texte {
	/* background: var(--pastel); */
	box-shadow: -10px -10px;
}