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

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

#ajaxsearchprores1_1.vertical, #ajaxsearchprores1_2.vertical, div.asp_r.asp_r_1.vertical {
	background: transparent !important;
}

#ajaxsearchprores1_1 .results .item .asp_content h3 a, #ajaxsearchprores1_2 .results .item .asp_content h3 a, div.asp_r.asp_r_1 .results .item .asp_content h3 a {
	color: #393e41 !important;
}

#ajaxsearchprores1_1.vertical .results .item::after, #ajaxsearchprores1_2.vertical .results .item::after, div.asp_r.asp_r_1.vertical .results .item::after {
	display: block;
	position: absolute;
	bottom: 0;
	content: "";
	height: 1px;
	width: 100%;
	background: white;
}

.asp_content {
	margin: 10px 30px !important;
}

#ajaxsearchprores1_1 .results .item.hovered, #ajaxsearchprores1_2 .results .item.hovered, div.asp_r.asp_r_1 .results .item.hovered {
	background: #f3f9f6;
}

.proclose {
	display: none !important;
}

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

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

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

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

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

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

.navbar.top {
	padding: 0;
	justify-content: flex-end;
	position: absolute;
	right: 0;
	z-index: 105;
}

body {
	overflow-x: hidden;
}

.navbar .social {
	display: flex;
	align-self: flex-end;
	padding-bottom: 5px;
}

.navbar .social img {
	max-width: 20px;
	max-height: 17px;
	margin-right: 10px;
	object-fit: contain;
}

.navbar .dropdown {
	background: #F68A1F;
	position: relative;
	padding-left: 20px;
	margin-left: 20px;
}

.navbar .dropdown:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #F68A1F;
	position: absolute;
	left: -12px;
	z-index: 0;
	transform: skewX(35deg);
}

.navbar .dropdown button {
	background: transparent;
	border: none;
	outline: none;
	position: relative;
	z-index: 10;
	padding-right: 45px;
	font-family: 'Archivo', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.navbar .dropdown button:active {
	background: transparent !important;
}

.navbar .dropdown button:focus {
	box-shadow: none !important;
}

.navbar .dropdown button:before {
	content: "";
	height: 20px;
	width: 20px;
	background-image: url(img/np_phone.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
}

.navbar .dropdown button:after {
	display: none;
}

.navbar .dropdown button span:after {
	content: "";
	height: 100%;
	width: 40px;
	background-image: url(img/np_arrow.svg);
	background-size: 12px;
	background-repeat: no-repeat;
	position: absolute;
	background-position: center;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	border: none;
}

.navbar .dropdown button span:before {
	content: "";
	height: 100%;
	width: 40px;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	border: none;
	background: #cdd7d6;
	opacity: 0.16;
}

.navbar .dropdown .dropdown-menu {
	width: 100%;
	margin-top: 0;
	border: none;
	background: transparent;
	color: #fff;
	border-radius: 0;
}

.navbar .dropdown .dropdown-menu:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #ef963c;
	position: absolute;
	left: 29px;
	top: 0;
	z-index: 1;
	transform: skewX(35deg);
}

.navbar .dropdown .dropdown-menu .dropdown-item {
	text-align: right;
	color: #fff;
	z-index: 10;
	position: relative;
}

.navbar .dropdown .dropdown-menu .dropdown-item:focus, .navbar .dropdown .dropdown-menu .dropdown-item:hover {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
	background: transparent;
}

#shiftnav-toggle-main {
	background: transparent !important;
}

#shiftnav-toggle-main-button {
	background: transparent !important;
}

#shiftnav-toggle-main-button i {
	display: none;
}

#shiftnav-toggle-main-button:after {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(img/menu.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
}

.shiftnav-target {
	font-family: 'Archivo Black', sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #393e41 !important;
	padding: 15px 13px;
	text-transform: uppercase;
}

.shiftnav-menu-image {
	text-align: center;
}

.shiftnav:after {
	display: none !important;
}

.facetwp-facet.facetwp-facet-categories.facetwp-type-radio {
	line-height: 31px;
	font-size: 15px;
}

div#wpforms-confirmation-840 {
	background: transparent;
	border: 1px solid #f68a1f;
	text-align: center;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
	position: absolute;
}

nav.elementor-pagination a {
	font-family: 'Archivo Black', sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	color: #191716;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 25px;
}

span.page-numbers.current {
	font-family: 'Archivo Black';
	color: #f68a1f;
}

.elementor-widget-archive-posts article {
	border-bottom: 1px dashed #cbcbcb !important;
	padding-bottom: 20px !important;
}

img.ubermenu-image.ubermenu-image-size-full {
	margin: auto;
	padding: 4px;
}

ul.ubermenu-submenu span.ubermenu-target-title.ubermenu-target-text {
	font-size: 13px;
	text-transform: capitalize;
	margin: auto;
	text-align: center;
	font-weight: 600;
	font-family: 'Roboto';
}

