/* celeste-child: wmarketing.css (library/css/wmarketing.css) */
/* Navigation Header 
header nav > ul li a {
  font-weight: 700;
}*/
/* Navigation Header */
/* Contact hide */
li#menu-item-170 {
  display: none;
}

/* Bread Crumb */
.single-breadcrumb-container,
.block-products {
  width: 80%;
  max-width: 1080px;
  position: relative;
  margin: 50px auto 0;
}
.single-breadcrumb-container a {
  color: #2ea3f2;
}
.single .btn-back {
  top: 0 !important;
}
/* HomePage Blog */
#et-boc .et-l .sidebar > div,
.d-flex .post-listing #et_builder_outer_content .post-container {
  background: none !important;
}
.archives .section--header {
  height: 380px !important;
}
.archives .section--header .wrapper--content--header .content--title p {
  margin-top: 1em !important;
}

.archives .section--footer {
  background-position: bottom center;
  /* background-image: url("/wp-content/uploads/2021/12/large-bg-footer-vert-1-1.png") !important; */
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100%;
  background-color: #171f42;
}

.archives .section--footer .wrapper--content--footer {
  width: 100%;
  margin: 0 auto;
  max-width: 1080px;
  padding: 120px 0px 0 0;
  text-align: center;
}

.archives .section--footer .wrapper--content--footer svg {
  margin-bottom: 15px;
}

.archives .section--footer .wrapper--content--footer .et_pb_text_inner {
  color: #fff;
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 15px;
}

.archives .section--footer .wrapper--content--footer .et_pb_text_inner P {
  padding: 5px;
}
.archives .section--footer .wrapper--content--footer .et_pb_text_inner P a {
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .archives .section--footer .wrapper--content--footer {
    padding: 60px 0px 0 0;
  }
  .archives .section--footer .wrapper--content--footer .et_pb_text_inner {
    width: 100%;
    flex-direction: column;
  }
}

/*  Pagination */
.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 24px !important;
  /* border-radius: 6px !important; */
  /* box-shadow: 0px 4px 8px 0px rgb(31 41 55 / 14%) !important;
  background-color: #fff !important; */
  position: relative;
}

.page-numbers {
  font-weight: 400;
  font-size: 16px;
  color: #252525ab !important;
  padding: 16px !important;
  transition: all 0.3s !important;
}
.page-numbers.current {
  color: #a863a5 !important;
  font-weight: 800;
  position: relative;
  text-decoration: underline !important;
}

.page-numbers:hover {
  color: hsl(0, 0%, 0%) !important;
  text-decoration: underline !important;
  transition: all 0.3s !important;
}

/*  Blog Recherche */
#search-3 .search {
  width: 100%;
  position: relative;
  display: flex;
}

#search-3 input.search-input {
  width: 100% !important;
  border: 2px solid #8b3f7d !important;
  border-right: none !important;
  padding: 5px !important;
  height: 30px !important;
  border-radius: 5px 0 0 5px !important;
  outline: none !important;
  color: #000000;
}

#search-3 input.search-input:focus {
  color: #8b3f7d !important;
}

#search-3 button.search-submit {
  border: 1px solid #8b3f7d;
  background: #8b3f7d;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

/* page search */
@media only screen and (min-width: 981px) {
  .et_pb_posts .et_pb_post img,
  .et_pb_posts .et_overlay {
    width: 250px;
    /* height: 180px !important; */
    margin-right: 0% !important;
    float: left;
  }
  .et_pb_posts .entry-title,
  .et_pb_posts .post-meta,
  .et_pb_posts .post-content {
    float: right;
    width: 69% !important;
  }
  body.rtl .et_pb_posts .et_pb_post img,
  body.rtl .et_pb_posts .et_overlay {
    float: right;
    margin-left: 4%;
    margin-right: 0;
  }
  body.rtl .et_pb_posts .entry-title,
  body.rtl .et_pb_posts .post-meta,
  body.rtl .et_pb_posts .post-content {
    float: left;
  }
}

@media only screen and (max-width: 981px) {
  .et_pb_posts .et_pb_post img,
  .et_pb_posts .et_overlay {
    width: 250px !important;
    height: 180px !important;
    margin-right: 4%;
  }
}

/* search page custom hide page and article in section respective */

#search-page--divi-article article.type-page,
#search-page--divi-page article.type-post {
  display: none !important;
}

/* popup maker */
/* ajuste height on popup maker */
.et_pb_pricing_content_top {
  display: none;
}
#iframe_container {
  width: 100%;
  min-height: 70vh;
  position: relative;
}
.iframe-responsive {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
  margin: 0px;
  padding: 0px;
}
.iframe-container body {
  padding: 20px;
}

.pum-container,
.pum-theme-lightbox .pum-container {
  background-color: #f4f8fa;
}

/* CSS menu text 'commandez en ligne' */
li#menu-item-28915 a:hover {
  transform: scale(1.05);
}
li#menu-item-28915 a {
  background-color: #a863a5;
  border-radius: 4px;
  visibility: visible;
  padding: 11px;
  font-weight: 600;
  transition: all 0.3s;
  color: #fff !important;
}

/* Floating Boutton */
.celeste-floatingBtn a.link {
  position: fixed;
  padding: 1rem 2rem;
  box-shadow: 0 0 50px 0 rgb(0 0 0 / 40%);
  border-radius: 30px 0 0 30px;
  color: #fff;
  z-index: 10000;
  margin: 1rem 0;
  font-size: 1rem;
  transition: all 0.3s !important;
}
.celeste-floatingBtn a.link:hover {
  right: 0px;
}
.celeste-floatingBtn a.link img {
  margin-right: 16px;
  transition: all 0.6s !important;
}
.celeste-floatingBtn a.link:hover img {
  -ms-transform: rotate(20deg); /* IE 9 */
  transform: rotate(20deg);
}
.celeste-floatingBtn a.link span {
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  top: -7px;
}

.celeste-floatingBtn a.contact-btn {
  bottom: 50%;
  background-color: #38daa3;
  right: -197px;
}

.celeste-floatingBtn a.phone-btn {
  bottom: 43%;
  background-color: #1f70b8;
  right: -145px;
}

/* Navigation : Espace Client  */

header #menu-item-44034 a {
  position: relative;
  visibility: hidden;
  transition: all 0.3s;
}
header #menu-item-44034 a:hover {
  transform: scale(1.05);
}
header #menu-item-44034 a::before {
  content: "";
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #a863a5;
  border-radius: 4px;
  display: flex;
  visibility: visible;
}
header #menu-item-44034 a::after {
  content: "";
  position: absolute;
  background-image: url(../../images/customer.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  left: 12px;
  top: 10px;
  visibility: visible;
}
header #menu-item-44034 a span {
  display: none;
}
/* Navigation : Commande en Linge  */
li#menu-item-40881 a {
  background-color: #38d9a2;
  border-radius: 4px;
  padding: 11px 15px;
  font-weight: 600;
  color: #fff !important;
}
