/**handles:custom-bang**/
@charset "UTF-8";
/*-----------------------------------------  
	Gravity forms

-------*/
.link-more a,
.lost_password a,
.elementor-text-editor a {
  color: #000;
  padding-bottom: 5px;
  text-decoration: none;
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(21%, currentColor));
  background-image: linear-gradient(to bottom, transparent 20%, currentColor 21%);
  background-size: 100% 1px;
  background-position: 0 23px;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.2s ease-in-out 0.1s;
  transition: background-size 0.2s ease-in-out 0.1s;
}
.link-more a:hover, .link-more a:focus,
.lost_password a:hover,
.lost_password a:focus,
.elementor-text-editor a:hover,
.elementor-text-editor a:focus {
  background-size: 0% 1px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

h1,
h2,
h3,
h4 {
  margin-bottom: 25px;
  padding-bottom: 0;
  color: inherit;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child {
  margin-bottom: 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: inherit !important;
  margin-bottom: 25px;
  padding-bottom: 0;
}
.entry-content h1:last-child,
.entry-content h2:last-child,
.entry-content h3:last-child,
.entry-content h4:last-child {
  margin-bottom: 0;
}
.entry-content ol,
.entry-content ul {
  margin: 0 0 1.5em 0;
}
.entry-content ol li,
.entry-content ul li {
  padding-bottom: 8px;
  padding-left: 3px;
  list-style-position: inside;
}
.entry-content a {
  color: inherit !important;
}
.entry-content th {
  text-align: left;
}
.entry-content p:last-of-type {
  margin-bottom: 0em;
}
.entry-content p:last-of-type + ul {
  margin-top: 15px;
}

.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text p {
  color: #fff !important;
}

.light a.elementor-button-link.elementor-button {
  border-color: #fff;
  color: #fff !important;
}
.light a.elementor-button-link.elementor-button:hover {
  background-color: #fff !important;
  color: #000 !important;
}

a.elementor-button-link.elementor-button {
  font-family: "Lato";
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  fill: #000000;
  color: #000000;
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 30px 30px 30px 30px;
}

a.elementor-button,
a.elementor-button-link.elementor-button,
button,
button.button.woocommerce-button,
button.button,
input[type=submit],
.btn {
  padding: 10px 40px;
  font-family: "Lato";
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  fill: #000000;
  color: #000000 !important;
  background-color: #fff !important;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #000000;
}
a.elementor-button:hover,
a.elementor-button-link.elementor-button:hover,
button:hover,
button.button.woocommerce-button:hover,
button.button:hover,
input[type=submit]:hover,
.btn:hover {
  background: #000 !important;
  color: #fff !important;
  border-color: #fff;
}

.btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*
/* ----------------------------------------------------------------
  Retirer le padding en dessous des titres quand non nécéssaire
--------- 

h1,
h2,
h3,
h4 {
  // margin-bottom: 27px;
  padding-bottom: 0;
  // &:last-child{
  // 	margin-bottom:0;
  // }
}

h1 {
  font-size: 45px !important;
  text-align: left !important;
  margin-bottom: 30px;
  & + p {
    margin-top: 30px; //40px car les titres ont deja 10px de margin bottom part DIVI
  }
}
h2 {
  font-size: 35px !important;
  margin-bottom: 24px;
  & + p {
    margin-top: 24px; //34px car les titres ont deja 10px de margin bottom part DIVI
  }
}
h3 {
  font-size: 28px !important;
  margin-bottom: 22px;
  & + p {
    margin-top: 22px; //32px car les titres ont deja 10px de margin bottom part DIVI
  }
}
h4 {
  font-size: 23px !important;
  margin-bottom: 20px;
  & + p {
    margin-top: 20px; //32px car les titres ont deja 10px de margin bottom part DIVI
  }
}
h5 {
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  &:last-child {
    padding-bottom: 0;
  }
}
p + ul {
  margin-top: 15px;
}
ul {
  padding-bottom: 30px;
  padding-left: 20px;
}
ol {
  padding-left: 20px;
}
ol,
ul {
  list-style-position: outside;
  li {
    padding-bottom: 8px;
  }
  &:last-child {
    padding-bottom: 0;
  }
}


.page {
  article {
    h3 {
      font-size: 25px;
    }
  }
}

div.more-link {
  a.et_pb_button {
    color: #fff;
    display: inline-block;
  }
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 16px !important;
  font-weight: bold !important;
}
*/
.link-more a,
a.link-more {
  font-weight: 600;
}

@media only screen and (max-width: 980px) {
  body .entry-content h1 {
    font-size: 45px !important;
  }
  body .entry-content h2 {
    font-size: 35px !important;
  }
  body .entry-content h3 {
    font-size: 30px !important;
    line-height: 1.2em;
  }
  p {
    /* font-size: 19px;
     line-height: 33px;*/
  }
}
.elementor-text-editor p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 766px) {
  body .entry-content h1 {
    font-size: 35px !important;
  }
  body .entry-content h2 {
    font-size: 28px !important;
  }
  body .entry-content h3 {
    font-size: 25px !important;
  }
}
#masthead.site-header .ast-container {
  max-width: 1500px;
}