.ubermenu .ubermenu-item-layout-image_above > .ubermenu-image {
	margin-bottom: 10px;
	height: 70px !important;
	width: auto !important;
}

ul.ubermenu-submenu li {
	border-left: 1px dashed #dfdfdf !important;
	margin-bottom: 40px !important;
}

li#menu-item-1174, #menu-item-1166 {
	border: none !important;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
	right: 0px !important;
}

.titre_demande_de_devis h2 {
	line-height: 30px !important;
}

ul.ubermenu-submenu li:hover span {
	color: #F68A1F;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

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

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

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

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

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

.post,
.page {
	margin: 0 0 1.5em;
}

body {
	margin-bottom: 0 !important;
}

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

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

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

.col-cat .elementor-widget-wrap {
	background: #fff;
	padding: 14px;
	border: 0.2px solid #D9D9D9;
	position: relative;
	transition-duration: 0.3s;
}

.col-cat .elementor-widget-wrap:hover:before {
	opacity: 0.75;
	transition-duration: 0.5s;
}

.col-cat .elementor-widget-wrap:hover:after {
	opacity: 1;
	transition-duration: 0.5s;
}

.col-cat .elementor-widget-wrap:after {
	content: "";
	background-image: url("img/np_plus.svg");
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 11;
	transform: translate(-50%, -50%);
	opacity: 0;
}

.col-cat .elementor-widget-wrap:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #f68a1f;
	opacity: 0;
	z-index: 10;
	transition-duration: 0.5s;
}

.col-cat .elementor-widget-wrap h3 {
	font-family: 'Archivo', sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 28px;
	color: #191716;
}

.sbi-owl-prev {
	bottom: -25px;
	top: auto !important;
	right: 0;
	left: auto !important;
	transform: translateX(-100%) !important;
	box-shadow: none !important;
}

.sbi-owl-prev svg {
	display: none !important;
}

.sbi-owl-prev:after {
	content: "";
	display: block;
	width: 55px;
	height: 20px;
	background-image: url(img/np_arrow_slide.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

.sbi-owl-next {
	bottom: -25px;
	top: auto !important;
	right: 0;
	left: auto !important;
	transform: none !important;
	box-shadow: none !important;
}

.sbi-owl-next svg {
	display: none !important;
}

.sbi-owl-next:after {
	content: "";
	display: block;
	width: 55px;
	height: 20px;
	background-image: url(img/np_arrow_slide.svg);
	background-repeat: no-repeat;
	background-position: center center;
	transform: rotate(180deg);
}

body #primary h2 {
	font-family: 'Archivo Black', sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 20px;
	color: #191716;
	text-transform: uppercase;
}

.box {
	filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.16));
}

.article.facet {
	background: #fff;
	-webkit-clip-path: polygon(0% 0, 100% 70px, 100% 100%, 0 100%);
	clip-path: polygon(0% 0, 100% 70px, 100% 100%, 0 100%);
	padding-top: 15px;
	max-width: 300px;
}

.article.facet .header-card {
	height: 250px;
	-webkit-clip-path: polygon(0% 0, 100% 70px, 100% 100%, 0 100%);
	clip-path: polygon(0% 0, 100% 70px, 100% 100%, 0 100%);
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
}

.article.facet .body-card {
	padding: 15px;
}

.article.facet .body-card p.titre {
	font-family: 'Archivo Black', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-align: left;
	color: #191716;
	margin-bottom: 0;
	text-transform: uppercase;
}

.article.facet .body-card p {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	color: #191716;
	margin-bottom: 10px;
}

.article.facet .body-card span {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 15px;
	text-align: left;
	color: #191716;
}

.article.facet .body-card span img {
	padding: 5px;
	margin-right: 8px;
	background: #f68a1f;
	display: inline-block;
}

.elementor-icon-list-icon {
	background: #F68A1F;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.elementor-icon-list-icon i {
	text-align: center;
	color: #fff !important;
	font-size: 24px !important;
}

.elementor-icon-list-text {
	font-family: 'Archivo Black', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	color: #191716 !important;
}

.left-full h2 {
	position: relative;
}

.left-full h2:before {
	content: "";
	width: 100vw;
	height: 2px;
	background: #f68a1f;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-101%, -50%);
}

.top h2 {
	position: relative;
}

.top h2:before {
	content: "";
	width: 2.2px;
	height: 60px;
	background: #f68a1f;
	position: absolute;
	left: 50%;
	top: -20px;
	transform: translate(-50%, -100%);
}

.left h2 {
	position: relative;
	display: inline-block;
}

.left h2:before {
	content: "";
	width: 60px;
	height: 2.2px;
	background: #f68a1f;
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translate(-100%, -50%);
}

.no-background .elementor-button {
	background: transparent !important;
	color: #000 !important;
	border: none;
}

