/*** GENERAL ***/
/* Defaults */
html {
  scroll-behavior: smooth;
}
h2 {
  margin-bottom: 1em;
}
strong,
b {
  font-weight: 800;
}
a {
  color: #000;
  text-decoration: underline;
  transition: color 0.2s ease;
}
a:hover {
  text-decoration: none;
}
/* Distantia, VC Elements, etc. */
.content-inner {
  padding: 100px 0 0 0;
}
.title-outer + .content > .content-inner {
  padding-top: 0;
}
/* .vc_section {
	padding-top: 0 !important;
} */
.grecaptcha-badge {
  display: none !important;
}
/* Utility */
.margin-b-0 {
  margin-bottom: 0 !important;
}
.margin-b-25 {
  margin-bottom: 25px !important;
}
.margin-b-50 {
  margin-bottom: 50px;
}
.margin-b-100 {
  margin-bottom: 100px;
}
.padding-v-50,
.padding-t-50 {
  padding-top: 50px;
}
.padding-v-100,
.padding-t-100 {
  padding-top: 100px;
}
.padding-v-50,
.padding-b-50 {
  padding-bottom: 50px;
}
.padding-v-100,
.padding-b-100 {
  padding-bottom: 100px;
}
.inner-width-75.wpb_column > .vc_column-inner > .wpb_wrapper,
.width-75 {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
.width-50 {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.dark-row {
  background-color: #0f0f12;
  color: #fff;
}
.dark-row *:not(.dist-btn) {
  color: inherit;
}
.big-p p, 
.big-p li {
  font-size: 1.2em;
  line-height: 1.55em;
}
.text-center {
  text-align: center;
}
.text-underlined {
  text-decoration: underline;
}
.align-items-center.row-in-grid .row-in-grid-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/*** HEADER ***/
.header-bottom {
  padding: 0;
}
.header-bottom-left {
  position: relative;
  padding: 0 65px 0 40px;
  background-color: #000;
}
.header-bottom-left a {
  transition: opacity 0.2s ease;
}
.header-bottom-left a:hover {
  opacity: 0.75;
}
.header-bottom-right {
  float: none;
  display: flex;
}
/* Widget left */
.widget-header-bottom-left {
  margin-right: auto;
}
.widget-header-bottom-left > .widget {
  height: 100%;
}
.widget-header-bottom-left .textwidget {
  height: 100%;
}
.widget-header-bottom-left .textwidget a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 20px;
  height: 100%;
  background-color: #efeff1;
  text-decoration: none;
  font-size: 1.2em;
  text-transform: uppercase;
  color: inherit;
  transition: background-color 0.2s ease;
}
.widget-header-bottom-left .textwidget a::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% - 1px);
  border-width: 0 0 100px 40px;
  border-color: transparent transparent #efeff1 transparent;
  border-style: solid;
  width: 0;
  height: 0;
  transition: border-color 0.2s ease;
  z-index: 1;
}
.widget-header-bottom-left .textwidget a::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  border-width: 100px 40px 0 0;
  border-color: #efeff1 transparent transparent transparent;
  border-style: solid;
  width: 0;
  height: 0;
  transition: border-color 0.2s ease;
}
.widget-header-bottom-left .textwidget a:hover {
  background-color: #bfbfc6;
}
.widget-header-bottom-left .textwidget a:hover::before {
  border-color: transparent transparent #bfbfc6 transparent;
}
.widget-header-bottom-left .textwidget a:hover::after {
  border-color: #bfbfc6 transparent transparent transparent;
}
.widget-header-bottom-left .textwidget a > .text-content {
  display: flex;
  align-items: center;
}
.widget-header-bottom-left .textwidget > a .text-content::before {
  content: url(/wp-content/uploads/2021/12/phone-icon.svg);
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.widget-header-bottom-left .textwidget a > .text-content small {
  font-weight: 400;
  font-size: 0.65em;
}
#main-menu,
.menu-top .menu {
  display: flex;
  justify-content: flex-end;
}
.main-menu-container,
.menu-menu-top-container {
  width: 100%;
}
/* Top menu */
.menu-top .menu {
  padding-top: 15px;
}
.menu-top .menu > li > a {
  padding: 0 7px;
  font-weight: 800;
  font-size: 0.8em;
  text-transform: uppercase;
  text-decoration: none;
  color: #626276;
}
.menu-top .menu > li > a:hover {
  color: #26252e;
}
.menu-top .menu > li:last-child > a {
  font-weight: 400;
}
/* Main menu */
.main-menu-container {
  padding-top: 20px;
}
.main-menu > li {
  float: none;
}
.main-menu > li > a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-bottom: transparent solid 8px;
  padding: 0 15px 11px;
  font-weight: 800;
  font-size: 1.2em;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: border-color 0.3s ease;
}
.main-menu > li > a:hover {
  border-color: #626276;
}
/* Fancy buttons on the right */
.widget-header-bottom-right > .widget {
  height: 100%;
}
.widget-header-bottom-right .textwidget {
  display: flex;
  height: 100%;
}
.widget-header-bottom-right .textwidget > * .text-content {
  display: flex;
  align-items: center;
  font-weight: 800;
  text-transform: uppercase;
  text-align: left;
}
.widget-header-bottom-right .textwidget > * .text-content::before {
  margin-right: 20px;
}
.widget-header-bottom-right .textwidget > button.open-calculator {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 40px;
  margin-right: -45px;
  border: 0;
  padding: 0 75px 0 30px;
  background-color: #626276;
  color: #fff;
  font: inherit;
  transition: background-color 0.2s ease;
}
.widget-header-bottom-right .textwidget > button.open-calculator::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% - 1px);
  border-width: 0 0 100px 40px;
  border-color: transparent transparent #626276 transparent;
  border-style: solid;
  width: 0;
  height: 0;
  transition: border-color 0.2s ease;
}
.widget-header-bottom-right .textwidget > button.open-calculator:hover {
  background-color: #4a4a58;
}
.widget-header-bottom-right .textwidget > button.open-calculator:hover::before {
  border-color: transparent transparent #4a4a58 transparent;
}
.widget-header-bottom-right
  .textwidget
  > button.open-calculator
  .text-content::before {
  content: url(/wp-content/uploads/2021/12/calculator-icon.svg);
  width: 34px;
  height: 34px;
}
.widget-header-bottom-right .textwidget > a {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 40px;
  padding: 0 30px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.widget-header-bottom-right .textwidget > a::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% - 1px);
  border-width: 0 0 100px 40px;
  border-color: transparent transparent #000 transparent;
  border-style: solid;
  width: 0;
  height: 0;
  transition: border-color 0.2s ease;
}
.widget-header-bottom-right .textwidget > a:hover {
  background-color: #26252e;
}
.widget-header-bottom-right .textwidget > a:hover::before {
  border-color: transparent transparent #26252e transparent;
}
.widget-header-bottom-right .textwidget > a .text-content::before {
  content: url(/wp-content/uploads/2021/12/soumission-icon.svg);
  width: 32px;
  height: 32px;
}

/*** TITLE ***/