.astra-icon.ast-icon-shopping-cart::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("https://dals.com/wp-content/uploads/2026/07/cart.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.main-navigation ul {
  gap: clamp(10px, 4vw, 35px);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item.menu-view-all > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.menu-view-all > a.mega-menu-link {
  color: #919191;
  text-decoration: underline;
  margin-top: 25px;
  text-transform: none;
  font-weight: 400;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link {
  font-weight: 900;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link:hover {
  font-weight: 900;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  font-weight: 900;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover {
  font-weight: 900;
}

/*
.my-custom-switcher {
  text-transform: uppercase;
}
.menu-sec {
  position: relative;
  &:after {
    height: 23px;
    border-right: 1px solid #000;
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
  }
  nav {
    &.elementor-nav-menu--main {
      li {
        &.current-menu-ancestor,
        &.current_page_parent.menu-item.current-menu-ancestor.current-menu-parent {
          a {
            background: #55595c;
            color: #fff !important;
          }
        }
      }
    }
  }
}

// Menu principale

.elementor-nav-menu--main {
  .elementor-nav-menu {
    .menu-item {
      &.current-menu-parent.current-product_cat-parent {
        a.elementor-item {
          color: #919191;
        }
      }
    }
  }
}
.elementor-search-form__toggle {
  text-align: center;
}
.menu-principal {
  .current-product_cat-parent a {
    color: #919191;
  }
  .elementor-nav-menu {
    > li {
      &:last-child {
        a {
          padding-right: 0;
        }
      }
      &:first-child {
        a {
          // padding-left: 0;
        }
      }
    }
  }
}
.menu-prod {
  ul.elementor-nav-menu {
    border-bottom: 2px solid #919090;
    ul.sub-menu {
      li:first-child > a {
        padding-left: 20px;
      }
    }
    li:first-child > a {
      padding-left: 0;
    }
  }
}
.elementor-nav-menu--main .elementor-nav-menu ul.sub-menu {
  background: transparent !important;
  li.menu-item {
    background: #000;
    margin-bottom: 5px;
    // color: #fff;
    // opacity: 1;
    &:last-child {
      margin-bottom: 0px;
    }
    a {
      color: #fff;
    }
  }

  .e--pointer-underline .elementor-item:after {
    opacity: 1 !important;
    height: 1.5px;
    background-color: #d0d0d0 !important;
  }
  .e--pointer-underline a.elementor-item {
    &:hover {
      &:after {
        background-color: #000 !important;
      }
    }
  }
}
nav.elementor-nav-menu--main li.menu-item.current-menu-ancestor > a {
  // background: #55595c;
}
.current-menu-ancestor > a {
  // background: #55595c;
  // color: #fff !important;
}
nav {
  &.elementor-nav-menu--main {
    li {
      &.current-menu-ancestor,
      &.current_page_parent.menu-item.current-menu-ancestor.current-menu-parent {
        a {
          // color: #fff !important;
          &:before {
            opacity: 1;
          }
        }
      }
    }
  }
}
.s-form-content {
  ::placeholder {

    color: #fff;
    font-weight: bold;
    opacity: 1;
  }

  :-ms-input-placeholder {

    color: #fff;
    font-weight: bold;
  }

  ::-ms-input-placeholder {

    color: #fff;
    font-weight: bold;
  }
}

.menu-mob ul {
  li {
    &.current-menu-ancestor,
    &.current_page_parent.menu-item.current-menu-ancestor.current-menu-parent {
      a {
        background: #55595c;
        color: #fff !important;
      }
    }
  }
  padding: 0;
  margin-top: 15px;
  border-top: 1px solid #dedede;
  .menu-item-type-post_type,
  .wpml-ls-item {
    background: #dedede;
  }
}
.elementor-nav-menu--dropdown.elementor-nav-menu__container
  .elementor-sub-item {
  font-size: inherit !important;
}
.main-navigation ul {
  border-bottom: 2px solid #d0d0d0;
}
.ast-desktop .main-header-menu .sub-menu {
  background: none !important;
  box-shadow: none;
  li {
    background: #000;
    margin-bottom: 4px;
  }
}
button.ast-menu-toggle {
  border: 0 !important;
  background: transparent !important;
  color: #000 !important;
  &:hover {
    border: 0 !important;
    background: transparent !important;
    color: #000 !important;
  }
}
#masthead.site-header .ast-container {
  max-width: 1200px;
  // padding: 0;
  .main-header-menu > .menu-item > a {
    // padding-top: 0px;
    // padding-bottom: 0px;
    line-height: 1.2em;
    padding: 13px 0 13px 20px;
  }
}
.ast-sticky-shrunk {
  .main-navigation ul {
    border: 0;
  }
}

.elementor-search-form__toggle {
  padding: 0 1em;
  &:hover {
    background: #000;
  }
}

.lang {
  a {
    text-transform: uppercase;
  }
}
.header-main-layout-1 .main-navigation {
  vertical-align: middle;
}
// .woocommerce {
.ast-above-header-menu {
  .wcml-dropdown {
    width: auto;
    .wcml-cs-active-currency > a {
      padding: 12px 1em;
      display: inline-block;
    }
    &.product.wcml_currency_switcher {
      padding: 0;
      margin: 0;
      border: 0;
      > ul {
        border: 0;
        // background-color: #efece7;
        li {
          border: 0;
        }
        width: auto;
        left: 0;
        position: relative;
        .wcml-cs-item-toggle {
          // padding: 0;
        }
      }
    }
  }
}
// }
.wcml-dropdown a.wcml-cs-item-toggle:after {
  content: "\e900";
  display: inline-block;
  font-family: Astra;
  font-size: 9px;
  font-size: 0.6rem;
  font-weight: 700;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  line-height: normal;
  border: 0 !important;
  right: 0 !important;
  position: relative !important;
}

.ast-above-header-menu ul.wcml-cs-submenu {
  width: auto !important;
  top: 100% !important;
}
.wcml-dropdown li:hover.wcml-cs-active-currency .wcml-cs-submenu {
  top: 100% !important;
  width: 100% !important;
  left: 0 !important;
}
// Fix pour content jumping à cause de Variation swatches
.woo-variation-swatches .main-header-bar-wrap div:first-child{
  min-height: 49px !important;
}
@media only screen and (max-width: 1280px) {
  #masthead.site-header .ast-container,
  #breadcrumbs {
    margin: 0 45px;
  }
}
@media only screen and (max-width: 1023px) {
  .elementor-element.elementor-column.elementor-col-33.elementor-top-column {
    &.menu-mob,
    &.search-menu {
      width: 50px;
      top: 15px;
      position: absolute;
    }
    &.menu-mob {
      right: 15px;
    }
    &.search-menu {
      right: 50px;
      top: 20px;
    }
  }
  #masthead.site-header .ast-container {
    .main-header-menu > .menu-item > a {
      padding: 13px 0 13px 18px;
    }
  }
}
@media only screen and (min-width: 981px) {
  .wcml-dropdown.product.wcml_currency_switcher:before {
    content: " ";
    width: 2px;
    position: absolute;
    display: inline-block;
    left: -1px;
    height: 25px;
    top: 7px;
    background: #d0d0d0;
  }
  .main-navigation li.menu-item-object-product_cat {
    ul.sub-menu a {
      padding-left: 20px;
    }
    &:nth-child(5) ul.sub-menu {
      right: 0;
      left: auto;
    }
    &:nth-child(1) > a {
      padding-left: 0;
    }
  }
  .search {
    &:before {
      height: 23px;
      border-left: 1px solid #000;
      content: "";
      position: absolute;
      left: 0;
      top: 10px;
    }
  }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .main-header-menu .menu-item {
    font-size: 14px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .ast-header-break-point
    .site-header
    .main-header-bar
    .main-header-bar-navigation
    .menu-item-has-children
    > .ast-menu-toggle {
    top: -1px;
    right: 20px;
  }
  .ast-header-break-point .main-header-menu .sub-menu a {
    color: #000 !important;
  }
  .ast-header-break-point .main-navigation ul li a {
    line-height: 1.2em;
    padding: 13px 0 13px 20px;
    color: #000;
  }
}
@media only screen and (max-width: 980px) {
  .ast-header-break-point .main-header-menu .sub-menu {
    background: transparent !important;
  }
  .main-header-menu .sub-menu li.current-menu-item > a {
    color: #919191 !important;
  }
  .menu-item.search{
    display: none;
  }
  .elementor-search-form__toggle {
    i{
          position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 65%;
    margin-top: -17px;
    width: 17px;
    height: 17px;
    }
    position: relative;
    text-align: left;
    padding-left: 20px;
    // border-bottom: 1px solid #eaeaea;
  }
}
@media only screen and (max-width: 1200px) {
  .elementor-nav-menu--main .elementor-nav-menu a {
    padding: 13px 10px !important;
    font-size: 16px;
  }
}
*/
.img-home {
  margin-bottom: 0 !important;
}

a.elementor-button,
.btn {
  font-family: "Lato";
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  fill: #000000;
  color: #000000 !important;
  background-color: #fff !important;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #000000;
}
a.elementor-button:hover,
.btn:hover {
  background: #000 !important;
  color: #fff !important;
}

form .control-group {
  margin-bottom: 30px;
}
form input[type=email],
form input[type=number],
form input[type=password],
form input[type=reset],
form input[type=search],
form input[type=tel],
form input[type=text],
form input[type=url],
form select,
form textarea {
  padding: 13px;
}

.home .btn-section a {
  max-width: 300px;
  width: 100%;
}
.home .btn {
  border: 0;
}

@media only screen and (max-width: 1023px) {
  .elementor-1425 .elementor-element.elementor-element-6b43f23:not(.elementor-motion-effects-element-type-background) > .elementor-element-populated,
  .elementor-1425 .elementor-element.elementor-element-6b43f23 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .elementor-section.elementor-section-stretched {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .hide-bg-mobile .elementor-column-wrap {
    background: transparent !important;
    background-color: #ed9600 !important;
  }
}
.frm_forms form .frm_form_fields .chosen-container .chosen-single {
  background: #eee;
}
.frm_forms form .frm_form_fields .chosen-container .chosen-drop {
  border-radius: 0;
}
.frm_forms form .frm_form_fields .chosen-container .chosen-drop .chosen-results {
  padding: 0;
  margin: 0;
  font-size: 19px;
}
.frm_forms form .frm_form_fields .chosen-container .chosen-drop .chosen-results li {
  padding: 10px 10px;
  font-size: 19px;
}
.frm_forms form .frm_form_fields .chosen-container .chosen-drop .chosen-results li.highlighted {
  background-image: none;
  background-color: #36312d;
}
.frm_forms form.btn-right .frm_form_fields .frm_submit button {
  float: right;
}
.frm_forms form.btn-right .frm_form_fields .frm_submit.frm_first.frm_third {
  float: right;
}

.frm_submit.frm_first.frm_third {
  margin-left: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background: #eee !important;
}

.chosen-container-single .chosen-single {
  border-color: #cccccc;
  border-width: 0px;
  border-style: solid;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  padding: 16px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-weight: normal;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.chosen-container-single .chosen-single {
  background: #f3f3f3 !important;
  padding-top: 0;
  height: 54px;
  line-height: 54px;
}
.chosen-container-single .chosen-single:after {
  content: "";
  background: url(https://dals.com/wp-content/themes/dals/icones/down-button-wte.svg) no-repeat;
  position: absolute;
  top: 17px;
  right: 18px;
  font-weight: 800;
  height: 15px;
  width: 15px;
}
.chosen-container-single .chosen-single span {
  font-size: 19px;
  font-weight: bold;
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.chosen-container-single .chosen-single div {
  top: 0 !important;
}
.chosen-container-single .chosen-single div > b {
  background: none !important;
}
.chosen-container-single.chosen-with-drop .chosen-single:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.chosen-container-single.chosen-with-drop .chosen-single div b {
  background: none !important;
}
.chosen-container-single .chosen-drop {
  border-radius: 0;
}
.chosen-container-single .chosen-drop .chosen-results {
  padding: 0;
  margin: 0;
}
.chosen-container-single .chosen-drop .chosen-results li {
  font-size: 19px;
  padding: 10px 10px;
}
.chosen-container-single .chosen-drop .chosen-results li.highlighted {
  background-image: none;
  background-color: #36312d;
}

.chosen-container .chosen-drop {
  border: none;
  margin-top: 0px;
}

.chosen-container-single .chosen-drop .chosen-results li.highlighted {
  background-color: #000;
}

.chosen-container-single .chosen-single {
  background: #000 !important;
  color: #fff !important;
  border: none;
  width: 100% !important;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background: #000 !important;
  color: #fff !important;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.chosen-container.chosen-with-drop .chosen-drop {
  position: inherit;
}

.chosen-container.chosen-container-single {
  width: 100% !important;
}

@media only screen and (min-width: 1024px) {
  .chosen-container.chosen-with-drop .chosen-drop {
    position: absolute;
  }
}
.frm_dropzone.dz-clickable.frm_single_upload .dz-message {
  margin-bottom: 0 !important;
}

form input[type=email],
form input[type=number],
form input[type=password],
form input[type=reset],
form input[type=search],
form input[type=tel],
form input[type=text],
form input[type=url],
form select,
form textarea {
  font-weight: bold;
  color: #fff;
  padding: 0.75em;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-radius: 2px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
form select {
  width: 100%;
  font-size: 16px;
  height: 54px;
  line-height: 1.2em;
  border-radius: 0;
  background: #f3f3f3;
  color: #000;
  padding: 0 16px;
  border: 0;
  background-size: 15px;
  -webkit-appearance: none !important;
  background-image: url(https://dals.com/wp-content/themes/dals/icones/down-button.svg) !important;
  background-position: 97% center !important;
  background-repeat: no-repeat !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  color: #000 !important;
}

form input[type=email],
form input[type=number],
form input[type=password],
form input[type=reset],
form input[type=tel],
form input[type=text],
form input[type=url],
form select,
form textarea {
  width: 100%;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  font-weight: bold;
  opacity: 1; /* Firefox */
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  font-weight: bold;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  font-weight: bold;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  font-weight: bold;
  opacity: 1; /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  font-weight: bold;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-weight: bold;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
  font-weight: bold;
}

.frm_dropzone .dz-message {
  background: transparent;
  color: #fff;
}

.frm_style_formidable-style.with_frm_style .frm_icon_font {
  color: #fff;
}

.frm_style_formidable-style.with_frm_style .frm_error {
  color: #fff;
}

.frm_forms form .frm_form_fields .chosen-container .chosen-single {
  background: transparent !important;
  color: #fff !important;
}

input[type=email],
input[type=number],
input[type=password],
input[type=reset],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  color: #fff;
  background-color: #000;
  border-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  font-size: 23px;
  padding: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-weight: normal;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=reset]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  color: #000;
  background: #fff !important;
}

/* ======== form styles ======== */
.DialogInsightFormDiv.DialogInsightLoading > * {
  visibility: hidden;
}

.DialogInsightFormDiv.DialogInsightLoading {
  background-image: url(https://cdn.dialoginsight.com/DI/Forms/resources/AjaxBlackLoader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

div.DialogInsightFormContainer {
  text-align: left;
}

div.DialogInsightFormRow {
  padding-bottom: 15px;
}

div.DialogInsightLabel_LeftOfField {
  display: inline-block;
  text-align: left;
  width: 250px;
  vertical-align: top;
  padding-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.DialogInsightLabel_AboveField {
  padding-bottom: 2px;
}

.DialogInsightFieldDescription {
  font-style: italic;
  color: #666666;
}

.DialogInsightFormCategoryTitle {
  font-weight: bold;
  position: relative;
  height: 18px;
  padding-bottom: 5px;
}

.DialogInsightFormCategoryTitleWithMargin {
  margin-top: 15px;
}

.DialogInsightFormCategoryTitle > span {
  position: absolute;
  left: 0px;
  top: 0px;
  white-space: nowrap;
}

.DialogInsightFormCategoryDescription {
  position: relative;
  height: 18px;
}

.DialogInsightFormCategoryDescription > span {
  position: absolute;
  left: 0px;
  top: 0px;
  white-space: nowrap;
}

/* Input controls */
input[type=text].DialogInsightFormInput,
select.DialogInsightFormInput,
textarea.DialogInsightFormInput {
  background-color: #000;
  border-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  font-size: 23px;
  padding: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-weight: normal;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=text].DialogInsightFormInput.DialogInsightFormInputDateTime {
  width: 140px;
}

div#divForm_DIForm_455_8754_success {
  color: #fff;
}

svg.DialogInsightFormSubmitLoader {
  width: 100px;
  height: 100px;
}

/* Errors */
.DialogInsightErrorContents {
  color: #ff3333;
  padding-top: 2px;
  padding-bottom: 2px;
}

.DialogInsightGlobalErrors > div {
  text-align: left;
  border-radius: 5px;
  background-color: #eeeeee;
  border: #ff3333 1px solid;
  padding: 10px;
  color: #ff3333;
  max-width: 500px;
  margin-bottom: 10px;
}

input[type=text].DialogInsightFieldInError,
textarea.DialogInsightFieldInError {
  border-color: #990000;
  color: #fff;
}

input[type=text].DialogInsightFieldInError:focus,
textarea.DialogInsightFieldInError:focus {
  color: #555555;
}

select.DialogInsightFieldInError {
  border-color: #990000;
  color: #660000;
}

.DialogInsightUnselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-selecte: none;
  user-select: none;
}

.DialogInsightInputWithPlaceholderContainer.PlaceholderInputHasText .DialogInsightInputPlaceholderText {
  display: none;
}

.DialogInsightFormSubmit .DialogInsightFormSubmitLoader {
  visibility: hidden;
  margin-left: 5px;
  vertical-align: middle;
}

.DialogInsightFormSubmit.DialogInsightFormSubmitInProgress .DialogInsightFormSubmitLoader {
  visibility: visible !important;
}

/* ======== lightbox styles ======== */
div.DialogInsightLightBoxBackground {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background-color: rgba(0, 0, 0, 0.5);
}

div.DialogInsightLightBoxBackground.DialogInsightLightBoxBackground_OldIE {
  background-image: url(https://cdn.dialoginsight.com/DI/Forms/resources/PopupBgBlockerOlderIE.png);
}

div.DialogInsightLightBox {
  margin-left: -300px;
  padding: 15px 0px 15px 15px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 10px #555555;
          box-shadow: 0px 0px 10px #555555;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50px;
  z-index: 5001;
}

div.DialogInsightLightBoxCloseButton {
  position: absolute;
  right: -18px;
  top: -18px;
  width: 35px;
  height: 35px;
  background-image: url(https://cdn.dialoginsight.com/DI/Forms/resources/LightboxClose.png);
  cursor: pointer;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  color: #000;
}

.elementor-search-form__toggle:hover {
  color: #fff;
}
.elementor-search-form__toggle {
  cursor: pointer;
}

.s-form-content .container .close:hover {
  color: #ed9600;
}
.s-form-content .container .close {
  cursor: pointer;
}

.s-form-content .container .close.fa-times-circle:hover:before {
  color: #ed9600;
}

.error-404 input.search-field:focus {
  color: #fff !important;
}

input.search-field:focus {
  color: #000 !important;
}

p.copyright-footer {
  text-align: center;
  color: #fff;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#footer-widgets {
  padding: 27px 0;
}
#footer-widgets .footer-widget a.et_pb_button {
  background: #fff;
  color: #000;
  line-height: 1.7em !important;
}
#footer-widgets .footer-widget button#singlebutton {
  background: #fff;
  color: #000;
  line-height: 1.7em !important;
  width: 100%;
}
#footer-widgets .footer-widget input {
  margin-bottom: 15px;
  background-color: #f3f3f3;
  border-color: #cccccc;
  border-width: 0px;
  border-style: solid;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  padding: 16px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-weight: normal;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#footer-bottom {
  padding: 7px 0;
}

.elementor-widget-woocommerce-product-meta .detail-label {
  font-weight: bold;
}

.shop_attributes a[rel=tag] {
  pointer-events: none;
  cursor: default;
  color: #888;
}

.woocommerce .related-prod-section a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  border: 1px solid #dedede;
}
.woocommerce .related-prod-section a.button.product_type_variable {
  display: none;
}
.woocommerce .related-prod-section:before {
  background: #f2f2f2;
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
}
.woocommerce table.shop_attributes th {
  width: 300px;
  border-bottom: none;
}
.woocommerce table.shop_attributes td {
  border-bottom: none;
}
.woocommerce table.shop_attributes tr:nth-child(even) th,
.woocommerce table.shop_attributes tr:nth-child(even) td {
  background: none;
}
.woocommerce div.product.elementor form.cart table.variations td.label {
  width: 100px !important;
}
.woocommerce div.product.elementor .woocommerce-tabs .panel {
  border-top: 0 !important;
  padding: 30px 70px !important;
}
.woocommerce div.product .woocommerce-tabs {
  padding-top: 0px;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper {
  background: #f2f2f2;
}
.woocommerce div.product .woocommerce-tabs .shop_attributes {
  margin-bottom: 0;
  border: none;
}
.woocommerce div.product .woocommerce-tabs .shop_attributes th,
.woocommerce div.product .woocommerce-tabs .shop_attributes td {
  border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  width: 100%;
  background: #9a9a9a;
  margin: 0;
  border-right: 1px solid #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #fff;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #f2f2f2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
  display: none;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
  margin-bottom: 70px;
}
.woocommerce .elementor-widget-woocommerce-product-meta .detail-label {
  font-weight: bold;
}
.woocommerce div.product form.cart .variations {
  border-bottom: 0;
}
.woocommerce div.product form.cart .variations .label {
  border-bottom: solid 1px #DEDEDE;
  padding-bottom: 6px !important;
  margin-bottom: 16px;
}
.woocommerce .cert-section h3 {
  font-size: 17px;
}
.woocommerce h3.cert-title {
  text-transform: uppercase;
  padding-bottom: 13px;
  margin-bottom: 0px;
  border-bottom: solid 1px #DEDEDE;
}
.woocommerce h3.features-title {
  text-transform: uppercase;
  padding-bottom: 13px;
  margin-bottom: 0px;
  border-bottom: solid 1px #DEDEDE;
}
.woocommerce ul.cert-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 30px 0;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.woocommerce ul.cert-list li.cert-item {
  margin-bottom: 30px;
}
.woocommerce ul.cert-list li.cert-item:last-child img {
  margin-bottom: 0;
}
.woocommerce ul.cert-list li.cert-item img {
  height: 75px;
  margin-right: 24px;
  /*width: 60px !important;*/
}
.woocommerce ul.volt-list {
  margin-bottom: 0;
}
.woocommerce ul.volt-list li.volt-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  margin-bottom: 0px;
  margin-top: 15px;
}
.woocommerce ul.volt-list li.volt-item img {
  height: 37px;
  margin-right: 15px;
}
.woocommerce ul.volt-list:last-child {
  margin-bottom: 60px;
}
.woocommerce .collapsible + ul {
  display: none;
}
.woocommerce .pswp__caption__center {
  display: none !important;
}
.woocommerce {
  /***/
  /***/
}
.woocommerce .filter-product h5 {
  font-size: 19px;
  font-weight: bold;
  border-bottom: 1px solid #dedede;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.woocommerce .filter-product ul.product-categories {
  margin-left: 20px;
  margin-bottom: 0;
}
.woocommerce .filter-product ul.product-categories .children {
  margin-left: 5px;
}
.woocommerce .filter-product ul.product-categories .children .cat-parent .children {
  padding-top: 6px;
  padding-left: 13px !important;
}
.woocommerce .filter-product ul.product-categories > li.current-cat-parent > a {
  display: inline-block;
  margin-bottom: 5px;
}
.woocommerce .filter-product ul.product-categories > li {
  padding-bottom: 5px;
}
.woocommerce .filter-product ul.product-categories > li ul li {
  padding-bottom: 5px;
}
.woocommerce .filter-product ul.product-categories li {
  list-style: none;
}
.woocommerce .filter-product ul.product-categories li.current-cat-parent > a, .woocommerce .filter-product ul.product-categories li.current-cat > a {
  color: #919090;
}
.woocommerce .filter-product ul.product-categories li.current-cat-parent .current-cat a, .woocommerce .filter-product ul.product-categories li.current-cat .current-cat a {
  color: #919090;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a {
  position: relative;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  position: absolute;
  right: -70px;
  top: 5px;
  color: #919090;
  margin-right: 0;
}

a.reset_variations:before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #000;
  left: 10px;
  position: relative;
  font-size: 25px;
}

.related-prod-section .products > h2 {
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  margin-bottom: 60px;
}
.related-prod-section .products li:nth-child(n+5) {
  display: none !important;
}

tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_features {
  display: none;
}

tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_dimensions {
  display: none;
}

.elementor-wc-products .products li img.woocommerce-placeholder {
  opacity: 0;
}

.woocommerce .widget_product_search .woocommerce-product-search {
  display: block;
  position: relative;
}
.woocommerce .widget_product_search input {
  color: #000;
}

.woocommerce .widget_product_search button,
.woocommerce-page .widget_product_search button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 5px;
  border: 0;
  position: absolute;
  right: 0;
  top: 1px;
  height: 48px;
  /* background: red !important; */
  border-radius: 0;
}

.variable-items-wrapper [data-wvstooltip]:before, .variable-items-wrapper [data-wvstooltip]:after {
  z-index: 1 !important;
}

#show-children-cat-only h5 {
  display: none;
}
#show-children-cat-only ul {
  display: block;
}
#show-children-cat-only ul li {
  display: block;
  margin-bottom: 25px;
}
#show-children-cat-only ul li a:before {
  right: 0;
}
#show-children-cat-only ul li a {
  border: none;
  font-size: 19px;
  font-weight: bold;
  border-bottom: 1px solid #dedede;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
}

