/*!
 * Archetype Theme (https://mxo.agency/)
 * Copyright 2018 MXO Agency Team
 */
select {
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: -o-linear-gradient(45deg, transparent 50%, gray 50%), -o-linear-gradient(315deg, gray 50%, transparent 50%), -o-linear-gradient(left, #ccc, #ccc);
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 25px) calc(1.25em + 2px), calc(100% - 20px) calc(1.25em + 2px), calc(100% - 2.5em) 0.75em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

/* FAVORITE STORE PLUGIN*/
.store-details .store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  cursor: pointer;
}
.store-details .store p {
  margin: 0;
  color: #FFF;
  font-size: 14px;
}
.store-details .store .title-favorite, .store-details .store .icon {
  color: var(--awb-color4);
}
.store-details .store .icon {
  font-size: 18px;
  width: 25px;
}
.store-details .store .right-favorite.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.store-details .store .details-container {
  border-radius: 16px;
  position: absolute;
  top: 90%;
  padding: 30px;
  z-index: 999;
}
.store-details .store .details-container h4 {
  margin: 0;
}
.store-details .store .details-container p, .store-details .store .details-container span {
  margin: 0;
  text-transform: capitalize;
  font-size: 14px;
  color: #000;
}
.store-details .store .details-container .current-status {
  margin-top: 15px;
}
.store-details .store .details-container .current-status span {
  color: var(--awb-color4);
}
.store-details .store .details-container .phone {
  margin: 15px 0;
}
.store-details .store .details-container .phone a {
  font-weight: 800;
  color: var(--awb-color5);
  font-size: 20px;
}
.store-details .store .details-container .phone a:hover {
  color: var(--awb-color4);
}

.white-header .store-details .store .address-favorite {
  color: #000;
}

/* TROUVEZ UNE SUCCURSALE */
.container-store-search {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
  width: 100%;
  background: -o-linear-gradient(189.66deg, #37B34A -0.15%, #009C9D 23.16%, #1A4897 66.21%) !important;
  background: linear-gradient(260.34deg, #37B34A -0.15%, #009C9D 23.16%, #1A4897 66.21%) !important;
}
.container-store-search .fusion-builder-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.container-store-search form#store_search, .container-store-search form#store-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container-store-search form#store_search span, .container-store-search form#store-choice span {
  color: #FFF;
  margin: 0 10px;
}
.container-store-search form#store_search input, .container-store-search form#store_search select, .container-store-search form#store-choice input, .container-store-search form#store-choice select {
  border-radius: 60px;
  padding: 0 20px;
}
.container-store-search form#store_search input, .container-store-search form#store-choice input {
  width: 250px;
}
.container-store-search form#store_search button, .container-store-search form#store-choice button {
  --button_accent_color:var(--awb-color1);
  --button_accent_hover_color:var(--awb-color1);
  --button_border_hover_color:var(--awb-color1);
  --button_gradient_top_color:var(--awb-color4);
  --button_gradient_bottom_color:var(--awb-color4);
  --button_gradient_top_color_hover:var(--awb-color3);
  --button_gradient_bottom_color_hover:var(--awb-color3);
}