/*** FOOTER ***/
.main-footer {
  display: flex;
}
/* Content bottom */
.content-bottom {
  box-sizing: border-box;
  padding: 0;
  width: 55%;
}
.content-bottom .widget {
  display: flex;
  height: 100%;
}
.content-bottom .widget .textwidget {
  width: 100%;
}
/* Footer top and bottom */
.footer-top-bottom {
  box-sizing: border-box;
  position: relative;
  width: 45%;
}
.footer-top-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% - 1px);
  border-width: 0 0 1000px 375px;
  border-color: transparent transparent #000 transparent;
  border-style: solid;
  width: 0;
  height: 0;
}
.footer-top-bottom a {
  color: inherit;
  text-decoration: none;
}
.footer-top-bottom a:hover {
  color: #9e9ea7;
}
.footer-top {
  padding: 50px 30px 30px;
  color: #fff;
}
.footer-top.footer-col-count-4 .footer-col {
  width: 33%;
}
.footer-top.footer-col-count-4 .footer-col-1 {
  margin-bottom: 50px;
  width: 100%;
}
.footer-col-1 img {
  width: 225px;
}
.footer-col-2 .menu > li > a {
  font-weight: 800;
  font-size: 1.1em;
  line-height: 1.75em;
  text-transform: uppercase;
}
.footer-col-2 .menu > li + li {
  margin-top: 1em;
}
.footer-col-3 .menu > li > a {
  font-weight: 800;
  font-size: 0.8em;
  line-height: 1.5em;
  text-transform: uppercase;
}
.footer-col-3 .menu > li:last-child > a {
  font-weight: 300;
}
.footer-col-3 .menu > li + li {
  margin-top: 1em;
}
.footer-col-4 a[href*="tel:"] {
  font-size: 1.5em;
}
.footer-bottom.footer-col-count-1 .footer-bottom-center {
  padding: 15px 0;
  text-align: left;
  color: #fff;
  opacity: 0.75;
}

