/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

body {
  font-size: 1rem !important;
  color: #000;
}

.category-id-parent-363 .product-price::before,
.category-id-parent-379 .product-price::before,
.product-id-category-2 .product-price::before,
.category-id-parent-363 .product-price,
.category-id-parent-379 .product-price,
.product-id-category-2 .product-price {
  content: none;
  padding: 0;
}
.product-price {
  color: #000;
  display: inline-block;
  font-weight: 500;
  padding: 5px 10px;
}
#header {
  background: #fff;
}

#header .header-top .inner .col-sp-6 {
  float: left;
  width: 40%;
}

.ApColumn .title_block {
  text-align: center;
  font-size: 1.875rem !important;
  font-weight: bold !important;
  margin: 0 !important;
}

.sub-title-widget {
  text-align: center;
  font-size: 1.25rem;
  color: #4dd9b2;
}

.blog-post .ApImage img {
  margin-bottom: 2rem;
}

.blog-post h3 {
  text-transform: uppercase;
}

#footer_info {
  text-align: center;
  background: #fff;
  margin: 3px -3px 0 3px;
  padding-top: 2rem;
}

#footer_info .logo_footer img {
  margin-bottom: 2rem;
}

#footer_info a[href*="mailto:"] {
  color: #4dd9b2;
  font-weight: 700;
}

.footer-container,
.footer-bottom {
  padding: 0 !important;
  color: inherit !important;
  border: none !important;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0 !important;
  background: #f1f0f0 !important;
}

.block_newsletter .btn span {
  display: none;
}

.block_newsletter .input-wrapper button i {
  display: inline;
}

.thumbnail-container .product-price-and-shipping .price {
  background: #4dd9b2;
  color: #fff;
  font-weight: 700;
}

.thumbnail-container .product-title {
  font-size: 1rem !important;
  margin-bottom: 1.25rem;
}

.block_newsletter {
  padding-top: 2rem !important;
}

#image-form_2491903532806931 {
  margin-bottom: 1.25rem;
}

.footer-center {
  text-align: center;
  color: #888 !important;
  padding: 0;
}

.ApBlockLink li a {
  font-size: 0.875rem;
}

.ApBlockLink li a:hover {
  color: #4dd9b2;
}

.box-coppyrighth6 .ApBlockLink li {
  padding: 0 10px !important;
}

.box-coppyrighth6.box-h7 {
  margin: 0 !important;
}

.box-htop #leo_search_block_top .title_block {
  font-size: 18px;
}

.block.top_phone.ApRawHtml {
  font-size: 0.81rem;
}

body.paris-roubaix-challenge
  .thumbnail-container
  .product-price-and-shipping
  .price,
body.paris-roubaix-challenge .product-price,
body.paris-roubaix-challenge .product-prices .current-price {
  background-color: #ce122b;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.megamenu-off-canvas.megamenu-off-canvas-46989251600373625 .dropdown-menu {
  top: 100px;
}

.megamenu-off-canvas.megamenu-off-canvas-46989251600373625
  .dropdown-menu
  .block_content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.megamenu-off-canvas .block_content > .level0 {
  flex-basis: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.dropdown-menu .block_content a img {
  max-width: 125px !important;
}

.products_block.exclusive .title_block {
  margin-top: 3rem !important;
}

#category-description .jedermann {
    content: url("/img/epreuves-timeto/bannieres/fr-en/full/jedermann.jpg");
    width: 100%;
}
#category-description .run-in-reims {
    content: url("/img/epreuves-timeto/bannieres/fr-en/full/run-in-reims.jpg");
    width: 100%;
}
#category-description .run-in-lyon {
    content: url("/img/epreuves-timeto/bannieres/fr-en/full/run-in-lyon.jpg");
    width: 100%;
}
@media (max-width: 1024px) {
  #category-description .run-in-lyon {
    content: url("/img/epreuves-timeto/bannieres/fr-en/resp/run-in-lyon.jpg");
    width: 100%;
}
  #category-description .run-in-reims {
    content: url("/img/epreuves-timeto/bannieres/fr-en/resp/run-in-reims.jpg");
    width: 100%;
}
  #category-description .jedermann {
    content: url("/img/epreuves-timeto/bannieres/fr-en/resp/jedermann.jpg");
    width: 100%;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product_list.grid .ajax_block_product:nth-child(3n + 1) {
    clear: inherit;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .product_list.grid .ajax_block_product:nth-child(3n + 1) {
    clear: inherit;
  }
}

@media (max-width: 480px) {
  .mosaique .col-sm-6 {
    width: 50% !important;
  }

  .mosaique .col-sm-3 {
    width: 25% !important;
  }

  .blog-post .col-sm-12,
  .footer_posts .col-sm-12 {
    width: 100% !important;
  }
}
@media (max-width: 1200px) {
  .row.mosaique {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .row.mosaique .ApColumn {
    width: unset !important;
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .row.mosaique .ApColumn:first-child {
    flex-basis: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 1024px) {
  #footer_info {
    text-align: center;
    background: #fff;
    margin: 3px 3px 0 3px;
    padding-top: 2rem;
  }
}
@media (max-width: 990px) {
  .megamenu-off-canvas.megamenu-off-canvas-46989251600373625
    .dropdown-menu
    .block_content
    > .level0 {
    flex-direction: column;
  }
  .navbar-nav {
    flex-direction: column;
  }
  .off-canvas-nav-megamenu .block_content {
    padding-block: 1.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 2rem;
  }
  .off-canvas-nav-megamenu .block_content > .level0 {
    flex-basis: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 850px) {
  .row.mosaique .ApColumn,
  .row.mosaique .ApColumn:first-child {
    flex-basis: unset;
    max-width: 426px;
  }
}

.breadcrumb:before {
  content: "";
  position: absolute;
  top: unset;
  left: unset;
  bottom: unset;
  background: none;
  width: unset;
  margin-left: unset;
}

.breadcrumb {
  background: var(--breadcrumb-background-image) #f7f7f7;
}
