/*--- GENERAL ---*/
html {
	scroll-behavior: smooth;
}
.dist-icon {
	display: inline-block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}
.dist-icon.sm {
	width: 10px;
	height: 10px;
}
.dist-icon.lg {
	width: 25px;
	height: 25px;
}
.dist-icon.arrow-right {
	margin-right: 5px;
	background-image: url('/wp-content/uploads/2021/06/arrow-right.svg');
}
a {
	color: #fff;
	font-weight: 700;
	transition: color 0.2s ease;
}
a:hover {
	color: #bbb;
}
.gradient-background,
.content {
	background: linear-gradient(235deg, #2d2d2d 0%, #1b1b1b 50%, #2d2d2d 100%);
}
.content-inner {
	padding: 100px 0 0;
}
/* Nous joindre */
.page-id-29 .content-inner,
.home .content-inner {
	padding: 0;
}
.margin-b-100 {
	margin-bottom: 100px;
}
.padding-b-100 {
	padding-bottom: 100px;
}
.padding-v-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.padding-v-200 {
	padding-top: 200px;
	padding-bottom: 200px;
}
.align-items-center {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.parallax-left .vc_parallax-inner {
	background-position: left center !important;
}
.parallax-blend-lighten .vc_parallax-inner {
	mix-blend-mode: lighten;
}
body.noscroll {
	height: 100%;
	overflow: hidden;
}
section.vc_section.section-no-padding {
	padding-top: 0;
}
section.vc_section.section-no-margin {
	margin: 0;
}
.big-arrow-top,
.big-arrow-bottom,
.big-arrow-bottom-right {
	position: relative;
}
.big-arrow-top::before,
.big-arrow-bottom::after,
.big-arrow-bottom-right::after {
	content: '';
	z-index: 1000;
	position: absolute;
	width: 82px;
	height: 102px;
	background-image: url('/wp-content/uploads/2021/06/double-arrow-down.svg');
}
.big-arrow-top::before {
	top: 0;
}
.big-arrow-top::before,
.big-arrow-bottom::after {
	right: 50%;
	transform: translate(50%, -50%);
}
.big-arrow-bottom-right::after {
	right: 15%;
	transform: translateY(-50%);
}

/*--- HEADER ---*/
.header-bottom {
	background: transparent;
}
/* https://css-tricks.com/transitioning-gradients/ */
.header-bottom::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -10;
	opacity: 0;
	background: linear-gradient(235deg, #2d2d2d 0%, #1b1b1b 50%, #2d2d2d 100%);
	transition: opacity 0.4s ease;
}
.home .header-bottom .logo-wrapper {
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.4s ease, visibility 0s ease 0.4s;
}
.scrollmin .header-bottom::before {
	content: '';
	opacity: 1;
	transition: opacity 0.4s ease;
}
.home .scrollmin .header-bottom .logo-wrapper {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.4s ease, visibility 0s ease 0s;
}
.header-bottom .container::after {
	content: none;
}
.header-bottom .logo-wrapper img {
	max-height: 100%;
}
.header-bottom .header-bottom-right {
	display: flex;
	align-items: center;
}
.header-bottom .widget-header-bottom-right {
	height: auto;
}
.header-bottom .menu-item {
	display: flex;
	align-items: center;
	height: 100px;
}
.header-bottom .menu-item.current_page_item::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 5px;
	background: #fff;
}
.header-bottom .menu-item a,
.header-mobile .menu-item a,
.header-bottom .widget-header-bottom-right a {
	position: relative;
	padding: 0 15px;
	font-family: 'Barlow Condensed', Barlow, sans-serif;
	font-weight: 600;
	line-height: 1.5em;
	text-transform: uppercase;
}
.header-bottom .menu-item a:hover,
.header-bottom .widget-header-bottom-right a:hover {
	color: #fff;
}
.header-bottom .menu-item a::before,
.header-bottom .widget-header-bottom-right a::before,
.footer-top .footer-col-2 .menu .menu-item a::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	opacity: 0.25;
	width: 100%;
	height: 50%;
	background-color: #fff;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform 0.2s ease-out;
}
.header-bottom .menu-item a:hover::before,
.header-bottom .widget-header-bottom-right a:hover::before,
.footer-top .footer-col-2 .menu .menu-item a:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}
.header-bottom .widget-header-bottom-right a {
	display: flex;
	align-items: center;
	position: relative;
}
.header-mobile .menu-item a {
	padding: 15px 30px;
}
.header-mobile img {
	max-height: 80px;
}