/*** CALCULATOR ***/
.open-calculator {
  cursor: pointer;
}
body.calculator-open {
  overflow: hidden;
}
.calculator-container {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  padding: 35px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease 0.1s, visibility 0s ease 0.25s;
}
body.calculator-open .calculator-container {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease 0s;
}
.calculator {
  position: relative;
  margin-top: 2em;
  width: 768px;
  background-color: #fff;
}
.calculator h2 {
  display: flex;
  align-items: center;
  position: absolute;
  top: -1em;
  padding: 0.75em 1em;
  background-color: #626276;
  font-size: 2em;
  line-height: 1em;
  letter-spacing: normal;
  color: #fff;
}
.calculator h2::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% - 1px);
  border-width: 0 0 2.5em 1em;
  border-color: transparent transparent #626276 transparent;
  border-style: solid;
  width: 0;
  height: 0;
  z-index: 1;
}
.calculator h2::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  border-width: 2.5em 1em 0 0;
  border-color: #626276 transparent transparent transparent;
  border-style: solid;
  width: 0;
  height: 0;
  z-index: 1;
}
.calculator h2 svg {
  margin-right: 0.75em;
  width: 1em;
  height: 1em;
}
.calculator h2 strong::before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  right: 100%;
  border-width: 0 calc(1em - 1px) 2.5em 0;
  border-color: transparent #4a4a58 transparent transparent;
  border-style: solid;
  width: 0;
  height: 0;
  z-index: 0;
}
.calculator .close-calculator {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  padding: 0;
  width: 2em;
  height: 2em;
  background-color: #4a4a58;
  font: inherit;
  font-weight: 800;
  font-size: 1.5em;
  line-height: 0;
  color: #fff;
  transition: background-color 0.2s ease;
}
.calculator .close-calculator:hover {
  background-color: #26252e;
}
.calculator .not-product {
  padding: 6rem 3rem 3rem;
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: 400;
}
.calculator form {
  padding-top: 3em;
}
.calculator form > fieldset {
  box-sizing: border-box;
  padding: 2em;
  text-align: center;
}
.calculator form > fieldset + fieldset {
  border-top: #9e9ea7 solid 1px;
}
.calculator form > fieldset > legend {
  width: 0;
  height: 0;
  font-size: 0;
}
/* .calculator form > .shape > legend {
  padding-top: 1.5em;
  font-weight: 500;
  font-size: 1.15em;
} */
.calculator form > .shape {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.calculator form > .shape > label {
  box-sizing: border-box;
  position: relative;
  padding: 3em 0 0;
  /* width: 27.5%; */
  width: 45%;
  cursor: pointer;
}
.calculator form > .shape > label > input {
  display: none;
}
.calculator form > .shape > label > input + span {
  display: block;
  border: #626276 solid 1px;
  width: 100%;
  color: #626276;
  font-weight: 800;
  font-size: 0.8em;
  line-height: 4em;
  text-transform: uppercase;
  opacity: 0.35;
  transition: opacity 0.2s ease;
}
.calculator form > .shape > label:hover > input + span {
  opacity: 0.75;
}
.calculator form > .shape > label > input[value="rectangle"] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2em;
  height: 2em;
  background-color: #626276;
}
.calculator form > .shape > label > input[value="circle"] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  width: 2em;
  height: 2em;
  background-color: #626276;
}
.calculator form > .shape > label > input[value="triangle"] + span > .icon {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2em 0 0 2em;
  border-color: transparent transparent transparent #626276;
  font-weight: 600;
  text-transform: lowercase;
}
.calculator
  form
  > .shape
  > label
  > input[value="triangle"]
  + span
  > .icon::before {
  content: "a";
  position: absolute;
  top: calc(-2em - 15px);
  left: calc(-2em - 12px);
  font-size: 0.9em;
  color: #626276;
}
.calculator
  form
  > .shape
  > label
  > input[value="triangle"]
  + span
  > .icon::after {
  content: "b";
  position: absolute;
  bottom: calc(-2em - 10px);
  left: calc(-1em - 5px);
  font-size: 0.9em;
  color: #626276;
}
.calculator form > .shape > label > input:checked + span {
  border-color: #000;
  background-color: #000;
  color: #fff;
  opacity: 1;
}
.calculator form > .material + .material {
  border: 0;
  padding-top: 0;
}
.calculator form > .material > label {
  display: block;
  position: relative;
  cursor: pointer;
}
.calculator form > .material > label::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75em 0.5em 0 0.5em;
  border-color: #626276 transparent transparent transparent;
  position: absolute;
  right: 1em;
  top: 50%;
  font-size: 0.8em;
  transform: translateY(-50%);
}
.calculator form > .material > label > select {
  box-sizing: border-box;
  border: #bfbfc6 solid 1px;
  border-radius: 0;
  padding: 1.5em;
  width: 100%;
  background-color: #e0e0e4;
  font: inherit;
  font-weight: 800;
  font-size: 0.8em;
  color: #626276;
  text-transform: uppercase;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.calculator form > .dimensions {
  display: none;
}
.calculator form.rectangle > .dimensions,
.calculator form.circle > .dimensions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.calculator form > .dimensions .measure-unit {
  margin-top: -1em;
  margin-bottom: 1em;
  width: 100%;
  text-align: left;
  font-weight: 600;
}
.calculator form > .dimensions .measure-unit > label > input {
  display: none;
}
.calculator form > .dimensions .measure-unit > label > input + span {
  cursor: pointer;
  font-size: 0.8em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
.calculator form > .dimensions .measure-unit > label > input:checked + span {
  color: #000;
}
.calculator form > .dimensions > label {
  display: block;
  position: relative;
  width: 27.5%;
  text-transform: uppercase;
}
.calculator form.circle > .dimensions > label {
  width: 45%;
}
.calculator form.circle > .dimensions > label:nth-child(4) {
  display: none;
}
.calculator
  form.circle
  > .dimensions
  > label
  input[name="calc_width"]
  + span
  strong {
  font-size: 0;
}
.calculator
  form.circle
  > .dimensions
  > label
  input[name="calc_width"]
  + span
  strong::before {
  content: "Diameter";
  font-size: 0.8rem;
}
html[lang^="fr"]
  .calculator
  form.circle
  > .dimensions
  > label
  input[name="calc_width"]
  + span
  strong::before {
  content: "Diamètre";
}
.calculator form > .dimensions > label:nth-child(3)::after,
.calculator form > .dimensions > label:nth-child(4)::after {
  content: "x";
  position: absolute;
  right: -4ex;
  top: calc(50% - 2ex);
  transform: translateY(-50%);
  pointer-events: none;
}
.calculator form > .dimensions > label > input {
  box-sizing: border-box;
  margin-bottom: 0.5em;
  border-radius: 0;
  border: 0;
  border-bottom: #000 solid 2px;
  width: 100%;
  font: inherit;
  font-size: 1.5em;
  text-align: center;
  color: #000;
  appearance: none;
  -moz-appearance: textfield;
  transition: border-color 0.2s ease, background-color 0.2s ease,
    color 0.2s ease;
}
.calculator form > .dimensions > label > input::-webkit-outer-spin-button,
.calculator form > .dimensions > label > input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calculator form > .dimensions > label > input + strong {
  font-size: 0.8em;
  color: #000;
  transition: color 0.2s ease;
}
.calculator form > .dimensions > label > input + strong > span {
  display: block;
}
.calculator .result {
  border-top: #dadade solid 1px;
  padding: 2em;
  background-color: #e0e0e4;
  color: #26252e;
  font-weight: 400;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.2em;
}
.calculator .result .product-name {
  margin-bottom: 0;
  font-weight: 700;
}
.calculator .result .product-name small {
  display: none;
}
.calculator .result .product-name br {
  content: "";
}
.calculator .result .product-name br::before {
  content: " ";
}
.calculator .result .product-variant {
  display: block;
  font-size: 0.75em;
  color: #626276;
}
.calculator .result .product-name + p,
.calculator .result .product-variant + p {
  margin-top: 1em;
}
.calculator .result .product-name + .product-variant {
  margin-top: 0;
}
.calculator .result .amounts {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  justify-content: space-around;
  margin: 1em 0 0;
  font-weight: 800;
  font-size: 1.2em;
  color: #000;
}
.calculator .result .amounts > div {
  position: relative;
  display: flex;
  margin-bottom: 0.75em;
  flex-direction: column;
  width: 45%;
}
.calculator .result .amounts > div[data-unit="cubic-yards"]:nth-last-child(3),
.calculator
  .result
  .amounts
  > div[data-unit="cubic-yards"]:nth-last-child(3)
  ~ div {
  width: 30%;
}
.calculator
  .result
  .amounts
  > div[data-unit="cubic-yards"]
  + div:not(:last-child)::before {
  content: "=";
  position: absolute;
  right: 100%;
  top: calc(50% - 0.5em);
  font-size: 1.5em;
  transform: translateY(-50%);
  pointer-events: none;
}
.calculator .result .amounts > div:last-child::before {
  content: "OU";
  position: absolute;
  right: 100%;
  top: calc(50% - 0.75em);
  transform: translateY(-50%);
  pointer-events: none;
}
html[lang^="en"] .calculator .result .amounts > div:last-child::before {
  content: "OR";
}
.calculator .result .amounts > p {
  width: 100%;
}
.calculator .result .amounts > p ~ div {
  color: #626276;
}
.calculator .result .amounts .label {
  font-weight: 600;
  font-size: 0.5em;
  line-height: 1.25em;
  text-transform: uppercase;
}
.calculator .result .amounts .label .suggested {
  color: #626276;
  font-size: 1.15em;
  line-height: 1.25;
}
.calculator .result small {
  font-size: 0.8em;
  color: #626276;
}

/*** HOMEPAGE ***/
.hero-header {
  position: relative;
  text-align: center;
  color: #fff;
}
.hero-header::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  z-index: 1;
}
.hero-header .wpb_text_column:first-child {
  font-size: 5em;
  line-height: 1em;
  text-transform: uppercase;
}

.home-materials-row h2 {
  color: #fff;
}
.home-materials-row::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background-color: #000;
}
.home-materials .vc_column-inner > .wpb_wrapper {
  display: block;
  position: relative;
  padding: 25px;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  color: #fff;
}
.home-materials .vc_column-inner > .wpb_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.home-materials .vc_column-inner > .wpb_wrapper:hover::before {
  opacity: 0.5;
}
.home-materials .link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  font-size: 0;
}
.home-materials .side-text {
  margin-bottom: 150px;
  transform: rotateZ(180deg);
  writing-mode: vertical-lr;
  font-weight: 800;
  font-size: 5em;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.home-materials .description {
  position: absolute;
  right: 25px;
  bottom: 100px;
  width: 60%;
  font-size: 1.1em;
  line-height: 1.42em;
}
.home-materials .learn-more {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 35px;
  width: 100%;
  background-color: #626276;
  font-weight: 800;
  line-height: 25px;
  text-transform: uppercase;
  transition: background 0.2s ease;
}
.home-materials .learn-more span {
  background-color: #000;
  width: 65px;
  height: 65px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  right: 0;
  top: 0;
}
.home-materials .learn-more span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 65px;
  border-width: 0 25px 65px 0;
  border-color: transparent #4a4a58 transparent transparent;
  border-style: solid;
  width: 0;
  height: 0;
  transition: border 0.2s ease;
}
.home-materials .learn-more span::after {
  content: attr(data-text);
  font-size: 45px;
  transition: transform 0.2s ease;
}
.home-materials .vc_column-inner > .wpb_wrapper:hover .learn-more {
  background-color: #4a4a58;
}
.home-materials .vc_column-inner > .wpb_wrapper:hover .learn-more span::before {
  border-color: transparent #26252e transparent transparent;
}
.home-materials .vc_column-inner > .wpb_wrapper:hover .learn-more span::after {
  transform: rotate(90deg);
}

