@font-face {
  font-family: "Graphik";
  src: url("https://uploads-ssl.webflow.com/583347ca8f6c7ee058111b3b/586c538c80a27dc54a7d1460_Graphik-Medium-Web.woff2")
      format("woff2"),
    url("https://uploads-ssl.webflow.com/583347ca8f6c7ee058111b3b/586c538cfcd66fc24dbff650_Graphik-Medium-Web.eot")
      format("embedded-opentype"),
    url("https://uploads-ssl.webflow.com/583347ca8f6c7ee058111b3b/586c538c3a11ff873a4cd0c6_Graphik-Medium-Web.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("https://uploads-ssl.webflow.com/583347ca8f6c7ee058111b3b/586c538cd989cc36168ae806_Graphik-Regular-Web.woff2")
      format("woff2"),
    url("https://uploads-ssl.webflow.com/583347ca8f6c7ee058111b3b/586c538d27d74f51183fdef2_Graphik-Regular-Web.eot")
      format("embedded-opentype"),
    url("https://uploads-ssl.webflow.com/583347ca8f6c7ee058111b3b/586c538c0b7e3f1e18e2595c_Graphik-Regular-Web.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
}

body {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important;
  background-color: #f5f5f5;
  font-family: "Graphik";
  font-weight: 400;
  padding: 0;
  text-rendering: optimizeLegibility !important;
  overflow-y: scroll;
}
a {
  color: #9b9b9b;
  transition: color 0.75s ease;
}
a:hover {
  text-decoration: none;
  color: #ececec;
}
.main-nav {
  font-family: "Karla", sans-serif;
  font-size: 1.18em;
  font-weight: 700;
}
.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav ul li {
  display: inline-block;
  padding: 0 0.4em;
}
.main-nav ul li:last-child {
  padding: 0;
}
.text-stroke {
  -webkit-text-stroke: 1px white;
}
.container-flex {
  display: flex;
}
.flex33 {
  flex: 0 0 33%;
}
.flex50 {
  flex: 0 0 50%;
}
.bg-dark {
  background-color: #242424 !important;
}
.text-dark {
  color: #242424 !important;
}
.container-nav-large {
  left: 0px;
  /*min-height: 120px;*/
  padding: 1em;
  position: sticky;
  right: 0px;
  top: 0px;
  z-index: 1000;
}
.footer-main {
  padding: 4em;
  background-color: #242424;
}
.uppercase {
  text-transform: uppercase;
}
.logo-footer {
  padding-bottom: 2em;
}
.blanc {
  color: #fff;
}
.bloc-info {
  padding: 0 0 2em 0;
}
.bloc-info h4 {
  padding-bottom: 1.6em;
  font-weight: 700;
}
h5 {
  color: #4f4f4f;
  font-size: 14px;
  padding-bottom: 1em;
}
.content-footer ul {
  font-size: 13px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.dark-icons {
  color: #4f4f4f;
  display: contents;
}
.dark-icons li {
  display: inline-block;
  padding-right: 1em;
}
.des-questions {
  padding-top: 2em;
}
.flex-row {
  justify-content: center;
}
.flex-top {
  align-self: flex-end;
}
.items-contact {
  font-size: 13px;
  text-transform: uppercase;
}
.search-icon-top {
  font-size: 0.77em;
  padding-left: 0.4em !important;
}
.main-page {
  font-family: "Graphik", "Helvetica Neue", Helvetica, Arial;
}
.section404 {
  margin-top: 0;
}
.blanc {
  color: #fff;
}
.row-flex {
  padding: 0 0 2em 0;
}
h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase;
}
.main-page h2 {
  padding: 1em 0 1em 0;
  font-size: 20px;
}
.flex-grid-top-left {
  border-left: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  padding: 2em;
}
.flex-grid-top {
  border-top: 1px solid #dcdcdc;
  padding: 2em;
}
.flex-grid-top-right {
  border-left: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  padding: 2em;
}
.flex-grid-bottom {
  border-bottom: 1px solid #dcdcdc;
}
.btn-blanc {
  border-radius: 0;
  border: 1px solid #dcdcdc;
}
.btn-hover:hover {
  transition-timing-function: ease-in;
  transition: 0.4s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  cursor: pointer;
  background-color: white;
}
.btn-noir {
  border-radius: 0;
  background-color: #333 !important;
  color: #fff !important;
}
.advantages-grid > .row-flex {
  padding-bottom: 0;
}
.fa-check {
  color: #666;
}
.flex-grid-item {
  transition-timing-function: ease-in;
  transition: 0.9s;
}
.flex-grid-item:hover {
  cursor: pointer;
  transition-timing-function: ease-out;
  transition: 0.45s;
  background-color: #fff;
}
.bg-remorque {
  background: #f5f5f5 url("../img/remorque-left.jpg") top left no-repeat;
  background-size: 2200px;
  height: 800px;
  background-position-y: -200px;
  background-position-x: -280px;
}
#bloc-accueil {
  background-color: #fff;
  padding: 3em;
  width: 600px;
  text-align: left;
  margin-top: 15em;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  line-height: 2em;
}
.lowercase {
  text-transform: none;
  font-weight: 700;
  font-size: 38px;
}
.btn {
  background-color: #fff;
}
.btn-black {
  background-color: #333;
  color: #fff;
  border-radius: 0;
}
.flex-grid-top-right-50 {
  border-top: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  padding: 2em;
}
.btn-actions {
  padding: 3em;
}
.fiches-produit h3 {
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  padding: 1em 0 2em 0;
}
.fiches-produit h2 {
  padding-bottom: 0;
  font-size: 40px;
  font-weight: bold;
}
.fiches-produit {
  background-color: #fff !important;
}
.flex-grid-item-pricing p {
  border-bottom: 1px dotted #e9e9e9;
  line-height: 2em;
}
.img-fluid {
  max-height: 160px !important;
}
.flex-grid-item:hover {
  transition-timing-function: ease-in;
  transition: 0.2s;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px #e9e9e9;
}
.tabs-items {
  list-style: none;
  padding: 0;
  margin: 0;
  outline: none;
  font-size: 20px;
}
.tabs-items li {
  display: inline-block;
  padding: 0 1.4em;
  cursor: pointer;
  border-bottom: 1px solid #e9e9e9;
}
.tabs-items > .active {
  border-bottom: 4px solid #333;
  margin-bottom: -1px;
  color: #333;
}
.tabs-items li:hover {
  color: #000;
  transition: color 0.25s ease;
}
.large-subtitle {
  padding-top: 4em !important;
}
.div-item {
  padding-top: 3em;
}
.item-intro {
  padding-top: 4em;
}
.bg-blanc {
  background-color: #fff;
}
.options-serie {
  line-height: 2em;
  text-align: center;
}
.options-serie ul {
  list-style: none;
}
.hidden {
  display: none;
}
.option-title {
  font-size: 24px;
  font-weight: bold;
  min-height: 76px;
}
.text-left {
  text-align: left;
}
.tags {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tags > li {
  display: inline-block;
  margin: 3px;
}
.tags li > span {
  padding: 0.5em;
  color: #fff;
  font-size: 13px;
  background-color: #333;
}
.dotted {
  border-bottom: 1px dotted #e9e9e9;
  line-height: 2em;
  padding-top: 1em;
}
.small {
  font-size: 0.9em;
}
.titre-indicatif {
  font-size: 13px;
  color: #666;
  padding-top: 2em;
  margin: 0;
}
.sub-option {
  padding-bottom: 0;
}
.no-border-bottom {
  border-bottom: 0 !important;
}
.en-construction {
  background-color: red;
  color: #fff;
  padding: 0.4em;
  text-align: center;
}
.non-disponible {
  background-color: #666 !important;
  color: #fff;
}
.footer-breadcrumb {
  background-color: #fff;
  color: #333;
  padding: 1em;
}
.footer-breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.8em;
}
.footer-breadcrumb ul li {
  display: inline-block;
  padding: 0 0.4em 0 0;
}
.footer-breadcrumb ul li:after {
  background: #fff url("../img/breadcrumb/icon_large.svg") no-repeat;
  width: 8px;
  height: 18px;
  background-size: 8px 18px;
  margin-left: 0.8em;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.footer-breadcrumb ul li:last-child:after {
  background-image: none;
}
.footer-breadcrumb ul li > a {
  transition: none;
}
.footer-breadcrumb ul li > a:hover {
  color: #333;
}
.table-option-pricing {
  margin-top: 1em;
}
.change-view {
  padding-top: 1em;
}
.contact-info {
  font-size: 14px;
}
.icon-top-header {
  padding-left: 1em;
}
.icon-top-padding-right {
  padding-right: 1em;
}
#pannPlus > .div-item:first-child {
  padding-top: 3em;
}
#pannPlus > .div-item {
  padding-top: 0;
}
#pannPlus > .row-flex {
  padding-bottom: 0;
}
#pannPlus img,
#pannArrRampe img,
#jackVerin img {
  border: 1px solid #dcdcdc;
  padding: 4px;
  box-shadow: 0 4px 4px #dcdcdc;
}
.main-content {
  padding: 2em 0 4em 0;
}
.title-section {
  font-weight: bold;
  text-transform: uppercase !important;
  margin-bottom: 1em;
}
.breadcrumb-main {
  border-bottom: 1px dotted #dcdcdc;
  margin-bottom: 2em;
  font-size: 0.7em;
  font-weight: bold;
  padding-bottom: 0.4em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.breadcrumb-main a {
  color: #242424;
}
.breadcrumb-main a:hover {
  text-decoration: underline;
}
#map {
  height: 600px;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
}
.card-point-of-sale h2 {
  font-size: 20px;
  padding: 1em 0 1em 0;
}
.lien-fonce {
  color: #333;
}
.lien-fonce:hover {
  color: #666;
}
.padding4em-bottom {
  padding-bottom: 4em;
}
.popup-title {
  padding: 1em 1em 0 1em;
  font-size: large;
  font-weight: bold;
  text-align: center !important;
  font-family: "Graphik";
}
.wrap-address {
  text-align: center !important;
  font-size: 1.2em;
  font-family: "Graphik";
}
.wrap-button {
  padding-top: 1em;
}
.mapboxgl-popup-content {
  border-radius: 0 !important;
  box-shadow: 0 4px 4px #333;
  padding: 2em;
}
.content-subpage {
  margin-top: 3em;
}
.page-produit h2 {
  padding-top: 1em;
}
.left-side-contact {
  padding-right: 3em;
  padding-top: 2em;
  padding-bottom: 2em;
}
.wpcf7-text,
.wpcf7-textarea {
  width: 100%;
  padding: 0.3em;
  border: 1px solid #bfbfbf !important;
}
.wpcf7-not-valid {
  border: 1px solid #a74444 !important;
  background-color: #f1dede;
}
.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
  color: #a74444 !important;
}
.wpcf7-not-valid-tip {
  padding: 0.2em 0;
}
.wpcf7-validation-errors {
  margin: 0 !important;
  border: none !important;
  padding: 0 !important;
}
.wpcf7-response-output {
  display: none !important;
}
.green {
  color: #3e7642;
}
.address-nous-joindre {
  border: 1px solid #dcdcdc;
  background-color: #fff;
  padding: 1em;
  font-family: "Graphik";
  font-size: 1em;
  margin-bottom: 1em;
}
.address-nous-joindre h2 {
  font-family: "Graphik";
  font-weight: bold;
  font-size: large;
  padding: 0 0 0.5em 0;
}
.contact-phone {
  padding: 0.5em;
  margin-top: 0.5em;
}
.grid-merci {
  margin-top: 0 !important;
}
.merci-contact {
  padding-bottom: 1em;
}
.spacing-pts {
  padding-bottom: 0.9em;
}
.wrap-merci {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.demo-video {
  height: auto;
  width: 100%;
}
.bg-video {
  height: 800px;
}
.card-header {
  background-color: white;
}
.product-button {
  width: 100%;
  margin: 5px;
}
.advantage-card {
  min-height: 275px;
}
.bg-transparent {
  background-color: transparent !important;
}
.product-card-header {
  min-height: 145px;
  border: none;
  position: relative;
}
.product-card-header:after {
  content: "";
  width: 92%;
  height: 1px;
  left: 4%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #242424;
  box-shadow: 0px 0px 1px 0px rgb(255 255 255 / 50%);
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .dropdown-content {
    visibility: hidden;
    display: none;
  }
}

.grow {
  transition: all 0.2s ease-in-out;
}
.grow:hover {
  transform: scale(1.1);
}
.cursor-pointer {
  cursor: pointer;
}
.disabled {
  pointer-events: none;
}