@media only screen and (max-width: 1023px) {
  /*.filter-product.elementor-column {
    display: none;
  }*/
  .elementor-column.filter-text, .elementor-column.filter-icon {
    height: 50px;
    top: 0;
    position: absolute;
  }
  .elementor-column.filter-text {
    width: 150px;
    right: 50px;
  }
  .elementor-column.filter-icon {
    right: 0;
    width: 50px;
  }
}
.woocommerce .filter-product .elementor-widget-wp-widget-woocommerce_layered_nav ul li {
  font-size: 17px;
  line-height: 1.4em;
}

@media only screen and (max-width: 990px) {
  li.product-type-variable {
    width: 100% !important;
  }
  .woocommerce .related-prod-section:before {
    background: none;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-bottom: 1px solid #fff;
    border-right: none;
  }
}
@media only screen and (min-width: 921px) {
  .ast-woo-shop-archive.ast-page-builder-template .site-content > .ast-container {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .product ul.products {
    display: block !important;
  }
  .product ul.products .product-type-simple,
  .product ul.products .product-type-variable {
    float: left;
    margin-bottom: 30px !important;
    width: 100% !important;
  }
  .product ul.products .product-type-simple:last-of-type,
  .product ul.products .product-type-variable:last-of-type {
    margin-bottom: 0 !important;
  }
  .woocommerce div.product.elementor ul.tabs {
    margin: 0;
    display: block;
  }
  .woocommerce div.product.elementor form.cart table.variations td.label {
    width: 100px !important;
  }
  .woocommerce div.product.elementor .woocommerce-tabs .panel {
    border-top: 0 !important;
    padding: 15px 45px !important;
  }
  .woocommerce .related-prod-section:before {
    background: none;
  }
}
tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_lifetime,
tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_dimensions {
  display: none;
}

.woocommerce div.product form.cart {
  margin-bottom: 0 !important;
}

.woocommerce-terms-and-conditions-wrapper,
.woocommerce-privacy-policy-text {
  margin-bottom: 30px;
}

nav.woocommerce-MyAccount-navigation {
  background: #F2F2F2;
  width: 30%;
}
nav.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 20px;
}
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
  border-bottom: 1px solid #dedede;
  padding: 15px;
  list-style: none;
}
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:before {
  content: "\e900";
  padding: 0 5px 0 5px;
  display: inline-block;
  font-family: Astra;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 11px;
  font-size: 0.7rem;
}
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:hover a {
  text-decoration: underline;
}
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
  color: #919090;
}

