/*!
Theme Name: NumberOne
Theme URI: http://underscores.me/
Author: Arnaud Merigeau
Author URI: https://www.arnaud-merigeau.fr
Description: Theme version : one
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: numberone
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 with others.

NumberOne is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# GLOBAL
	## CURSOR
	## FONTS
	## BUTTONS & LINKS
	## FORMS
	## SLIDER
	## NOTICES
# HEADER
	## LOGO
	## MENU
# FOOTER
# FIL ARIANE
# STATIC PAGES
	## INDEX
	## SAVOIR-FAIRE
	## CTA DEVIS
	## CTA BOUTIQUE
	## REALISATIONS
	## PROJETS
	## BLOG
	## CONTACT & FORMS
	## WOOCOMMERCE LIST
	## WOOCOMMERCE SINGLE
	## POPUP ADDED TO CART
	## RASSURANCE
	## WOOCOMMERCE CART / ORDER
	## WOOCOMMERCE ORDER CONFIRMATION
	## WOOCOMMERCE ACCOUNT
	## 404
	## SERVICE
# RESPONSIVE

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

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

@media (max-width: 425px) {
	ul, ol {
		margin: 0 0 1.5em 0;
	}
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

@media (max-width: 425px) {
	li > ul,
	li > ol {
		margin-left: 0;
		margin-top: 0.5rem;
	}
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

table thead th,
table tbody td{
	padding: .25rem .5rem;
}

table thead th,
table tbody tr:nth-child(even) {
	background-color: #F8F8F8;
}

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #e98030;
}

a:visited {
	color: #e98030;
}

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

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}
.obf{
	cursor: pointer;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	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 {
	left: 100%;
}

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

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

.main-navigation li {
	float: left;
	position: relative;
}

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

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

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

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

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

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.comment-content > p{
	word-break: break-word;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* 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;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# GLOBAL
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## CURSOR
--------------------------------------------------------------*/
/*body,
body *,
a,
button{
	cursor: none!important;
}
#cursor{
	background: #FFF;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999;
	transition: height 200ms ease, height 200ms ease;
	mix-blend-mode: difference;
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#cursor.big{
	height: 30px;
	width: 30px;
}*/

/*--------------------------------------------------------------
## FONTS
--------------------------------------------------------------*/
@font-face {
	font-display: swap;
    font-family: 'muli';
    src: url('fonts/Muli-Bold.woff2') format('woff2'),
        url('fonts/Muli-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
	font-display: swap;
    font-family: 'muli';
    src: url('fonts/Muli-Light.woff2') format('woff2'),
        url('fonts/Muli-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
	font-display: swap;
    font-family: 'muli';
    src: url('fonts/Muli-Regular.woff2') format('woff2'),
        url('fonts/Muli-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-display: swap;
    font-family: 'muli';
    src: url('fonts/Muli-Black.woff2') format('woff2'),
        url('fonts/Muli-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
	font-display: swap;
    font-family: 'arbutusslab';
    src: url('fonts/ArbutusSlab-Regular.woff2') format('woff2'),
        url('fonts/ArbutusSlab-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-display: swap;
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
	font-display: swap;
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-display: swap;
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
	font-display: swap;
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Medium.woff2') format('woff2'),
        url('fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
	font-display: swap;
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Black.woff2') format('woff2'),
        url('fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
	font-display: swap;
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
	font-display: swap;
  font-family: "flaticon";
  src: url("fonts/Flaticon.eot");
  src: url("fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("fonts/Flaticon.woff2") format("woff2"),
       url("fonts/Flaticon.woff") format("woff"),
       url("fonts/Flaticon.ttf") format("truetype"),
       url("fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
  	font-display: swap;
    font-family: "flaticon";
    src: url("fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: flaticon;
        font-size: 20px;
font-style: normal;
margin-left: 20px;
}

.flaticon-phone:before { content: "\f100"; }
.flaticon-email:before { content: "\f101"; }
.flaticon-location:before { content: "\f102"; }
.flaticon-send:before { content: "\f103"; }
.flaticon-calendar:before { content: "\f104"; }
.flaticon-edit:before { content: "\f105"; }
.flaticon-graph:before { content: "\f106"; }
.flaticon-credit-card:before { content: "\f107"; }
.flaticon-presentation:before { content: "\f108"; }
.flaticon-responsive:before { content: "\f109"; }
.flaticon-wireframe:before { content: "\f10a"; }
.flaticon-idea:before { content: "\f10b"; }
.flaticon-coding:before { content: "\f10c"; }
.flaticon-data:before { content: "\f10d"; }
.flaticon-api:before { content: "\f10e"; }
.flaticon-wordpress:before { content: "\f10f"; }
.flaticon-web-programming:before { content: "\f110"; }
.flaticon-analysis:before { content: "\f111"; }
.flaticon-computer:before { content: "\f112"; }
.flaticon-pc:before { content: "\f113"; }
.flaticon-left-quote:before { content: "\f114"; }
.flaticon-responsive-design:before { content: "\f115"; }
.flaticon-education:before { content: "\f116"; }
.flaticon-boost:before { content: "\f117"; }
.flaticon-security:before { content: "\f118"; }
.flaticon-verified:before { content: "\f119"; }
.flaticon-motivation:before { content: "\f11a"; }
.flaticon-star:before { content: "\f11b"; }
.flaticon-empowerment:before { content: "\f11c"; }
.flaticon-target:before { content: "\f11d"; }
.flaticon-goal:before { content: "\f11e"; }
.flaticon-central:before { content: "\f11f"; }
.flaticon-shopping-bag:before { content: "\f120"; }
.flaticon-sun:before { content: "\f121"; }
.flaticon-update:before { content: "\f122"; }
.flaticon-search-engine:before { content: "\f123"; }
.flaticon-seo:before { content: "\f124"; }
.flaticon-seo-1:before { content: "\f125"; }
.flaticon-data-analysis:before { content: "\f126"; }
.flaticon-programmer:before { content: "\f127"; }
.flaticon-learning:before { content: "\f128"; }
.flaticon-first:before { content: "\f129"; }
.flaticon-seo-2:before { content: "\f12a"; }
.flaticon-web-development:before { content: "\f12b"; }
.flaticon-research-and-development:before { content: "\f12c"; }
.flaticon-search:before { content: "\f12d"; }
.flaticon-shopping-cart:before { content: "\f12e"; }
.flaticon-user-1:before { content: "\f12f"; }
.flaticon-user:before { content: "\f130"; }
.flaticon-design:before { content: "\f131"; }


/*--------------------------------------------------------------
## LAYOUT
--------------------------------------------------------------*/
html{
	margin: 0;
	padding: 0;
}
body,
body.post,
body.page{
	font-family: 'muli', sans-serif;
	color: #000;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.full_wrapper{
	width: 100%;
}
.wrapper{
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
.mw90{
	max-width: 90%;
}
.mw80{
	max-width: 80%;
}
#secondary,
.bg_blanc{
	background-color: #fff;
}
.bg_noir{
	background-color: #000;
}
.bg_gris{
	background-color: #f8f8f8;
}
.bg_orange{
	background-color: #e98030;
}
.font_titre,
.titre,
h2.widget-title,
.la_presentation h2,
.posts > article.post h2,
.posts > article.post h3,
.posts > article.post h4,
.posts > article.post h5,
.posts > article.post h6,
h2.comments-title,
.comment-reply-title,
.page-template-default .entry-content h1,
.page-template-default .entry-content h2,
.page-template-default .entry-content h3,
.page-template-default .entry-content h4,
.page-template-default .entry-content h5,
.page-template-default .entry-content h6{
	font-family: 'Montserrat';
}
.page-template-default .entry-content h1,
.page-template-default .entry-content h2,
.page-template-default .entry-content h3,
.page-template-default .entry-content h4,
.page-template-default .entry-content h5,
.page-template-default .entry-content h6{
	text-transform: uppercase;
}
.svgs{
	height: 0;
	width: 0;
}

/*--------------------------------------------------------------
## BUTTONS & LINKS
--------------------------------------------------------------*/
button:focus{
	outline: none;
}
.bouton,
.bouton:visited,
.posts > article.post a.button.call:not(.more-link),
.wpcf7-submit,
.woocommerce ul.products > li.product a.button,
.added_to_cart,
.single_add_to_cart_button,
#place_order,
.woocommerce-form-login__submit,
.email_download_link form input[type="submit"],
.woocommerce-account .button:visited,
.button,
#commentform #submit,
#wpam-reg-form input.pure-button,
.login-submit #wp-submit,
input.button-primary[type="submit"],
.aff-wrap .pure-button{
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	padding: 15px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 2px solid #e98030;
	position: relative;
	z-index: 0;
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
	-o-transition: .5s cubic-bezier(.77, 0, .175, 1);
	transition: .5s cubic-bezier(.77, 0, .175, 1);
	color: #fff;
	cursor: pointer;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	overflow: hidden;
	box-shadow: none;
}
.bouton.thin,
.woocommerce ul.products > li.product a.button,
.added_to_cart,
.woocommerce-MyAccount-downloads-file,
.button.thin,
.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .button{
	padding: 5px 10px;
}
.email_download_link form input[type="submit"],
.bouton.medium,
.button.medium{
	padding: 7.5px 10px;
}
.bouton > span,
.button > span{
	position: relative;
	z-index: 2;
}
.bouton:after,
.posts > article.post a.button.call:not(.more-link):after,
.wpcf7-submit:after,
.woocommerce ul.products > li.product a.button:after,
.added_to_cart:after,
.single_add_to_cart_button:after,
#place_order:after,
.woocommerce-form-login__submit:after,
.button:after{
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 100%;
	height: 101%;
	background: #e98030;
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
	z-index: -1;
}
.bouton:hover,
.posts > article.post a.button.call:not(.more-link):hover,
.wpcf7-submit:hover,
.woocommerce ul.products > li.product a.button:hover,
.added_to_cart:hover,
.single_add_to_cart_button:hover,
#place_order:hover,
.woocommerce-form-login__submit:hover,
.woocommerce-account .button:visited:hover,
.button:hover,
#commentform #submit:hover{
	color: #e98030;
	border: 2px solid #e98030;
}
.bouton:hover:after,
.posts > article.post a.button.call:not(.more-link):hover:after,
.wpcf7-submit:hover:after,
.woocommerce ul.products > li.product a.button:hover:after,
.added_to_cart:hover:after,
.single_add_to_cart_button:hover:after,
#place_order:hover:after,
.woocommerce-form-login__submit:hover:after,
.button:hover:after{
	width: 0;
	background: #e98030;
}
.login-submit #wp-submit,
input.button-primary[type="submit"],
.aff-wrap .pure-button{
	background: #e98030;
}
.login-submit #wp-submit:hover,
input.button-primary[type="submit"]:hover,
.aff-wrap .pure-button:hover{
	background: #FFF;
	color: #e98030;
	border-color: inherit;
}
/*BOUTON FOND BLANC*/
.single_add_to_cart_button,
.bouton.fond_blanc,
#place_order,
.woocommerce-form-login__submit,
.button{
	background: #FFF;
}
/*BOUTON NOIR*/
.bouton.vert,
.bouton.noir,
.added_to_cart,
.added_to_cart:visited,
.button.noir{
	color: #fff!important;
	border: 2px solid #000;
	background: transparent!important;
}
.email_download_link form input[type="submit"],
.added_to_cart:after,
.bouton.noir:after,
.button.noir:after{
	background: #000!important;
}
.added_to_cart:hover,
.bouton.noir:hover,
.button.noir:hover{
	color: #000!important;
	border: 2px solid #000;
}
.added_to_cart:hover:after,
.bouton.noir:hover:after,
.button.noir:hover:after{
	width: 0;
	background: #000!important;
}
/*SLICK*/
.bouton.slick-arrow{
	border-color: #000;
}
.bouton.slick-arrow:hover{
	color: #fff;
}
.bouton.slick-arrow:after{
	width: 0;
	background: #000;
}
.bouton.slick-arrow:hover:after{
	width: 100%;
}
.bouton.slick-arrow.slick-prev:after{
	left: auto;
	right: 0;
}
.bouton.slick-arrow.slick-next:after{
	left: 0;
	right: auto;
}
.link,
.menu_wlink a,
.more-link,
.liste_services > li a,
.navigation.post-navigation a,
.comment-reply-link,
.comment-form a,
.lost_password a,
.single-post .posts > article.post .entry-content a{
	background: linear-gradient(to bottom, #e98030 0%, #e98030 100%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 4px 1px;
	color: #e98030;
	text-decoration: none;
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
    border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	cursor: pointer;
}
.link:hover,
.menu_wlink a:hover,
.more-link:hover,
.liste_services > li a:hover,
.navigation.post-navigation a:hover,
.comment-reply-link:hover,
.comment-form a:hover,
.lost_password a:hover,
.single-post .posts > article.post .entry-content a:hover{
	color: #000;
	background-size: 4px 50px;
}

.single-post .posts > article.post .entry-content .lwptoc a{
	text-decoration: none!important;
	background: none!important;
	-webkit-transition: none!important;
	-o-transition: none!important;
	transition: none!important;
}
.single-post .posts > article.post .entry-content .lwptoc a:hover{
	text-decoration: underline!important;
	border-bottom: none!important;
}

.linkbig{
	background: linear-gradient(to bottom, #e98030 0%, #e98030 100%);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 4px 1px;
	color: #e98030;
	text-decoration: none;
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
    border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	cursor: pointer;
    border: none;
    padding: 0;
    text-transform: uppercase;
	font-family: 'muli', sans-serif;
	font-size: 1em;
}
.linkbig:hover{
	color: #000;
	background-size: 4px 50px;
}
.single-post .posts > article.post .entry-content a.bouton{
	color: #fff;
}


/*--------------------------------------------------------------
## FORMS
--------------------------------------------------------------*/
input:focus,
select:focus,
textarea:focus{
	outline: 2px solid #E98030;
	outline-offset: 0px;
}
select{
	-webkit-appearance: none;
    -moz-appearance: none;
   	padding: 5px 10px;
}


/*--------------------------------------------------------------
## SLIDER
--------------------------------------------------------------*/
.slick-slide:focus{
	outline: none;
}
.slick-arrow.slick-prev,
.slick-arrow.slick-next{
	top: 100%;
	font-size: 16px;
	z-index: 1;
	display: block;
    width: auto;
    height: auto;
    color: #000;
    text-transform: none;
    border: 2px solid #000;
    padding: 15px;
    border-radius: 0;
}
.slick-arrow.slick-prev:hover,
.slick-arrow.slick-next:hover{
	color: #fff;
}
.slick-arrow.slick-prev:focus,
.slick-arrow.slick-next:focus{
	color: #000;
}
.slick-arrow.slick-prev:hover:focus,
.slick-arrow.slick-next:hover:focus{
	color: #fff;
}
.slick-arrow.slick-prev:before,
.slick-arrow.slick-next:before{
	display: none;
}
.slick-arrow.slick-prev{
	left: auto;
	right: 51%;
}
.slick-arrow.slick-next{
	left: 51%;
	right: auto;
}


/*--------------------------------------------------------------
## NOTICES
--------------------------------------------------------------*/
.woocommerce-page .woocommerce-notices-wrapper > div,
.woocommerce-page .woocommerce-notices-wrapper > ul{
	margin: 0 0 45px;
}
.woocommerce-notices-wrapper a,
.woocommerce-info a{
	color: #FFF;
	margin: 0 1em;
	padding: 0.5em 1em;
	background-color: rgba(0,0,0,0.2);
	text-decoration: none;
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
}
.woocommerce-notices-wrapper a:hover,
.woocommerce-notices-wrapper a:active,
.woocommerce-info a:hover,
.woocommerce-info a:active{
	background-color: rgba(0,0,0,0.5);
}
.woocommerce-notices-wrapper ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.woocommerce .woocommerce-info{
	display: block;
	padding: 20px;
	background-color: #c6c6c6;
    color: #515151;
	list-style: none;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-message,
.woocommerce-notice--success,
.wpcf7-mail-sent-ok{
	display: block;
	padding: 20px;
	background-color: #4caf50;
	color: #123f16;
	list-style: none;
}
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-error,
.woocommerce-notice--error{
	display: block;
	padding: 20px;
	background-color: #ff5252;
	color: #7f1616;
	list-style: none;
}


/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/


header#masthead{
	position: fixed;
	z-index: 999;
	background-color: #fff;
	min-height: 34px;
	width: 100%;
	padding: 10px 30px;
	display: flex;
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
    border: none;
    border-top: 3px solid #e98030;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.scrolled header#masthead{
	padding: 5px 30px;
}
.top_cart,
.top_cart:visited{
	margin: 0 97px 0 0;
	padding: 7px;
	height: 35px;
	line-height: 1;
	display: inline-block;
	color: #FFF;
	background: #e98030;
	text-decoration: none;
	z-index: 10000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-transform: uppercase;
	font-size: 0.8em;
	position: relative;
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
}
.top_cart:hover,
.top_cart:focus{
	padding: 7px 13px;
	color: #FFF;
}
.top_cart i:before{
	margin: 0;
}
.top_cart.hidden{
	display: none;
}
.top_cart > .cart_count{
	position: absolute;
	width: 20px;
	height: 20px;
	background: #000;
	text-align: center;
	line-height: 20px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	font-size: 0.8em;
	font-weight: bold;
	right: -12px;
	top: -6px;
}


/*--------------------------------------------------------------
## LOGO
--------------------------------------------------------------*/
#logo{
	position: relative;
	z-index: 99999;
	background-color: #FFF;
}
#logo,
#logo > span{
	display: flex;
	align-items: center;
}
#logo > img{
	max-width: 40px;
}
#logo.scrolled{
	top: -60px;
}
header#masthead #logo img{
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
}
.scrolled header#masthead #logo img{
	width: 40px;
	height: auto;
}
.baseline{
	margin-left: 1em;
	display: flex;
	flex-direction: column;
	line-height: 1.2;
	font-size: 0.7em;
	opacity: .6;
	align-self: center;
	text-transform: uppercase;
}
.baseline .l1{
	font-weight: 700;
}
.baseline .l2{
	font-weight: 300;
}


/*--------------------------------------------------------------
## MENU
--------------------------------------------------------------*/
nav#overlay{
	position: relative;
	margin-left: auto;
}
.hamburger {
	position: absolute;
	margin-left: auto;
    right: 0;
    top: 0;
    z-index: 99999;
  padding: 7px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background: none;
  border: 0;
  margin: 0;
  overflow: visible;
  border-radius: 0;
  height: 35px;
}
.hamburger .txt{
	text-transform: uppercase;
	font-size: 0.8em;
	margin-right: 15px;
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
}
.hamburger:hover .txt{
	letter-spacing: 2px;
}
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 20px;
  height: 12px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 2px;
    background-color: #000;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -5px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -10px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

#overlay.open .hamburger{
	background: none;
}

#overlay>div{
	position: fixed;
	right: -320px;
	top: 0;
	width: 320px;
	height: 100vh;
	overflow: hidden;
	background: #FFF;
	z-index: -9999;
	transition: all .3s cubic-bezier(.645,.045,.355,1);
	border-top: 3px solid #e98030;
}
#overlay.open>div{
	z-index: 9999;
	right: 0;
}
#overlay>div>ul{
	margin: 61.33px 0 0;
	padding: 30px;
	list-style: none;
	width: 100%;
	font-family: 'Montserrat';
	text-align: right;
}
#overlay.open>div>ul{
	top: 50%;
}
#overlay>div>ul>li,
#overlay>div>ul>li>.sub-menu{
	transition: all .3s;
	/*height: 28px;*/
	width: 100%;
	/*overflow: hidden;*/
	position: relative;
}
#overlay>div>ul>li + li,
#overlay>div>ul>li>.sub-menu>li + li{
	margin-top: 1em;
}
#overlay>div>ul>li>a,
#overlay>div>ul>li>.sub-menu a{
	color: #000;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: 400;
	text-transform: uppercase;
	/*transition: all .3s;*/
	transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition-delay: .3s;
	position: absolute;
	left: 0;
	top: 10px;
	position: relative;
	margin-right: 2em;
	opacity: 0;
}
#overlay.open>div>ul>li>a,
#overlay.open>div>ul>li>.sub-menu a{
	top: 0;
	opacity: 1;
}
#overlay>div>ul li a:hover{
	color: #000;
	letter-spacing: 1px;
}
#overlay>div>ul li a:after{
	content: '';
	position: absolute;
	right: -2em;
	top: 50%;
	transform: translate(0,-50%);
	height: 2px;
	width: .15em;
	background-color: #e98030;
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
}
#overlay>div>ul li a:hover:after,
#overlay>div>ul li.current-menu-item > a:after{
	width: 1.5em;
}
#overlay>div>ul>li + li .sub-menu{
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
}
#overlay>div>ul>li .sub-menu a{
	font-size: 0.8em;
	color: #b8b8b8;
	/*position: relative;*/
	margin-right: 3.5em;
}
#overlay>div>ul>li .sub-menu a:hover{
	color: #000;
}
#overlay>div>ul>li .sub-menu a:after{
	right: -3.5em;
}
#overlay>div>ul>li .sub-menu a:hover:after,
#overlay>div>ul>li .sub-menu li.current-menu-item a:after{
	width: 3em;
}
#darkoverlay{
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: #4f2c11;
	opacity: 0;
	z-index: -1;
	visibility: hidden;
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
#darkoverlay.open{
	z-index: 2;
	opacity: 0.9;
	visibility: visible;
}


