#header {
  z-index: 100;
}

.post-type-archive-formation > .wrapper {
  max-width: inherit;
  width: 100%;
}
.post-type-archive-formation > .wrapper .archive-formation-intro {
  background-color: #50a9a7;
  padding: 5%;
  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: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.post-type-archive-formation > .wrapper .archive-formation-intro .intro-title {
  color: white;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 29px;
  margin-bottom: 0;
}
.post-type-archive-formation > .wrapper .archive-formation-intro .intro-subtitle {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  margin-top: 10px;
}
.post-type-archive-formation > .wrapper .archive-formation-intro .intro-search-form__container {
  background-color: #ffffff;
  border-radius: 10px;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  border: 0 solid transparent;
}
.post-type-archive-formation > .wrapper .archive-formation-intro .intro-search-form__container .intro-search-form__icon {
  padding-left: 0;
  opacity: 0.6;
  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;
  width: 50px;
}
.post-type-archive-formation > .wrapper .archive-formation-intro .intro-search-form__container .intro-search-form__icon .intro-screen-only {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.post-type-archive-formation > .wrapper .archive-formation-intro .intro-search-form__container .intro-search-form__input {
  padding-left: 16px;
  padding-right: 16px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  min-width: 0;
}
.post-type-archive-formation > .wrapper .archive-formation-custom {
  max-width: 1140px;
  width: 95%;
  margin: 0 auto;
}
.post-type-archive-formation > .wrapper .archive-formation-custom h1 {
  text-align: center;
  font-size: 29px;
  font-family: "Poppins", Sans-serif;
  padding-top: 50px;
  font-weight: 600;
  padding-bottom: 50px;
}
.post-type-archive-formation > .wrapper .archive-formation-custom .formations-sidebar {
  padding-right: 30px;
}
.post-type-archive-formation > .wrapper .archive-formation-custom .formations-sidebar .wpc-filter-set-widget-title h3 {
  margin-bottom: 0;
  margin-top: 50px;
}
.post-type-archive-formation > .wrapper .archive-formation-custom .formations-sidebar .search {
  display: none;
}
.post-type-archive-formation > .wrapper .archive-formation-custom .formations-sidebar .formations-infos {
  margin-top: 30px;
  margin-bottom: 30px;
}
.post-type-archive-formation > .wrapper .archive-formation-custom .formations-sidebar .formations-infos .formations-infos-financement,
.post-type-archive-formation > .wrapper .archive-formation-custom .formations-sidebar .formations-infos .formations-infos-diplome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-type-archive-formation > .wrapper .archive-formation-custom .formations-sidebar .formations-infos .formations-infos-financement img,
.post-type-archive-formation > .wrapper .archive-formation-custom .formations-sidebar .formations-infos .formations-infos-diplome img {
  max-width: 40px;
  width: 40px;
  margin-right: 10px;
}
.post-type-archive-formation > .wrapper .archive-formation-custom .formations-sidebar .formations-infos .formations-infos-financement h2,
.post-type-archive-formation > .wrapper .archive-formation-custom .formations-sidebar .formations-infos .formations-infos-diplome h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 2rem;
}
.post-type-archive-formation > .wrapper .archive-formation-custom .formations-sidebar .formations-infos .formations-infos-financement p,
.post-type-archive-formation > .wrapper .archive-formation-custom .formations-sidebar .formations-infos .formations-infos-diplome p {
  font-size: 10px;
}
.post-type-archive-formation > .wrapper .archive-formation-custom .formations-sidebar .formations-infos .formations-infos-financement a {
  color: #006766;
  font-weight: 500;
}
.post-type-archive-formation > .wrapper .archive-formation-custom .formations-sidebar .formations-infos .formations-infos-financement a:hover {
  text-decoration: underline;
}
.post-type-archive-formation > .wrapper .archive-formation-custom .formations-sidebar .wpc-widget-top-inside .wpc-inner-widget-chips-wrapper {
  overflow-y: visible;
}
.post-type-archive-formation > .wrapper .archive-formation-custom .formations-sidebar ul.wpc-filter-chips-list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.post-type-archive-formation > .wrapper .archive-formation-custom .formation-items {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.post-type-archive-formation > .wrapper .archive-formation-custom .formation-items .item-formation {
  width: 380px;
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 2px #e0e0e0;
  -moz-box-shadow: 0px 0px 10px 2px #e0e0e0;
  filter: progid:DXImageTransform.Microsoft.Glow(Color=#e0e0e0, Strength=12);
  zoom: 1;
  box-shadow: 0px 0px 10px 2px #e0e0e0;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.post-type-archive-formation > .wrapper .archive-formation-custom .formation-items .item-formation.diplome-actif {
  border: 1px solid #eeb80c;
}
.post-type-archive-formation > .wrapper .archive-formation-custom .formation-items .item-formation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
}
.post-type-archive-formation > .wrapper .archive-formation-custom .formation-items .item-formation a img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.post-type-archive-formation > .wrapper .archive-formation-custom .formation-items .item-formation a .formation-diplome {
  display: block;
  color: white;
  text-align: center;
}
.post-type-archive-formation > .wrapper .archive-formation-custom .formation-items .item-formation a .formation-diplome.f-jaune {
  background-color: #eeb80c;
}
.post-type-archive-formation > .wrapper .archive-formation-custom .formation-items .item-formation a .formation-diplome.f-vert {
  background-color: #006666;
}
.post-type-archive-formation > .wrapper .archive-formation-custom .formation-items .item-formation a .formation-desc {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.post-type-archive-formation > .wrapper .archive-formation-custom .formation-items .item-formation a .formation-desc .formation-title {
  padding: 30px;
  display: block;
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  text-align: center;
}
.post-type-archive-formation > .wrapper .archive-formation-custom .formation-items .item-formation a .formation-desc .formation-meta-1 {
  font-size: 16px;
  margin: 20px 30px;
  text-align: center;
}
.post-type-archive-formation > .wrapper .archive-formation-custom .formation-items .item-formation a .formation-desc .formation-meta-2 {
  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: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  height: 100%;
}
.post-type-archive-formation > .wrapper .archive-formation-custom .formation-items .item-formation a .formation-desc .formation-meta-2 .f-financement {
  font-weight: 500;
}
.post-type-archive-formation > .wrapper .archive-formation-custom .formation-items .item-formation a .formation-desc .formation-meta-2 .f-prix-contain {
  width: 50%;
  text-align: right;
}
.post-type-archive-formation > .wrapper .archive-formation-custom .formation-items .item-formation a .formation-desc .formation-meta-2 .f-prix-contain .f-prix-apt,
.post-type-archive-formation > .wrapper .archive-formation-custom .formation-items .item-formation a .formation-desc .formation-meta-2 .f-prix-contain .f-prix {
  margin: 0;
}
.post-type-archive-formation > .wrapper .archive-formation-custom .formation-items .item-formation a .formation-desc .formation-meta-2 .f-prix-contain .f-prix-apt {
  font-style: italic;
}
.post-type-archive-formation > .wrapper .archive-formation-custom .formation-items .item-formation a .formation-desc .formation-meta-2 .f-prix-contain .f-prix {
  color: #006666;
  font-weight: 600;
  font-size: 18px;
}

.dkpdf-button-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

a.dkpdf-button:hover {
  text-decoration: underline !important;
}

.formations-sidebar .select2-selection.select2-selection--single {
  -webkit-box-shadow: 0px 0px 10px 2px #e0e0e0;
          box-shadow: 0px 0px 10px 2px #e0e0e0;
  border-radius: 10px !important;
  border: 1px solid #e6eeee !important;
}
.formations-sidebar .select2-dropdown.wpc-filter-everything-dropdown.select2-dropdown--below {
  -webkit-box-shadow: 0px 0px 10px 2px #e0e0e0;
          box-shadow: 0px 0px 10px 2px #e0e0e0;
  border-radius: 10px !important;
  border: 1px solid #e6eeee !important;
  border-top: 0 !important;
}
.formations-sidebar .wpc-filter-layout-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 16px 20px !important;
}
.formations-sidebar .widget-title.wpc-filter-title {
  margin-bottom: 0;
}
.formations-sidebar .wpc-filters-section {
  -webkit-box-shadow: 0px 0px 10px 2px #e0e0e0;
          box-shadow: 0px 0px 10px 2px #e0e0e0;
  border-radius: 10px !important;
  border: 1px solid #e6eeee !important;
  padding: 20px !important;
}
.formations-sidebar .wpc-filter-domaine_de_formation {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: none !important;
  border: none !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  padding: 0 !important;
}
.formations-sidebar .wpc-filter-domaine_de_formation .widget-title.wpc-filter-title {
  margin-bottom: 10px;
}
.formations-sidebar .wpc-filter-domaine_de_formation .select2-selection.select2-selection--single {
  position: relative;
  z-index: 100;
}
.formations-sidebar .select2-container--default.select2-container--open .wpc-filter-everything-dropdown.select2-dropdown {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  z-index: 90;
  padding-top: 5px;
}
.formations-sidebar .wpc-edit-filter-set {
  display: none;
}
.formations-sidebar .wpc-edit-filter-set::after {
  content: " (admin)";
}
.formations-sidebar .wpc-edit-filter-set a {
  font-weight: bold;
}
.formations-sidebar .wpc-edit-filter-set a:hover {
  text-decoration: underline;
}

.listing-formations li {
  list-style: none;
}
.listing-formations .sorry-nothing {
  text-align: center;
}

.formations-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.formations-container .formations-sidebar {
  width: 100%;
}
.formations-container .listing-formations {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .formations-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .formations-container .formations-sidebar {
    width: 30%;
  }
  .formations-container .listing-formations {
    width: 70%;
  }
}
.formateurs {
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#btn-intro-search {
  width: 100%;
  text-align: left;
}

body.single-product .product .achatimmediat .cart button.single_add_to_cart_button {
  height: auto;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot th {
  background-color: transparent;
}

.woocommerce .woocommerce-checkout-payment {
  border-radius: 25px !important;
}

.e-coupon-box .e-checkout-secondary-title {
  margin-bottom: 14px !important;
}

.yw-short-desc .woocommerce-product-details__short-description p {
  margin-top: 0 !important;
}

thead th.product-quantity,
tbody td.product-quantity {
  display: none !important;
}

.coupon.e-cart-section.shop_table .form-row.coupon-col {
  width: 100%;
}
.coupon.e-cart-section.shop_table .form-row.coupon-col .coupon-col-start {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}
.coupon.e-cart-section.shop_table .form-row.coupon-col .coupon-col-start #coupon_code {
  width: 100% !important;
  border-radius: 25px !important;
}
.coupon.e-cart-section.shop_table .form-row.coupon-col .coupon-col-end button.button {
  padding-top: 10px;
  padding-bottom: 10px;
}

.speechbubble::after {
  content: "";
  position: absolute;
  background: #d9d9d9;
  height: 25px;
  width: 35px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  left: 11rem;
  -webkit-clip-path: polygon(0 0, 100% 100%, 25% 100%);
          clip-path: polygon(0 0, 100% 100%, 25% 100%);
  bottom: 100%;
  /*box-shadow: -1px -1px 0px 0px #d9d9d9;*/
}

.woocommerce span.onsale {
  background-color: #006666 !important;
  left: unset !important;
  right: -0.5em !important;
  padding: 10px !important;
}

.logged-in.admin-bar .yw-dropdown-menu {
  margin-top: var(--wp-admin--admin-bar--height);
}
.logged-in.admin-bar .yw-dropdown-menu nav ul {
  max-height: calc(100vh - var(--wp-admin--admin-bar--height) - 95px);
  height: calc(100vh - var(--wp-admin--admin-bar--height) - 95px);
  overflow: hidden;
  padding-top: 30px;
}