.woocommerce-MyAccount-content {
  border: 1px solid #F2F2F2;
  width: 70%;
  padding: 50px 30px;
}
.woocommerce-MyAccount-content a {
  text-decoration: underline !important;
}
.woocommerce-MyAccount-content a:hover {
  text-decoration: none !important;
}
.woocommerce-MyAccount-content a.edit {
  margin-bottom: 10px;
}
.woocommerce-MyAccount-content a.edit,
.woocommerce-MyAccount-content a.woocommerce-button {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  padding: 10px 40px;
  border-radius: 30px;
  display: inline-block;
}
.woocommerce-MyAccount-content a.edit:hover,
.woocommerce-MyAccount-content a.woocommerce-button:hover {
  border: 2px solid #000;
  background: #000;
  color: #fff;
}
.woocommerce-MyAccount-content form fieldset {
  margin-bottom: 15px;
}
.woocommerce-MyAccount-content form label {
  display: block;
  margin-bottom: 10px;
}
.woocommerce-MyAccount-content form input[type=text],
.woocommerce-MyAccount-content form input[type=email],
.woocommerce-MyAccount-content form input[type=password] {
  border-color: #919090 !important;
}

.woocommerce-account h2 {
  display: none;
}

form.woocommerce-form-login.login {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px;
  background: #f2f2f2;
}
form.woocommerce-form-login.login label {
  display: block;
  margin-bottom: 10px;
}
form.woocommerce-form-login.login input[type=text],
form.woocommerce-form-login.login input[type=password] {
  background: #fff;
  border-color: #919090 !important;
}