.no-background .elementor-button svg {
	fill: #000;
}

.no-background .elementor-button:hover {
	color: #000000;
}

.left .elementor-widget-container {
	text-align: center;
}

.wpgmza_gd {
	display: none;
}

.wpgmza-infowindow {
	text-align: center;
}

.wpgmza-infowindow .wpgmza_infowindow_title {
	text-transform: uppercase;
}

.actu-home {
	max-width: 740px;
	margin: 0px 0 0px auto;
}

.actu-home .col-md-6 {
	display: flex;
	justify-content: flex-end;
}

#reassurance .elementor-text-editor {
	color: #000000 !important;
	font-family: 'Archivo', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

#reassurance strong {
	font-family: 'Archivo Black', sans-serif;
	text-transform: uppercase;
}

#reassurance p {
	color: #000000;
	font-family: 'Archivo', sans-serif;
	font-size: 14px;
}

#agence h2:after {
	content: "";
	width: 100vw;
	height: 2px;
	background: #f68a1f;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-101%, -50%);
}

#agence h2:before {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(img/np_compass.svg);
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 14px;
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	top: 50%;
}

#agence h2 {
	padding-left: 40px;
}

.catalogue {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 102px;
	height: 132px;
	background: #fff;
	position: fixed;
	top: 50%;
	z-index: 150;
	right: 10px;
	font-family: "Roboto",sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 15px;
	text-align: center;
	color: #191716;
	padding: 10px;
	padding-bottom: 25px;
	transform: translateY(-100%);
}

.catalogue:after {
	content: "";
	width: 100px;
	height: 130px;
	background-image: url(img/Trace.svg);
	background-size: contain;
	position: absolute;
	background-repeat: no-repeat;
	top: 40px;
	right: -10px;
	z-index: -2;
}

.catalogue:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	z-index: -1;
}

#ajaxsearchpro1_1 .innericon {
	background-size: contain !important;
}

ul#wpforms-840-field_12 li.choice-1.depth-1 {
	position: relative;
}

div#pagination-actu {
	text-align: center;
}

.container_perso, .container_actualite {
	max-width: 1350px;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
}

.container_perso .facetwp-pager a, .container_actualite .facetwp-pager a {
	font-family: 'Archivo Black', sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	color: #191716;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.container_perso .col-left .bloc-filtre, .container_actualite .col-left .bloc-filtre {
	background: #F7F7F7;
	padding: 15px;
	margin-top: 30px;
}

.container_perso .col-left .bloc-filtre span.titre, .container_actualite .col-left .bloc-filtre span.titre {
	text-align: center;
	font-family: 'Archivo Black', sans-serif !important;
	font-weight: normal !important;
	font-size: 20px;
	line-height: 20px;
	color: #191716;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 25px;
	position: relative;
}

.container_perso .cat_header, .container_actualite .cat_header {
	background: #F7F7F7;
	text-align: center;
	padding: 30px;
	margin: 30px 0;
}

.container_perso h1, .container_actualite h1 {
	text-align: center;
	font-family: 'Archivo Black', sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 20px;
	color: #191716 !important;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
}

.container_perso h1:before, .container_actualite h1:before {
	content: "";
	width: 60px;
	height: 2.2px;
	background: #f68a1f;
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translate(-100%, -50%);
}

.container_perso .header-card, .container_actualite .header-card {
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 150px;
}

.container_perso .body-card, .container_actualite .body-card {
	text-align: center;
	padding: 15px;
}

.container_perso .body-card p.titre, .container_actualite .body-card p.titre {
	text-align: center !important;
	margin-bottom: 20px !important;
}

.container_perso .body-card p.titre.prix, .container_actualite .body-card p.titre.prix {
	color: #f68a1f;
}

.container_perso .body-card span, .container_actualite .body-card span {
	display: block;
	text-align: center !important;
	padding-bottom: 15px;
}

.container_perso .box, .container_actualite .box {
	margin-bottom: 30px;
}

body #location h1 {
	font-family: 'Archivo Black', sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 20px;
	color: #191716;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
}

body #location h1:before {
	content: "";
	width: 60px;
	height: 2.2px;
	background: #f68a1f;
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translate(-100%, -50%);
}

.page_header .title_page h1, #occasions .title_page h1, #location .title_page h1 {
	text-transform: uppercase;
	font-family: "Archivo Black", sans-serif;
	font-weight: normal;
	font-size: 32px;
	text-align: center;
	color: #191716;
}

.page_header .title_page h1:before, #occasions .title_page h1:before, #location .title_page h1:before {
	display: none;
}

.contact-formulaire button#wpforms-submit-840 {
	text-align: center;
	margin: auto;
	background: #f68a1f;
	color: white;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: auto;
	display: block;
	width: 100%;
}

.page-classic a {
	color: inherit;
}

