/*!
Theme Name: Alkern configurateur
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alkern-configurateur
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder !important;
	font-family: 'montserrat', sans-serif !important;
}

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'montserrat', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

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

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

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

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

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

.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* Configurateur
--------------------------------------------- */
button{
	border: 0;
	background-color: transparent;
}
.banner-breadcrumb a{color: #fff}
.configurateur_container{
	background: url(/wp-content/themes/alkern-configurateur/images/bg-config.jpg) no-repeat top center #F3F3F3;
	background-size: auto;
	margin: 10px 0 20px 0;
	padding: 10px 0;
}
.configurateur_scene{overflow: hidden;padding: 15px;}
.container_two_choice{
	width: 100%;
	display: flex;
    margin: 0 -10px 30px -10px;
    padding: 0 10px;
	flex-direction: column;
}
.titre_etapes{
	padding: 20px 20px 20px 0;
	background-color: #76B82A;
	width: 100%;

}
.titre_etapes p{
	font-size: 30px;
	font-weight: 300;
	margin: 0;
	color: #fff;
	display: flex;
}
.titre_etapes p span{
	font-size: 14px;
	line-height: 20px;
}
.bouton_suivant{position: relative;}
.bouton_suivant:hover, .bouton_envoi:hover, .previous_step:hover{cursor: pointer;}
.bouton_suivant, .bouton_envoi{
	padding: 20px !important;
	color: #fff !important;
	background-color: #5E5D5D  !important;
	font-size: 16px;
	border-radius: 0 !important;
}

/*.bouton_suivant.show_btn:hover .alert_btn, .bouton_suivant.show_btn:focus .alert_btn{*/
.bouton_suivant.show_btn:hover .alert_btn{
	display: block;
}
.bouton_suivant.vert{
	background-color: #76B82A  !important;
}
@media (max-width:  1279px){
	.bouton_suivant.show_btn{
		background: linear-gradient(45deg, #5E5D5D 1%, #adadad 1%, #adadad 49%, #5E5D5D 49%, #5E5D5D 51%, #adadad 51%, #adadad 99%, #5E5D5D 99%);
		background-size: 6px 6px;
		background-position: 50px 50px;
	}
	.alert_btn{opacity: 0;}
}
.alert_btn.mobile_alert{
	display: block;
}
.bouton_envoi.masquer, .bouton_suivant.masquer{display: none;}
.bouton_suivant.no_click{pointer-events: none;}
.bouton_suivant.no_click:hover{cursor: not-allowed;}
.previous_step{
	color:  #fff;
	background-color: #5E5D5D;
	width: 38px;
	height: 44px;
	display: inline-flex;
	justify-content: center;
	margin-right: 20px;
	font-size: 15px;
}
.previous_step:visited{
	color:  #fff;
}
.next_step_container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.barre_etapes{
	width: 90%;
	content: "";
	display: flex;
	height: 5px;
	background: #fff;
	border-radius: 50px;	
	position: relative;
	margin-bottom: 20px;
}
.barre_etapes_avance{
	content: "";
	display: flex;
	width: calc(100%/6);
	height: 100%;
	border-radius: 50px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #76B82A;
	transition-duration: 0.5s;
}

#etapes_1,#etapes_2,#etapes_3,#etapes_4,#etapes_5,#etapes_6,#etapes_6_bis{
	width: 100%;
	transform: translateX(0);
	transition-duration: 0.5s;
}
.panel_etape.nope{
	/*display: none;*/
	transform: translateX(-1500px) !important;
	transition-duration: 0.5s;
	height: 0;
}
#FormRecherche.nope, .next_step_container.nope{display: none;}
.footer a:visited{color: #fff !important;}

.choix_etape_container{
	margin: 20px 0;
}
.container_bouton_config{
	display: flex;
	flex-direction: row;
	margin: 0 -10px;
	flex-wrap: wrap;
}
.wrap{
	flex-wrap: wrap;
}
.bouton_couleur{
	margin-right: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
#choix_5_2{margin-top: 50px;}
.bouton_delai{
	background: #fff;
	width: 155px;
	height: 155px;
	font: 400 20px/25px 'Montserrat', sans-serif;
	margin-right: 20px;
	transition-duration: 0.5s;
}
.bouton_delai span{
	color: #76B82A;
	font-weight: bold;
	transition-duration: 0.5s;
}
.bouton_delai:hover, .bouton_delai.active_choice{
	background: #76B82A;
	color: #fff;
	transition-duration: 0.5s;
	cursor: pointer;
}
.bouton_delai:hover span, .bouton_delai.active_choice span{
	color: #fff;
	transition-duration: 0.5s;
}
.bouton_config{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	margin: 0 10px 20px 10px;
	padding: 0;
	border: 0;
	border-radius: 0;
	border-bottom: solid 2px #76B82A;
	width: 100%;
	min-height: 250px;
	background: #fff;
	transition-duration: 0.5s;
	overflow: hidden;
}
.bouton_config:after{
	content: "";
	display: flex;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #76B82A;
	transition-duration: 0.5s;
}
.bouton_config img{
	height: 75px;
	margin-bottom: 30px;
	z-index: 9;
}
.bouton_config figure{
	width: 100%;
	height: 50%;
	z-index: 9;
	padding: 20px 20px 0px 20px;
}
.bouton_config span, .bouton_couleur span{
	font: 400 20px/25px 'Montserrat', sans-serif;
	color:  #5E5D5D;
	text-align: left;
	height: 50%;
	display: flex;
	align-items: center;
	transition-duration: 0.5s;
	z-index: 9;
	padding: 0px 20px 20px 20px;
}
.bouton_couleur span{
	font: 400 16px/21px 'Montserrat', sans-serif;
}
.bouton_couleur span{padding: 0;}


.bouton_config:hover, .bouton_config.active_choice{
	cursor: pointer;
	background: #5E5D5D;
	transition-duration: 0.5s;
}
.bouton_config:hover:after, .bouton_config.active_choice:after{
	top: 50%;
	transition-duration: 0.5s;
}
.bouton_config:hover span, .bouton_config.active_choice span{
	color:  #fff;
	transition-duration: 0.5s;
}
.no_drain:hover span{
	color:  #5E5D5D !important;
}
.no_drain:hover{
	background: #fff !important;
}
.no_drain:hover:after{
	top:  100% !important;
}
.no_drain{
	filter: brightness(0.9);
    opacity: 0.6;
	pointer-events:none;
}
/*.bouton_config:hover #parasol, .bouton_config.active_choice #parasol,
.bouton_config:hover #echelle, .bouton_config.active_choice #echelle,
.bouton_config:hover #plage, .bouton_config.active_choice #plage,
.bouton_config:hover #couloir, .bouton_config.active_choice #couloir,
.bouton_config:hover #courbe, .bouton_config.active_choice #courbe,
.bouton_config:hover #rect, .bouton_config.active_choice #rect,
.bouton_config:hover #Groupe_539, .bouton_config.active_choice #Groupe_539,
.bouton_config:hover #Groupe_17, .bouton_config.active_choice #Groupe_17,
.bouton_config:hover #Groupe_14, .bouton_config.active_choice #Groupe_14,
.bouton_config:hover #traditionnelle, .bouton_config.active_choice #traditionnelle,
.bouton_config:hover #contemporaine, .bouton_config.active_choice #contemporaine,
.bouton_config:hover #Groupe_42, .bouton_config.active_choice #Groupe_42,
.bouton_config:hover #Groupe_41, .bouton_config.active_choice #Groupe_41,
.bouton_config:hover #drainant, .bouton_config.active_choice #drainant,
.bouton_config:hover #Groupe_553, .bouton_config.active_choice #Groupe_553,
.bouton_config:hover #moi, .bouton_config.active_choice #moi,
.bouton_config:hover #pro, .bouton_config.active_choice #pro,
.bouton_config:hover #inf25, .bouton_config.active_choice #inf25,
.bouton_config:hover #de_25_50, .bouton_config.active_choice #de_25_50,
.bouton_config:hover #de_50_100, .bouton_config.active_choice #de_50_100,
.bouton_config:hover #sup_100, .bouton_config.active_choice #sup_100{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}*/
.bouton_config:hover #picto_autre_support rect,
.bouton_config:hover #picto_autre_support #Tracé_168,
.bouton_config:hover #picto_autre_support #Tracé_167,
.bouton_config:hover #picto_autre_support #Tracé_166,
.bouton_config:hover #picto_autre_support #Tracé_169,
.bouton_config:hover #sansdrainage #blanc_triat,
.bouton_config:hover #picto_autre_support #Tracé_171-2,
.bouton_config:hover #picto_autre_support #Tracé_172-2,
.bouton_config:hover #picto_autre_support line,
.bouton_config:hover #picto_autre_support #Groupe_589 path,
.bouton_config:hover #picto_autre_support #Groupe_589 line,
.bouton_config:hover #picto_autre_support #Groupe_590 path,
.bouton_config:hover #picto_autre_support #Groupe_590 line,
.bouton_config:hover #picto_autre_support #Groupe_594 path,
.bouton_config:hover #picto_autre_support #Groupe_594 line,
.bouton_config:hover #picto_autre_support #Groupe_592 path,
.bouton_config:hover #picto_autre_support #Groupe_592 line,
.bouton_config:hover #picto_autre_support #Groupe_593 path,
.bouton_config:hover #picto_autre_support #Groupe_593 line,
.bouton_config:hover #picto_autre_support #Groupe_591 path,
.bouton_config:hover #picto_autre_support #Groupe_591 line,
.bouton_config:hover #PIcto_surface_drainante #Tracé_158,
.bouton_config:hover #PIcto_surface_drainante #Tracé_159,
.bouton_config:hover #PIcto_surface_drainante #Tracé_160,
.bouton_config:hover #PIcto_surface_drainante #Tracé_160,
.bouton_config:hover #PIcto_surface_drainante #Tracé_161,
.bouton_config:hover #PIcto_surface_drainante #Tracé_162,
.bouton_config:hover #PIcto_surface_drainante #Tracé_164,
.bouton_config:hover #PIcto_surface_drainante #Tracé_163,

.bouton_config.active_choice #picto_autre_support rect,
.bouton_config.active_choice #picto_autre_support #Tracé_168,
.bouton_config.active_choice #picto_autre_support #Tracé_167,
.bouton_config.active_choice #picto_autre_support #Tracé_166,
.bouton_config.active_choice #picto_autre_support #Tracé_169,
.bouton_config.active_choice #sansdrainage #blanc_triat,
.bouton_config.active_choice #picto_autre_support #Tracé_171-2,
.bouton_config.active_choice #picto_autre_support #Tracé_172-2,
.bouton_config.active_choice #picto_autre_support line,
.bouton_config.active_choice #picto_autre_support #Groupe_589 path,
.bouton_config.active_choice #picto_autre_support #Groupe_589 line,
.bouton_config.active_choice #picto_autre_support #Groupe_590 path,
.bouton_config.active_choice #picto_autre_support #Groupe_590 line,
.bouton_config.active_choice #picto_autre_support #Groupe_594 path,
.bouton_config.active_choice #picto_autre_support #Groupe_594 line,
.bouton_config.active_choice #picto_autre_support #Groupe_592 path,
.bouton_config.active_choice #picto_autre_support #Groupe_592 line,
.bouton_config.active_choice #picto_autre_support #Groupe_593 path,
.bouton_config.active_choice #picto_autre_support #Groupe_593 line,
.bouton_config.active_choice #picto_autre_support #Groupe_591 path,
.bouton_config.active_choice #picto_autre_support #Groupe_591 line,
.bouton_config.active_choice #PIcto_surface_drainante #Tracé_158,
.bouton_config.active_choice #PIcto_surface_drainante #Tracé_159,
.bouton_config.active_choice #PIcto_surface_drainante #Tracé_160,
.bouton_config.active_choice #PIcto_surface_drainante #Tracé_160,
.bouton_config.active_choice #PIcto_surface_drainante #Tracé_161,
.bouton_config.active_choice #PIcto_surface_drainante #Tracé_162,
.bouton_config.active_choice #PIcto_surface_drainante #Tracé_164,
.bouton_config.active_choice #PIcto_surface_drainante #Tracé_163,

.bouton_config:hover #parasol line,
.bouton_config:hover #parasol path,
.bouton_config.active_choice #parasol line,
.bouton_config.active_choice #parasol path,

.bouton_config:hover #echelle line,
.bouton_config:hover #echelle path,
.bouton_config.active_choice #echelle line,
.bouton_config.active_choice #echelle path,

.bouton_config:hover #plage line,
.bouton_config:hover #plage path,
.bouton_config.active_choice #plage line,
.bouton_config.active_choice #plage path,

.bouton_config:hover #couloir line,
.bouton_config:hover #couloir path,
.bouton_config.active_choice #couloir line,
.bouton_config.active_choice #couloir path,

.bouton_config:hover #rect line,
.bouton_config:hover #rect path,
.bouton_config.active_choice #rect line,
.bouton_config.active_choice #rect path,

.bouton_config:hover #courbe line,
.bouton_config:hover #courbe path,
.bouton_config.active_choice #courbe line,
.bouton_config.active_choice #courbe path,

.bouton_config:hover #Groupe_539 line,
.bouton_config:hover #Groupe_539 circle,
.bouton_config:hover #Groupe_539 path,
.bouton_config:hover #Groupe_539 circle,
.bouton_config.active_choice #Groupe_539 line,
.bouton_config.active_choice #Groupe_539 path,
.bouton_config.active_choice #Groupe_539 circle,
.bouton_config:hover #Groupe_17 line,
.bouton_config:hover #Groupe_17 path,
.bouton_config.active_choice #Groupe_17 line,
.bouton_config.active_choice #Groupe_17 path,
.bouton_config:hover #Groupe_14 line,
.bouton_config:hover #Groupe_14 path,
.bouton_config.active_choice #Groupe_14 line,
.bouton_config.active_choice #Groupe_14 path,
.bouton_config:hover #traditionnelle line,
.bouton_config:hover #traditionnelle path,
.bouton_config:hover #traditionnelle rect,
.bouton_config.active_choice #traditionnelle line,
.bouton_config.active_choice #traditionnelle path,
.bouton_config.active_choice #traditionnelle rect,
.bouton_config:hover #contemporaine line,
.bouton_config:hover #contemporaine path,
.bouton_config:hover #contemporaine rect,
.bouton_config.active_choice #contemporaine line,
.bouton_config.active_choice #contemporaine path,
.bouton_config.active_choice #contemporaine rect,
.bouton_config:hover #Groupe_42 line,
.bouton_config:hover #Groupe_42 path,
.bouton_config.active_choice #Groupe_42 line,
.bouton_config.active_choice #Groupe_42 path,
.bouton_config:hover #Groupe_41 line,
.bouton_config:hover #Groupe_41 path,
.bouton_config:hover #Groupe_41 rect,
.bouton_config.active_choice #Groupe_41 line,
.bouton_config.active_choice #Groupe_41 path,
.bouton_config.active_choice #Groupe_41 rect,
.bouton_config:hover #drainant line,
.bouton_config:hover #drainant path,
.bouton_config.active_choice #drainant line,
.bouton_config.active_choice #drainant path,
.bouton_config:hover #Groupe_553 line,
.bouton_config:hover #Groupe_553 path,
.bouton_config.active_choice #Groupe_553 line,
.bouton_config.active_choice #Groupe_553 path,
.bouton_config:hover #moi line,
.bouton_config:hover #moi path,
.bouton_config:hover #moi circle,
.bouton_config.active_choice #moi line,
.bouton_config.active_choice #moi path,
.bouton_config.active_choice #moi circle,
.bouton_config:hover #pro line,
.bouton_config:hover #pro path,
.bouton_config:hover #pro circle,
.bouton_config.active_choice #pro line,
.bouton_config.active_choice #pro path,
.bouton_config.active_choice #pro circle,
.bouton_config:hover #inf25 line,
.bouton_config:hover #inf25 path,
.bouton_config:hover #inf25 rect,
.bouton_config.active_choice #inf25 line,
.bouton_config.active_choice #inf25 path,
.bouton_config.active_choice #inf25 rect,
.bouton_config:hover #de_25_50 line,
.bouton_config:hover #de_25_50 path,
.bouton_config:hover #de_25_50 rect,
.bouton_config.active_choice #de_25_50 line,
.bouton_config.active_choice #de_25_50 path,
.bouton_config.active_choice #de_25_50 rect,
.bouton_config:hover #de_50_100 line,
.bouton_config:hover #de_50_100 path,
.bouton_config:hover #de_50_100 rect,
.bouton_config.active_choice #de_50_100 line,
.bouton_config.active_choice #de_50_100 path,
.bouton_config.active_choice #de_50_100 rect,
.bouton_config:hover #sup_100 line,
.bouton_config:hover #sup_100 path,
.bouton_config:hover #sup_100 rect,
.bouton_config.active_choice #sup_100 line,
.bouton_config.active_choice #sup_100 path,
.bouton_config.active_choice #sup_100 rect{
	/*filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);*/
	stroke:  #fff;
}
.no_drain:hover #drainant line,
.no_drain:hover #drainant path{
	stroke:  #404040;
}
.couleur{
	/* width: 74px;
	height: 74px; */
	content: "";
	/* border: solid 3px #fff; */
	transition-duration: 0.5s;
	margin-right: 10px;
}
.bouton_couleur:hover{cursor: pointer;}
.bouton_couleur:hover .couleur, .bouton_couleur.active_choice .couleur{
	border: solid 3px #76B82A;
	transition-duration: 0.5s;	
}
.clair{background-color: #fff;}
.pierre{background-color: #FDF4CE;}
.rose{background-color: #E5CFCF;}
.fonce{background-color: #5E5D5D;}
.grise{background-color: #cacaca;}

.info_choix{
	font: 400 18px/23px 'Montserrat', sans-serif;
	color: #fff;
	width: 100%;
	padding: 0 10px;
	text-shadow: 1px 0 #000;
}
.info_choix.gris{
	color: #5E5D5D;
	text-shadow: 0px 0 #000;
}
#dept_choice{
	margin-top: 10%;
}
#dept_choice p{
	margin: 0 0 7px 0;	
}
/*#dept_choice input[type=text], #dept_choice input[type=number]{*/
#dept_choice input[type=text], #dept_choice input[type=number]{
	width: 35%;
	height: 55px;
	border: 0;
	border-radius: 0;
	margin-left: 10px;
	padding: 0 0 0 10px;
}

#choix_6_1 .bouton_config{
	width: 242px;
	height: 290px;
}
#choix_6_1 .bouton_config figure{
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.resultat{
	background: #F3F3F3;
    padding: 20px 0 0 0;
    margin-top: 15px;
}
.resultat_container{
	padding: 0px 40px 30px 40px;
	margin: 0px -40px 0px -40px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.resulat_item{
	width: 100%;
	margin: 0;
	padding: 20px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.resulat_item .descritpion_item{
	font: 400 16px/21px 'Montserrat', sans-serif;	
	color:  #404040;
}
.presentation_resultat{
	padding: 30px 60px 0 60px;
	font: 400 18px/23px 'Montserrat', sans-serif;
}
.presentation_resultat p{margin: 0;}

.resultat_form{
	background: #F3F3F3;
	margin: 40px 0;
	padding: 20px 15px;
}
.resultat_form form{
	width: 100%;
	margin: 0 auto;

}
#FormRecherche{
	display: flex;
	justify-content: flex-end;
}
.resultat_form p, .resultat_form h2{text-align: center;}
.resultat_form p{
	font: 400 16px/21px 'Montserrat', sans-serif;
	margin: 0 0 30px 0;
}
.resultat_form form input[type="text"],
.resultat_form form input[type="tel"],
.resultat_form form input[type="email"]{
	width: 100%;
	margin: 0 0 20px 0;
	height: 42px;
	border: 0;
	border-bottom: solid 1px #5E5D5D;
	color: #5E5D5D;
	background-color: transparent;
	border-radius: 0;
	font: 400 16px/21px 'Montserrat', sans-serif;
}
.resultat_form form input[type="radio"]{
	width: 20px;
	height: 20px;
}
.resultat_form label{
	font: 400 16px/21px 'Montserrat', sans-serif;
	color: #5E5D5D;
}
.resultat_form .checkbox_ctn{
	margin: 0 0 20px 0;	
}

.resultat_form textarea{
	font: 400 16px/21px 'Montserrat', sans-serif;
	padding: 10px;
	margin: 0 0 20px 0;
}
.resultat_empty{
	display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}
.resultat_form .link_form, .resultat_form .rgpd_box, .resultat_form .rgpd_box label, .resultat_form .rgpd_box a{
	font: 400 14px/19px 'Montserrat', sans-serif !important;
}
.action_btn{
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: center;
	padding: 40px;
}
.recommencer{
	display: flex;
	align-items: center;
	color: #5E5D5D;
	text-decoration: underline !important;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.recommencer:visited{color: #5E5D5D;}
.recommencer img{margin-right: 5px;}
.hide_block{display: none;}
.link_to_file_container{margin: 0 -20px;}
.link_to_file_container li a{
	color: #5E5D5D;
	transition-duration: 0.5s;
}
.link_to_file_container li a:hover{
	transition-duration: 0.5s;
	color: #76B82A;
}
.alert_btn{
	background: #76B82A;
	text-align: center;
	padding: 10px;
	font-size: 13px;
	position: absolute;
	top: -51px;
	right: 0;
	color:  #fff;
	display: none;
	width: 180px;
}
.alert_btn.show_alert{display: block;}
.alert_btn:after{
	content: '';
	position: absolute;
	left: 70%;
	bottom: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #76B82A;
	clear: both;
}
.link_to_file{
	display: flex;
	flex-direction: column;
}
.link_to_file .link_to_file_item{
	width: calc(100% - 40px);
	margin: 0 20px;
}
.faux_btn{
	padding: 10px;
	color: #fff;
	background-color: #76B82A;
	border: solid 1px #76B82A;
	transition-duration: 0.5s;
	text-align: center;
}
.lien_fiche_tech:hover .faux_btn{
	background-color: transparent;
	color: #76B82A;
	transition-duration: 0.5s;
}
@media(max-width:  767px){
	#travaux_delai .bouton_delai{
		width: 100%;
		margin: 10px;
	}
	#submit{margin: 0 auto;}
}
@media(min-width:  768px){
	.configurateur_container{padding: 20px;}
	.titre_etapes p span{
		font-size: 30px;
		line-height: 1.5em;
	}
	.previous_step{
		font-size: 30px;
		width: 42px;
		height: 47px;
	}
	.container_bouton_config{flex-wrap: wrap;}
	.bouton_config{
		width: calc(100%/2 - 20px);
	    margin: 0 10px 20px 10px;
	}
	.next_step_container{
		flex-direction: row;
		align-items: flex-end;
		position: relative;
	}
	.barre_etapes{margin-bottom: 0;}
	.bouton_couleur{
		margin-right: 20px;
		display: flex;
		flex-direction: column;
	}
	.couleur{margin-right: 0;}
	.container_two_choice{
		flex-direction: row;
		margin: 0 0 30px 0;
		padding: 0;
	}
	.bouton_couleur span{
		font: 400 20px/25px 'Montserrat', sans-serif;
		text-align: center;
	}
	.info_choix{
		font: 400 22px/27px 'Montserrat', sans-serif;
		padding: 0;
	}
	#dept_choice input[type=text]{width: 45%;}
	.resulat_item{
		width: calc(50% - 40px);
		margin: 20px;
		padding: 40px;
	}
	.action_btn{flex-direction: row;}
	.recommencer{margin-bottom: 0;}
	.resultat_form{padding: 60px;}
	.resultat_form form{width: 80%;}
	.barre_etapes{width: 80%;}
	.link_to_file{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.link_to_file .link_to_file_item{
		width: calc(100%/2 - 40px);
		margin: 0 20px;
	}
}
@media(min-width:  1024px){
	.bouton_config{
		width: 220px;
	    margin: 0 10px;
		width: calc(100%/4 - 20px);
	}
	#choix_6_1 .bouton_config{width: calc(100%/4 - 20px);}
	.titre_etapes{width: 90%;}
	.configurateur_container{background-size: 100%;}
	.bouton_couleur span{text-align: left;}
	.link_to_file .link_to_file_item{
		width: calc(100%/4 - 40px);
		margin: 0 20px;
	}
}
@media(min-width:  1280px){
	.bouton_config{width: 220px;}
	.titre_etapes{width: 70%;}
	#choix_6_1 .bouton_config{width: 242px;}
}
@media(min-width:  1440px){
	.barre_etapes{width: 90%;}
}

.gform_heading {
    display: none !important;
}
.gform_previous_button:hover{
	background-color : #fff !important;
}
body #gform_wrapper_1 .gform_body .gform_fields .gsection .gsection_title{
	color: #ffffff !important;
}

@media (min-width: 956px){
#gform_wrapper_1 {
max-width: 95% !important;
}
}
@media (max-width : 650px){
.gf_page_steps{
	display : none !important;
}
.gsection{
	padding: 0px !important;
}
#gform_wrapper_1 .gform_body .gform_fields .gsection .gsection_title{
	padding : 10px 13px !important;
	font-size: 20px !important;
	border-radius: 5px !important;
	margin-top: 10px !important;
}
.image-choices-field .image-choices-choice{
	width:13rem !important;
}
.image-choices-field .image-choices-choice-image-wrap{
	width: 105px !important;
    height: 105px !important;
}
.gform_wrapper .top_label div.ginput_container{
	text-align: center !important;
}
#field_1_6>div{
	text-align:left !important
}
.selected_container{
	flex-direction: column !important;
}
.selected_img{
	width: 70% !important;
}
.selected_txt{
	width: 100% !important;
}
.pageText{
	display: flex !important;
	justify-content: center !important;
}
#field_1_119{
	justify-content: center !important;
}
#field_1_60{
	display: none !important;
}
.sticky-tools{
	display: none !important;
}
.gform_next_button[type="button"] {
    font-size: 1.6rem !important;
}
.gform_previous_button[type="button"] {
    font-size: 1.6rem !important;
}
}
.image-choices-field .image-choices-choice {
    display: inline-flex;
    flex-direction: column;
    margin: 0 10px 10px 0!important;
    transition: all .3s;
    vertical-align: top;
    text-align: center;
    background-color: #ffffff;
    width: 180px;
    height: 180px;
    border-radius : 5px;
    border-bottom : 2px solid #D04119;
    background-image: linear-gradient(#D041195f,#D041195f);
    background-size: 100% 0;
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
}
.image-choices-field .image-choices-choice:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transform: scale(1.1);
    border: 2px solid #D04119 ;
    background-size: 100% 100%;
}
.image-choices-field .image-choices-choice-selected {
    border: 2px solid #D04119 !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
    background-size: 100% 100% !important;
}
.image-choices-field .image-choices-choice label {
    cursor: pointer;
    display: inline-flex!important;
    flex-direction : column !important;
    justify-content: space-between !important;
    align-items: center !important;
    line-height: 0;
    margin: 0!important;
    max-width: none!important;
    padding: 10px!important;
    text-align: center;
    width: 100%!important;
    height: 100% !important;
    border: 1px solid transparent;
}
.image-choices-field .image-choices-choice-text {
    padding-top: 10px;
    font-family: 'montserrat', sans-serif!important;
    font-size: 15px!important;
}