nav.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  float: left;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  margin-bottom: 15px;
}

@media only screen and (min-width: 769px) {
  .woocommerce-Address {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  nav.woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    float: none;
    clear: both;
    width: 100%;
  }
  .form-row.form-row-first, .form-row.form-row-last {
    width: 100% !important;
  }
}
.section-carriere h2,
.section-carriere h3 {
  margin-bottom: 27px;
  padding-bottom: 0;
}
.section-carriere form#carriere-filters {
  margin: 50px 0;
}
.section-carriere .cat-content {
  margin-bottom: 75px;
  border-bottom: 1px solid #000;
  padding-bottom: 75px;
  display: inline-block;
}
.section-carriere .cat-content.last {
  margin-bottom: 0px;
  border-bottom: 0;
}
.section-carriere .cat-content .row article p {
  margin-bottom: 27px;
}
.section-carriere .cat-content .row article img {
  width: 100%;
}

ol li ul {
  padding: 15px 0;
}

/* Career/Carrière */
#careers {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.single-job #main-content .container:before {
  display: none;
}
.single-job #main-content .container .et_pb_section_0 {
  padding-top: 0;
  padding-bottom: 30px;
}

.section-carriere .chosen-container-single .chosen-single:after {
  background: url(https://dals.com/wp-content/themes/dals/icones/down-button-wte.svg) no-repeat;
}

@media only screen and (min-width: 980px) {
  .section-carriere .cat-content {
    max-width: 80%;
  }
}
@media only screen and (max-width: 980px) {
  .section-carriere .cat-content {
    margin-bottom: 80px;
  }
  .section-carriere .row article {
    padding: 0;
  }
  .section-carriere .row article:nth-child(2), .section-carriere .row article:last-of-type {
    margin-bottom: 0px;
    margin-right: 0;
  }
  .section-carriere .row article {
    width: 46%;
    margin-right: 4%;
    margin-bottom: 30px;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .section-carriere .row article:nth-child(2), .section-carriere .row article:last-of-type {
    margin-right: 0;
  }
  .section-carriere .row article {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    float: left;
  }
}
@media all and (max-width: 767px) {
  .section-carriere .cat-content {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
.sales-agent-type {
  clear: both;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: bold;
}

#liste-infos {
  padding-left: 10px;
  min-height: 55px;
}

#liste-infos img {
  text-align: center;
  margin: auto;
  display: none;
  width: 50px;
}

.store-item {
  width: 100%;
  padding-bottom: 50px;
  vertical-align: top;
}

.store-item p {
  margin-bottom: 0px;
  font-size: 100%;
  line-height: 22px;
}

.store-item strong {
  font-size: 1.1rem;
}

.store-location-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  background-color: #000;
  border: none;
}

.woocommerce-shipping-calculator input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  font-weight: bold;
  opacity: 1; /* Firefox */
}