/*--- FOOTER ---*/
.footer-top.footer-col-count-2 {
	padding: 60px 0 15px;
}
.footer-top.footer-col-count-2 .footer-col-1 img {
	width: 175px;
}
.footer-top.footer-col-count-2 .footer-col-2 .widget_nav_menu::after {
	content: '';
	display: block;
	clear: both;
}
.footer-top.footer-col-count-2 .footer-col-2 .menu {
	position: relative;
	right: -15px;
	margin-bottom: 30px;
	text-align: right;
	float: right;
}
.footer-top.footer-col-count-2 .footer-col-2 .menu::after {
	content: '';
	display: block;
	clear: both;
}
.footer-top.footer-col-count-2 .footer-col-2 .menu .menu-item {
	z-index: 1;
	float: left;
}
.footer-top.footer-col-count-2 .footer-col-2 .menu .menu-item a {
	display: inline-block;
	z-index: 1;
	position: relative;
	padding: 0 15px;
	font-family: 'Barlow Condensed', Barlow, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5em;
	text-transform: uppercase;
}
.footer-top.footer-col-count-2 .footer-col-2 .menu .menu-item a:hover {
	color: #fff;
}
.footer-top.footer-col-count-2 .footer-col-2 .widget_custom_html {
	text-align: right;
}
.footer-top.footer-col-count-2 .footer-col-2 .widget_custom_html a {
	display: inline-block;
	font-family: 'Barlow Condensed', Barlow, sans-serif;
	font-size: 20px;
	font-weight: 500;
}
.footer-top.footer-col-count-2 .footer-col-2 .widget_custom_html a:not(:last-child) {
	margin-right: 30px;
}
.footer-top.footer-col-count-2 .footer-col-2 .widget_custom_html a .fas {
	margin-right: 15px;
}
.footer-bottom.footer-col-count-2 {
	padding: 15px 0 75px;
}

/*--- NOTIFICATION BAR ---*/
.notification-bar + .main-footer .footer-top-bottom .footer-bottom {
	padding-bottom: 150px;
}
.notification-bar {
	z-index: 50;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: linear-gradient(235deg, #2d2d2d 0%, #1b1b1b 50%, #2d2d2d 100%);
}
.notification-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 15px;
	color: #fff;
}
.notification-text {
	font-size: 15px;
	text-decoration: underline;
}
.notification-close {
	display: flex;
	align-items: center;
	margin-left: 15px;
	font-family: 'Barlow Condensed', Barlow, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
}

/*--- 404 ---*/
.page-not-found {
	text-align: center;
}
.page-not-found h2 {
	font-size: 250px;
	font-weight: 600;
	line-height: 1.5em;
}

/*--- HOME PAGE ---*/
#hero-header {
	position: relative;
}
#hero-header > .wpb_column {
	position: static;
}
#hero-header .hero-bottom {
	position: absolute;
	width: 100%;
	bottom: 100px;
}
#hero-header .hero-bottom .hero-arrow-down img {
	transition: opacity 0.4s ease;
}
#hero-header .hero-bottom .hero-arrow-down img:hover {
	opacity: 0.5;
}
#hero-header .hero-bottom .hero-youtube-link a {
	display: inline-flex;
	font-family: 'Barlow Condensed', Barlow, sans-serif;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
}
#hero-header .hero-bottom .hero-youtube-link a::after {
	content: '';
	display: inline-block;
	margin-left: 15px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 40px;
	height: 30px;
	background-image: url('/wp-content/uploads/2021/06/youtube-logo.svg');
}

/* Carousel */
.home-featured-row > .wpb_column > .vc_column-inner {
	padding: 0;
	text-align: center;
}
.home-featured-row > .wpb_column > .vc_column-inner > .wpb_wrapper > *:not(.dist-shortcode-container) {
	padding: 0 50px;
}
.home-featured-row .wpb_content_element {
	margin-bottom: 50px;
}
.owl-featured-products {
	margin: 100px 0;
}
.product-container > .product-name {
	font-weight: 600;
	font-size: 13px;
	line-height: 1.25em;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}