.col-cat img {
	height: 110px !important;
	width: auto !important;
	object-fit: contain;
}

form#wpforms-form-288 {
	background: transparent;
	box-shadow: none !important;
}

li.choice-1.depth-1 {
	text-align: left;
	width: 100%;
	position: fixed;
	color: #393e41;
	line-height: 12px;
}

ul#wpforms-288-field_2 label.wpforms-field-label-inline {
	font-size: 10px !important;
	font-style: italic;
}

ul#wpforms-288-field_2 {
	margin-top: 10px !important;
}

.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item > .shiftnav-target {
	color: #ffffff !important;
	background: #2c7f48 !important;
}

@media (max-width: 767px) {
	.single-produit .carrousel .product_carousel .slick-list, .single-occasion {
		padding: 30px 0 !important;
	}
	#rgpd ul,
	#rgpd ol {
		margin-left: 0 !important;
	}
	.article.facet {
		margin: auto;
		margin-bottom: 40px;
	}
	#rgpd a {
		word-break: break-all;
	}
	body #primary h2 {
		text-align: center;
	}
	.before_footer .newsletter .wpforms-container form {
		min-width: 400px !important;
	}
	.before_footer .newsletter {
		padding: 25px 15px 45px 15px !important;
	}
	.box.actu {
		display: flex !important;
		justify-content: center;
		margin-bottom: 30px;
	}
	#agence .elementor-widget-container {
		text-align: center;
	}
	#agence .elementor-widget-container h2 {
		display: inline-block;
		position: relative;
		text-align: center;
	}
	.catalogue {
		display: none;
	}
}

@media (max-width: 500px) {
	.before_footer .newsletter .wpforms-container form {
		min-width: 340px !important;
	}
}

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

#wprev-slider-1 .wprev_preview_bradius_T4 {
	box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.04);
}

.wpproslider_t4_H3_3 {
	font-family: "Archivo Black" , sans-serif;
	font-weight: normal !important;
	font-size: 14px !important;
	line-height: 17px !important;
	color: #191716 !important;
}

.wpproslider_t4_P_5 {
	font-family: "Archivo", sans-serif;
	font-weight: normal !important;
	font-size: 14px !important;
	line-height: 17px !important;
	color: #191716 !important;
}

span.wprevpro_star_imgs > span {
	font-size: 70% !important;
}

.wprs_unslider-arrow {
	background: 50% 50% no-repeat !important;
	background-image: url(img/np_right_avis.svg) !important;
	background-size: 100% !important;
	opacity: 1 !important;
}

@media (max-width: 1500px) {
	.wprs_unslider-arrow.next.wprs_nav_arrow_1 {
		bottom: -35px;
		right: 50px;
		top: auto;
	}
	.wprs_unslider-arrow.prev.wprs_nav_arrow_1 {
		bottom: -30px;
		top: auto;
		left: 50px;
		right: auto;
	}
}

@media (max-width: 991px) {
	.wprs_unslider-arrow.next.wprs_nav_arrow_1 {
		display: none;
	}
	.wprs_unslider-arrow.prev.wprs_nav_arrow_1 {
		display: none;
	}
}

.slide-home .slick-slide {
	min-height: 500px !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.slide-home .slick-slide:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: linear-gradient(rgba(255, 255, 255, 0.06) 0%, rgba(28, 134, 74, 0.31) 52.71%, rgba(28, 134, 74, 0.15) 100%);
}

.slide-home .slick-slide .content {
	text-align: center;
	position: relative;
	z-index: 20;
	color: #fff;
}

.slick-slide {
	outline: none !important;
}