.triangle-truck-row,
.triangle-truck-row h2 {
  color: #fff;
  overflow: hidden;
}
.triangle-truck-row::before {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.contact-row .vc_col-sm-8 > .vc_column-inner > .wpb_wrapper {
  display: flex;
  align-items: flex-end;
  padding-bottom: 65px;
  position: relative;
  background-image: url(/wp-content/uploads/2021/12/location-10-roues-cta.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.contact-row .vc_col-sm-8 > .vc_column-inner > .wpb_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.contact-row .vc_col-sm-8 > .vc_column-inner > .wpb_wrapper:hover::before {
  opacity: 0.5;
}
.contact-row .vc_col-sm-8 .wpb_single_image {
  position: relative;
  padding: 0 50px;
}
.contact-row .vc_col-sm-8 .wpb_single_image img {
  width: 125px;
}
.contact-row .vc_col-sm-8 .main-text {
  position: relative;
  margin-bottom: 50px;
  width: calc(55% - 125px);
  font-size: 2.5em;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.contact-row .vc_col-sm-8 .learn-more {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 20px 35px;
  width: 100%;
  background-color: #626276;
  font-weight: 800;
  line-height: 25px;
  text-transform: uppercase;
  transition: background 0.2s ease;
}
.contact-row .vc_col-sm-8 .learn-more span {
  background-color: #000;
  width: 65px;
  height: 65px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  right: 0;
  top: 0;
}
.contact-row .vc_col-sm-8 .learn-more span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 65px;
  border-width: 0 25px 65px 0;
  border-color: transparent #4a4a58 transparent transparent;
  border-style: solid;
  width: 0;
  height: 0;
  transition: border 0.2s ease;
}
.contact-row .vc_col-sm-8 .learn-more span::after {
  content: attr(data-text);
  font-size: 45px;
  transition: transform 0.2s ease;
}
.contact-row .vc_col-sm-8 .vc_column-inner > .wpb_wrapper:hover .learn-more {
  background-color: #4a4a58;
}
.contact-row
  .vc_col-sm-8
  .vc_column-inner
  > .wpb_wrapper:hover
  .learn-more
  span::before {
  border-color: transparent #26252e transparent transparent;
}
.contact-row
  .vc_col-sm-8
  .vc_column-inner
  > .wpb_wrapper:hover
  .learn-more
  span::after {
  transform: rotate(90deg);
}
.contact-row .vc_col-sm-8 a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  z-index: 100;
}
.contact-tile .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  /*background-color: #626276;*/
  color: #fff;
  text-align: center;
  transition: background-color 0.2s ease;
}
.contact-tile .wpb_wrapper:hover {
  /* background-color: #4a4a58; */
  background-color: rgba(0, 0, 0, 0.75);
}
.contact-tile .wpb_wrapper > p:nth-child(1) {
  /*display: flex;*/
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 25px;
  width: 90px;
  height: 90px;
  background-color: #000;
}
.contact-tile .wpb_wrapper > p:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 90px;
  border-width: 0 25px 90px 0;
  border-color: transparent #4a4a58 transparent transparent;
  border-style: solid;
  width: 0;
  height: 0;
  z-index: 0;
  transition: border-color 0.2s ease;
}
.contact-tile .wpb_wrapper:hover > p:nth-child(1)::before {
  border-color: transparent #26252e transparent transparent;
}
.contact-tile .wpb_wrapper > p:nth-child(2) {
  margin: 150px 0px;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
/*
.contact-tile .wpb_wrapper > p:nth-child(3) {
  align-self: stretch;
  margin: auto 0 0 0;
  padding: 15px;
  background-color: #4a4a58;
  font-size: 1.1em;
  line-height: 1.2em;
  transition: background-color .2s ease;
}
*/
.contact-tile .wpb_wrapper > p:nth-child(3) {
  margin: auto 0 0 0;
  box-sizing: border-box;
  text-align: left;
  bottom: 0;
  left: 0;
  padding: 20px 25px;
  width: 100%;
  background-color: #626276;
  font-weight: 800;
  line-height: 25px;
  text-transform: uppercase;
  transition: background 0.2s ease;
}

.contact-tile .wpb_wrapper > p:nth-child(3) span {
  background-color: #000;
  width: 65px;
  height: 65px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  right: 0;
  bottom: 0;
}

.contact-tile .wpb_wrapper > p:nth-child(3) span::after {
  content: attr(data-text);
  font-size: 45px;
  transition: transform 0.2s ease;
}

.contact-tile .wpb_wrapper > p:nth-child(3) span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 65px;
  border-width: 0 25px 65px 0;
  border-color: transparent #4a4a58 transparent transparent;
  border-style: solid;
  width: 0;
  height: 0;
  transition: border 0.2s ease;
}

.contact-tile .wpb_wrapper:hover > p:nth-child(3) {
  background-color: #4a4a58;
}
.contact-tile .wpb_wrapper:hover > p:nth-child(3) span::before {
  border-color: transparent #26252e transparent transparent;
}
.contact-tile .wpb_wrapper:hover > p:nth-child(3) span::after {
  transform: rotateZ(90deg);
}
.contact-tile a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  z-index: 100;
}

.call-to-action-row .vc_column-inner > .wpb_wrapper {
  overflow: hidden;
  position: relative;
  background-color: #4a4a58;
  padding: 75px 50px;
  font-size: 2em;
  line-height: 1.2em;
  color: #fff;
  transition: background-color 0.2s ease;
}
.call-to-action-row
  .wpb_column:nth-child(1)
  .vc_column-inner
  > .wpb_wrapper::after,
.call-to-action-row
  .wpb_column:nth-child(2)
  .vc_column-inner
  > .wpb_wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-width: 0 350px 1000px 0;
  border-color: transparent #3f3d4d transparent transparent;
  border-style: solid;
  width: 0;
  height: 0;
  z-index: 0;
  transition: border-color 0.2s ease;
}
.call-to-action-row .vc_column-inner > .wpb_wrapper:hover {
  background-color: #26252e;
}
.call-to-action-row
  .wpb_column:nth-child(1)
  .vc_column-inner
  > .wpb_wrapper:hover::after,
.call-to-action-row
  .wpb_column:nth-child(2)
  .vc_column-inner
  > .wpb_wrapper:hover::after {
  border-color: transparent #0f0f12 transparent transparent;
}
.call-to-action-row
  .vc_column-inner
  > .wpb_wrapper
  > .wpb_content_element:nth-child(1),
.call-to-action-row
  .vc_column-inner
  > .wpb_wrapper
  > .wpb_content_element:nth-child(2) {
  position: relative;
  z-index: 1;
}
.call-to-action-row img {
  width: 100px;
}
.call-to-action-row .link,
.call-to-action-row .link a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 0;
  z-index: 100;
}

/*** CONTACT PAGE ***/
.wpcf7-form label {
  font-weight: 600;
  color: #000;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"] {
  box-sizing: border-box;
  margin: 5px 0;
  border-radius: 0;
  border: 0;
  border-bottom: #9e9ea7 solid 2px;
  padding: 10px 0;
  width: 100%;
  font: inherit;
  font-weight: 300;
  color: #626276;
  appearance: none;
  -moz-appearance: textfield;
  transition: border-color 0.2s ease, color 0.2s ease, color 0.2s ease;
}
.wpcf7-form textarea.wpcf7-form-control.wpcf7-textarea {
  box-sizing: border-box;
  margin: 5px 0;
  border-radius: 0;
  border: #9e9ea7 solid 2px;
  font: inherit;
  font-weight: 300;
  color: #626276;
  transition: border-color 0.2s ease, color 0.2s ease, color 0.2s ease;
}
.wpcf7-form input[type="text"]:hover,
.wpcf7-form input[type="email"]:hover,
.wpcf7-form input[type="tel"]:hover,
.wpcf7-form textarea.wpcf7-form-control.wpcf7-textarea:hover {
  border-color: #626276;
  color: #000;
}
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea.wpcf7-form-control.wpcf7-textarea:focus {
  border-color: #000;
  color: #000;
}
.contact-card.vc_message_box {
  border: 0;
  color: #26252e;
}
.contact-card.vc_message_box .vc_message_box-icon {
  color: #26252e;
}