.product-container > .product-image {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 30px;
	padding: 25px;
	border-radius: 50%;
	width: 175px;
	height: 175px;
	background: #fff;
	font-family: 'Barlow Condensed', Barlow, sans-serif;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
.product-container > .product-image img {
	width: auto;
}

.home-tradition-row {
	margin: 0;
}

.home-reference-row {
	text-align: center;
}
.home-reference-row .vc_column-inner {
	padding: 0 50px;
}
.home-reference-row .wpb_text_column h2 {
	font-size: 125px;
	line-height: 1.2em;
	letter-spacing: 0.2em;
}
.home-reference-row .wpb_text_column p {
	margin-bottom: 50px;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}
.home-reference-row > .vc_parallax-inner {
	background-size: 55% !important;
	background-repeat: no-repeat !important;
}

.home-cta-row > .container > .row-in-grid-inner > .wpb_column > .vc_column-inner {
	padding-right: 35px;
	padding-left: 35px;
}
.home-cta-row .vc_row:first-child {
	margin-bottom: 100px;
}
.home-cta-row .vc_row:first-child h2 {
	font-size: 80px;
}
.home-cta-row .cta-livraison {
	position: static !important;
}

/*--- TEXT AND IMG COLS ---*/
.text-col > .vc_column-inner {
	position: relative;
	padding-right: 100px;
}
.text-col.with-left-arrow > .vc_column-inner::before {
	display: block;
	position: absolute;
	top: 50px;
	left: 10%;
	padding: 0;
	width: 23px;
	height: 45px;
	background-image: url('/wp-content/uploads/2021/06/triple-arrow-down.svg');
	background-repeat: no-repeat;
	background-size: cover;
}
.text-col > .vc_column-inner > .wpb_wrapper {
	width: 75%;
	float: right;
}
.no-padding-col > .vc_column-inner {
	padding: 0;
}

/*--- CTA ---*/
.cta-row > .container > .row-in-grid-inner > .wpb_column > .vc_column-inner {
	padding-right: 35px;
	padding-left: 35px;
}
.cta-row .vc_col-sm-6 {
	position: static;
}
.cta-livraison {
	position: absolute;
	top: 100%;
	right: 0;
}
.cta-livraison {
	font-family: 'Barlow Condensed', Barlow, sans-serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 0.95em;
	letter-spacing: 0.05em;
}
.cta-livraison u {
	font-size: 60px;
	line-height: 0.95em;
}
.cta-flexibilite {
	margin-bottom: 50px;
	font-family: 'Barlow Condensed', Barlow, sans-serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
}

/*--- PAGE VRAC ---*/
.vrac-anchor-menu .vc_column-inner {
	padding: 0;
}
.vrac-anchor-menu .vc_column-inner a {
	border-top: rgba(255, 255, 255, 0.15) solid 1px;
	border-bottom: rgba(255, 255, 255, 0.15) solid 1px;
	display: block;
	padding: 15px;
	text-align: center;
	font-family: 'Barlow Condensed', Barlow, sans-serif;
	font-weight: 600;
	font-size: 17px;
	line-height: 1.2em;
	text-transform: uppercase;
}
.vrac-anchor-menu .vc_column_container:not(:last-child) > .vc_column-inner a {
	border-right: rgba(255, 255, 255, 0.15) solid 1px;
}
.vrac-anchor-menu .vc_column-inner a:hover {
	color: #fff;
}
.vrac-anchor-menu .vc_column-inner a::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	background: #fff;
	transition: height 0.2s ease;
}
.vrac-anchor-menu .vc_column-inner a:hover::after {
	height: 5px;
}
.vrac-top-row .text-col {
	padding-top: 50px;
}
.product-grid-col .vc_column-inner {
	margin: auto;
	width: 90%;
}
.product-grid-col h2 {
	margin-bottom: 50px !important;
}
.product-grid::after {
	content: '';
	display: block;
	clear: both;
}
.product-grid > .product-wrapper {
	box-sizing: border-box;
	float: left;
	margin-bottom: 75px;
	padding: 0 15px;
	width: 33%;
}
.product-grid > .product-wrapper > .product-container {
	margin: 0 auto;
	width: 250px;
}
.product-grid > .product-wrapper > .product-container > .product-image {
	width: 200px;
	height: 200px;
	color: #1b1b1b;
}
.product-grid > .product-wrapper > .product-container > .product-name {
	margin-bottom: 25px;
}
.product-grid > .product-wrapper > .product-container > .product-description {
	font-weight: 400;
	font-size: 13px;
	line-height: 1.25em;
}

/*--- PAGE SERVICES ---*/
.services-livraison-row .row-in-grid-inner {
	margin: 15px 15px 0;
}
.services-livraison-row h2 {
	margin-top: -1em;
}