.slick-dots {
	display: block;
	position: absolute;
	bottom: 5%;
	right: 20%;
	list-style: none;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots li a {
	width: 18px;
	height: 8px;
	background: #ffffff;
	display: inline-block;
	border-radius: 50%;
	margin-right: 5px;
}

.container-slider {
	position: relative;
	overflow: hidden;
}

.container-slider:before {
	content: "";
	width: 100%;
	transform: rotate(-15deg);
	height: 100%;
	background: #fff;
	position: absolute;
	z-index: 100;
	left: 50%;
	bottom: -83%;
}

.container-slider:after {
	content: "";
	width: 100%;
	transform: rotate(6deg);
	height: 100%;
	background: #fff;
	position: absolute;
	z-index: 100;
	right: 12%;
	bottom: -85%;
}

.container-slider p {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	text-shadow: 0px 3px 3px rgba(57, 62, 65, 0.25);
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
}

.container-slider h1 {
	margin: 0;
}

.container-slider h1 span {
	font-family: 'Archivo Black', sans-serif;
	font-weight: normal;
	text-align: center;
	color: #fff;
	text-shadow: 0px 3px 3px rgba(57, 62, 65, 0.25);
	text-transform: uppercase;
}

.container-slider h1 span:nth-child(1) {
	font-size: 60px;
}

.container-slider h1 span:nth-child(2) {
	font-size: 70px;
}

.container-slider h1 span:nth-child(3) {
	font-size: 80px;
}

.container-slider h1 span:nth-child(4) {
	font-size: 80px;
}

.container-slider h1 span:nth-child(5) {
	font-size: 70px;
}

.container-slider h1 span:nth-child(6) {
	font-size: 60px;
}

.container-carousel {
	overflow: hidden;
	padding: 20px 0 50px 0;
}

.container-carousel .product_carousel {
	width: 100vw;
}

.container-carousel .product_carousel .body-card {
	text-align: center;
}

.container-carousel .product_carousel .body-card p.titre {
	text-align: center !important;
	margin-bottom: 20px;
}

.container-carousel .product_carousel .body-card span {
	display: block;
	text-align: center;
	padding-bottom: 15px;
}

.container-carousel .product_carousel .slick-list.draggable {
	padding-top: 5px;
	padding-bottom: 50px;
}

.container-carousel .product_carousel .article.facet {
	margin-right: 50px;
}

.container-carousel .product_carousel .article.facet .header-card {
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 150px;
}

.container-carousel .product_carousel .article.facet .slick-list {
	padding: 30px 50px !important;
}

.container-carousel .prev.custom {
	position: absolute;
	bottom: -25px;
	top: auto !important;
	right: 0;
	left: auto !important;
	transform: translateX(-215%) !important;
	box-shadow: none !important;
}

.container-carousel .prev.custom:after {
	content: "";
	display: block;
	width: 55px;
	height: 20px;
	background-image: url(img/np_arrow_slide.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

.container-carousel .next.custom {
	position: absolute;
	bottom: -25px;
	top: auto !important;
	right: 0;
	left: auto !important;
	transform: translateX(-100%) !important;
	box-shadow: none !important;
}

.container-carousel .next.custom:after {
	content: "";
	display: block;
	width: 55px;
	height: 20px;
	background-image: url(img/np_arrow_slide.svg);
	background-repeat: no-repeat;
	background-position: center center;
	transform: rotate(180deg);
}

@media (max-width: 767px) {
	.container-carousel .prev.custom {
		position: absolute;
		bottom: -25px;
		top: auto !important;
		right: auto;
		left: 25vw !important;
		transform: translateX(0) !important;
		box-shadow: none !important;
	}
	.container-carousel .next.custom {
		position: absolute;
		bottom: -25px;
		top: auto !important;
		right: 25vw;
		left: auto !important;
		transform: translateX(0) !important;
		box-shadow: none !important;
	}
	.sbi-owl-next {
		position: absolute;
		right: 80px !important;
		left: auto;
	}
	.sbi-owl-prev {
		position: absolute;
		left: 150px !important;
		right: auto;
	}
}

@media (max-width: 587px) {
	.product_carousel .article.facet {
		margin: 0 auto !important;
	}
	.slide-home .slick-slide {
		min-height: 400px !important;
	}
}

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

header .container-full {
	padding: 0 15px;
}

header .col-logo img {
	padding: 20px 0;
	min-width: 200px;
}

header .col-menu #menu {
	display: flex;
	align-items: center;
	height: 100%;
}

header #site-navigation {
	padding-top: 30px;
}

header #site-navigation a {
	font-family: 'Archivo Black', sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #393e41;
	padding: 15px 13px;
	text-transform: uppercase;
}

header .barre {
	background-color: rgba(219, 236, 226, 0.33);
}

header .barre .content {
	max-width: 700px;
	margin: 0 auto;
	padding: 8px 0;
	position: relative;
}

header .barre .content:after {
	content: "";
	width: 60px;
	height: 100%;
	background: #E8EEEB;
	position: absolute;
	right: -12px;
	top: 0;
	z-index: 0;
	transform: skewX(-35deg);
}

header .barre .content .innericon {
	background-size: 25px 25px !important;
}

header .barre .content input::placeholder {
	font-family: 'Archivo', sans-serif !important;
	font-weight: 700 !important;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

header .barre .content #ajaxsearchpro1_1 {
	border-left: 1px solid #BEC3C1;
}

.navbar.mobile {
	display: none;
	justify-content: center;
	background: #f68a1f;
	margin-right: -15px;
	margin-left: -15px;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar.mobile .dropdown-menu {
	background: #ef963c;
}

.navbar.mobile .dropdown-menu:before {
	display: none;
}

@media (max-width: 1250px) {
	header #site-navigation {
		padding-top: 30px;
	}
	header #site-navigation a {
		font-family: 'Archivo Black', sans-serif;
		font-weight: normal;
		font-size: 13px;
	}
}

@media (max-width: 1270px) {
	header #site-navigation {
		padding-top: 30px;
	}
	header #site-navigation a {
		font-family: 'Archivo Black', sans-serif;
		font-weight: normal;
		font-size: 13px;
	}
}