/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
#page > #content{
	margin-bottom: 890px;
}
#colophon{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: -2;
}
#colophon > div{
	padding: 90px 0;
}
.pieddepage1{
	background-color: #f8f8f8;
	text-align: center;
}
.pieddepage1 > div > #logo_footer{
	margin: 0 0 45px;
}
.pieddepage1 > div > .liens_sociaux > span{
	color: #000;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	opacity: 1;
	margin: 0 1em;
	transition: all .2s ease;
}
.pieddepage1 > div > .liens_sociaux > span:hover{
	opacity: .6;
}
.pieddepage2,
.pieddepage3{
	background-color: #e98030;
	text-align: center;
}
.pieddepage2 a,
.pieddepage2 a:visited{
	color: #000;
	text-decoration: none;
}
.pieddepage2 a:hover{
	color: #000;
	text-decoration: underline;
}
.pieddepage2 > .flex{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
.pieddepage2 > .flex > .footer_bloc{
	padding: 0 2%;
}
.pieddepage2 > .flex > .footer_bloc > *,
.pieddepage2 > .flex > .footer_bloc > a > *{
	display: block;
}
#colophon > div.pieddepage2{
	padding-bottom: 0;
}
#colophon > div.pieddepage3{
	padding-top: 45px;
	font-size: 0.8em;
}
.footer_menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	display: flex;
	justify-content: center;
}
#colophon > div.pieddepage3 .footer_text{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#colophon > div.pieddepage3,
.footer_menu ul li a{
	text-decoration: none;
	color: rgba(0,0,0,0.5);
}
.footer_menu ul li{
	margin: 0 1em;
}
.footer_menu ul li a:hover{
	text-decoration: underline;
}
.titre_footer{
	display: block;
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.3em;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.coord_email,
.coord_tel{
	display: block;
}
.coord_email i,
.coord_tel i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.pieddepage2 > .flex > .footer_bloc.avis > span:hover{
	text-decoration: none;
}
.stars_avis > i:before{
	margin-left: 0;
}
.footer_bloc.avis > span{
	position: relative;
	overflow: hidden;
}
.footer_bloc.avis .lien_avis{
	display: flex;
	flex-direction: column;
}
.footer_bloc.avis > span > .astuce_avis{
	position: absolute;
	left: 50%;
	top: 20px;
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
	background-color: #ffcaa1;
    font-size: 0.8em;
    padding: 2px 3px;
    border-radius: 2px;
    transform: translate(-50%, 0);
    opacity: 0;
    width: 100%;
}
.footer_bloc.avis > span:hover > .astuce_avis{
	top: 0;
    opacity: 1;
}



/*--------------------------------------------------------------
# FIL ARIANE
--------------------------------------------------------------*/
.fil_ariane,
.fil_ariane > ul > li > a,
.woocommerce-breadcrumb,
.woocommerce-breadcrumb a{
	color: #b8b8b8;
	text-decoration: none;
	transition: all .2s ease;
}
.fil_ariane > ul,
.woocommerce-breadcrumb{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.fil_ariane > ul > li,
.woocommerce-breadcrumb{
	font-size: 0.7em;
	text-transform: uppercase;
}
.fil_ariane > ul > li + li:before{
	content: '>';
	margin: 0 5px;
}
.fil_ariane > ul > li > a:hover,
.woocommerce-breadcrumb a:hover{
	color: #000;
}


/*--------------------------------------------------------------
# STATIC PAGES
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## INDEX
--------------------------------------------------------------*/
#main > section{
	padding: 90px 0;
	position: relative;
}
#main > section.small_padding{
	padding: 45px 0;
}
/*#main > section:not(.entete) > .wrapper{
	opacity: 0;
}*/
.titre,
h2.widget-title,
.la_presentation h2,
.posts > article.post h2,
h2.comments-title,
.comment-reply-title{
	display: block;
    font-size: 1.8em;
    margin: 0 0 2em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2em;
}
.titre:after,
h2.widget-title:after,
.posts > article.post h2:after,
h2.comments-title:after,
.comment-reply-title:after{
	content: '';
	background-color: #e98030;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
.titre.point_noir:after{
	background-color: #000;
}
.titre.aligne_centre{
	text-align: center;
}
.titre.aligne_centre:after{
	display: block;
	margin: 15px auto 0;
}
.titre.gris{
	color: #767676;
	font-size: 1.1em;
}
.titre.gris:after{
	background-color: #767676;
}
.sur_titre{
	font-size: 1em;
	text-transform: uppercase;
	color: #e98030;
}
.titre_secondaire{
	display: block;
    font-size: 1.25em;
    margin: 0 0 1em;
    font-weight: 700;
    line-height: 1.2em;
}
.entete{
	height: 100vh;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.entete > .contenu_entete{
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translate(0, -50%);
}
.entete > .contenu_entete > h1{
	font-size: 2em;
    line-height: 1.3em;
    margin: 0 0 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.entete > .contenu_entete > .entete_soustitre{
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 15px;
}
.page-template-accueil .entete:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(255,255,255,0.7);
}
.page-template-accueil .entete .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
}
.services > .wrapper{
	display: flex;
	align-items: flex-start;
}
.services .titre{
	width: 30%;
	display: block;
	word-break: break-word;
}
.liste_services{
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.liste_services > li{
	width: 50%;
	padding: 0 5%;
	margin-top: 30px;
}
.liste_services > li > span{
	display: block;
}
.liste_services > li:nth-child(1),
.liste_services > li:nth-child(2){
	margin-top: 0;
}
.liste_services > li > i{
	line-height: 45px;
}
.liste_services > li > i:before{
	margin: 0;
	font-size: 45px;
}
.liste_services > li > .icon{
	height: 50px;
	width: 50px;
}
.liste_services > li > .icon.woocommerce{
	width: 84px;
}
.liste_services > li > h2{
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 0 0 15px;
}
.liste_services > li > div > p{
	color: #767676;
}
.temoignages .liste_temoignages{
	margin: 0;
	padding: 0 0 60px;
}
.temoignages .liste_temoignages .slick-slide > .tem_wrapper{
	margin: 1em;
	padding: 2em;
	background-color: #fff;
	box-shadow: 0 2px 5px 3px rgba(0,0,0,0.07);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.tem_wrapper > div + div{
	margin-top: 15px;
}
.tem_wrapper > .tem_portion{
	font-style: italic;
    font-size: 1.4em;
    text-align: center;
    font-weight: 200;
    color: #e98030;
    position: relative;
}
.tem_wrapper > .tem_portion:before{
	content: '"';
    font-size: 1.5em;
    line-height: 1em;
    font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
    position: absolute;
    left: -15px;
    top: 0;
}
.tem_wrapper > .tem_nom{
	font-style: italic;
	font-weight: bold;
}
.tem_wrapper > .tem_entreprise{
	font-style: italic;
    margin: 0;
    color: #767676;
    text-align: center;
}
.blocs_texte_accueil .bloc_texte + .bloc_texte{
	margin-top: 4rem;
}
.blocs_texte_accueil .bloc_texte ul,
.blocs_texte_accueil .bloc_texte ol{
	margin-left: 0;
}
.logos > .wrapper > ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.logos > .wrapper > ul > li{
	margin: 0 1%;
}
.logos > .wrapper > .liste_clients{
	text-align: center;
	margin-top: 30px;
}
#main > section.clients{
	color: #fff;
}
.clients > div > .liste_clients{
	display: block;
	font-size: 1em;
	text-align: center;
}
.cas_clients > div > .flex,
.articles > .liste_articles{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.cas_clients > div > .flex > article,
.articles > .liste_articles > article{
	width: 50%;
	min-height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	position: relative;
	z-index: 0;
}
#main > section.cas_clients{
	padding-bottom: 0;
	position: relative;
}
.cas_clients > div{
	position: relative;
}
.cas_clients > div > .flex > article,
.articles > .liste_articles > article{
	overflow: hidden;
}
.cas_clients > div > .flex > article > a,
.articles > .liste_articles > article a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
}
.cas_clients > div > .flex > article > a > .cas_fond{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.cas_clients > div > .flex > article > a:hover > .cas_fond,
.cas_clients > div > .flex > article > a:hover:after,
.articles > .liste_articles > article a:hover:after{
    transform: rotate(-1deg) scale(1.05);
}
.cas_clients > div > .flex > article > a:after,
.articles > .liste_articles > article a:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #4f2c11;
    opacity: 0;
    z-index: 1;
    -webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
}
.articles > .liste_articles > article a:after{
	background: #000;
}
.cas_clients > div > .flex > article > a:hover:after,
.articles > .liste_articles > article a:hover:after,
.cas_clients > div > .flex > article > a:active:after,
.articles > .liste_articles > article a:active:after{
    opacity: 0.9;
}
.cas_clients > div > .flex > article > a > .inner,
.articles > .liste_articles > article a > .inner{
	position: absolute;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	color: #fff;
	z-index: 2;
	opacity: 0;
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
}
.cas_clients > div > .flex > article > a:hover > .inner,
.articles > .liste_articles > article a:hover > .inner,
.cas_clients > div > .flex > article > a:active > .inner,
.articles > .liste_articles > article a:active > .inner{
	opacity: 1;
}
.cas_clients > div > .flex > article.anim_1 > a > .inner,
.articles > .liste_articles > article.anim_1 a > .inner{
	top: 45%;
	left: 50%;
}
.cas_clients > div > .flex > article.anim_1 > a:hover > .inner,
.articles > .liste_articles > article.anim_1 a:hover > .inner,
.cas_clients > div > .flex > article.anim_1 > a:active > .inner,
.articles > .liste_articles > article.anim_1 a:active > .inner{
	top: 50%;
}
.cas_clients > div > .flex > article.anim_2 > a > .inner,
.articles > .liste_articles > article.anim_2 a > .inner{
	top: 50%;
	left: 45%;
}
.cas_clients > div > .flex > article.anim_2 > a:hover > .inner,
.articles > .liste_articles > article.anim_2 a:hover > .inner,
.cas_clients > div > .flex > article.anim_2 > a:active > .inner,
.articles > .liste_articles > article.anim_2 a:active > .inner{
	left: 50%;
}
.cas_clients > div > .flex > article.anim_3 > a > .inner,
.articles > .liste_articles > article.anim_3 a > .inner{
	top: 55%;
	left: 50%;
}
.cas_clients > div > .flex > article.anim_3 > a:hover > .inner,
.articles > .liste_articles > article.anim_3 a:hover > .inner,
.cas_clients > div > .flex > article.anim_3 > a:active > .inner,
.articles > .liste_articles > article.anim_3 a:active > .inner{
	top: 50%;
}
.cas_clients > div > .flex > article.anim_4 > a > .inner,
.articles > .liste_articles > article.anim_4 a > .inner{
	top: 50%;
	left: 55%;
}
.cas_clients > div > .flex > article.anim_4 > a:hover > .inner,
.articles > .liste_articles > article.anim_4 a:hover > .inner,
.cas_clients > div > .flex > article.anim_4 > a:active > .inner,
.articles > .liste_articles > article.anim_4 a:active > .inner{
	left: 50%;
}
.cas_clients > div > .flex > article > a > .inner > .cas_titre,
.articles > .liste_articles > article a > .inner > .article_titre{
	font-size: 2em;
    display: block;
    max-width: 80%;
    margin: 0 auto;
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: 600;
}
.cas_clients > div > .flex > article > a > .inner > .cas_type,
.articles > .liste_articles > article a > .inner > .article_categorie{
	font-weight: 100;
    text-transform: uppercase;
    font-size: 0.7em;
    letter-spacing: 2px;
}
.cas_clients > div > a{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-decoration: none;
	background-color: rgba(0,0,0,.5);
	width: 150px;
	height: 150px;
	border-radius: 150px;
	text-align: center;
	padding: 15px;
}
.cas_clients > div > a > span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0,0,0,1);
	width: 130px;
	height: 130px;
	border-radius: 130px;
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
}
.cas_clients > div > a:hover > span{
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
.cas_clients > div > a > span > span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	line-height: 1.3em;
	font-size: 0.8em;
	text-transform: uppercase;
}
#main > section.articles{
	padding-bottom: 0;
}