/*--- PAGE A PROPOS ---*/
/* FAQ */
.faq-row > .container > .row-in-grid-inner > .wpb_column > .vc_column-inner {
	padding-right: 35px;
	padding-left: 35px;
}
.dist-accordion-section {
	margin-bottom: 0;
	border-bottom: 1px solid #fff;
}
.dist-accordion-title {
	border: 0;
	padding: 50px 0;
	background: transparent;
}
.dist-accordion-title:hover {
	background: transparent;
}
.dist-accordion-title h4 {
	font-weight: bold;
	font-size: 21px;
	line-height: 1.2em;
	color: #fff;
	text-transform: none;
	transition: color .2s ease;
}
.dist-accordion-title:hover h4 {
	color: #bbb;
}
.dist-accordion-title h4::after {
	content: '\f107';
	font-family: "Font Awesome 5 Pro";
	float: right;
	transition: transform 0.4s ease;
}
.dist-accordion-section.open .dist-accordion-title h4::after {
	transform: rotate(180deg);
}
.dist-accordion-content {
	border: 0;
	padding: 0 0 50px;
}
.dist-accordion-content::after {
	content: '';
	display: block;
	clear: both;
}
.dist-accordion-content .verge-faq .vc_tta-panel-body {
	display: flex;
	align-items: center;
}
.dist-accordion-content .verge-image {
	margin-right: 50px;
	margin-bottom: 0;
	max-width: 400px;
}
.dist-accordion-content .verge-text {
	font-size: 50px;
	line-height: 1.2em;
}

/*--- CONTACT PAGE ---*/
.contact-section {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.35%, #1b1b1b 100%), url(/wp-content/uploads/2021/06/nous-joindre-bg-nogradient.jpg), #1b1b1b;
	background-size: cover;
	background-repeat: no-repeat;
}
.contact-email-hours-row a {
	font-weight: 400;
}
.contact-section .container > .row-in-grid-inner > .wpb_column > .vc_column-inner {
	padding-right: 35px;
	padding-left: 35px;
}
.wpb_gmaps_widget .wpb_wrapper {
	padding: 0;
}
/* FORM */
.form-container br { display: none; }
.form-container {
	margin-bottom: 50px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr;
	gap: 1px;
	grid-template-areas:
		"subject message"
		"name message"
		"email message"
		"phone message";
}
.form-container > .subject-field { grid-area: subject; }
.form-container > .name-field { grid-area: name; }
.form-container > .email-field { grid-area: email; }
.form-container > .phone-field { grid-area: phone; }
.form-container > .message-field { grid-area: message; }
.form-container > label {
	display: flex;
	flex-direction: column;
	padding: 25px 30px;
	outline: 1px solid #808080;
	font-weight: 600;
	font-size: 17px;
	line-height: 1.2em;
	text-transform: uppercase;
}
.form-container > label > span.wpcf7-form-control-wrap {
	padding-top: 15px;
}
.form-container > .message-field > span.wpcf7-form-control-wrap {
	height: calc(100% - 65px);
}
.form-container select.wpcf7-form-control.wpcf7-select,
.form-container input.wpcf7-form-control.wpcf7-text,
.form-container textarea.wpcf7-form-control.wpcf7-textarea {
	border: 0;
	padding: 0;
	height: 100%;
	background-color: transparent;
	font-weight: 400;
	text-transform: none;
}
.form-container select.wpcf7-form-control.wpcf7-select {
	padding-right: 25px;
}
.form-container > .subject-field > span.wpcf7-form-control-wrap::after {
	content: '\f107';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.form-container .wpcf7-not-valid-tip {
	margin-top: 10px;
}
.form-submit::after {
	content: '';
	display: block;
	clear: both;
}
.form-submit .dist-btn {
	float: right;
}

/*--- CALCULATEUR ---*/
.open-calculator a {
	cursor: pointer;
}
#calculator-wrapper.open {
	display: block;
}
#calculator-wrapper {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
}
#calculator-wrapper * {
	box-sizing: border-box;
}
#calculator-wrapper > .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.5);
	transition: opacity 0.4s ease;
}
#calculator-wrapper.open-children > .overlay {
	opacity: 1;
}
#calculator-wrapper > .calculator-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow-y: scroll;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 100px 50px 150px;
	width: 600px;
	background: #fff;
	color: #1b262c;
	transform: translateX(100%);
	transition: transform 0.4s ease;
}
#calculator-wrapper.open-children > .calculator-container {
	transform: translateX(0%);
}
.calculator-container > button {
	position: absolute;
	top: 50px;
	left: 50px;
	border: 0;
	background-color: transparent;
}
.calculator-container > .notice {
	position: absolute;
	right: 50px;
	bottom: 50px;
	left: 50px;
}
.calculator-container > .notice > .fas {
	margin-right: 15px;
	float: left;
}
.calculator-container > .calculator {
	width: 100%;
	font-family: 'Barlow Condensed', Barlow, sans-serif;
}
.calculator-container a {
	color: #1b262c;
	text-decoration: underline;
}
.calculator-container a:hover {
	color: #919191;
}
.calculator select,
.calculator input {
	border: 0;
	border-radius: 0;
	font: inherit;
	font-size: 17px;
	text-transform: uppercase;
	-webkit-appearance: none;
	appearance: none;
}
.calculator > .header {
	margin-bottom: 50px;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
}
.calculator > .calc-mode {
	margin-bottom: 20px;
}
.calculator > .calc-mode > button {
	border: 1px solid #d2d2d2;
	border-radius: 50px;
	padding: 15px 0;
	width: 130px;
	background: transparent;
	color: #d2d2d2;
	font-family: inherit;
	font-weight: 600;
	font-size: 17px;
	line-height: 1.2em;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.4s ease;
}
.calculator > .calc-mode > button:first-child {
	margin-right: 10px;
}
.calculator > .calc-mode > button:hover {
	border-color: #1b262c;
	color: #1b262c;
}
.calculator > .calc-mode > button.selected {
	border-color: #1b262c;
	background: #1b262c;
	color: #fff;
}
.calculator > .form {
	font-weight: 500;
	text-transform: uppercase;
}
.calculator > .form::after {
	font-weight: 500;
	text-transform: uppercase;
}
.calculator > .form > .material {
	position: relative;
	margin-bottom: 20px;
}
.calculator > .form > .material::after {
	content: '\f107';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	font-size: 1.25em;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}