@media (max-width: 1200px) {
	header #site-navigation {
		padding-top: 30px;
	}
	header #site-navigation a {
		font-family: 'Archivo Black', sans-serif;
		font-weight: normal;
		font-size: 13px;
		padding: 15px 10px;
	}
}

@media (max-width: 1150px) {
	header #site-navigation {
		padding-top: 30px;
	}
	header #site-navigation a {
		font-family: 'Archivo Black', sans-serif;
		font-weight: normal;
		font-size: 12px;
		padding: 15px 10px;
	}
}

@media (max-width: 1080px) {
	header #site-navigation {
		padding-top: 30px;
	}
	header #site-navigation a {
		font-family: 'Archivo Black', sans-serif;
		font-weight: normal;
		font-size: 11px;
		padding: 15px 8px;
	}
}

@media (max-width: 991px) {
	.col-logo {
		text-align: center;
		padding-top: 40px;
	}
	.container-slider:before, .container-slider:after {
		display: none;
	}
	.barre {
		overflow: hidden;
	}
	.navbar.top {
		padding: 0;
		justify-content: flex-end;
		position: absolute;
		left: 0;
		padding-left: 15px;
		right: auto;
		padding-top: 15px;
	}
	.navbar.top .dropdown {
		display: none;
	}
	.navbar.mobile {
		display: flex;
	}
}

@media (max-width: 800px) {
	header .barre .content:after {
		transform: skewX(0deg);
	}
}

footer .elementor-widget-icon {
	margin-bottom: 0 !important;
	display: inline-block;
	max-width: 100%;
	width: auto !important;
}

footer .elementor-widget-icon * {
	display: inline-block;
}

.home #colophon {
	overflow: initial;
}

.home #colophon:after {
	content: "";
	width: 60%;
	height: 600px;
	background: white;
	position: absolute;
	top: 0%;
	right: 0;
	background-image: url(img/background-before-footer.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(-60%);
	z-index: -1;
}

#colophon {
	position: relative;
	overflow: hidden;
}

#colophon:before {
	content: "";
	width: 40%;
	height: 50%;
	background: white;
	position: absolute;
	top: -40%;
	left: -5%;
	transform: rotate(-12deg);
	z-index: 100;
}

#colophon .bloc {
	clip-path: polygon(0% 0px, 100% 200px, 100% 100%, 0 100%);
	-webkit-clip-path: polygon(0% 0px, 100% 200px, 100% 100%, 0 100%);
	background-image: url(img/background-footer.jpg);
	padding-top: 120px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

#colophon .bloc:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f68a1f;
	opacity: 0.95;
}

#colophon .bloc .elementor {
	position: relative;
	z-index: 100;
}

#colophon a, #colophon p, #colophon i {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}

#colophon i {
	font-size: 22px !important;
	margin-left: 8px;
}

#colophon p {
	margin-bottom: 10px;
}

#colophon p strong {
	font-family: 'Archivo Black', sans-serif;
	text-transform: uppercase;
}

#colophon .horraire p strong {
	text-transform: initial;
}

#colophon span {
	color: #EFEFEF !important;
	text-decoration: none !important;
}

.before_footer {
	margin-top: 60px;
	margin-bottom: 80px;
}

.before_footer .newsletter {
	position: relative;
	z-index: 105;
	color: #fff;
	background: #393E41;
	text-align: center;
	padding: 25px 30px 45px 30px;
	max-width: 800px;
	margin: 0 auto;
}

.before_footer .newsletter h2 {
	font-size: 30px;
	font-family: 'Archivo Black', sans-serif;
	text-transform: uppercase;
}

.before_footer .newsletter .wpforms-container {
	display: block;
}

.before_footer .newsletter .wpforms-container form {
	max-width: 700px;
	display: flex;
	min-width: 500px;
	position: absolute;
	bottom: 0;
	left: 50%;
	background: #fff;
	box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.16);
	transform: translate(-50%, 50%);
}

.before_footer .newsletter .wpforms-container form .wpforms-field-container {
	width: 70%;
	display: inline-block;
}

.before_footer .newsletter .wpforms-container form .wpforms-field-container .wpforms-field-medium {
	width: 100%;
	max-width: 100%;
	border: none;
	height: 50px;
}

.before_footer .newsletter .wpforms-container form .wpforms-field-container .wpforms-field-medium::placeholder {
	font-family: 'Archivo', sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	color: #393e41;
}

.before_footer .newsletter .wpforms-container form .wpforms-field-container .wpforms-field {
	padding: 0;
}

.before_footer .newsletter .wpforms-container form .wpforms-submit-container {
	width: 30%;
	display: inline-block;
	padding: 0;
}

.before_footer .newsletter .wpforms-container form .wpforms-submit-container button {
	width: 100%;
	border: none;
	height: 50px;
	background: #F68A1F;
	color: #fff;
	font-family: 'Archivo Black', sans-serif;
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
}