.woocommerce-shipping-calculator input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  font-weight: bold;
  opacity: 1; /* Firefox */
}

.woocommerce-shipping-calculator input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  font-weight: bold;
  opacity: 1; /* Firefox */
}

.woocommerce-shipping-calculator input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  font-weight: bold;
  opacity: 1; /* Firefox */
}

.woocommerce-shipping-calculator input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  font-weight: bold;
  opacity: 1; /* Firefox */
}
.woocommerce-shipping-calculator input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
  font-weight: bold;
}
.woocommerce-shipping-calculator input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
  font-weight: bold;
}

#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
  font-size: 19px;
  font-weight: 400;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  margin-bottom: 30px;
}

.woocommerce-js .quantity .qty {
  color: #000;
}

@media only screen and (min-width: 600px) {
  .store-item {
    display: inline-block;
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .store-item {
    width: 33.33%;
  }
  .store-item:nth-child(3n-1) {
    padding-left: 6px;
  }
  .store-item:nth-child(3n) {
    padding-left: 13px;
  }
}
/* ----------------------------------------------------------------
  Sub-landing
--------- */
.sub-landing-menu .menu-item.current-menu-item {
  display: none;
}
.sub-landing-menu .menu-item a {
  margin-left: 0;
  -webkit-margin-start: 0px !important;
          margin-inline-start: 0px !important;
  padding: 5px 15px 5px 0 !important;
}

/* ----------------------------------------------------------------
  Design - Product specifications
--------- */
.dwspecs-product-table .dwspecs-product-table-group .group-title {
  color: #000 !important;
}
.dwspecs-product-table table tr th {
  color: #000 !important;
  font-size: 19px !important;
  vertical-align: initial !important;
  font-family: "Lato", sans-serif !important;
}
.dwspecs-product-table table tr td {
  color: #000 !important;
  font-size: 19px !important;
  vertical-align: initial !important;
  font-family: "Lato", sans-serif !important;
}

/* ----------------------------------------------------------------
  Fix du z-index du header pour fancybox
--------- */
.home .breadcrumbs-mod,
.home .breadcrumbs-mod-prod {
  display: none;
}

body:not(.home) div#content.site-content > .elementor-section-wrap section:first-of-type {
  padding-top: 75px;
  /* background: red; */
}
body:not(.home) .elementor-section-wrap section {
  padding: 37px 0;
}