/*** WOOCOMMERCE ***/
#cart-button {
  position: fixed;
  bottom: 0;
  right: 5%;
  z-index: 100;
}
#cart-button .cart-icon a {
  display: block;
  padding: 25px;
  background: #626276;
  line-height: 25px;
  font-size: 1.25em;
  text-decoration: none;
  color: #fff;
  transition: background-color 0.2s ease;
}
#cart-button .cart-icon a::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% - 1px);
  border-width: 0 0 75px 27px;
  border-color: transparent transparent #626276 transparent;
  border-style: solid;
  width: 0;
  height: 0;
  transition: border-color 0.2s ease;
}
#cart-button .cart-icon a::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  border-width: 75px 27px 0 0;
  border-color: #626276 transparent transparent transparent;
  border-style: solid;
  width: 0;
  height: 0;
  transition: border-color 0.2s ease;
}
#cart-button .cart-icon a:hover {
  background: #4a4a58;
}
#cart-button .cart-icon a:hover::before {
  border-color: transparent transparent #4a4a58 transparent;
}
#cart-button .cart-icon a:hover::after {
  border-color: #4a4a58 transparent transparent transparent;
}
#cart-button .cart-icon a .fas {
  margin-right: 5px;
}
/* Loop */
.content-inner > .woocommerce,
.content-inner > .product {
  padding: 50px 0;
}
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce ul.products li.product-category mark.count {
  display: none;
}
.woocommerce ul.products li.product {
  float: none;
  box-sizing: border-box;
  margin: 0 0 25px;
  padding: 0 25px;
  width: 25%;
}
.woocommerce ul.products li.product a {
  display: block;
  position: relative;
  color: #626276;
}
.woocommerce ul.products li.product a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.woocommerce ul.products li.product a:hover::before {
  opacity: 0.5;
}
.woocommerce ul.products li.product a picture,
.woocommerce ul.products li.product a img {
  display: block;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.75em 20px;
  font-size: 1.35em;
  line-height: 1.2em;
  font-weight: 800;
  color: #fff;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title small,
.woocommerce ul.products li.product .woocommerce-loop-product__title small,
.woocommerce ul.products li.product h3 small {
  display: block;
  margin-top: 1em;
  font-size: 0.8em;
  line-height: 1.2;
}
.woocommerce ul.products li.product h2 strong {
  display: inline;
}
.woocommerce ul.products li.product .price {
  position: absolute;
  bottom: 45px;
  left: 0;
  margin: 0;
  padding: 0.75em 15px;
  font-weight: 400;
  font-size: 1em;
  color: #fff;
}
.woocommerce ul.products li.product .learn-more {
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 25px);
  left: 0;
  padding: 10px 15px;
  width: 100%;
  background-color: #626276;
  color: #fff;
  font-weight: 600;
  font-size: 0.8em;
  text-transform: uppercase;
  transition: background 0.2s ease;
}
.woocommerce ul.products li.product .learn-more span {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
  background-color: #000;
  width: min-content;
  height: 44px;
}
.woocommerce ul.products li.product .learn-more span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  border-width: 0 17px 44px 0;
  border-color: transparent #4a4a58 transparent transparent;
  border-style: solid;
  width: 0;
  height: 0;
  transition: border 0.2s ease;
}
.woocommerce ul.products li.product .learn-more span::after {
  content: attr(data-text);
  font-size: 0.85em;
  line-height: 1.3;
  text-align: right;
  transition: transform 0.2s ease;
}
.woocommerce ul.products li.product a:hover .learn-more {
  background-color: #4a4a58;
}
.woocommerce ul.products li.product a:hover .learn-more span::before {
  border-color: transparent #26252e transparent transparent;
}
/* .woocommerce ul.products li.product a:hover .learn-more span::after {
  transform: rotate(90deg);
} */
/* Single */
.single-product article.product h2.blog-single-title br {
  content: "";
}
.single-product article.product h2.blog-single-title br::after {
  content: " ";
}
.single-product article.product h2.blog-single-title small {
  display: none;
}
.woocommerce div.product div.images img {
  max-height: 500px;
  object-fit: cover;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-weight: 400;
  font-size: 1.5em;
  color: #000;
}
.woocommerce .quantity .qty {
  margin-right: 1em;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #9e9ea7;
  padding: 14px 10px;
  width: 3em;
  height: 1em;
  font: inherit;
  font-weight: 600;
  font-size: 1.2em;
  -moz-appearance: textfield;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.woocommerce .quantity .qty:hover {
  border-color: #626276;
  color: #000;
}
.woocommerce .quantity .qty:focus {
  border-color: #000;
  color: #000;
}
.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .related.products {
  clear: both;
}
.woocommerce .related.products .vc_row {
  display: none;
}
/* Cart and Checkout */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #efeff1;
  color: #626276;
}
.woocommerce table.shop_table {
  border-radius: 0;
}
.woocommerce a.remove {
  font-weight: 400;
  font-size: 1.25em;
  transition: background 0.2s ease, color 0.2s ease;
}
.woocommerce-cart-form .quantity .qty {
  border-color: #9e9ea7;
  padding: 10px;
  font-size: 1em;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 6px;
  width: 6.5em;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 0;
  background-color: #efeff1;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #626276;
  transition: background 0.2s ease, color 0.2s ease;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #bfbfc6;
  color: #626276;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  padding: 15px 25px;
  background-color: #626276;
  font-weight: 600;
  font-size: 1em;
  color: #fff;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #4a4a58;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: 0;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  margin-bottom: 35px;
}
.woocommerce form .form-row label {
  font-weight: 500;
  color: #000;
}
#billing_country_field strong {
  display: block;
  padding: 10px 0;
  font-weight: 600;
}
.woocommerce form .form-row input.input-text {
  border-radius: 0;
  border: 0;
  border-bottom: #9e9ea7 solid 2px;
  padding: 10px 0;
  font: inherit;
  font-weight: 300;
  color: #626276;
  appearance: none;
  -moz-appearance: textfield;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.woocommerce form .form-row textarea {
  border-radius: 0;
  border: #9e9ea7 solid 2px;
  padding: 15px;
  height: 5em;
  /* font: inherit;
  font-weight: 300; */
  color: #626276;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row textarea::placeholder {
  color: #9e9ea7;
  opacity: 1;
}
.woocommerce form .form-row input.input-text:hover,
.woocommerce form .form-row textarea:hover {
  border-color: #626276;
  color: #000;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border-color: #000;
  color: #000;
}
.select2-container .select2-selection--single {
  box-sizing: content-box;
  border-radius: 0;
  border: 0;
  border-bottom: #9e9ea7 solid 2px;
  padding: 10px 0;
  font: inherit;
  font-weight: 300;
  color: #626276;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  color: #626276;
}
.select2-container--open
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 8px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 46px;
}
.select2-container--open .select2-selection--single {
  border: 1px solid #9e9ea7;
}
.select2-dropdown {
  border-radius: 0;
  border: #9e9ea7 solid 1px;
}
.select2-container .select2-results__option[data-selected="true"] {
  background-color: #e0e0e4;
  color: #626276;
}
.select2-container .select2-results__option--highlighted[aria-selected="true"] {
  background-color: #626276;
  color: #fff;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border-radius: 0;
  background-color: #e0e0e4;
}
.woocommerce-privacy-policy-text {
  margin-bottom: 25px;
}