/*--------------------------------------------------------------
## SAVOIR-FAIRE
--------------------------------------------------------------*/
.static_page > #main > .entete{
	height: auto;
	padding: 120px 120px 90px;
	background: #fff;
	border-bottom: 2px solid #f8f8f8;
}
.static_page > #main > .entete > .contenu_entete > h1{
	font-family: 'Montserrat';
	font-size: 2.5em;
}
section.bg_am{
	position: relative;
	overflow: hidden;
}
.static_page > #main > .entete:after,
.home #main > section.bg_am:after,
.static_page > #main > section.bg_am:after{
	content: '';
    left: -20%;
    bottom: -350px;
    width: 1500px;
    height: 1026px;
    position: absolute;
    background-image: url(img/logo.svg);
    background-repeat: no-repeat;
    background-size: 1500px;
    background-position: center center;
    opacity: 0.03;
    z-index: -1;
}
.home #main > section.bg_am:after,
.static_page > #main > section.bg_am:after{
	bottom: -220px;
}
.static_page > #main > .entete > .contenu_entete{
	position: static;
	transform: translate(0,0);
	text-align: center;
}
.static_page .overlay_noir{
	background-color: rgba(0,0,0,0.7);
}
.static_page .overlay_blanc{
	background-color: rgba(255,255,255,0.7);
}
.static_page .bg_noir{
	color: #fff;
}
ul.timeline{
	margin: 100px auto 30px;
	padding: 90px 0;
	list-style: none;
	position: relative;
	z-index: 2;
}
ul.timeline:before{
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	background-color: #e98030;
	border: 2px solid rgba(0,0,0,0.2);
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	z-index: 1;
}
ul.timeline:after{
	content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	background-color: rgba(0,0,0,0.2);
	z-index: -1;
}
ul.timeline > li{
	position: relative;
}
ul.timeline > li + li{
	margin-top: 50px
}
ul.timeline > li > .tl_date{
	display: block;
	text-align: center;
	font-family: 'Montserrat';
	font-size: 2.3em;
	font-weight: 600;
	line-height: 1em;
	padding: 30px 0;
	background-color: #e98030;
}
ul.timeline > li > .tl_texte{
	position: absolute;
	left: 56%;
	top: 50%;
	transform: translate(0,-50%);
	width: 30%;
	background-color: rgba(255,255,255,0.2);
	padding: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul.timeline > li > .tl_texte:after{
	content: '';
	position: absolute;
	left: -8px;
	top: 50%;
	transform: translate(0,-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 8px 6px 0;
	border-color: transparent rgba(255,255,255,0.2) transparent transparent;
}
ul.timeline > li:nth-child(odd) > .tl_texte{
	left: auto;
	right: 56%;
	text-align: right;
}
ul.timeline > li:nth-child(odd) > .tl_texte:after{
	left: auto;
	right: -8px;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent rgba(255,255,255,0.2);
}
ul.timeline > li > .tl_texte > p,
.timeline .la_presentation > p{
	margin: 0;
}
.timeline .la_presentation{
	text-align: center;
	background-color: rgba(255,255,255,0.2);
	padding: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	max-width: 600px;
	margin: 0 auto;
}
.static_page .citation .la_citation{
	font-size: 2em;
	font-style: italic;
	font-weight: 100;
	margin: 0 0 0 10%;
	position: relative;
	opacity: 0.4;
}
.static_page .citation .la_citation:before{
	content: '"';
    font-size: 3em;
    line-height: 1em;
    opacity: 0.5;
    font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
    position: absolute;
    left: -80px;
    top: 0;
}
.static_page .bg_cover{
	position: relative;
	overflow: hidden;
}
.static_page .bg_cover .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 250%;
	z-index: -1;
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
}
.static_page .competences .liste_services li{
	margin-bottom: 15px;
}
.static_page .liste_centree{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	text-align: center;
}
.static_page .liste_centree > li{
	width: 20%;
	padding: 0 1%;
}
.static_page .liste_centree > li > span{
	display: block;
}
.static_page .chiffres .liste_centree > li > span:first-child{
	font-size: 2em;
	font-weight: bold;
}
.static_page .avantages .liste_centree{
	counter-reset: counter;
}
.static_page .avantages .liste_centree > li{
	counter-increment: counter;
}
.static_page .avantages .liste_centree > li:before {
  content: '0' counter(counter) '.';
  font-weight: bold;
  font-size: 3rem;
  display: block;
  text-align: center;
}


/*--------------------------------------------------------------
## CTA DEVIS
--------------------------------------------------------------*/
.cta_devis{
	background-color: #fff;
	text-align: center;
}


/*--------------------------------------------------------------
## CTA BOUTIQUE
--------------------------------------------------------------*/
#main > section.cta_boutique{
	text-align: center;
	padding: 2em 0;
	font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
#main > section.cta_boutique > .wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
}
#main > section.cta_boutique p{
	margin: 0;
}
#main > section.cta_boutique .bouton{
	margin-left: 1em;
}


