@charset "UTF-8";
/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/
Description: Astra is fast, fully customizable &amp; beautiful theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,custom-menu,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 1.8.7.1578298591
Updated: 2020-01-06 09:16:31

*/
@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap");
/* Forcer Russo One sur le front uniquement (hors admin et barre admin) */
body:not(.elementor-editor-active):not(.wp-admin):not(.admin-bar) *:not(#wpadminbar *),
.elementor *:not(#wpadminbar *),
.ast-container:not(#wpadminbar),
.ast-site-identity:not(#wpadminbar),
.ast-site-title:not(#wpadminbar),
.ast-header-break-point *:not(#wpadminbar *),
.ast-single-post:not(#wpadminbar),
.entry-content:not(#wpadminbar) {
  font-family: 'Russo One', Arial, Helvetica, sans-serif; }

/* Ne PAS écraser les icônes Elementor / Font Awesome */
[class^="eicon-"],
[class*="eicon-"],
.eicon,
svg,
elementor-icon {
  font-family: 'eicons' !important;
  font-style: normal !important; }

i[class*="fa"],
i[class*="fas"],
i.fa,
.uael-action-item.fa {
  font-family: 'Font Awesome 5 Free' !important;
  font-style: normal !important; }

h1,
.entry-content h1 {
  font-size: 1.7rem; }
  h1.product_title,
  .entry-content h1.product_title {
    font-size: 2rem; }

h3,
.entry-content h3 {
  font-size: 1.5rem; }

.main-header-bar {
  background-color: white; }

.site-title {
  display: none; }

.main-header-menu .menu-link,
.main-header-menu > a {
  color: white; }

@media (min-width: 769px) {
  .site-header-section-left {
    text-align: center; } }
body,
.site,
#page,
.main-header-bar-wrap,
.ast-theme-transparent-header {
  overflow: visible !important; }

#masthead {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); }

/*
pour les icones
*/
.snipe-header-icons {
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative; }
  .snipe-header-icons .snipe-icon {
    font-size: 22px;
    color: #1b1b1b;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease; }
    .snipe-header-icons .snipe-icon:hover {
      transform: scale(1.1);
      color: #ef6c1a; }
  .snipe-header-icons .cart-icon {
    position: relative; }
    .snipe-header-icons .cart-icon .cart-count,
    .snipe-header-icons .cart-icon .woocommerce-cart-count {
      position: absolute;
      top: -6px;
      right: -10px;
      background-color: #000;
      color: #fff;
      font-size: 11px;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      z-index: 10; }
  .snipe-header-icons .search-toggle {
    cursor: pointer;
    font-size: 22px;
    color: #000;
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center; }

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px; }
  .search-overlay.active {
    display: flex; }
  .search-overlay .search-box {
    position: relative;
    background: white;
    padding: 40px 30px;
    border-radius: 8px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); }
    .search-overlay .search-box form {
      display: flex;
      align-items: center; }
      .search-overlay .search-box form input[type="search"] {
        flex: 1;
        padding: 14px 20px;
        font-size: 18px;
        border: 2px solid #f16521;
        border-radius: 4px 0 0 4px;
        outline: none; }
      .search-overlay .search-box form button[type="submit"] {
        background: #f16521;
        border: none;
        padding: 14px 20px;
        border-radius: 0 4px 4px 0;
        cursor: pointer; }
        .search-overlay .search-box form button[type="submit"] i {
          color: white;
          font-size: 20px; }
        .search-overlay .search-box form button[type="submit"]:hover {
          background: #d24d0d; }
    .search-overlay .search-box .close-search {
      position: absolute;
      top: -15px;
      right: -15px;
      background: #f16521;
      border: none;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
      transition: background 0.3s; }
      .search-overlay .search-box .close-search i {
        color: white; }
      .search-overlay .search-box .close-search:hover {
        background: #d24d0d; }

@media (max-width: 767px) {
  #info-contact-header {
    text-align: center; } }
.ast-builder-menu-1 .menu-item > .menu-link {
  text-transform: uppercase !important;
  color: #293038;
  font-size: 1rem; }

.ast-builder-menu-1 {
  margin-right: auto; }

.site-primary-header-wrap .ast-builder-grid-row {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .site-primary-header-wrap .ast-builder-grid-row .site-header-primary-section-right {
    margin-left: 2rem;
    width: 100%; }

#wpforms-4335 {
  color: white; }
  #wpforms-4335 .wpforms[submit] {
    background-color: #1e2859;
    border-color: #1e2859; }
  #wpforms-4335 .wpforms-required-label {
    color: #1e2859; }

.astra-advanced-hook-634 .elementor-widget-uael-nav-menu a:hover {
  color: #ec7328 !important; }
.astra-advanced-hook-634 [data-id="26d7ab4"] p {
  margin-bottom: 0; }
@media (max-width: 767px) {
  .astra-advanced-hook-634 .elementor-element-a65db0e .elementor-widget-wrap {
    padding: 0 !important;
    padding-top: 10px !important; }
  .astra-advanced-hook-634 .elementor-634 .elementor-element.elementor-element-7ed755c {
    text-align: center !important; }
  .astra-advanced-hook-634 .elementor-element-a65db0e .elementor-col-25 {
    width: 50% !important; } }

.product.slick-slide .uael-woo-product-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: none !important; }
  .product.slick-slide .uael-woo-product-wrapper .uael-woo-products-thumbnail-wrap {
    flex: 0 0 auto; }
  .product.slick-slide .uael-woo-product-wrapper .uael-woo-products-summary-wrap {
    position: relative;
    overflow: hidden;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #ec7328; }
    .product.slick-slide .uael-woo-product-wrapper .uael-woo-products-summary-wrap h2 {
      color: black; }
    .product.slick-slide .uael-woo-product-wrapper .uael-woo-products-summary-wrap:hover h2 {
      transition: color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      color: #ec7328; }
    .product.slick-slide .uael-woo-product-wrapper .uael-woo-products-summary-wrap > * {
      position: relative;
      z-index: 1; }
    .product.slick-slide .uael-woo-product-wrapper .uael-woo-products-summary-wrap a,
    .product.slick-slide .uael-woo-product-wrapper .uael-woo-products-summary-wrap h2,
    .product.slick-slide .uael-woo-product-wrapper .uael-woo-products-summary-wrap h3,
    .product.slick-slide .uael-woo-product-wrapper .uael-woo-products-summary-wrap h4,
    .product.slick-slide .uael-woo-product-wrapper .uael-woo-products-summary-wrap h5,
    .product.slick-slide .uael-woo-product-wrapper .uael-woo-products-summary-wrap h6 {
      text-decoration: none; }
.product.slick-slide .price {
  color: #ec7328 !important; }

#uael-quick-view-modal .uael-lightbox-content {
  padding: 2rem 1rem; }

.banniere-container {
  width: 100%;
  overflow: hidden;
  background-color: #121212;
  /* ou n'importe quel fond compatible */
  display: flex;
  justify-content: center; }
  .banniere-container img {
    max-width: 100%;
    height: auto;
    mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%); }

#order_review, #order_review_heading {
  display: block !important; }

.main-header-bar {
  padding: 1.5em 0; }

footer.site-footer {
  display: none !important; }

.main-header-bar-wrap {
  background-color: #DBCFC3 !important; }

.elementor-555 .elementor-element.elementor-element-7ae7aa4 > .elementor-widget-container {
  background-color: transparent !important; }

.woocommerce div.product .product_meta > span.sku_wrapper {
  display: none; }

.site-logo-img {
  display: flex;
  align-items: center; }
  .site-logo-img .la-boutique {
    margin-left: .7rem; }
    .site-logo-img .la-boutique .boutique {
      margin-left: .5rem; }

.woocommerce-error {
  border-top-color: #ec7328; }
  .woocommerce-error:before {
    color: #ec7328; }

:root {
  --tawk-header-background-color: $orange; }

.ast-advanced-headers-breadcrumb,
.ast-advanced-headers-breadcrumb a,
.ast-advanced-headers-title,
.ast-advanced-headers-wrap {
  color: #1e2859 !important; }

.main-header-menu .menu-link,
.main-header-menu > a {
  color: #1e2859 !important; }

.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single,
.ast-separate-container .comments-count-wrapper,
.ast-separate-container .ast-comment-list li.depth-1,
.ast-separate-container .comment-respond,
.ast-separate-container .related-posts-title-wrapper,
.ast-separate-container .related-posts-title-wrapper .single.ast-separate-container .about-author-title-wrapper,
.ast-separate-container .ast-related-posts-wrap,
.ast-separate-container .ast-woocommerce-container,
.single.ast-separate-container .ast-author-details {
  padding-right: 20px !important;
  padding-left: 20px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.ast-separate-container #primary {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.woocommerce.ast-separate-container .ast-woocommerce-container,
.ast-separate-container .ast-article-single:not(.ast-related-post) {
  background-color: white; }

textarea {
  background-color: white !important; }

.elementor-field-group .elementor-field-textual {
  color: #1e2859 !important; }

.e-form__buttons span {
  color: white !important; }

.woocommerce button.button {
  background-color: #1e2859 !important; }

#ast-hf-menu-1 .panier {
  visibility: visible !important; }
  #ast-hf-menu-1 .panier a {
    font-size: 0 !important;
    position: relative; }
    #ast-hf-menu-1 .panier a:before {
      top: 2px;
      font-size: 1.2rem;
      vertical-align: middle;
      margin-right: 0.2em;
      display: inline-block;
      content: url("data:image/svg+xml,%3Csvg%20width%3D%2230px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.921%2017.95C10.9078%2018.514%2010.4417%2018.9615%209.87768%2018.9519C9.31363%2018.9422%208.86319%2018.479%208.86932%2017.9149C8.87546%2017.3508%209.33585%2016.8974%209.89998%2016.9C10.4713%2016.9094%2010.9277%2017.3787%2010.921%2017.95Z%22%20stroke%3D%22%23EC7328%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.391%2017.95C16.3778%2018.5134%2015.9127%2018.9606%2015.3493%2018.9519C14.7859%2018.9432%2014.335%2018.4817%2014.3393%2017.9182C14.3436%2017.3547%2014.8015%2016.9002%2015.365%2016.9C15.6403%2016.9032%2015.903%2017.0156%2016.0954%2017.2125C16.2879%2017.4094%2016.3942%2017.6747%2016.391%2017.95Z%22%20stroke%3D%22%23EC7328%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M20.13%207.80005H10.237L9.55295%2013.4C9.54868%2013.7671%209.69042%2014.1208%209.94697%2014.3834C10.2035%2014.646%2010.5539%2014.7958%2010.921%2014.8H16.985C17.4691%2014.7981%2017.9157%2014.5392%2018.158%2014.12L21.3%209.92005C21.5567%209.49222%2021.5663%208.96009%2021.3252%208.52326C21.0841%208.08642%2020.6288%207.81091%2020.13%207.80005V7.80005Z%22%20stroke%3D%22%23EC7328%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M9.50841%207.97794C9.60668%208.38032%2010.0125%208.62686%2010.4149%208.52859C10.8173%208.43032%2011.0639%208.02445%2010.9656%207.62206L9.50841%207.97794ZM9.582%205.118L10.3106%204.94006L10.3103%204.93897L9.582%205.118ZM9.432%205L9.43451%204.25H9.432V5ZM6.818%204.25C6.40379%204.25%206.068%204.58579%206.068%205C6.068%205.41421%206.40379%205.75%206.818%205.75V4.25ZM7.363%209.639C7.77721%209.639%208.113%209.30321%208.113%208.889C8.113%208.47479%207.77721%208.139%207.363%208.139V9.639ZM4.5%208.139C4.08579%208.139%203.75%208.47479%203.75%208.889C3.75%209.30321%204.08579%209.639%204.5%209.639V8.139ZM7.364%2011.972C7.77821%2011.972%208.114%2011.6362%208.114%2011.222C8.114%2010.8078%207.77821%2010.472%207.364%2010.472V11.972ZM6.432%2010.472C6.01779%2010.472%205.682%2010.8078%205.682%2011.222C5.682%2011.6362%206.01779%2011.972%206.432%2011.972V10.472ZM10.9656%207.62206L10.3106%204.94006L8.85341%205.29594L9.50841%207.97794L10.9656%207.62206ZM10.3103%204.93897C10.2111%204.53551%209.84999%204.2514%209.43451%204.25L9.42949%205.75C9.15633%205.74908%208.91888%205.56229%208.85368%205.29703L10.3103%204.93897ZM9.432%204.25H6.818V5.75H9.432V4.25ZM7.363%208.139H4.5V9.639H7.363V8.139ZM7.364%2010.472H6.432V11.972H7.364V10.472Z%22%20fill%3D%22%23EC7328%22%2F%3E%3C%2Fsvg%3E") !important;
      transform: scale(1.4, 1.4) translate(25%, 0);
      background-color: transparent;
      left: 10px;
      width: 30px;
      height: 30px;
      top: 2px;
      position: absolute; }

.woocommerce-js a.button,
.woocommerce button.button,
.woocommerce .woocommerce-message a.button,
.woocommerce #respond input#submit.alt,
.woocommerce-js a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce input.button,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit,
.woocommerce button.button.alt.disabled,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
.wc-block-grid__product-onsale {
  color: #ffffff;
  border-color: #1e2859;
  background-color: #1e2859; }

a.uael-loop-product__link {
  color: #ec7328; }

.uael-woo-products-summary-wrap {
  text-align: center; }

.ast-title-bar-wrap {
  background-size: initial; }

.ast-quick-view-text {
  display: none; }

body.ast-separate-container {
  background-color: white; }

/*# sourceMappingURL=style.css.map */