/*** OTHER PAGES ***/
.text-image-row {
  display: flex;
  align-items: center;
}
.text-image-row .big-card-link-col > .vc_column-inner > .wpb_wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  color: #fff;
}
.text-image-row .big-card-link-col > .vc_column-inner > .wpb_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.text-image-row
  .big-card-link-col
  > .vc_column-inner
  > .wpb_wrapper:hover::before {
  opacity: 0.5;
}
.text-image-row .big-card-link-col .wpb_single_image {
  margin: 0;
  width: 100%;
}
.text-image-row .big-card-link-col .wpb_single_image figure,
.text-image-row .big-card-link-col .wpb_single_image img {
  width: 100%;
}
.text-image-row .big-card-link-col .learn-more {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 20px 35px;
  width: 100%;
  background-color: #626276;
  font-weight: 800;
  line-height: 25px;
  text-transform: uppercase;
  transition: background 0.2s ease;
}
.text-image-row .big-card-link-col .learn-more span {
  background-color: #000;
  width: 65px;
  height: 65px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  right: 0;
  top: 0;
}
.text-image-row .big-card-link-col .learn-more span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 65px;
  border-width: 0 25px 65px 0;
  border-color: transparent #4a4a58 transparent transparent;
  border-style: solid;
  width: 0;
  height: 0;
  transition: border 0.2s ease;
}
.text-image-row .big-card-link-col .learn-more span::after {
  content: attr(data-text);
  font-size: 45px;
  transition: transform 0.2s ease;
}
.text-image-row
  .big-card-link-col
  .vc_column-inner
  > .wpb_wrapper:hover
  .learn-more {
  background-color: #4a4a58;
}
.text-image-row
  .big-card-link-col
  .vc_column-inner
  > .wpb_wrapper:hover
  .learn-more
  span::before {
  border-color: transparent #26252e transparent transparent;
}
.text-image-row
  .big-card-link-col
  .vc_column-inner
  > .wpb_wrapper:hover
  .learn-more
  span::after {
  transform: rotate(90deg);
}
.text-image-row .big-card-link-col a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  z-index: 100;
}

.main-menu li.wpml-ls-item {
  display: none;
}
.footer-top.footer-col-count-4 .footer-col-2 .wpml-ls-item {
  display: none;
}