.calculator > .form > .material > select {
	border: 1px solid #1b262c;
	padding: 30px 50px 30px 30px;
	width: 100%;
	cursor: pointer;
}
.calculator > .form > .dimensions {
	display: none;
	margin-bottom: 20px;
}
.calculator > .form > .dimensions.selected {
	display: block;
}
.calculator > .form > .dimensions::after {
	content: '';
	display: block;
	clear: both;
}
.calculator > .form > .dimensions > label {
	position: relative;
	display: block;
	float: left;
	border: 1px solid #1b262c;
	padding: 15px;
	width: 26.5%;
	font-size: 13px;
	text-align: center;
}
.calculator > .form > .dimensions#calc_circ_fields > label {
	width: 45%;
}
.calculator > .form > .dimensions > label:not(:last-child) {
	margin-right: 10.25%;
}
.calculator > .form > .dimensions#calc_circ_fields  > label:not(:last-child) {
	margin-right: 10%;
}
.calculator > .form > .dimensions > label:not(:last-child)::after {
	content: '×';
	position: absolute;
	top: 50%;
	left: 117.5%;
	font-size: 30px;
	transform: translateY(-50%);
	pointer-events: none;
}
.calculator > .form > .dimensions#calc_circ_fields > label:not(:last-child)::after {
	left: 110.5%;
}
.calculator > .form > .dimensions > label > input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: inherit;
	-moz-appearance: textfield;
}
.calculator > .form > .dimensions > label > input::-webkit-inner-spin-button, 
.calculator > .form > .dimensions > label > input::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}
.calculator > .form > .result {
	margin-bottom: 5px;
}
.calculator > .form > .result::after {
	content: '';
	display: block;
	clear: both;
}
.calculator > .form > .result > button::before {
	content: '';
	display: inline-block;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('/wp-content/uploads/2021/06/arrow-right-dark.svg');
	transition: opacity 0.4s ease;
}
.calculator > .form > .result > button:hover::before {
	opacity: 0.5;
}
.calculator > .form > .result > button {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	float: left;
	margin-right: 10.25%;
	margin-bottom: 0;
	border: 0;
	padding: 30px 15px;
	width: 26.5%;
	background: none;
	font: inherit;
	text-transform: uppercase;
	transition: color 0.4s ease;
}
.calculator > .form > .result > button:hover {
	color: #919191;
}
.calculator > .form > .result > button::after {
	content: '=';
	position: absolute;
	top: 50%;
	left: 115%;
	font-size: 30px;
	color: #1b262c !important;
	transform: translateY(-50%);
	cursor: default;
	pointer-events: none;
}
.calculator > .form > .result > input {
	float: left;
	border: 1px solid #1b262c;
	padding: 30px 15px;
	width: 63.25%;
	color: #1b262c;
}
.calculator > .form > .result > .hint-verge {
	float: right;
	font-weight: 500;
	font-size: 13px;
}