.lien-footer p strong {
	text-transform: initial !important;
	margin-right: 15px !important;
	color: #fff;
	font-size: 12px;
}

.lien-footer p strong:first-letter {
	text-transform: uppercase !important;
}

.lien-footer p strong:last-child {
	margin-right: 0;
}

.ekypia p {
	font-size: 12px !important;
}

.ekypia img {
	max-width: 80px !important;
	margin-left: 10px;
}

@media (max-width: 767px) {
	#colophon:before {
		left: -15%;
	}
	#colophon .bloc {
		text-align: center !important;
	}
	#colophon .bloc .elementor-widget-wrap {
		justify-content: center;
	}
	#colophon .bloc .elementor-text-editor {
		text-align: center;
	}
	.actu-home .col-md-6 {
		display: flex;
		justify-content: center;
	}
}

.single-produit a, .single-occasion a {
	text-decoration: none;
}

.single-produit .background-grey, .single-occasion .background-grey {
	background: #F9FBFA;
	padding: 50px 0;
	margin: 80px 0 50px;
}

.single-produit .background-grey .btn-collapse, .single-occasion .background-grey .btn-collapse {
	font-family: 'Archivo', sans-serif;
	font-weight: bold;
	font-size: 17px;
	line-height: 20px;
	color: #191716;
	text-transform: uppercase;
	margin-right: 20px;
	position: relative;
}

.single-produit .background-grey .btn-collapse[aria-expanded="true"], .single-occasion .background-grey .btn-collapse[aria-expanded="true"] {
	font-family: "Archivo Black", sans-serif;
}

.single-produit .background-grey .btn-collapse[aria-expanded="true"]:before, .single-occasion .background-grey .btn-collapse[aria-expanded="true"]:before {
	content: "";
	width: 2.2px;
	height: 60px;
	background: #f68a1f;
	position: absolute;
	left: 50%;
	top: -20px;
	transform: translate(-50%, -100%);
}

.single-produit .background-grey table tr, .single-occasion .background-grey table tr {
	background: #E3EFE9;
}

.single-produit .background-grey table tr th, .single-produit .background-grey table tr td, .single-occasion .background-grey table tr th, .single-occasion .background-grey table tr td {
	padding: 10px 8px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #191716;
}

.single-produit .background-grey table tr td, .single-occasion .background-grey table tr td {
	text-align: right;
}

.single-produit .background-grey table tr:nth-child(2n), .single-occasion .background-grey table tr:nth-child(2n) {
	background: #F9FBFA;
}

.single-produit .background-grey #techniques .row .col-md-3:nth-child(2n+1) .fiche_technique, .single-occasion .background-grey #techniques .row .col-md-3:nth-child(2n+1) .fiche_technique {
	background: #EDF5F1;
}

.single-produit .background-grey #techniques .row .col-md-3:nth-child(2n+1) .btn-dowload, .single-occasion .background-grey #techniques .row .col-md-3:nth-child(2n+1) .btn-dowload {
	background: #E2F0E9;
}

.single-produit .background-grey #techniques .row .col-md-3:nth-child(2n+2) .fiche_technique, .single-occasion .background-grey #techniques .row .col-md-3:nth-child(2n+2) .fiche_technique {
	background: #F8F5EE;
}

.single-produit .background-grey #techniques .row .col-md-3:nth-child(2n+2) .btn-dowload, .single-occasion .background-grey #techniques .row .col-md-3:nth-child(2n+2) .btn-dowload {
	background: #F8F0E3;
}

.single-produit .background-grey #techniques .row .col-md-3 .fiche_technique, .single-occasion .background-grey #techniques .row .col-md-3 .fiche_technique {
	max-width: 200px;
	text-align: center;
	margin: 0 auto;
	padding: 25px 0 0;
}

.single-produit .background-grey #techniques .row .col-md-3 .fiche_technique p, .single-occasion .background-grey #techniques .row .col-md-3 .fiche_technique p {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
	color: #191716;
	margin-top: 20px;
}

.single-produit .background-grey #techniques .row .col-md-3 .fiche_technique .btn-dowload, .single-occasion .background-grey #techniques .row .col-md-3 .fiche_technique .btn-dowload {
	display: block;
	padding: 10px 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	color: #191716;
}

.single-produit .background-grey #techniques .row .col-md-3 .fiche_technique .btn-dowload img, .single-occasion .background-grey #techniques .row .col-md-3 .fiche_technique .btn-dowload img {
	margin-left: 10px;
}

.single-produit .background-grey ul, .single-occasion .background-grey ul {
	padding-left: 0;
	margin-left: 0;
}

.single-produit .background-grey ul li::marker, .single-occasion .background-grey ul li::marker {
	color: #f68a1f !important;
}