/*--------------------------------------------------------------
## REALISATIONS
--------------------------------------------------------------*/
.realisations_search .titre_filtre{
	text-align: center;
	display: block;

}
.realisations_search ul{
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
}
.realisations_search ul > li{
	padding: 0;
	margin: 0 1%;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.9em;
	position: relative;
	cursor: pointer;
}
.realisations_search ul > li label{
	cursor: pointer;
}
.realisations_search ul > li:after{
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	bottom: -2px;
	left: 0;
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
    background: #e98030;
}
.realisations_search ul > li.active:after,
.realisations_search ul > li:hover:after{
	width: 100%;
}
.realisations_search ul > li input{
	display: none;
}
.realisations_search ul > li label{
	margin: 0;
	padding: 0!important;
}
#main > section.realisations_results{
	padding-top: 0;
}
.search-filter-results .search-filter-scroll-loading,
div.search-filter-results-list{
	margin: 30px auto 0;
}
div.search-filter-results-list{
	text-align: center;
	max-width: 280px;
	background-color: #8E8E8E;
	color: #FFF;
	padding: 1em;
}
.cta_realisations{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-decoration: none;
	background-color: rgba(0,0,0,.5);
	width: 150px;
	height: 150px;
	border-radius: 150px;
	text-align: center;
	padding: 15px;
	color: #fff;
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
}
.cta_realisations:hover{
	color: #fff;
}
.cta_realisations > span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0,0,0,1);
	width: 130px;
	height: 130px;
	border-radius: 130px;
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
}
.cta_realisations:hover > span{
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
.cta_realisations > span > span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	line-height: 1.3em;
	font-size: 0.8em;
	text-transform: uppercase;
}


/*--------------------------------------------------------------
## PROJETS
--------------------------------------------------------------*/
.projet_page.static_page > #main > section.entete,
.single #main > section.entete{
	background: none;
}
.projet_page .projet_entete_fond,
.single .projet_entete_fond{
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
    background-attachment: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    z-index: -2;
}
.projet_page.static_page > #main > section.entete:before,
.single #main > section.entete:before{
	content: '';
    height: 100%;
	width: 100%;
	left: 0;
	top: 0;
    position: absolute;
    background: rgba(255,255,255,0.9);
    z-index: -1;
}
.projet_page.static_page > #main > section.entete:after,
.single #main > section.entete:after{
	display: none;
}
.projet_page .details > .flex{
	display: flex;
	align-items: flex-start;
}
.projet_page .details > .flex > div{
	width: 33.33%;
}
.projet_page .details > .flex > div.one_desc{
	width: 66.66%;
}
.projet_page .details > .flex > div + div{
	margin-left: 10%;
}
.projet_page .details > .flex > div > p{
	margin-top: 0;
}
.projet_page .details > .flex > div > ul{
	margin: 0 0 0 1em;
	padding: 0;
}
.projet_page .details > .flex > div > div + div{
	margin-top: 15px;
}
.projet_page .details > .flex > div .label{
	text-transform: uppercase;
	display: block;
	font-size: 0.8em;
	letter-spacing: 2px;
	opacity: 0.4;
}
.projet_page .points_cles > .wrapper{
	display: flex;
	align-items: flex-start;
}
.projet_page .points_cles .image_projet{
	width: 45%;
	min-height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.projet_page .points_cles .points_cles_projet{
	width: 55%;
	padding-left: 8%;
}
.projet_page .points_cles .points_cles_projet .titre,
.projet_page .points_cles .points_cles_projet .liste_services{
	width: 100%;
}
.projet_page .points_cles .points_cles_projet .titre:after{
	background-color: #000;
}
.projet_page .visuels .liste_visuels{
	margin: 0;
	padding: 0 0 60px;
}
.projet_page .visuels .liste_visuels .slick-slide .visuel_wrapper{
	margin: 1em;
    padding: 2em;
    background-color: #fff;
    box-shadow: 0 2px 5px 3px rgba(0,0,0,0.07);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.projet_page .visuels .liste_visuels .slick-slide .visuel_wrapper .img{
	text-decoration: none;
	display: block;
	width: 100%;
	min-height: 440px;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	font-size: 0;
}
.projet_page .visuels .liste_visuels .slick-slide .visuel_wrapper .legend{
	display: block;
    font-style: italic;
    margin: 2em 0 0;
    color: #767676;
    text-align: center;
	background: #F8F8F8;
    width: 100%;
    padding: 15px;
}
.navigation_projet{
	padding-bottom: 0!important;
}
.navigation_projet > .wrapper{
	display: flex;
	justify-content: center;
}
.navigation_projet .titre{
	margin: 0;
}
.others_projects{
	display: flex;
	justify-content: center;
}
.others_projects > span{
	margin: 0 0 0 1em;
}
/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight{overflow:hidden}
.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#4f2c11e6;background:rgba(0,0,0,0)}
.featherlight:last-of-type{background:#4f2c11e6;}
.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}
.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}
.featherlight .featherlight-inner{display:block}
.featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{display:none}
.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000;border:0;padding:0}
.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}
.featherlight .featherlight-image{width:100%}
.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch}
.featherlight iframe{border:0}
.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
@media only screen and (max-width:1024px){
	.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}
}
@media print{
	html.with-featherlight>*>:not(.featherlight){display:none}
}