@media (min-width: 1700px) {
	/*--- CUSTOM CONTAINER ---*/
	.custom-container .container,
	.header-bottom .container,
	.footer-top.footer-col-count-2 .container,
	.footer-bottom.footer-col-count-2 .container {
		width: 1600px;
	}
}

@media (min-width: 1800px) {
	/*--- CUSTOM CONTAINER ---*/
	.custom-container .container,
	.header-bottom .container,
	.footer-top.footer-col-count-2 .container,
	.footer-bottom.footer-col-count-2 .container {
		width: 1700px;
	}
}

@media (max-width: 1399px) {
	/*--- HOME PAGE ---*/
	#hero-header .hero-logo img {
		width: 70%;
	}
	#hero-header .hero-bottom {
		bottom: 50px;
	}

	/*--- VRAC PAGE ---*/
	.product-grid-col .vc_column-inner {
		width: 95%;
	}
}

@media (max-width: 1299px) {
	/*--- HOME PAGE ---*/
	.text-col.with-left-arrow > .vc_column-inner::before {
		display: table;
		position: static;
		width: 0;
		height: 0;
		background: none;
	}

	/*--- TEXT AND IMAGE COLS ---*/
	.text-col > .vc_column-inner {
		padding-left: 50px;
	}
	.text-col > .vc_column-inner > .wpb_wrapper {
		width: 100%;
	}

	/*--- PAGE VRAC ---*/
	.product-grid > .product-wrapper {
		width: 50%;
	}
}

@media (max-width: 1199px) {
	/*--- HEADER ---*/
	.header-bottom .menu-item a,
	.header-bottom .widget-header-bottom-right a {
		padding: 0 10px;
	}
	
	/*--- HOME PAGE ---*/
	#hero-header .hero-logo img {
		width: 60%;
	}

	/*--- CTA ---*/
	.cta-row .vc_col-sm-6 {
		width: 100%;
	}
	.cta-row .vc_col-sm-6:first-child {
		margin-bottom: 50px;
	}

	/*--- VRAC PAGE ---*/
	.vrac-anchor-menu .wpb_column {
		width: 33.3333%;
	}
	.vrac-anchor-menu .vc_column-inner {
		padding: 0;
	}
	.vrac-anchor-menu .vc_column-inner a {
		border-top: rgba(255, 255, 255, 0.15) solid 1px;
		border-right: rgba(255, 255, 255, 0.15) solid 1px;
		border-bottom: rgba(255, 255, 255, 0.15) solid 1px;
		display: block;
		padding: 15px;
		text-align: center;
		font-family: 'Barlow Condensed', Barlow, sans-serif;
		font-weight: 600;
		font-size: 17px;
		line-height: 1.2em;
		text-transform: uppercase;
	}
	.vrac-anchor-menu .vc_column_container:nth-child(3n+3) > .vc_column-inner a {
		border-right: 0;
	}
	.vrac-anchor-menu .vc_column_container:nth-child(n+4) > .vc_column-inner a {
		border-top: 0;
	}
}

@media (max-width: 1199px) {
	/*--- TEXT AND IMAGE COLS ---*/
	.text-col > .vc_column-inner {
		padding-right: 50px;
	}

	/*--- CONTACT PAGE ---*/
	.contact-email-hours-row .wpb_column {
		width: 100%;
	}
	.contact-email-hours-row .wpb_column:first-child {
		margin-bottom: 25px;
	}
}

@media (min-width: 992px) {
	/*--- HEADER ---*/
	.header-bottom .menu-item.hide-desktop {
		display: none;
	}

	/*--- FOOTER ---*/
	.footer-bottom.footer-col-count-2 .footer-bottom-left {
		width: 75%;
	}
	.footer-bottom.footer-col-count-2 .footer-bottom-right {
		width: 25%;
	}
}
@media (max-width: 991px) {
	/*--- GENERAL ---*/
	.content-inner {
		padding: 0;
	}

	/*--- FOOTER ---*/
	.footer-top.footer-col-count-2 .footer-col-1,
	.footer-bottom.footer-col-count-2 .footer-bottom-left {
		margin-bottom: 15px;
	}
	.footer-top.footer-col-count-2 .footer-col-1 {
		text-align: center;
	}
	.footer-top.footer-col-count-2 .footer-col-2 .menu {
		column-count: 2;
		float: none;
	}
	.footer-top.footer-col-count-2 .footer-col-2 .menu .menu-item {
		float: none;
	}

	/*--- HOME PAGE ---*/
	.home-reference-row .wpb_text_column h2 {
		font-size: 90px;
	}

	/*--- PAGE VRAC ---*/
	.product-grid-row:nth-child(2n) {
		display: flex;
		flex-direction: column-reverse;
	}
	.product-grid-row .wpb_column {
		width: 100%;
	}
	.product-grid-row .vc_align_left,
	.product-grid-row .vc_align_right {
		margin-bottom: 50px;
		text-align: center;
	}
	.product-grid-col h2 {
		text-align: center;
	}

	/*--- PAGE SERVICES ---*/
	.services-livraison-row .vc_col-sm-6 {
		width: 100%;
	}
	.services-livraison-row .vc_col-sm-6:first-child {
		margin-bottom: 25px;
	}

	/*--- CONTACT PAGE ---*/
	.contact-info-row .wpb_column {
		width: 100%;
	}
	.contact-info-row .wpb_column:first-child {
		margin-bottom: 25px;
	}

	/*--- CALCULATOR ---*/
	#calculator-wrapper > .calculator-container {
		width: 100%;
	}
}