/*** MEDIA QUERIES ***/
/*** CALCULATOR ***/
@media (max-height: 899px) {
  .calculator form > fieldset,
  .calculator .result {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
}
@media (max-height: 699px) {
  .calculator {
    width: 650px;
    font-size: 0.9em;
  }
}
@media (max-height: 599px) {
  .calculator {
    width: 550px;
    font-size: 0.8em;
  }
}
@media (max-width: 899px) {
  .calculator {
    width: 550px;
    font-size: 0.8em;
  }
  .calculator form > .dimensions > label:nth-child(3)::after,
  .calculator form > .dimensions > label:nth-child(4)::after {
    right: -3.7ex;
  }
}
@media (max-width: 799px) {
  .calculator-container {
    padding: 0;
  }
  .inner-width-75.wpb_column > .vc_column-inner > .wpb_wrapper {
    width: 100%;
  }
  .calculator {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
    height: 100%;
    font-size: 1em;
    overflow: scroll;
  }
  .calculator h2 {
    position: static;
    margin: 0;
    font-size: 1.5em;
  }
  .calculator h2::before,
  .calculator h2::after,
  .calculator h2 strong::before {
    content: none;
  }
  .calculator .close-calculator {
    width: 2.15em;
    height: 2.15em;
    font-size: 1.75em;
  }
  .calculator form {
    padding: 0;
  }
  .calculator form > .material > label > select {
    padding: 1em;
  }
  .calculator .result {
    margin-top: auto;
  }
  .calculator .result .amounts > div {
    width: 45% !important;
  }
  .calculator .result .amounts > div:nth-child(3) {
    width: 100% !important;
  }
  .calculator
    .result
    .amounts
    > div[data-unit="cubic-yards"]
    + div:not(:last-child)::before {
    top: 50%;
  }
  .calculator .result .amounts > div:last-child {
    margin-top: 1.5em;
  }
  .calculator .result .amounts > div:last-child::before {
    top: -65%;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 519px) {
  .calculator {
    font-size: 1em;
  }
  .calculator h2 {
    padding-right: 2.75em;
    background-color: transparent;
    font-size: 1.25em;
    color: #000;
  }
  .calculator h2 svg {
    display: none;
  }
  .calculator .close-calculator {
    width: 1.75em;
    height: 1.75em;
    font-size: 1.75em;
  }
  .calculator form {
    font-size: 1.1em;
  }
  .calculator form > .shape {
    flex-direction: column;
  }
  .calculator form > .shape > label {
    padding: 0;
    width: 100%;
  }
  .calculator form > .shape > label + label {
    margin-top: 1em;
  }
  .calculator form > .shape > label > input[value] + span::before {
    content: none;
  }
  .calculator form > .shape > label > input[value="triangle"] + span > .icon {
    display: none;
  }
  .calculator form > .dimensions .measure-unit {
    margin-top: 0;
  }
  .calculator form > .dimensions {
    flex-direction: column;
  }
  .calculator form > .dimensions > label {
    width: 100% !important;
  }
  .calculator form > .dimensions > label + label {
    margin-top: 1em;
  }
  .calculator form > .dimensions > label:nth-child(3)::after,
  .calculator form > .dimensions > label:nth-child(4)::after {
    content: none;
  }
  .calculator form > .dimensions > label > input {
    margin-bottom: 0.25em;
  }
}
@media (max-width: 399px) {
  .calculator form {
    font-size: 1em;
  }
  .calculator form > fieldset,
  .calculator .result {
    padding: 1em;
  }
  .calculator .result {
    font-size: 1.1em;
  }
  .calculator form > .dimensions > label:nth-child(3)::after,
  .calculator form > .dimensions > label:nth-child(4)::after {
    right: -2.7ex;
  }
}

/*** REGULAR STUFF ***/
@media (max-width: 1749px) {
  /*** HEADER ***/
  /* Widget left */
  .widget-header-bottom-left .textwidget a {
    padding: 0 15px 0 5px;
  }
  .widget-header-bottom-left .textwidget a > .text-content {
    flex-direction: column;
  }
  .widget-header-bottom-left .textwidget a > .text-content::before {
    margin: 5px 0;
    width: 35px;
    height: 35px;
  }
  .widget-header-bottom-left .textwidget a > .text-content .phone-number {
    margin-top: 0.5em;
    font-size: 0.65em;
    line-height: 0.5;
  }
  .widget-header-bottom-left .textwidget a > .text-content small {
    font-size: 0.55em;
    line-height: 1;
  }
}

@media (max-width: 1599px) {
  /* Main menu */
  .main-menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* Widget right */
  .widget-header-bottom-right .textwidget > button.open-calculator {
    padding: 0 55px 0 20px;
  }
  .widget-header-bottom-right .textwidget > a {
    padding: 0 20px;
  }

  /*** HOMEPAGE ***/
  .hero-header .wpb_text_column:first-child {
    font-size: 3.5em;
  }
  .home-materials .side-text {
    font-size: 3.5em;
  }
  .home-materials .description {
    width: 55%;
  }
}
@media (max-width: 1499px) {
  /*** FOOTER ***/
  .content-bottom,
  .footer-top-bottom {
    width: 50%;
  }

  /*** HOMEPAGE ***/
  .triangle-truck-row::before {
    border-width: 2000px 900px 0 0;
  }
  .contact-row .vc_col-sm-8 .main-text {
    width: calc(100% - 150px);
  }
}
@media (max-width: 1499px) {
  /*** HEADER ***/
  /* Menu top */
  .menu-top .menu > li > a {
    padding: 0 5px;
  }
  /* Main menu */
  .main-menu > li > a {
    padding-bottom: 15px;
    font-size: inherit;
  }
  /* Widget right */
  .widget-header-bottom-right .textwidget > * .text-content {
    font-size: 0.8em;
    line-height: 1.5em;
  }
  .widget-header-bottom-right .textwidget > * .text-content::before {
    margin-right: 15px;
  }
}
@media (max-width: 1399px) {
  /*** HEADER ***/
  /* Main menu */
  .main-menu-container {
    padding-right: 25px;
  }
  /* Widget right */
  .widget-header-bottom-right .textwidget > * .text-content::before {
    display: none;
  }

  /*** WOOCOMMERCE ***/
  /* Loop */
  .woocommerce ul.products li.product {
    margin: 0 0 25px;
    padding: 0 15px;
  }
  .woocommerce ul.products li.product .learn-more {
    font-size: 0.75em;
  }
}
@media (max-width: 1299px) {
  /*** HEADER ***/
  .header-bottom-right > .menu-container {
    padding-right: 25px;
  }
  /* Widget right */
  .widget-header-bottom-right {
    display: none;
  }

  /*** HOMEPAGE ***/
  .triangle-truck-row::before {
    border-width: 1700px 800px 0 0;
  }
  .page-id-24 .inner-width-75.wpb_column > .vc_column-inner > .wpb_wrapper,
  .triangle-truck-row
    .inner-width-75.wpb_column
    > .vc_column-inner
    > .wpb_wrapper {
    width: 90%;
  }
  .contact-row .vc_col-sm-8 .wpb_single_image img {
    width: 125px;
  }
  .contact-row .vc_col-sm-8 .main-text {
    width: calc(85% - 125px);
    font-size: 3em;
  }
}
@media (min-width: 1300px) {
  .main-menu .hide-at-1300 {
    display: none;
  }
}
@media (min-width: 1200px) {
  /*** FOOTER ***/
  .content-bottom .widget_media_image picture {
    display: flex;
    flex: 1;
  }
  .content-bottom .widget_media_image img {
    flex: 1;
    height: 100% !important;
    max-height: 620px;
    object-fit: cover;
  }
  .footer-top > .container {
    width: auto !important;
  }
}
@media (max-width: 1199px) {
  /*** FOOTER ***/
  .main-footer {
    flex-direction: column;
  }
  .content-bottom,
  .footer-top-bottom {
    width: 100%;
  }
  .content-bottom .widget_media_image img {
    height: 300px !important;
    object-fit: cover;
  }
  .footer-bottom.footer-col-count-1 .footer-bottom-center {
    text-align: center;
  }
  .footer-top,
  .footer-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  /*** HOMEPAGE ***/
  .contact-row .vc_col-sm-4,
  .contact-row .vc_col-sm-8 {
    width: 100%;
  }
  .contact-row .vc_col-sm-4 {
    margin-bottom: 25px;
  }
  .contact-row .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    display: flex;
    margin: 0 -15px;
  }
  .contact-row .vc_col-sm-4 .contact-tile {
    margin: 0;
    padding: 0 15px;
    width: 33.333%;
  }
  .contact-row .vc_col-sm-8 > .vc_column-inner > .wpb_wrapper {
    height: 500px;
  }

  /*** WOOCOMMERCE ***/
  /* Loop */
  .woocommerce ul.products li.product {
    width: 33.333%;
  }
  .woocommerce ul.products li.product .learn-more span {
    width: 100px;
  }

  /*** OTHER PAGES ***/
  .text-image-row {
    flex-direction: column;
  }
  .text-image-row > .wpb_column {
    width: 95%;
  }
  .text-image-row
    > .inner-width-75.wpb_column
    > .vc_column-inner
    > .wpb_wrapper {
    width: 100%;
  }
  .text-image-row > .wpb_column + .wpb_column {
    margin-top: 35px;
  }
  .services-row .wpb_column {
    width: 100%;
  }
  .services-row .wpb_column + .wpb_column {
    margin-top: 50px;
  }
}
@media (max-width: 1099px) {
  /*** GENERAL ***/
  /* Utilities */
  .width-50 {
    width: 75%;
  }
}
@media (max-width: 1069px) {
  /*** GENERAL ***/
  .content-inner {
    padding-top: 0;
  }

  /*** HEADER ***/
  .header-mobile-inner-padding {
    padding: 0;
  }
  .header-mobile-logo {
    position: relative;
    padding: 0 65px 0 40px;
    background-color: #000;
  }
  .header-mobile-menu-btn {
    padding: 0 25px;
    font-size: 1.5em;
  }
  .mobile-menu li > a,
  .mobile-menu li > .menu-item-inner > a {
    padding: 15px 30px;
    font-weight: 800;
    font-size: 1.1em;
    text-transform: uppercase;
    text-decoration: none;
  }
  .footer-top.footer-col-count-4 .footer-col-2 .mobile-only {
    display: none;
  }
}
@media (min-width: 992px) {
  .mobile-only {
    display: none;
  }
}
@media (max-width: 991px) {
  /*** HOMEPAGE ***/
  .triangle-truck-row .vc_col-sm-6 {
    width: 75%;
  }
  .triangle-truck-row .vc_col-sm-6:last-child {
    width: 25%;
  }

  .call-to-action-row .vc_col-sm-6 {
    margin-bottom: 25px;
    width: 100%;
  }

  /*** WOOCOMMERCE ***/
  /* Loop */
  .woocommerce ul.products li.product .learn-more,
  .woocommerce ul.products li.product .learn-more span {
    padding: 10px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h3 {
    font-size: 1.25em;
  }
  .woocommerce ul.products li.product .woocommerce-loop-category__title small,
  .woocommerce ul.products li.product .woocommerce-loop-product__title small,
  .woocommerce ul.products li.product h3 small {
    font-size: 0.75em;
  }
  /* Single */
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary {
    float: none;
    width: 100%;
  }
  /* Cart and Checkout */
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-1,
  .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    margin-bottom: 35px;
  }

  /*** OTHER PAGES ***/
  .contact-cta .vc_col-sm-4 {
    width: 100%;
  }
}
@media (max-width: 899px) {
  /*** HOMEPAGE ***/
  .contact-row .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    display: block;
    margin: 0;
  }
  .contact-row .vc_col-sm-4 .contact-tile {
    margin: 0 0 25px;
    padding: 0;
    width: 100%;
  }
  .contact-row .vc_col-sm-4 .contact-tile:last-child {
    margin: 0;
  }
}
@media (max-width: 799px) {
  /*--- GENERAL ---*/
  /* Distantia */
  .dist-btn {
    font-size: 0.75em;
  }
  /* Utilities */
  .width-50,
  .width-75 {
    width: 100%;
  }
  .desktop-only {
    display: none;
  }

  /*** FOOTER ***/
  .footer-top .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-top.footer-col-count-4 .footer-col {
    padding: 0 35px;
    width: auto;
  }
  .footer-top.footer-col-count-4 .footer-col-1,
  .footer-top.footer-col-count-4 .footer-col-4 {
    width: 100%;
    text-align: center;
  }
  .footer-top.footer-col-count-4 .footer-col-1 img {
    width: 175px;
  }
  .footer-top.footer-col-count-4 .footer-col-4 {
    margin-top: 50px;
  }

  /*** HOMEPAGE ***/
  .contact-row .vc_col-sm-8 .wpb_single_image {
    padding: 0 35px;
  }
  .contact-row .vc_col-sm-8 .wpb_single_image img {
    width: 75px;
  }
  .contact-row .vc_col-sm-8 .main-text {
    margin-bottom: 35px;
    width: calc(85% - 75px);
    font-size: 2em;
  }
  .contact-row .vc_col-sm-8 > .vc_column-inner > .wpb_wrapper {
    height: 350px;
  }

  /*** WOOCOMMERCE ***/
  #cart-button {
    right: 10%;
  }
  #cart-button .cart-icon a .cart-count {
    display: none;
  }
  /* Loop */
  .woocommerce ul.products li.product {
    margin: 0 0 25px !important;
    width: 50% !important;
  }
  .page-id-24 .inner-width-75.wpb_column > .vc_column-inner > .wpb_wrapper {
    width: 100%;
  }
}
@media (max-width: 619px) {
  /*--- GENERAL ---*/
  /* Utilities */
  .margin-b-100 {
    margin-bottom: 50px;
  }
  .padding-b-100,
  .padding-v-100 {
    padding-bottom: 50px;
  }
  .padding-v-100,
  .padding-t-100 {
    padding-top: 50px;
  }

  /*** HOMEPAGE ***/
  .triangle-truck-row::before {
    border-width: 1600px 700px 0 0;
  }
  .triangle-truck-row .vc_col-sm-6 {
    width: 100%;
  }
  .triangle-truck-row .vc_col-sm-6:last-child {
    width: 0;
  }
  .contact-row .vc_col-sm-8 .learn-more span {
    display: none;
  }

  /*** WOOCOMMERCE ***/
  /* Loop */
  .woocommerce ul.products li.product .learn-more {
    font-size: 0.85em;
  }
  .woocommerce ul.products li.product .learn-more span {
    display: none;
  }
  /* Single */
  .woocommerce div.product div.images img {
    max-height: 350px;
  }
  /* Cart and Checkout */
  .woocommerce form .form-row-first,
  .woocommerce-page form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
  }

  /*** OTHER PAGES ***/
  .text-image-row .big-card-link-col .learn-more span {
    display: none;
  }
  html .choisir-transport-bond {
    background-image: none !important;
  }
}
@media (max-width: 519px) {
  /*** HEADER ***/
  .header-mobile-logo::after {
    border-color: transparent transparent #fff transparent;
  }
  /* Widget left */
  .widget-header-bottom-left {
    display: none;
  }

  /*** HOMEPAGE ***/
  .hero-header .wpb_text_column:first-child {
    font-size: 2.5em;
  }
  .contact-row .vc_col-sm-8 > .vc_column-inner > .wpb_wrapper {
    flex-direction: column;
    padding: 0;
    height: 425px;
  }
  .contact-row .vc_col-sm-8 .wpb_single_image {
    box-sizing: border-box;
    margin-top: auto;
    width: 100%;
  }
  .contact-row .vc_col-sm-8 .wpb_single_image img {
    width: 65px;
  }
  .contact-row .vc_col-sm-8 .main-text {
    box-sizing: border-box;
    padding: 0 35px;
    width: 100%;
    font-size: 1.75em;
  }
  .contact-row .vc_col-sm-8 .learn-more {
    position: static;
  }

  /*** WOOCOMMERCE ***/
  /* Loop */
  .woocommerce ul.products li.product {
    width: 100% !important;
  }

  /*** OTHER PAGES ***/
  .text-image-row > .wpb_column {
    width: 90%;
  }
}
@media (max-width: 479px) {
  /*** FOOTER ***/
  .footer-top.footer-col-count-4 .footer-col {
    padding: 0 25px;
  }
  .footer-top.footer-col-count-4 .footer-col-2,
  .footer-top.footer-col-count-4 .footer-col-3 {
    width: 100%;
  }
  .footer-top.footer-col-count-4 .footer-col-3 {
    margin-top: 20px;
  }
  .footer-top.footer-col-count-4 .footer-col-2 .footer-col-inner,
  .footer-top.footer-col-count-4 .footer-col-3 .footer-col-inner {
    max-width: 160px;
    margin: 0 auto;
  }

  /*** HOMEPAGE ***/
  .call-to-action-row .vc_column-inner > .wpb_wrapper {
    position: relative;
    padding: 50px 25px;
    font-size: 1.75em;
  }
  .call-to-action-row img {
    width: 75px;
  }
  .contact-row .vc_col-sm-8 > .vc_column-inner > .wpb_wrapper {
    flex-direction: column;
    padding: 0;
    height: 375px;
  }
}
@media (max-width: 399px) {
  /*** HEADER ***/
  .header-mobile-logo {
    width: 130px;
  }

  /*** FOOTER ***/
  .footer-top.footer-col-count-4 .footer-col {
    padding: 0 20px;
  }

  /*** HOMEPAGE ***/
  .hero-header .wpb_text_column:first-child {
    font-size: 2em;
  }
  .home-materials .side-text {
    margin-bottom: 25px;
    transform: none;
    writing-mode: initial;
    font-weight: 800;
    font-size: 2.5em;
  }
  .home-materials .description {
    position: static;
    padding-bottom: 80px;
    width: 100%;
  }
  .contact-row .vc_col-sm-8 .wpb_single_image,
  .contact-row .vc_col-sm-8 .main-text,
  .contact-row .vc_col-sm-8 .learn-more {
    padding-left: 20px;
    padding-right: 20px;
  }

  /*** WOOCOMMERCE ***/
  /* Single */
  .woocommerce div.product div.images img {
    max-height: 250px;
  }
  .woocommerce .quantity .qty {
    font-size: 1em;
    width: 2em;
  }
}
.service-ramassage-inner-row > .wpb_column:nth-child(1) > .vc_column-inner > .wpb_wrapper {
  max-width: 90%;
}
@media (max-width: 1199px) {
  .service-ramassage-inner-row > .wpb_column:nth-child(1) > .vc_column-inner > .wpb_wrapper {
    max-width: 100%;
  }
  .service-ramassage-inner-row > .wpb_column{
    width: 100%;
  }
  .service-ramassage-inner-row > .wpb_column:nth-child(1){
    padding-bottom: 50px;
  }
  .service-ramassage-inner-row > .wpb_column:nth-child(2){
    height: 500px;
  }
}

@media (max-width: 619px) {
  .service-ramassage-inner-row > .wpb_column:nth-child(2){
    height: 350px;
  }
}

/** Politique ****/

.annexe_table table th,
.annexe_table table td {
    font-size: 19px;
	text-align: left !important;
    background-color: transparent !important;
    border: 1px solid hsla(0, 0%, 50%, .502);
    line-height: 1.5;
    padding: 15px;
    vertical-align: top;    
}


@media screen and (max-width : 650px) {
	.annexe_table table {
		overflow-x: auto; 
		max-width: 100%; 
  		display: block; 
  		white-space: nowrap;	
	}
	
}

/* Acceptance formulaire loi 25*/
.acceptance_form .wpcf7-acceptance .wpcf7-list-item {
	margin: 0 0 20px 0 !important;
}

.acceptance_form .wpcf7-acceptance label {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.acceptance_form .wpcf7-acceptance label a {
    text-decoration: underline;
}

.acceptance_form .wpcf7-acceptance label input {
    flex: 0 0 12px;
    margin-top: 5px;
}

.acceptance_form .wpcf7-acceptance label span {
    flex: 0 0 calc(100% - 12px);
    padding-left: 12px;
}