.single-produit .background-grey .collapse-lien, .single-occasion .background-grey .collapse-lien {
	padding-bottom: 20px;
}

.single-produit h1, .single-occasion h1 {
	text-transform: uppercase;
	font-family: "Archivo Black", sans-serif;
	font-weight: normal;
	font-size: 30px;
	text-align: left;
	color: #191716;
}

.single-produit p, .single-occasion p {
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	text-align: left;
	color: #191716;
}

.single-produit .btn-contact, .single-occasion .btn-contact {
	display: block;
	text-align: center;
	padding: 10px;
	background: #f68a1f;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}

.single-produit .btn-contact img, .single-occasion .btn-contact img {
	margin-right: 10px;
	width: 13.72px;
}

.single-produit .content_product, .single-occasion .content_product {
	margin-top: 50px;
	margin-bottom: 50px;
}

.single-produit .prev.product, .single-occasion .prev.product {
	position: absolute;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
}

.single-produit .prev.product img, .single-occasion .prev.product img {
	width: 32.80px;
}

.single-produit .next.product, .single-occasion .next.product {
	position: absolute;
	top: 50%;
	right: -30px;
	transform: translateY(-50%);
}

.single-produit .next.product img, .single-occasion .next.product img {
	width: 32.80px;
}

.single-produit .col-left, .single-occasion .col-left {
	padding-right: 5%;
}

.single-produit .col-left .content, .single-occasion .col-left .content {
	position: relative;
}

.single-produit .col-left .slick-slide, .single-occasion .col-left .slick-slide {
	display: flex !important;
	justify-content: center;
}

.single-produit .col-left .slick-slide img, .single-occasion .col-left .slick-slide img {
	width: auto;
	height: 370px;
}

.single-produit .col-right, .single-occasion .col-right {
	padding-left: 5%;
}

.single-produit #breadcrumbs, .single-occasion #breadcrumbs {
	font-family: "Archivo", sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0.02em;
	text-align: left;
	color: #191716;
	text-transform: uppercase;
}

.single-produit #breadcrumbs a, .single-occasion #breadcrumbs a {
	font-family: "Archivo", sans-serif;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0.02em;
	text-align: left;
	color: #191716;
	text-transform: uppercase;
}

.single-produit .carrousel, .single-occasion .carrousel {
	overflow: hidden;
	text-align: right;
	padding-top: 10px;
}

.single-produit .carrousel .product_carousel, .single-occasion .carrousel .product_carousel {
	width: 100vw;
}

.single-produit .carrousel .product_carousel .slick-list, .single-occasion .carrousel .product_carousel .slick-list {
	padding: 30px 15px;
}

.single-produit .carrousel .product_carousel .slick-list .article.facet p.titre, .single-occasion .carrousel .product_carousel .slick-list .article.facet p.titre {
	text-align: center !important;
	margin-bottom: 20px;
}

.single-produit .carrousel .product_carousel .slick-list .article.facet .body-card, .single-occasion .carrousel .product_carousel .slick-list .article.facet .body-card {
	text-align: center;
}

.single-produit .carrousel .product_carousel .slick-list .article.facet .body-card span, .single-occasion .carrousel .product_carousel .slick-list .article.facet .body-card span {
	display: block;
	text-align: center;
	padding-bottom: 15px;
}

.single-produit .carrousel .product_carousel .slick-list .article.facet .header-card, .single-occasion .carrousel .product_carousel .slick-list .article.facet .header-card {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.single-produit p.livraison, .single-occasion p.livraison {
	text-transform: uppercase;
	font-size: 13px;
}

.single-produit p.livraison img, .single-occasion p.livraison img {
	width: 41px;
	margin-right: 15px;
}

.single-produit h2.right-full, .single-occasion h2.right-full {
	position: relative;
	margin-bottom: 40px;
}

.single-produit h2.right-full:after, .single-occasion h2.right-full:after {
	content: "";
	width: 100vw;
	height: 2px;
	background: #f68a1f;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate(101%, -50%);
}

.single-produit .prix, .single-occasion .prix {
	font-family: 'Archivo Black', sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 17px;
	text-align: left;
	color: #f68a1f;
	text-transform: uppercase;
	margin-bottom: 25px;
}

@media (max-width: 1200px) {
	.single-produit h1 {
		font-size: 29px;
	}
}

@media (max-width: 991px) {
	.single-produit .col-left {
		padding-right: 15px;
	}
	.single-produit .col-right {
		padding-left: 15px;
	}
	.single-produit .next.product {
		right: 0px;
	}
	.single-produit .prev.product {
		left: 0px;
	}
	.btn-collapse {
		display: block;
		text-align: center;
		margin-bottom: 15px;
		margin-right: 0;
	}
	.single-produit .background-grey .btn-collapse[aria-expanded="true"]:before {
		display: none;
	}
}

/*# sourceMappingURL=style.css.map */