@media (max-width: 899px) {
	/*--- GENERAL ---*/
	.hide-at-899 {
		display: none;
	}

	/*--- TEXT AND IMAGE COLS ---*/
	.text-image-row > .wpb_column {
		width: 100%;
	}
	.text-col {
		margin-bottom: 50px;
	}
	.no-padding-col .wpb_single_image.vc_align_right {
		text-align: center;
	}
}

@media (min-width: 800px) {
	/*--- FOOTER ---*/
	.footer-top.footer-col-count-2 .footer-col-1 {
		width: 25%;
	}
	.footer-top.footer-col-count-2 .footer-col-2 {
		width: 75%;
	}
}
@media (max-width: 799px) {
	/*--- GENERAL ---*/
	.padding-v-200 {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.big-arrow-top::before,
	.big-arrow-bottom::after,
	.big-arrow-bottom-right::after {
		display: none;
	}

	/*--- FOOTER ---*/
	.footer-top.footer-col-count-2 .footer-col {
		width: 100%;
	}
	.footer-top.footer-col-count-2 .footer-col-2 .widget_custom_html {
		text-align: center;
	}
	.footer-top.footer-col-count-2 .footer-col-2 .menu {
		position: static;
		text-align: left;
	}

	/*--- HOME PAGE ---*/
	#hero-header .hero-arrow-down,
	.home-featured-row br,
	.home-cta-row .vc_row:first-child br {
		display: none;
	}
	#hero-header {
		min-height: 75vh !important;
	}
	#hero-header .hero-bottom {
		bottom: 25px;
	}
	.owl-featured-products {
		margin: 75px 0;
	}
	.home-reference-row .wpb_text_column h2 {
		font-size: 80px;
	}
	.home-reference-row > .vc_parallax-inner {
		background-size: 75% !important;
	}
	.home-cta-row .vc_row:first-child {
		margin-bottom: 75px;
	}
	.home-cta-row .vc_row:first-child h2 {
		font-size: 55px;
	}

	/*--- CTA ---*/
	.cta-livraison {
		position: static;
	}

	/*--- PAGE A PROPOS ---*/
	/* FAQ */
	.dist-accordion-content .verge-faq .vc_tta-panel-body {
		display: block;
	}
	.dist-accordion-content .verge-image {
		margin: 0 auto 25px;
	}
	.dist-accordion-content .verge-text {
		font-size: 30px;
		text-align: center;
	}

	/*--- PAGE CONTACT ---*/
	/* FORM */
	.form-container {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr 3fr;
		grid-template-areas: "subject" "name" "email" "phone" "message";
	}
}

@media (max-width: 767px) {
	/*--- PAGE VRAC ---*/
	.vrac-anchor-menu .wpb_column {
		width: 100%;
	}
	.vrac-anchor-menu .vc_column-inner a {
		border-top: 0;
		border-right: 0 !important;
	}
	.vrac-anchor-menu .vc_column_container:not(:first-child) > .vc_column-inner a {
		border-bottom: rgba(255, 255, 255, 0.15) solid 1px;
	}
}

@media (max-width: 619px) {
	/*--- NOTIFICATION BAR ---*/
	.notification-bar + .main-footer .footer-top-bottom .footer-bottom {
		padding-bottom: 200px;
	}

	/*--- 404 ---*/
	.page-not-found h2 {
		font-size: 200px;
	}

	/*--- HOME PAGE ---*/
	.owl-featured-products {
		margin: 50px 0;
	}
	.home-reference-row .wpb_text_column h2 {
		font-size: 65px;
	}
	.home-cta-row .vc_row:first-child {
		margin-bottom: 50px;
	}

	/*--- PAGE VRAC ---*/
	.product-grid > .product-wrapper {
		width: 100%;
	}
}