/* ----------------------------------------------------------------
 Changement style liste articles blogue
--------- */
.more-link:first-letter {
  text-transform: uppercase;
}

/* STYLE RÉMY */
.ligne-vertical {
  position: relative;
}
.ligne-vertical:before {
  content: "";
  position: absolute;
  top: 2.5%;
  left: 50%;
  width: 1px;
  height: 95%;
  background-color: #707070;
}

.center {
  text-align: center;
}

.clear-spacing {
  padding: 50px 0px;
  display: block;
}

.col-1-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.col-1-2 > div {
  display: inline-block;
  width: 50%;
}
.col-1-2 > div:first-child {
  padding-right: 50px;
}

.searchbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.searchbar input {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  border-radius: 0;
}
.searchbar input[type=text] {
  border: 1px solid black;
  height: 44px;
}
.searchbar input[type=image] {
  width: 51px;
  height: 46px;
  padding: 0;
}

/* ------------------------------------------------------------------
   Page de résulats de 404

-------------*/
.error404 h1 {
  line-height: 1em;
  padding-bottom: 30px;
}
.error404 p.first {
  font-size: 35px;
  line-height: 1em;
}
.error404 p.second {
  font-size: 20px;
  width: 80%;
  margin: auto;
}
.error404 h2 {
  padding-bottom: 30px;
}
.error404 .liens-rapide h2 {
  padding-bottom: 30px;
}
.error404 .liens-rapide ul {
  text-align: left;
  display: inline-block;
  margin: auto;
  list-style: none;
  padding-left: 0;
}
.error404 .liens-rapide ul li {
  padding-bottom: 1em;
}
.error404 .liens-rapide a {
  text-decoration: underline;
}
.error404 .searchbar {
  margin-bottom: 30px;
}

.shadow .search-res-container {
  -webkit-box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.16);
}

.search-section.result {
  padding: 45px;
}
.search-section.result:nth-child(odd) {
  background: #efece7;
}

.search-column {
  margin-bottom: 30px;
}

.col {
  float: left;
  width: 50%;
}
.col .result {
  margin-bottom: 30px;
}
.col .result:last-child {
  margin-bottom: 0;
}

.search-res-container > div.col ~ .col {
  padding-left: 30px;
  padding-right: 0;
}

.search-res-container > div.col {
  padding-right: 30px;
}

.google-custom-search-pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.google-custom-search-pagination div {
  width: 50%;
  text-align: center;
}

/* ------------------------------------------------------------------
   Page de résulats de 404 - 2

-------------*/
.page-id-1271 .et_pb_column {
  padding-left: 30px;
  padding-right: 30px;
}
.page-id-1271 .et_pb_column.liens-rapide {
  padding-right: 0px;
}
.page-id-1271 .et_pb_column.liens-rapide ul {
  padding-bottom: 0;
}
.page-id-1271 .et_pb_column.liens-rapide ul li:last-child {
  padding-bottom: 0;
}

/* ------------------------------------------------------------------
   Page de résulats de recherche

-------------*/
#sidebar .widget_search #searchsubmit {
  width: auto;
  cursor: pointer;
}

/* ------------------------------------------------------------------
 Barre de recherche de produits dans le Header
-------------*/
#header-widget-area #woocommerce_product_search-2 {
  width: 90%;
  float: left;
}
#header-widget-area #woocommerce_product_search-2 form {
  width: 100%;
}
#header-widget-area #woocommerce_product_search-2 .widget-title, #header-widget-area #woocommerce_product_search-2 button {
  display: none;
}

/* Cacher les images à la une ---------------------*/
.search-results #content-area .et_pb_post img {
  display: none;
}
.search-results #content-area .et_pb_post h2 {
  margin-top: 0;
}

.single-post .back-to-articles {
  display: inline-block;
  margin-bottom: 20px;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
  color: #00a19f !important;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
  margin-bottom: 0;
  padding-top: 0;
}

.block-link {
  display: block;
}

.et_pb_bg_layout_light a {
  color: #afafaf;
}

.section-carriere form,
.section-event form,
.section-equipe form,
.section-nouvelle form {
  width: 100%;
  max-width: 350px;
  margin-bottom: 50px;
}

#mobile_menu .current-menu-item > a {
  color: #2ea3f2;
}

.post-meta .published {
  font-size: 18px;
}

span.breadcrumb_last {
  font-weight: bold;
}

.archive #main-content .container:before {
  display: none;
}

.archive #cat {
  margin-bottom: 30px;
}

.single #main-content .container:before {
  display: none;
}
.single .post {
  padding-bottom: 0;
}

.nav-previous,
.nav-next {
  font-weight: 700;
}
.nav-previous > a,
.nav-next > a {
  text-decoration: underline;
}

.collapsible:after {
  content: "+";
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "-";
}