#services-container, #store-choice {
  padding-bottom: 0;
}
#services-container label, #store-choice label {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.big-btn-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  margin-top: 30px;
}
.big-btn-services .service-button {
  padding: 30px;
  width: 50%;
  color: #fff;
  text-align: left;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -o-linear-gradient(75.21deg, rgb(76, 175, 49) -4.36%, rgb(0, 134, 155) 51.87%, rgb(1, 83, 157) 83.53%), #01539D;
  background: linear-gradient(14.79deg, rgb(76, 175, 49) -4.36%, rgb(0, 134, 155) 51.87%, rgb(1, 83, 157) 83.53%), #01539D;
}
@media screen and (max-width: 767px) {
  .big-btn-services .service-button {
    width: 100%;
  }
}
.big-btn-services .service-button:hover {
  background: -o-linear-gradient(189.66deg, #37B34A -0.15%, #009C9D 23.16%, #1A4897 66.21%) !important;
  background: linear-gradient(260.34deg, #37B34A -0.15%, #009C9D 23.16%, #1A4897 66.21%) !important;
}
.big-btn-services .service-button h3 {
  color: #FFF;
}

.rv-form {
  padding-top: 50px !important;
  text-align: left !important;
}
.rv-form.costar .fusion-builder-row {
  background-color: #FFF;
  padding: 50px 0;
}

.fusion-fullwidth.container-succursales-list {
  padding-top: 50px;
}

.filter-store {
  padding-top: 0;
  padding-bottom: 30px;
}
.filter-store span {
  margin: 0 10px 0 0;
  font-weight: bold;
}
.filter-store select {
  border-radius: 60px;
  padding: 0 20px;
}

.store_list_container .store {
  background-color: var(--awb-color1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 20px;
}
.store_list_container .store .map {
  width: 30%;
  background-size: cover !important;
}
.store_list_container .store .content-store {
  width: 70%;
  padding: 30px 30px 30px 5%;
}
.store_list_container .store .content-store .top-content-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.store_list_container .store .content-store .top-content-store .ma-succursale, .store_list_container .store .content-store .top-content-store .select-favorite-store {
  padding: 5px 10px;
  background: rgba(55, 179, 74, 0.1);
  color: var(--awb-color4);
  font-weight: 800;
  text-transform: uppercase;
}
.store_list_container .store .content-store .top-content-store .select-favorite-store {
  font-weight: normal;
  text-transform: none;
}
.store_list_container .store .content-store .top-content-store .select-favorite-store:hover {
  background-color: #efefef;
  color: #000;
  cursor: pointer;
}
.store_list_container .store .content-store .top-content-store .categories img {
  max-height: 30px;
  margin: 0px 2px;
}
.store_list_container .store .content-store .middle-content-store h4 {
  margin: 0;
}
.store_list_container .store .content-store .middle-content-store p, .store_list_container .store .content-store .middle-content-store span {
  margin: 0;
  text-transform: capitalize;
  font-size: 14px;
}
.store_list_container .store .content-store .middle-content-store .current-status {
  margin-top: 15px;
}
.store_list_container .store .content-store .middle-content-store .current-status span {
  color: var(--awb-color4);
}
.store_list_container .store .content-store .middle-content-store .phone {
  margin-top: 15px;
}
.store_list_container .store .content-store .middle-content-store .phone a {
  font-weight: 800;
  color: var(--awb-color5);
  font-size: 20px;
}
.store_list_container .store .content-store .middle-content-store .phone a:hover {
  color: var(--awb-color4);
}
.store_list_container .store .content-store .bottom-content-store {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.store_list_container .store .content-store .bottom-content-store a {
  margin-left: 15px;
}
.store_list_container .store .content-store .bottom-content-store a.rendez-vous {
  --button_accent_color:var(--awb-color1);
  --button_accent_hover_color:var(--awb-color1);
  --button_border_hover_color:var(--awb-color1);
  --button_gradient_top_color:var(--awb-color4);
  --button_gradient_bottom_color:var(--awb-color4);
  --button_gradient_top_color_hover:var(--awb-color3);
  --button_gradient_bottom_color_hover:var(--awb-color3);
}

/* CONSEILS -- BLOGUE */
.fusion-post-cards.blog-listing-with-cat .fusion-filters {
  display: none !important;
}

#mxo-cat-filter {
  display: block;
  width: 200px;
  border-radius: 60px;
  padding: 0 20px;
}

/*CTA succursales */
form#simple_store_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
form#simple_store_search p {
  color: #FFF;
  padding: 0 20px;
  margin: 0;
}
form#simple_store_search .zipcode, form#simple_store_search .rayon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
form#simple_store_search .zipcode input, form#simple_store_search .zipcode select, form#simple_store_search .rayon input, form#simple_store_search .rayon select {
  border-radius: 60px;
  padding: 0 20px;
  min-width: 100px;
}

/* RESPONSIVE */
@media screen and (max-width: 1000px) {
  .store_list_container .store {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .store_list_container .store .map {
    min-height: 300px;
    width: 100%;
  }
  .store_list_container .store .content-store {
    width: 100%;
  }
  #store-choice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .big-btn-services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .big-btn-services .service-button {
    width: 100%;
  }
}
/*MOBILE*/
@media screen and (max-width: 800px) {
  .address-favorite {
    color: #000 !important;
  }
  .store_list_container .store .content-store .top-content-store {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .store_list_container .store .content-store .top-content-store .ma-succursale {
    margin-bottom: 10px;
  }
  .store_list_container .store .content-store .bottom-content-store {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .store_list_container .store .content-store .bottom-content-store a {
    margin: 10px 0 0 0;
  }
  /*CTA succursales */
  .search-succursale form#simple_store_search {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search-succursale form#simple_store_search .zipcode, .search-succursale form#simple_store_search .rayon {
    width: 100%;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .search-succursale form#simple_store_search .zipcode input, .search-succursale form#simple_store_search .zipcode select, .search-succursale form#simple_store_search .rayon input, .search-succursale form#simple_store_search .rayon select {
    width: 80%;
  }
  .search-succursale a#search-submit {
    width: 100% !important;
  }
  /* Trouver une succursale*/
  #store_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #store_search input, #store_search select {
    width: 100% !important;
  }
  #store_search .radius {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 15px 0;
  }
  .select-favorite-store {
    margin-bottom: 10px;
  }
  .bottom-content-store a {
    width: 100%;
  }
}
/*# sourceMappingURL=theme.css.map */