#gform_confirmation_wrapper_1 {
    padding: 30px !important;
    color: var(--dark-gray) !important;
    background-color: #fff !important;
    line-height: 1 !important;
    font-size: 1.6rem !important;
    font-weight: 300 !important;
    text-decoration: none !important;
}
.text_field{
	font-family: 'Montserrat' !important;
    font-size: 16px !important;
	padding-top : 20px !important
}
.suggestion_produit>div>a>table:hover{
	border: 2px solid #D04119 !important;
}
.suggestion_produit>div>a>table>tbody>tr>td>span>span>span>img{
	width: 220px !important
}
.btn_form:hover{
	background-color: #D04119 !important;
	cursor: pointer !important;
}
#banner{
	height: 120px !important;
}
.btn_confirmation:hover{
	background-color: #D04119 !important;
}
.selected_img>span>span>span>img{
	width: 90% !important;
}

.gform_next_button[type="button"] {
    display: inline-flex;
    background-color: var(--dark-gray);
    padding: 10px 30px;
    color: var(--white);
    border: none;
    font-family: 'montserrat', sans-serif;
    font-size: 2rem;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.gform_previous_button[type="button"] {
    display: inline-flex;
    background-color: var(--dark-gray);
    padding: 10px 30px;
    color: var(--white);
    border: none;
    font-family: 'montserrat', sans-serif;
    font-size: 2rem;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.gform_wrapper.gravity-theme .gfield_required{
	display : none !important;
}