.collapsible + ul {
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.temoignage {
  margin: 0 auto;
}
.temoignage .elementor-testimonial-content {
  padding: 45px 30px;
  margin: 0 !important;
  background: #fff;
}
.temoignage .elementor-testimonial-meta {
  background: #000000;
  color: #fff;
  padding: 45px 30px;
}
.temoignage .elementor-testimonial-meta:before {
  content: "";
  width: 98px;
  position: absolute;
  height: 91px;
  right: 0;
  bottom: 0;
  background-size: 100%;
  background: url(/wp-content/uploads/2019/11/guillemets.svg) no-repeat;
}
.temoignage .elementor-testimonial-meta .elementor-testimonial-name {
  font-size: 25px;
  font-weight: bold;
}
.temoignage .elementor-testimonial-meta .elementor-testimonial-job {
  font-size: 25px;
}

.career-testi .elementor-widget-testimonial .elementor-testimonial-meta,
.career-testi .elementor-widget-testimonial .elementor-testimonial-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .elementor-column {
  min-height: auto;
}
body {
  line-height: 1.2;
}

.s-form-content {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-form-content .container {
  max-width: 550px;
  width: 100%;
}
.s-form-content .container form,
.s-form-content .container input {
  width: 100%;
}
.s-form-content .container form {
  width: 90%;
  float: left;
  margin-right: 15px;
}
.s-form-content .container .close {
  float: left;
  line-height: 50px;
}
.s-form-content .container .fa-times-circle:before {
  content: "\f057";
  color: #fff;
  font-size: 30px;
}

.elementor .tel,
.elementor .address {
  background: 0;
}

.hide {
  display: none !important;
}

.error404 form.search-form {
  text-align: center;
  margin: 0 auto;
}
.error404 .search-form .search-field {
  background: #000;
  color: #fff;
}

.woocommerce-form__label-for-checkbox span {
  margin-left: 5px;
}

.quantity.buttons_added input[type=number] {
  color: #000;
}
.quantity.buttons_added a {
  background: none;
}

.ast-woo-mini-cart-wrapper {
  line-height: normal !important;
}

.astra-icon.ast-icon-shopping-cart {
  position: relative;
  top: 1px;
}

.ast-site-header-cart i.astra-icon:after {
  top: -4px !important;
}

.widget_shopping_cart_content {
  padding: 30px;
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart.elementor-button,
.elementor-menu-cart__footer-buttons .elementor-button--checkout.elementor-button {
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #000000;
}

.woocommerce form .form-row ::-webkit-input-placeholder {
  color: #000;
  font-weight: normal;
  font-size: 19px;
}

.woocommerce button.button,
.woocommerce-message a.button.wc-forward,
.woocommerce #content table.cart .button,
.woocommerce-page #content table.cart .button,
a.checkout-button.button.alt.wc-forward,
a.button.wc-backward,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  font-family: "Lato";
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  fill: #000000;
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 2px 2px 2px 2px !important;
  border-color: #000000 !important;
  border-radius: 30px 30px 30px 30px;
}
.woocommerce button.button:hover,
.woocommerce-message a.button.wc-forward:hover,
.woocommerce #content table.cart .button:hover,
.woocommerce-page #content table.cart .button:hover,
a.checkout-button.button.alt.wc-forward:hover,
a.button.wc-backward:hover,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
  color: #fff;
  background-color: #000;
}

p.return-to-shop {
  margin-top: 30px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  font-size: 19px;
  color: #000;
  font-weight: normal;
}

.woocommerce-message,
.woocommerce-info {
  border-top-color: #000000;
  max-width: 1200px;
  margin: 0 auto;
}

.wc-proceed-to-checkout {
  text-align: center;
}
.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
  display: inline-block;
  line-height: 1.2em;
}

.upsells a.button.product_type_simple.add_to_cart_button {
  display: none;
}

@media only screen and (min-width: 981px) and (max-width: 1100px) {
  #main-header .container {
    width: 90%;
  }
}
@media only screen and (max-width: 1025px) {
  #main-content .container:before {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  div#left-area {
    width: 100% !important;
  }
  .blog #sidebar,
  .single-post #sidebar {
    border: none !important;
    width: 100% !important;
    padding-left: 0px;
  }
  .search .result:last-child {
    margin-bottom: 0px;
  }
  .elem-breadcrumbs {
    margin: 0 45px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .career-testi:before {
    content: "";
    background: #f2f2f2;
    height: 60%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (max-width: 980px) {
  .section-carriere form,
  .section-event form,
  .section-equipe form,
  .section-nouvelle form {
    max-width: 100%;
  }
  .blog #sidebar,
  .single-post #sidebar {
    display: none;
  }
  .ligne-vertical:before {
    display: none;
  }
  .col-1-2 {
    display: block;
  }
  .col-1-2 > div {
    width: 100%;
  }
  .col-1-2 > div:first-child {
    margin-bottom: 5%;
  }
  .error404 .liens-rapide ul {
    width: 100%;
  }
  .section-carriere form,
  .section-equipe form,
  .section-event form,
  .section-nouvelle form {
    width: 100%;
  }
  .search-res-container > div.col {
    width: 100%;
    clear: both;
    float: none;
    padding: 0 !important;
  }
  #header-widget-area #woocommerce_product_search-2 {
    margin: auto;
    float: none;
    text-align: center;
  }
  #header-widget-area #woocommerce_product_search-2 form {
    width: 100%;
  }
  #header-widget-area #woocommerce_product_search-2 .widget-title, #header-widget-area #woocommerce_product_search-2 button {
    display: none;
  }
  .s-form-content .container .close {
    float: none;
    text-align: center;
    margin: 20px auto;
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .single #content .ast-container,
  .ast-separate-container .ast-article-single,
  .ast-separate-container #content .ast-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .search .result {
    padding: 0;
    text-align: center;
  }
  .error404 p.first {
    font-size: 20px;
    line-height: 1.2em;
    padding-bottom: 30px;
  }
  .s-form-content {
    padding: 0 45px;
  }
  .s-form-content .container form {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  body h1 {
    text-align: left;
  }
  #et-top-navigation {
    position: relative;
    top: 3px;
  }
  .nav-previous,
  .nav-next {
    float: none;
    padding: 15px;
    text-align: center;
    background: #000;
    margin: 10px 0;
    color: #fff;
  }
  .nav-previous a,
  .nav-next a {
    text-decoration: none;
    color: #fff !important;
  }
  .nav-previous:hover,
  .nav-next:hover {
    background: #878787 !important;
  }
}
@media only screen and (max-width: 425px) {
  .wp-pagenavi .previous-link,
  .wp-pagenavi .next-link {
    width: 40px;
  }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    margin: 12px 0;
    display: block;
  }
  .wp-pagenavi > div {
    text-align: center;
  }
  .wp-pagenavi > div:nth-child(2) {
    margin: 15px 0;
  }
}