/*--------------------------------------------------------------
## BLOG
--------------------------------------------------------------*/
#main > section.blog_columns{
	padding: 45px 0;
}
.entete #searchform{
	margin: 30px auto 0;
	width: 100%;
	max-width: 450px;
	position: relative;
}
.entete #searchform input[type="text"]{
	width: 100%;
	padding-right: 40px;
	background-color: #fff;
	border: 2px solid #000;
	color: #000;
	border-radius: 0;
}
.entete #searchform button{
	position: absolute;
	right: 8px;
	top: 8px;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.entete #searchform button i:before{
	margin: 0;
}
#main > section.blog_columns > .wrapper,
#main > section.blog_columns .posts{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#main > section.blog_columns > .wrapper > .posts{
	width: 65%;
}
#main > section.blog_columns > .wrapper > #secondary{
	width: 30%;
	margin-left: 5%;
	border-left: 2px solid #f8f8f8;
	padding-left: 5%;
}
#secondary h2.widget-title,
#secondary .titre{
	font-size: 1.3em;
	margin: 0 0 1em;
}
#secondary ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#secondary .mc4wp-form{
	padding: 1rem;
	margin-top: 1em;	
}
#secondary .mc4wp-form .flex > * + *{
	margin-top: .5em;
}
#main > section.blog_columns > .wrapper > .posts > article.post{
	width: 100%;
	padding: 0;
}
#main > section.blog_columns > .wrapper > .posts > article.post + article.post{
	margin-top: 90px;
}
/*.posts > article.post a:not(.more-link){
	color: #000;
	text-decoration: none;
}*/
.posts > article.post a.post-thumbnail{
	display: block;
}
.posts > article.post a.post-thumbnail img{
	width: 100%;
	height: auto;
}
.posts > article.post header{
	margin: 15px 0 0;
}
.posts > article.post h2{
	font-size: 1.3em;
	font-weight: 500;
	margin: 0;
}
.posts > article.post .cat{
	display: block;
}
#secondary ul a,
.posts > article.post .cat a,
.backtoblog,
.backtoblog:visited{
	color: #767676;
	font-size: 0.8em;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
}
#secondary ul a:hover,
.posts > article.post .cat a:hover,
.backtoblog:hover{
	color: #000;
	letter-spacing: 1px;
}
.posts > article.post .entry-content{
	margin: 15px 0 0;
	word-break: break-word;
}
.posts > article.post .entry-content p{
	margin: 0;
}
.posts > article.post .entry-content p + p,
.posts > article.post .more-link,
.posts > article.post .msg_box + p{
	margin: 1em 0 0;
}
ul.page-numbers{
	margin: 90px 0;
	padding: 0;
	list-style: none;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.page-numbers > li + li{
	margin-left: -2px;
}
ul.page-numbers > li > *{
	border: 2px solid #f8f8f8;
	display: block;
	padding: 5px 10px;
	color: #767676;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
}
ul.page-numbers > li > *.current,
ul.page-numbers > li > a:hover{
	border-color: #e98030;
	background-color: #e98030;
	color: #000;
	z-index: 1;
}
.single article.post h1,
.single article.post h2{
	margin: 1.3em 0 .5em;
	font-weight: 700;
}
.single article.post h3,
.single article.post h4,
.single article.post h5,
.single article.post h6{
	margin: 1.1em 0 .5em;
	font-weight: 500;
}
.single article.post h1{
	font-size: 2em;
}
.single article.post h2{
	font-size: 1.7em;
}
.single article.post h3{
	font-size: 1.5em;
}
.single article.post h4{
	font-size: 1.3em;
}
.single article.post h5{
	font-size: 1.2em;
}
.single article.post h6{
	font-size: 1.1em;
}
.single article.post .entry-content p{
	line-height: 1.6em;
	word-break: break-word;
}
.single article.post .entry-content ul,
.single article.post .entry-content ol{
	margin: 1em 0 2em 1em;
}
.single article.post .entry-content figure figcaption,
.single article.post .entry-footer,
.comments-area,
.woocommerce-Reviews,
.box_bg_grey{
	background: #F8F8F8;
	margin: 0;
	padding: 2rem;
}
.comments-area,
.woocommerce-Reviews,
.post_navigation{
	width: 100%;
}
.box_bg_grey.thin{
	padding: 1em;
}
.single article.post .entry-footer{
	margin-top: 2rem;
}
.single article.post .entry-footer span{
	display: block;
}
.single article.post .entry-footer span,
.single article.post .entry-footer a{
	font-size: 0.9em;
	font-style: italic;
	color: #767676;
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
}
.single article.post .entry-footer a:hover{
	color: #000;
}
.single article.post blockquote{
	font-size: 2em;
	font-style: italic;
	font-weight: 100;
	margin: 0 0 0 10%;
	position: relative;
	opacity: 0.4;
}
.single article.post blockquote:before{
	content: open-quote;
    font-size: 3em;
    line-height: 1em;
    opacity: 0.5;
    font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
    position: absolute;
    left: -80px;
    top: 0;
}
.msg_box{
	background-color: #f8f8f8;
	color: #333;
	padding: 2em;
	margin-top: 1em;
}
.msg_box:before{
	content: '»';
	width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 30px;
    float: left;
    text-align: center;
    line-height: 29px;
    font-weight: bold;
    margin: 0 15px 15px 0;
}
.msg_box.info{
	background-color: #6EB2C6;
	/*color: #184754;*/
}
.msg_box.info:before{
	color: #6EB2C6;
}
.msg_box.warning{
	background-color: #ECC059;
	/*color: #563f08;*/
}
.msg_box.warning:before{
	color: #ECC059;
}
.msg_box.alert{
	background-color: #D74B48;
	/*color: #3c0100;*/
}
.msg_box.alert:before{
	color: #D74B48;
}
.msg_box.success{
	background-color: #5cc47c;
	/*color: #0f5625;*/
}
.msg_box.success:before{
	color: #5cc47c;
}
.single article.post .entry-content .msg_box ul,
.single article.post .entry-content .msg_box ol{
	margin-bottom: 0;
}
.comment-list,
.comment-list ol{
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment-list ol.children{
	margin-left: 3rem;
}
.comment-list > li + li,
.comment-list > li.parent  article + ol,
.comment-list > li.parent  article + ol > li + li{
	margin-top: 2rem;
}
.comment-body{
	padding: 2rem;
	background: #FFF;
	border: 2px solid #ededed;
}
.bypostauthor .comment-body{
	background: #fff4eb;
	border-color: #e98030;
}
.comment-body .comment-author,
.comment-body .comment-author a{
	color: #000;
	text-decoration: none;
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
}
.comment-body .comment-author img{
	vertical-align: middle;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radis: 32px;
}
.comment-body .comment-metadata,
.comment-body .comment-metadata a{
	color: #767676;
	text-decoration: none;
	font-size: 0.9em;
	font-style: italic;
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
}
.comment-content{
	line-height: 1.8em;
}
.comment-reply-title{
	margin: 2em 0 0;
}
.comment-form-comment textarea{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
    background-color: #fff;
    border: 2px solid #ededed;
    color: #000;
}
.comment-form-comment textarea:focus{
    outline: 2px solid #E98030;
    outline-offset: 0px;
}
.post_rating,
.post_subsribe,
.post_subscribe,
.comments-area,
.woocommerce-Reviews{
	margin: 0 0 1.5em;
}
.post_rating .titre,
.post_subsribe .titre,
.post_navigation .titre{
	margin-bottom: 1em;
}
.post_subscribe,
#secondary .mc4wp-form{
	background-color: #e98030;
}
.mc4wp-form .titre:after{
	background-color: #000;
}
.post_subscribe .mc4wp-form .flex{
	display: flex;
}
.post_subscribe .mc4wp-form .flex > *{
	width: 30%;
}
.post_subscribe .mc4wp-form .flex > * + *{
	margin-left: 1em;
}
.others_posts{
	display: flex;
}
.others_posts > span{
	width: 50%;
}
.others_posts > span.next_post{
	text-align: right;
}
.email_download_link{
	margin-top: 1em;
	background-color: #e98030;
	padding: 1em;
}
.email_download_link:before{
	content: 'Télécharger les ressources';
	margin: 0 0 .5em;
    font-size: 1.3em;
    display: block;
    font-weight: bold;
    font-family: 'Montserrat';
    text-transform: uppercase;
}
.email_download_link form{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.email_download_link form > p{
	margin: 0 1em 0 0!important;
}
.email_download_link form > p > span,
.email_download_link form > p > br{
	display: none;
}


/*--------------------------------------------------------------
## CONTACT & FORMS
--------------------------------------------------------------*/
#main > section.formulaires,
#main > section.titre_coordonnees{
	padding-bottom: 50px;
}
#main > section.formulaires .titre,
#main > section.titre_coordonnees .titre{
	margin-bottom: 0;
}
.liste_formulaire{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.liste_formulaire article[class*=formulaire_]{
	text-align: center;
}
.liste_formulaire article[class*=formulaire_] + article{
	margin-top: 1rem;
}
/*.liste_formulaire article[class*=formulaire_] > div{
	overflow: hidden;
	max-height: 0;
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
}
.liste_formulaire article[class*=formulaire_].active > div{
	max-height: 400vh;
}*/
.liste_formulaire article[class*=formulaire_].active > .bouton{
	color: #e98030;
}
.liste_formulaire article[class*=formulaire_].active > .bouton:after{
	width: 0;
}
.wpcf7-form,
.form-info{
	background: #fff;
    padding: 2rem;
    width: 800px;
    max-width: 100%;
    text-align: left;
    margin: 2rem auto 0;
}
.wpcf7-form .flex{
	display: flex;
	justify-content: space-between;
}
.wpcf7-form .flex.flex_2col > p{
	width: 49%;
}
.wpcf7-form .flex.flex_2col > p + p{
	margin-left: 2%;
}
.wpcf7-form label + span{
	display: block;
}
.wpcf7-form label,
.woocommerce form label{
    font-size: 0.8em;
}
.woocommerce form input[type="text"],
.woocommerce form input[type="email"],
.woocommerce form input[type="url"],
.woocommerce form input[type="password"],
.woocommerce form input[type="tel"],
.woocommerce form textarea,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="range"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="datetime"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="color"],
.wpcf7-form textarea,
.mc4wp-form input[type="text"],
.mc4wp-form input[type="email"],
.email_download_link form input[type="text"],
.email_download_link form input[type="email"]{
	background: #F8F8F8;
	border: none;
	border-radius: 0;
	padding: 5px 10px;
	width: 100%;
}
.woocommerce form select,
.wpcf7-form select{
	color: #666;
    border: none;
    border-radius: 0;
    width: 100%;
    height: 34px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBpZD0iU29saWQiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEycHgiPjxwYXRoIGQ9Im00MDAgMjE2YTIzLjkyOCAyMy45MjggMCAwIDEgLTE2Ljk3MS03LjAyOWwtMTI3LjAyOS0xMjcuMDMtMTI3LjAyOSAxMjcuMDNhMjQgMjQgMCAwIDEgLTMzLjk0Mi0zMy45NDJsMTQ0LTE0NGEyNCAyNCAwIDAgMSAzMy45NDIgMGwxNDQgMTQ0YTI0IDI0IDAgMCAxIC0xNi45NzEgNDAuOTcxem0tMTI3LjAyOSAyNjQuOTcxIDE0NC0xNDRhMjQgMjQgMCAwIDAgLTMzLjk0Mi0zMy45NDJsLTEyNy4wMjkgMTI3LjAzLTEyNy4wMjktMTI3LjAzYTI0IDI0IDAgMCAwIC0zMy45NDIgMzMuOTQybDE0NCAxNDRhMjQgMjQgMCAwIDAgMzMuOTQyIDB6IiBmaWxsPSIjMDAwMDAwIi8+PC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 96% center;
    background-color: #F8F8F8;
}
.wpcf7-form textarea{
	resize: none;
}
.wpcf7-form input[type="file"]{
	background: #F8F8F8;
    padding: 1em;
}
.wpcf7-form .categories > input,
.wpcf7-form .produits > input,
.wpcf7-form .piecejointe > input{
	width: 100%;
	display: block;
}
.wpcf7-form .delai{
	margin-left: 15px;
}
.wpcf7-form .delai > input[type="date"]{
	width: auto;
}
.wpcf7-submit{
	background: #FFF;
	font-size: 1rem;
}
.form-info{
	background: #000;
    color: #d6d6d6;
    padding: 0.8em;
    line-height: 1.3em;
}
.form-info.apres{
	margin-bottom: 2rem;
	font-size: 0.7em;
}
.wpcf7-not-valid{
	background: #ff10182b!important;
}
.wpcf7-form .wpcf7-response-output{
	margin: 2em 0;
    padding: 1em!important;
    border: none!important;
}
.wpcf7 form.sent .wpcf7-response-output{
	background: #7ed67e!important;
    color: #113a11!important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
	background: #d6c37e!important;
    color: #584d24!important;
}
.wpcf7 form.invalid .wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors{
	background: #d67e7e!important;
    color: #431515!important;
}
.coordonnees > .wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.coordonnees > .wrapper .col{
	padding: 0 5em;
	width: 50%;
}
.coordonnees > .wrapper .col.text_coordonnees{
	order: 2;
	border-left: 1px solid #EAEAEA;
}
.coordonnees > .wrapper .col.toutes_coordonnees{
	order: 1;
	text-align: center;
}
.coordonnees > .wrapper .col p{
	margin-top: 0;
}
.coordonnees > .wrapper .col p:last-child{
	margin-bottom: 0;
}
.coordonnees > .wrapper .col a{
	color: #000;
}
.faceid{
	display: block;
	border-radius: 140px;
	-moz-border-radius: 140px;
	-webkit-border-radius: 140px;
}
.coordonnees > .wrapper .col .faceid{
	margin: 0 auto 2em;
}
.coordonnees > .wrapper .col .les_coordonnees{
	display: flex;
	align-items: center;
}
.coordonnees > .wrapper .col .les_coordonnees > div{
	padding: 0 1em;
}
.coordonnees > .wrapper .col .les_coordonnees > div > span{
	display: block;
}
.coordonnees > .wrapper .col .les_coordonnees > div > span + span{
	margin-top: 0.5em
}
#main > section.carte{
	padding: 0;
	display: flex;
}


/*--------------------------------------------------------------
## WOOCOMMERCE FILTERS
--------------------------------------------------------------*/
.post-type-archive-product #secondary{
	background: #f8f8f8;
	padding: 15px;
	margin-bottom: 45px;
}
.post-type-archive-product #secondary .widget{
	margin-bottom: 0;
}
.post-type-archive-product #secondary .wp-block-heading{
	margin-top: 0;
}
.post-type-archive-product #secondary .widget .wc-block-checkbox-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 15px;
}
.post-type-archive-product #secondary .widget .wc-block-checkbox-list .wc-block-components-checkbox__input{
	margin-right: .25rem;
}
@media (max-width:767px) {
	.post-type-archive-product #secondary .widget .wc-block-checkbox-list{
		gap: 10px;
	}
	.post-type-archive-product #secondary .widget .wc-block-checkbox-list .wc-block-components-checkbox{
		margin-top: .25rem;
	}
}