@media (max-width: 550px) {
	/*--- CALCULATEUR ---*/
	#calculator-wrapper > .calculator-container {
		display: block;
	}
	.calculator-container > .notice {
		position: static;
		margin-top: 50px;
	}
	.calculator > .form > .dimensions > label,
	.calculator > .form > .dimensions#calc_circ_fields > label,
	.calculator > .form > .result > button {
		width: 100%;
	}
	.calculator > .form > .dimensions > label:not(:last-child),
	.calculator > .form > .dimensions#calc_circ_fields > label:not(:last-child),
	.calculator > .form > .result > button {
		margin-right: 0;
		margin-bottom: 50px;
	}
	.calculator > .form > .dimensions > label:not(:last-child)::after,
	.calculator > .form > .dimensions#calc_circ_fields > label:not(:last-child)::after,
	.calculator > .form > .result > button::after {
		top: auto;
		bottom: -40px;
		left: 50%;
		transform: translateX(-50%);
	}
	.calculator > .form > .result > button {
		padding: 0;
	}
	.calculator > .form > .result > input {
		width: 100%;
	}
}

@media (max-width: 519px) {
	/*--- NOTIFICATION BAR ---*/
	.notification-bar + .main-footer .footer-top-bottom .footer-bottom {
		padding-bottom: 250px;
	}
	.notification-inner {
		flex-direction: column;
	}
	.notification-text {
		margin-bottom: 15px;
	}
	.notification-close {
		margin-left: 0;
	}

	/*--- 404 ---*/
	.page-not-found h2 {
		font-size: 150px;
	}

	/*--- HOME PAGE ---*/
	#hero-header {
		min-height: 65vh !important;
	}
	#hero-header .hero-bottom {
		bottom: 15px;
	}
	#hero-header .hero-logo {
		margin: 30px 0;
	}
	#hero-header .hero-logo img {
		width: 75%;
	}
	.home-reference-row .wpb_text_column h2 {
		font-size: 45px;
	}
	.home-reference-row > .vc_parallax-inner {
		background-size: 85% !important;
	}

	/*--- PAGE SERVICES ---*/
	.services-livraison-row .row-in-grid-inner {
		margin: 15px 0 0;
	}

	/*--- PAGE CONTACT ---*/
	/* FORM */
	.form-container > label {
		padding: 15px 20px;
	}
}

@media (max-width: 479px) {
	/*--- GENERAL ---*/
	.margin-b-100 {
		margin-bottom: 75px;
	}
	.padding-b-100 {
		padding-bottom: 75px;
	}
	.padding-v-100,
	.padding-v-200 {
		padding-top: 75px;
		padding-bottom: 75px;
	}
	.container {
		width: 90%;
	}

	/*--- FOOTER ---*/
	.footer-top.footer-col-count-2 .footer-col-2 .menu {
		column-count: 1;
	}

	/*--- HOME PAGE ---*/
	.home-cta-row .vc_row:first-child h2 {
		font-size: 35px;
	}

	/*--- CTA ---*/
	.cta-livraison {
		font-size: 27px;
	}
	.cta-livraison u {
		font-size: 40px;
	}
	.cta-flexibilite {
		font-size: 25px;
	}

	/*--- PAGE SERVICES ---*/
	.services-livraison-row .vc_col-sm-6:first-child br {
		display: none;
	}

	/*--- PAGE A PROPOS ---*/
	/* FAQ */
	.dist-accordion-content .verge-text {
		font-size: 25px;
	}
}

@media (max-width: 399px) {
	/*--- GENERAL ---*/
	.margin-b-100 {
		margin-bottom: 50px;
	}
	.padding-b-100 {
		padding-bottom: 50px;
	}
	.padding-v-100,
	.padding-v-200 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.container {
		width: 95%;
	}

	/*--- HOME PAGE ---*/
	.home-reference-row .wpb_text_column h2 {
		font-size: 27px;
	}
	.home-reference-row .wpb_text_column p {
		font-size: 17px;
	}
	.home-reference-row > .vc_parallax-inner {
		background-size: 100% !important;
	}
	.text-col > .vc_column-inner {
		padding-right: 25px;
		padding-left: 25px;
	}
	.cta-row > .container > .row-in-grid-inner > .wpb_column > .vc_column-inner {
		padding-right: 25px;
		padding-left: 25px;
	}

	/*--- CALCULATEUR ---*/
	.calculator > .calc-mode > button {
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%;
	}
}