/*--------------------------------------------------------------
## WOOCOMMERCE LIST
--------------------------------------------------------------*/
.woocommerce-page .static_page > #main > .entete{
	padding: 105px 120px 45px;
}
.woocommerce-page .static_page > #main > section,
.block_content{
	padding: 45px 0;
}
.intro_boutique > .wrapper{
	display: flex;
	align-items: center;
}
.intro_boutique .faceid{
	margin: 0 5em;
	width: 140px;
	flex-shrink: 0;
}
.woocommerce ul.products{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.woocommerce ul.products > li.product,
.woocommerce ul.products > li.product.last{
	width: 23%;
	float: none;
	margin: 0 1% 2em;
	overflow: hidden;
	position: relative;
}
.woocommerce ul.products > li.product .woocommerce-LoopProduct-link{
	position: relative;
	display: block;
	color: #000;
	text-decoration: none;
	padding: 1em;
	text-align: center;
	border: 2px solid #f8f8f8;
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
    min-height: 448px;
}
.woocommerce ul.products > li.product .woocommerce-LoopProduct-link:hover{
	border-color: #000;
}
.woocommerce ul.products > li.product .woocommerce-LoopProduct-link .onsale{
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 1;
	background: #000;
	color: #FFF;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 0.8em;
}
.woocommerce ul.products > li.product .woocommerce-loop-product__title{
    font-size: 1em;
	font-weight: 700;
	margin: 0.83em 0 0;
	display: block;
	font-weight: normal;
	line-height: 1.3em;
}
.woocommerce ul.products > li.product .star-rating{
	margin: 0;
}
.woocommerce ul.products > li.product .price{
	margin: 10px auto 0;
	display: block;
	font-weight: bold;
}
.woocommerce ul.products > li.product .price del{
	font-weight: 400;
	opacity: 0.6;
}
.woocommerce ul.products > li.product .price ins{
	background: none;
}
.woocommerce ul.products > li.product a.button{
	position: absolute;
	left: 50%;
	top: 45%;
	min-width: 80%;
	transform: translate(-50%,0);
	text-align: center;
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
    opacity: 0;
    background-color: #FFF;
}
.woocommerce ul.products > li.product:hover a.button{
	top: 50%;
    opacity: 1;
}
.woocommerce ul.products > li.product .attachment-woocommerce_thumbnail{
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
    opacity: 1;
}
.woocommerce ul.products > li.product :hover.attachment-woocommerce_thumbnail{
    opacity: .5;
}
.woocommerce ul.products > li.product .added_to_cart{
	position: absolute;
	left: 50%;
	top: 30%;
	min-width: 80%;
	transform: translate(-50%,0);
	text-align: center;
    background-color: #FFF;
    -webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
    display: none;
}
.woocommerce ul.products > li.product .loop_rating{
	position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    cursor: default;
    background-color: #f8f8f8;
	padding: 5px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.woocommerce ul.products > li.product .loop_rating .count{
	margin: 0 .25rem;
}


/*--------------------------------------------------------------
## WOOCOMMERCE SINGLE
--------------------------------------------------------------*/
.single-product #main div.product{
	display: flex;
	flex-wrap: wrap;
}
.single-product #main div.product .woocommerce-product-gallery{
	width: 40%;
	position: relative;
}
.single-product #main div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{
	background: #000;
	font-size: 0;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 2;
	padding: 5px 10px;
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
}
.single-product #main div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover{
	opacity: 0.6;
	letter-spacing: 2px;
}
.single-product #main div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after{
	content: 'ZOOM';
	font-size: 14px;	
}
.single-product #main div.product .summary{
	width: 55%;
	margin: 0 0 0 5%;
}
.single-product #main div.product .summary .product_title{
	margin: 0 0 0.5em;
	line-height: 1.3em;
	clear: both;
	font-size: 2em;
	display: block;
	font-weight: bold;
}
.single-product #main div.product .summary .price{
	margin: 0 0 0.5em;
	font-size: 1.3em;
	color: #000;
	font-weight: 700;
	letter-spacing: 1px;
}
.single-product #main div.product .summary .caracteristiques,
.single-product #main div.product .summary .demo_module{
	margin: 20px 0 0;
	background-color: #F8F8F8;
	padding: 1em;
	display: flex;
	flex-direction: column;
	max-width: 450px;
	line-height: 1.5em;
}
.single-product #main div.product .summary .demo_module{
	background-color: #6EB2C6;
}
.single-product #main div.product .summary .caracteristiques .titre_caract,
.single-product #main div.product .summary .demo_module .titre_caract{
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 0.2em;
}
.single-product #main div.product .summary .caracteristiques > span:not(.titre_caract),
.single-product #main div.product .summary .demo_module > span:not(.titre_caract){
	display: flex;
	text-align: right;
	font-size: 0.9em;
}
.single-product #main div.product .summary .caracteristiques > span > .label,
.single-product #main div.product .summary .demo_module > span > .label{
	margin-right: auto;
	text-align: left;
	opacity: .5;
}
.single-product #main div.product .summary .demo_module > span.more{
	flex-direction: column;
	text-align: left;
}
.single-product #main div.product .woocommerce-tabs,
.single-product #main div.product .related.products{
	width: 100%;
}
.single-product #main div.product form.cart .quantity{
	display: none;
}
.single-product #main div.product .product_meta{
	font-size: 0.7em;
	text-transform: uppercase;
	color: #b8b8b8;
}
.single-product #main div.product .product_meta a{
    color: #b8b8b8;
    text-decoration: none;
}
.single-product #main .woocommerce-tabs,
.section_tabs > .wrapper{
	display: flex;
}
.single-product #main .woocommerce-tabs #tab-additional_information{
	display: none!important;
}
.single-product #main .woocommerce-tabs .wc-tab{
	display: block!important;
	width: 100%;
	padding: 0 2em;
}
.section_tabs > .wrapper .yotpo.yotpo-main-widget > div{
	background: #FFF!important;
    padding: 2em;
}
.single-product #main .woocommerce-tabs .wc-tab ul{
	margin: 0;
	padding: 0 0 0 2em;
}
.product .onsale{
	position: absolute;
    left: 0!important;
    top: 0!important;
    z-index: 1;
    background: #d20d6a!important;
    color: #fff!important;
    padding: 0.25rem 1rem!important;
    font-size: 1rem!important;
    font-weight: bold;
    text-transform: uppercase!important;
}
.awdr-you-saved-text{
	background: #d20d6a!important;
    color: #fff!important;
    padding: 0.25rem 1rem!important;
    font-size: 1rem!important;
    font-weight: bold;
}
.variations_form table.variations{
	margin: 0 0 0.5rem;
}
.woocommerce-variation-price{
	margin: 0 0 .5em;
}
.variations_form table.variations,
.variations_form table.variations tbody,
.variations_form table.variations tr,
.variations_form table.variations th,
.variations_form table.variations td{
	display: block!important;
	text-align: left;
}
.variations_form .reset_variations,
.woocommerce-variation-add-to-cart .quantity,
.product-type-variable > .summary > .price{
	display: none!important;
}
.single-product #primary .woocommerce-notices-wrapper .woocommerce-message{
	display: flex;
	align-items: center;
}
.single-product #primary .woocommerce-notices-wrapper .woocommerce-message a{
	order: 1;
}
.woocommerce .woocommerce-product-rating{
	display: flex;
	align-items: center;
}
.woocommerce .star-rating{
	margin-right: .5rem;
}
.woocommerce .star-rating span:before{
	color: #e9bf30;
}
.woocommerce-review-link,
.woocommerce-review__awaiting-approval{
	text-decoration: none;
	color: #b8b8b8;
}
.woocommerce-Reviews{
	background: #fff;
}
.woocommerce-Reviews .commentlist{
	margin: 0;
	list-style: none;
	padding: 0;
}
.woocommerce-Reviews .commentlist [id^="li-comment"]{
	margin-top: 1rem;
}
.woocommerce-Reviews .commentlist [id^="li-comment"] .comment_container .meta,
.woocommerce-Reviews .commentlist [id^="li-comment"] .comment_container .description p{
	margin: 0.5rem 0 0;
}
.woocommerce-Reviews .commentlist [id^="li-comment"] .comment_container .meta .woocommerce-review__verified{
	color: #5cc47c;
	font-style: normal;
}
.woocommerce-Reviews .commentlist [id^="li-comment"] .comment_container .meta .woocommerce-review__dash,
.woocommerce-Reviews .commentlist [id^="li-comment"] .comment_container .meta .woocommerce-review__published-date,
.woocommerce-Reviews #commentform .comment-notes{
	color: #b8b8b8;
}
.woocommerce-Reviews #commentform label{
	font-size: 1em;
}
.woocommerce-Reviews #commentform .comment-form-rating,
.woocommerce-Reviews p.stars > span{
	display: flex;
	align-items: center;
}
.woocommerce-Reviews #commentform > p,
.woocommerce-Reviews #commentform > div{
	margin: .5rem 0 0;
}
.woocommerce-Reviews p.stars{
	margin: 0 0 0 1rem;
}
.woocommerce-Reviews p.stars a{
	background: none;
}
.woocommerce-Reviews p.stars:hover a:before,
.woocommerce-Reviews p.stars.selected a.active:before,
.woocommerce-Reviews p.stars.selected a:not(.active):before{
	color: #e9bf30;
}
.woocommerce-Reviews .subscribe-to-doi-comments{
	display: none;
}


/*--------------------------------------------------------------
## POPUP ADDED TO CART
--------------------------------------------------------------*/
.popup_atc{
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.7);
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
}
.popup_atc.actived{
	opacity: 1;
	visibility: visible;
}
.popup_atc > .popup_atc_in{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #FFF;
	min-width: 600px;
	padding: 2em;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.popup_atc > .popup_atc_in > .titre{
	width: 100%;
}
.popup_atc > .popup_atc_in > a + a{
	margin-left: 1em;
}


/*--------------------------------------------------------------
## RASSURANCE
--------------------------------------------------------------*/
.rassurance{
	padding: 90px 0;
	background-color: #000;
}
.rassurance ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	text-align: center;
}
.rassurance ul > li{
	width: 31.33%;
	padding: 0 1%;
	color: #FFF;
}
.rassurance ul > li > i,
.rassurance ul > li > span{
	display: block;
}
.rassurance ul > li > i:before{
	font-size: 35px;
	margin: 0;
}
.rassurance ul > li > span.rassurance_titre{
	font-weight: 600;
	font-size: 0.9em;
}
.rassurance ul > li > span.rassurance_texte{
	font-size: 0.7em;
	opacity: 0.6;
}


/*--------------------------------------------------------------
## WOOCOMMERCE CART / ORDER
--------------------------------------------------------------*/
.woocommerce-page #main .entry-content{
	margin: 0;
}
.woocommerce-page #main .entry-content table thead th,
.woocommerce-page #main .entry-content table tbody td,
.woocommerce-page #main .entry-content table tfoot th,
.woocommerce-page #main .entry-content table tfoot td{
	border-bottom: 2px solid #F8F8F8;
	padding: 1em 0.75em;
}
.woocommerce-page #main .entry-content table thead th,
.woocommerce-page #main .entry-content table .coupon label,
.woocommerce-page #main .entry-content .cart-collaterals h2{
	font-size: 0.8em;
	text-transform: uppercase;
	font-family: 'Montserrat';
	font-weight: bold;
}
.woocommerce-page #main .entry-content table tbody td{
	padding: 1.75em 0.75em;
}
.woocommerce-page #main .entry-content table .product-price,
.woocommerce-page #main .entry-content table .product-subtotal{
	text-align: right;
}
.woocommerce-page #main .entry-content table .product-quantity{
	text-align: center;
}
.woocommerce-page #main .entry-content table tbody td a{
	-webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.woocommerce-page #main .entry-content table tbody td.product-remove a{
	text-decoration: none;
	color: #B8B8B8;
	border: 1px solid #B8B8B8;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	width: 20px;
	height: 20px;
	display: block;
	line-height: 16px;
	text-align: center;
}
.woocommerce-page #main .entry-content table tbody td.product-remove a:hover,
.woocommerce-page #main .entry-content table tbody td.product-remove a:active{
	color: #000;
	border-color: #000;
}
.woocommerce-page #main .entry-content table tbody td.product-name a{
	font-family: 'Montserrat';
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
.woocommerce-page #main .entry-content table tbody td.product-name a:hover,
.woocommerce-page #main .entry-content table tbody td.product-name a:active{
	color: #e98030;
}
.woocommerce-page #main .entry-content table input[type="text"],
.woocommerce-page #main .entry-content table input[type="number"]{
	background: #F8F8F8;
    border: none;
    border-radius: 0;
    padding: 5px 10px;
    color: #666;
}
.woocommerce-page #main .entry-content table tbody td.product-quantity input{
    max-width: 50px;
    text-align: center;
}
.woocommerce-page #main .entry-content table .cart_actions > .flex{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.woocommerce-page #main .entry-content table .cart_actions .coupon{
	display: flex;
	flex-wrap: wrap;
}
.woocommerce-page #main .entry-content table .cart_actions .coupon > label{
	width: 100%;
}
.woocommerce-page #main .entry-content table .cart_actions .coupon > input#coupon_code{
	max-width: 50%;
}
.woocommerce-page #main .entry-content .cart_totals table tbody > tr > *{
	border-top: 2px solid #EAEAEA;
	padding: 1em 0;
}
.woocommerce-page #main .entry-content .cart_totals table tbody > tr > td{
	text-align: right;
	font-size: 1.1em;
}
.woocommerce-page #main .entry-content .cart-collaterals{
	background: #F8F8F8;
    padding: 2em;
    width: 33%;
    margin-left: auto;
}
.woocommerce-page #main .entry-content .cart-collaterals h2{
	margin: 0;
	padding: 0 0 2em
}
.woocommerce-page #main .entry-content .cart-collaterals .wc-proceed-to-checkout{
	text-align: center;
}
.woocommerce-page #main .entry-content .cart-collaterals .wc-proceed-to-checkout .wcppec-checkout-buttons{
	display: none;
}
.woocommerce-checkout .titre{
	margin: 1em 0;
	font-size: 1.5em;
}
.woocommerce-form-coupon{
	padding: 1.75em 0.75em;
	border-bottom: 2px solid #F8F8F8;
	display: flex;
}
.woocommerce-form-coupon > p + p{
	margin-left: 15px;
}
#customer_details{
	display: flex;
}
#customer_details > div{
	width: 47.5%;
}
#customer_details > div + div{
	margin-left: 5%;
}
table.woocommerce-table th.product-name{
	text-align: left;
}
table.woocommerce-table th.product-total,
table.woocommerce-table td.product-total,
table.woocommerce-table tfoot tr{
	text-align: right;
}
.woocommerce-checkout-payment,
.ppc-button-wrapper{
	margin: 2em 0 0 auto;
	background-color: #F8F8F8;
	padding: 2em;
	width: 50%;
}
.woocommerce-checkout-payment ul.wc_payment_methods{
	list-style: none;
	padding: 0;
	margin: 0;
}
.woocommerce-checkout-payment ul.wc_payment_methods > li{
	background-color: #FFF;
	padding: 1em;
}
.woocommerce-checkout-payment ul.wc_payment_methods > li + li{
	margin-top: 1em;
}
.woocommerce-checkout-payment ul.wc_payment_methods > li p{
	margin: 0.5em 0;
}
.woocommerce-checkout-payment ul.wc_payment_methods input[type="radio"]:focus{
	outline: none;
}
.woocommerce-checkout-payment button#place_order{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.wc_payment_methods .payment_box .wc-payment-form{
	background: #F8F8F8;
	border: none;
}
.woocommerce-checkout .woocommerce-NoticeGroup{
	margin-top: 1em;
}
.woocommerce-checkout .woocommerce-NoticeGroup > ul{
	width: 100%;
	margin: 0;
}


/*--------------------------------------------------------------
## WOOCOMMERCE ORDER CONFIRMATION
--------------------------------------------------------------*/
.woocommerce-order-overview{
	background: #F8F8F8;
	padding: 2em;
	margin: 0;
	list-style: none;
}
.woocommerce-page #main .entry-content .woocommerce-table--custom-fields th,
.woocommerce-page #main .entry-content .woocommerce-table--custom-fields td{
	padding: 0.25em 0.75em;
	text-align: right;
	border-bottom: 2px solid #F8F8F8;
}


/*--------------------------------------------------------------
## WOOCOMMERCE ACCOUNT
--------------------------------------------------------------*/
.u-columns{
	display: flex;
}
.u-columns > div[class*="col-"]{
	width: 50%;
	padding: 0 2%;
}
.woocommerce-account .woocommerce{
	display: flex;
}
.woocommerce-account .woocommerce > .woocommerce-MyAccount-navigation{
	padding: 2em;
	margin: 0 5% 0 0;
	width: 33.33%;
	background: #F8F8F8;
}
.woocommerce-account .woocommerce > .woocommerce-MyAccount-content{
	width: 61.66%;
}
.woocommerce-MyAccount-navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li + li{
	margin-top: 1em;
}
.woocommerce-MyAccount-navigation ul li a{
	color: #000;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: 400;
	text-transform: uppercase;
	transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition-delay: .3s;
	margin-left: 2em;
	position: relative;
}
.woocommerce-MyAccount-navigation ul li a:hover{
	color: #000;
	letter-spacing: 1px;
}
.woocommerce-MyAccount-navigation ul li a:before{
	content: '';
	position: absolute;
	left: -2em;
	top: 50%;
	transform: translate(0,-50%);
	height: 2px;
	width: .15em;
	background-color: #e98030;
	-webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1);
}
.woocommerce-MyAccount-navigation ul li a:hover:before,
.woocommerce-MyAccount-navigation ul li.is-active a:before{
	width: 1.5em;
}
.woocommerce-account fieldset{
	border: 2px solid #F8F8F8;
}
.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .button + .button{
	margin-left: .5em;
}


/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error404 #main .content{
	max-width: 991px;
	margin: 0 auto;
	text-align: center;
}
.error404 #main #searchform{
	margin: 30px auto 0;
	width: 100%;
	max-width: 450px;
	position: relative;
}
.error404 #main #searchform input[type="text"]{
	width: 100%;
	padding-right: 40px;
	background-color: #fff;
	border: 2px solid #000;
	color: #000;
	border-radius: 0;
}
.error404 #main #searchform button{
	position: absolute;
	right: 8px;
	top: 8px;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.error404 #main #searchform button i:before{
	margin: 0;
}
.error404 .error404_menu{
	margin-top: 2em;
}
.error404 .titre{
	margin-bottom: 1em;
	margin-top: 1.5em;
}
.error404 #error404.menu{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.error404 #error404.menu li{
	margin: 0 1em;
}


/*--------------------------------------------------------------
## SERVICE
--------------------------------------------------------------*/
.max_930 .wrapper{
	max-width: 930px;
}
.page_service > #main > section.nopadding{
	padding: 0;
}
.page_service > #main > section:not(.entete) + section:not([class*="cta"]){
	padding-top: 0;
}
.page_service > #main > section figure{
	margin: 0;
	text-align: center;
}
.page_service section.bloc_image figure.full img{
	width: 100%;
	height: auto;
}
.page_service section.bloc_texte p,
.page_service section.bloc_texte_2_col p{
	margin-top: 0;
}
.page_service section.bloc_texte_2_col .wrapper{
	display: flex;
	flex-wrap: wrap;
}
.page_service section.bloc_texte_2_col .wrapper > div{
	width: 50%;
	padding: 0 5%;
}
.page_service #main > section.bloc_titre{
	padding-bottom: 2em;
}



/*--------------------------------------------------------------
# RESPONSIVE
--------------------------------------------------------------*/
/*ORDINATEUR*/
@media (max-width: 1310px){
    #main > section > .wrapper,
    #colophon .wrapper,
    .block_content{
    	padding-left: 15px;
    	padding-right: 15px;
    }
    ul.timeline > li > .tl_texte{
		left: 58%;
	}
	ul.timeline > li:nth-child(odd) > .tl_texte{
		right: 58%;
	}
	.coordonnees > .wrapper .col{
		padding: 0 2em;
	}
}
/*TABLETTE*/
@media (max-width: 991px){
	.home .entete > .contenu_entete{
		max-width: 80%;
	}
	.entete > .contenu_entete > h1{
		font-size: 2.5em;
	}
	.entete > .contenu_entete > .entete_soustitre {
    	font-size: 1.1em;
    }
    .static_page > #main > .entete:after,
    .home #main > section.bg_am:after,
    .static_page > #main > section.bg_am:after{
    	width: 1000px;
    	height: 1000px;
    	background-size: 1000px;
		bottom: -350px;
    }
    .static_page .presentation.bg_cover .bg{
    	display: none;
    }
    .static_page .presentation.bg_cover{
    	background-color: #f8f8f8;
    }
    .static_page .presentation .la_presentation{
    	max-width: 100%;
    }
    .static_page .citation .la_citation{
    	font-size: 1.8em;
    }
    ul.timeline > li{
    	background-color: #e98030;
    	padding-bottom: 30px;
    }
    ul.timeline > li > .tl_texte,
    ul.timeline > li:nth-child(odd) > .tl_texte,
    .timeline .la_presentation{
    	display: block;
    	margin: 0 auto;
    	position: static;
    	transform: none;
    	width: 60%;
    	text-align: center;
    }
    ul.timeline > li > .tl_texte:after{
    	display: none;
    }
    .woocommerce ul.products > li.product,
	.woocommerce ul.products > li.product.last{
		width: 31.33%;
	}
	.section_tabs > .wrapper{
		flex-direction: column-reverse;
	}
	.single-product #main .woocommerce-tabs{
		margin-top: 2em;
		flex-direction: column;
	}
	.woocommerce-page #main .entry-content#tab-reviews{
		margin-top: 2em;
	}
	.woocommerce-page #main .entry-content table .cart_actions > .flex{
		flex-direction: column;
	}
	.woocommerce-page #main .entry-content table .cart_actions > .flex > button{
		margin: 1em 0 0 auto;
	}
	.woocommerce-page #main .entry-content .cart-collaterals{
		width: 100%;
		max-width: 290px;
	}
	#customer_details{
		flex-direction: column;
	}
	#customer_details > div,
	#customer_details > div + div{
		width: 100%;
		margin: 0;
	}
	.woocommerce-checkout-payment,
	.ppc-button-wrapper{
		width: 100%;
	}
	.woocommerce-form-coupon{
		flex-wrap: wrap;
	}
	.woocommerce-form-coupon > p:first-child{
		width: 100%;
	}
	.woocommerce-form-coupon > p + p{
		width: 50%;
		margin-left: 0;
	}
	.woocommerce-account .woocommerce > .woocommerce-MyAccount-navigation{
		padding: 1em;
		margin: 0 5% 0 0;
		width: 33.33%;
		background: #F8F8F8;
	}
	.coordonnees > .wrapper{
		flex-direction: column;
	}
	.coordonnees > .wrapper .col{
		width: 80%;
	}
	.coordonnees > .wrapper .col .les_coordonnees{
		justify-content: center;
	}
	.coordonnees > .wrapper .col.text_coordonnees{
		border-left: none;
		border-top: 1px solid #EAEAEA;
		padding-top: 2em;
		margin-top: 2em;
		text-align: center;
	}
	#main > section.blog_columns > .wrapper > .posts{
		width: 100%;
	}
	#main > section.blog_columns > .wrapper > #secondary{
		display: none;
	}
}
/*MOBILE*/
@media (max-width: 767px){
	.baseline{
		display: none;
	}
	#main > section,
	#colophon > div{
		padding: 45px 0;
	}
	.entete > .contenu_entete > h1,
	.static_page > #main > .entete > .contenu_entete > h1{
		font-size: 1.5em;
	}
	.entete > .contenu_entete > .entete_soustitre {
    	font-size: 1em;
    }
    .static_page > #main > .entete{
    	padding-left: 15px!important;
    	padding-right: 15px!important;
    }
    .projet_page .details > .flex{
    	flex-direction: column;
    }
    .projet_page .details > .flex > div,
    .projet_page .details > .flex > div.one_desc,
    .projet_page .details > .flex > div + div{
    	width: 100%;
    	margin-left: 0;
    }
    .services > .wrapper{
    	flex-direction: column;
    }
    .projet_page .points_cles .image_projet,
    .projet_page .points_cles .points_cles_projet{
		width: 100%;
		padding: 0;
	}
	.projet_page .points_cles .points_cles_projet{
		margin-top: 2em;
	}
	.projet_page .points_cles .points_cles_projet .liste_services > li{
		text-align: center;
	}
    .services .titre,
    .liste_services{
    	width: 100%;
    }
    .titre{
    	text-align: center;
    }
    .titre:after{
    	display: block;
    	margin: 15px auto 0;
    }
    .liste_clients{
    	margin-top: 30px;
    	text-align: center;
    }
    #page > #content {
	    margin-bottom: 743px;
	}
    .pieddepage2 > .flex{
    	flex-direction: column;
    	align-items: center;
    	justify-content: center;
    }
    .pieddepage2 > .flex > .footer_bloc + .footer_bloc{
    	margin-top: 30px;
    }
    .cas_clients > div > a{
		width: 130px;
   		height: 130px;
    }
    .cas_clients > div > a > span{
    	width: 110px;
    	height: 110px;
    	font-size: 0.9em;
    }
    .static_page .citation .la_citation {
	    font-size: 1.5em;
	    margin-left: 50px;
	}
    .static_page .citation .la_citation:before{
    	left: -40px;
    }
    ul.timeline > li > .tl_texte,
    ul.timeline > li:nth-child(odd) > .tl_texte,
    .timeline .la_presentation{
    	width: 80%;
    }
    .static_page .liste_centree{
    	flex-wrap: wrap;
    }
    .static_page .liste_centree > li{
    	width: 25%;
    }
    .navigation_projet > .wrapper{
    	flex-direction: column;
    	align-items: center;
    	flex-wrap: wrap;
    }
    .woocommerce ul.products > li.product,
	.woocommerce ul.products > li.product.last{
		width: 48%;
	}
	.woocommerce ul.products > li.product .woocommerce-LoopProduct-link{
		min-height: 460px;
	}
	.single-product #main div.product{
		flex-direction: column-reverse;
	}
	.single-product #main div.product .summary,
	.single-product #main div.product .woocommerce-product-gallery{
		width: 100%;
		margin: 0 0 2em;
	}
	.section_tabs > .wrapper .yotpo.yotpo-main-widget > div{
		padding: 1em;
	}
	.single-product #main .woocommerce-tabs .wc-tab{
		padding: 0;
	}
	.single-product #main .woocommerce-tabs .wc-tab ul{
		margin-left: 0;
		padding-left: 2em;
	}
	.woocommerce-page #main .entry-content table tbody td{
		padding: 0.5em;
		border-bottom: none;
	}
	table.shop_table_responsive tr td:before{
		font-size: 0.8em;
		text-transform: uppercase;
		font-family: 'Montserrat';
		color: #B8B8B8;
	}
	.woocommerce-page #main .entry-content table .product-subtotal{
		border-bottom: 2px solid #F8F8F8;
	}
	.woocommerce-page #main .entry-content table .product-quantity{
		text-align: right;
	}
	.woocommerce-page #main .entry-content table input#coupon_code{
		margin: 10px 0;
	}
	.woocommerce-info a{
		display: block;
		text-align: center;
		margin: 15px 0 0;
	}
	.popup_atc > .popup_atc_in{
		flex-direction: column;
		align-items: center;
		min-width: 1px;
		width: 90%;
	}
	.popup_atc > .popup_atc_in > .titre{
		order: 0;
	}
	.popup_atc > .popup_atc_in > .bouton.orange{
		order: 1;
		margin: 0;
	}
	.popup_atc > .popup_atc_in > .bouton.noir{
		order: 2;
		margin-top: 1em;
	}
	.popup_atc > .popup_atc_in > .bouton{
		width: 100%;
		text-align: center;
	}
	.u-columns{
		flex-direction: column;
	}
	.u-columns > div[class*="col-"]{
		width: 100%;
		padding: 0;
	}
	.u-columns > div[class*="col-"] + div[class*="col-"]{
		margin-top: 2em;
	}
	#customer_login .button{
		display: block;
		width: 100%;
		margin-top: 1em;
	}
	.woocommerce-account .woocommerce{
		flex-direction: column;
	}
	.woocommerce-account .woocommerce > .woocommerce-MyAccount-navigation{
		width: 100%;
		margin: 0 0 1em;
	}
	.woocommerce-account .woocommerce > .woocommerce-MyAccount-content{
		width: 100%;
	}
	#main > section.cta_boutique > .wrapper{
		flex-direction: column;
	}
	#main > section.cta_boutique .bouton{
		margin-left: 0;
		margin-top: 1em;
	}
	.coordonnees > .wrapper .col{
		width: 100%;
	}
	.others_posts{
		flex-direction: column;
		align-items: center;
	}
	.others_posts > span{
		width: 100%;
	}
	.others_posts > span.next_post{
		margin-top: 1em;
	}
	.single article.post .entry-content figure figcaption,
	.single article.post .entry-footer,
	.comments-area,
	.woocommerce-Reviews,
	.box_bg_grey,
	.comment-body{
		padding: 1rem;
	}
	.post_subscribe .mc4wp-form .flex{
		flex-direction: column;
	}
	.post_subscribe .mc4wp-form .flex > *{
		width: 100%;
	}
	.post_subscribe .mc4wp-form .flex > * + * {
	    margin-left: 0;
	    margin-top: .5em;
	}
	.page_service section.bloc_texte_2_col .wrapper{
		flex-direction: column;
	}
	.page_service section.bloc_texte_2_col .wrapper > div{
		width: 100%;
		padding: 0;
	}
	.page_service section.bloc_texte_2_col .wrapper > div + div{
		margin-top: 2em;
	}
	.intro_boutique > .wrapper{
		flex-direction: column;
	}
	.woocommerce-page #main .entry-content table .cart_actions .coupon{
		justify-content: flex-end;
	}
}
@media (max-width: 479px){
	.page-template-accueil .entete .bg{
		background-position: 70% center;
	}
	#page > #content {
	    margin-bottom: 0;
	}
	#colophon{
		position: static;
		z-index: 0;
	}
	.bouton,
	#place_order,
	.woocommerce-form-login__submit,
	.button{
		font-size: 0.8em;
		padding: 10px;
		letter-spacing: 0.5px;
	}
	.static_page > #main > .entete:after,
    .home #main > section.bg_am:after,
    .static_page > #main > section.bg_am:after {
	    left: -60%;
	}
	.entete > .contenu_entete > h1,
	.static_page > #main > .entete > .contenu_entete > h1{
		font-size: 1em;
	}
	.titre,
	.la_presentation h2{
		font-size: 1.4em;
	}
	.sur_titre{
		font-size: 0.9em;
	}
	.liste_services{
		flex-direction: column;
	}
	.liste_services > li{
		width: 100%;
		padding: 0;
	}
	.liste_services > li:nth-child(1),
	.liste_services > li:nth-child(2),
	.liste_services > li + li{
		margin-top: 15px;
	}
	.liste_services > li > h2,
	.cas_clients > div > .flex > article > a > .inner > .cas_titre,
	.articles > .liste_articles > article a > .inner > .article_titre{
		font-size: 1.2em;
	}
	.cas_clients > div > .flex > article > a > .inner > .cas_titre,
	.articles > .liste_articles > article a > .inner > .article_titre{
		letter-spacing: 0.5px;
	}
	.cas_clients > div > .flex > article,
	.articles > .liste_articles > article{
		min-height: 220px;
	}
	.cas_clients > div > .flex > article{
		width: 100%;
	}
	.static_page .liste_centree > li{
    	width: 50%;
    }
    .static_page .liste_centree > li + li{
    	margin-top: 30px;
    }
    .static_page .liste_centree > li:nth-child(1),
    .static_page .liste_centree > li:nth-child(2){
    	margin-top: 0;
    }
    ul.timeline > li > .tl_texte,
    ul.timeline > li:nth-child(odd) > .tl_texte,
    .timeline .la_presentation{
    	width: 90%;
    }
    .wpcf7-form{
    	padding: 1rem;
    }
    .wpcf7-form .flex{
    	flex-direction: column;
    }
    .wpcf7-form .flex.flex_2col > p,
    .wpcf7-form p{
    	width: 100%;
    	margin: 0 0 1em;
    }
    .wpcf7-form .flex.flex_2col > p + p{
    	margin-left: 0;
    }
    .wpcf7-form input[type="file"]{
		font-size: 1em;
		padding: 5px;
    }
    .wpcf7-form .delai{
    	margin-left: 0;
    }
    .wpcf7-form .delai > input[type="date"]{
    	width: 100%;
    }
    .form-info{
    	font-size: 0.8em;
    }
    .woocommerce ul.products > li.product,
	.woocommerce ul.products > li.product.last{
		width: 100%;
		margin: 0 0 1em;
	}
	.woocommerce ul.products > li.product .woocommerce-LoopProduct-link{
		min-height: 450px;
	}
	.rassurance ul{
		flex-direction: column;
		align-items: center;
	}
	.rassurance ul > li{
		width: 98%;
	}
	.rassurance ul > li + li{
		margin-top: 30px;
	}
	.woocommerce-form-coupon > p + p,
	.woocommerce-form-coupon > p > button{
		width: 100%;
		margin: 0;
	}
	.woocommerce-form-coupon > p > button{
		margin-top: 1em;
	}
	.woocommerce-checkout-payment{
		padding: 1em;
	}
	.coordonnees > .wrapper .col .les_coordonnees{
		flex-direction: column;
	}
	.woocommerce-breadcrumb,
	.single-product #main div.product .summary .product_title{
		display: none;
	}
	.email_download_link form{
		flex-direction: column;
    	align-items: flex-start;
	}
	.email_download_link form>p{
		margin: 0 0 1em!important;
		width: 100%;
	}
	.single-product #main div.product .summary .demo_module>span:not(.titre_caract),
	.single-product #main div.product .summary .demo_module > span,
	.single-product #main div.product .summary .demo_module > span.more{
		flex-direction: column;
		text-align: left;
	}
	.box_bg_grey + .post{
		margin-top: 1rem;
	}
}


/*--------------------------------------------------------------
## AFFILIATION
--------------------------------------------------------------*/
#wpam-reg-form,
.wpam-login-form{
	max-width: 50%;
	margin: 0 auto;
	width: 100%;
}
@media (max-width: 991px) {
	#wpam-reg-form,
	.wpam-login-form{
		max-width: 80%;
	}
}
@media (max-width: 767px) {
	#wpam-reg-form,
	.wpam-login-form{
		max-width: 100%;
	}
}
#wpam-reg-form label,
.wpam-login-form label{
	font-size: 0.8em;
	text-transform: uppercase;
	font-family: 'Montserrat';
	font-weight: bold;
}
#wpam-reg-form input,
.wpam-login-form input{
	background: #F8F8F8;
	border: none;
	border-radius: 0;
	padding: 5px 10px;
	color: #666;
	width: 100%;
	box-shadow: none;
}
#wpam-reg-form select,
.wpam-login-form select{
	width: 100%;
}
#wpam-reg-form input + label,
.wpam-login-form input + label,
#wpam-reg-form select + label,
.wpam-login-form select + label{
	margin-top: 1rem;
}
#wpam-reg-form .pure-checkbox,
.login-remember label{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#wpam-reg-form .pure-checkbox input[type="checkbox"],
.login-remember label input[type="checkbox"]{
	width: auto;
}
#wpam-reg-form .pure-checkbox a{
	margin-left: .25rem;
}
.login-remember label input[type="checkbox"]{
	margin-right: .25rem;
}
#wpam-reg-form .pure-button{
	margin-top: 1.5rem;
}
#wpam-reg-form .pure-button-hover,
#wpam-reg-form .pure-button:hover,
#wpam-reg-form .pure-button:focus,
#wpam-reg-form .pure-button-active,
#wpam-reg-form .pure-button:active{
	background: #FFF;
	box-shadow: none;
}
.pure-menu li a{
	color: #000;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2em;
	font-family: 'Montserrat';
	padding: 1rem 1.5rem;
}
.pure-menu li.pure-menu-selected a,
.pure-menu li a:hover,
.pure-menu li a:focus{
	background: #e98030;
	color: #FFF;
}
