/* Topbar */

.tr_content_wrapper-topbar-wrapper {
  padding: 10px 0;
  line-height: 1;
}

header .tr_content_wrapper-topbar {
  justify-content: space-between;
}

header .tr_content_wrapper-topbar .gbtr_tools_info-topbar-boutique,
header .tr_content_wrapper-topbar .gbtr_tools_info-topbar-langue {
  width: 25%;
}

@media (max-width: 959px) {
  header .tr_content_wrapper-topbar .gbtr_tools_info-topbar-boutique,
  header .tr_content_wrapper-topbar .gbtr_tools_info-topbar-langue {
    display: none;
  }
}

header .tr_content_wrapper-topbar,
header .tr_content_wrapper-topbar a {
  color: #fff;
  text-transform: none;
  font-weight: 300;
}

header .tr_content_wrapper-topbar a:hover {
  color: #b39964;
}

header .tr_content_wrapper-topbar a {
  text-decoration: none;
}

header .topbar_text_wrapper {
  padding: 0 10px !important;
  text-align: center;
  width: 100%;
  flex: 1;
}

header .topbar_text_content .gbtr_tools_info {
  width: 100% !important;
  display: block !important;
  text-align: center;
  max-width: 100% !important;
}

header .topbar_text_content .gbtr_tools_info span {
  text-transform: none !important;
  font-weight: 300;
}

.gbtr_tools_info-topbar-langue {
  text-align: right;
}

.gbtr_tools_info-topbar-boutique {
  text-align: left;
}

.gbtr_tools_info-topbar-boutique a {
  display: flex;
  align-items: center;
}

.gbtr_tools_info-topbar-boutique img {
  margin-right: 10px;
}

/* End Topbar */

/* Header */

@media (min-width: 960px) {
  .header-main-part-logo {
    width: 100px !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .header-main-part-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
  }
  .header-main-part-left,
  .header-main-part-right {
    flex: 1;
  }

  .header-main-part-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .cart-header-container {
    position: relative;
    padding-right: 8px;
  }

  .items_number {
    position: absolute;
    top: 0;
    right: 0;
  }

  .cart-header-container .items_number {
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 10px;
  }

  .cart-header-container .gbtr_minicart_wrapper {
    top: 30px;
  }

  .header-main-part-right-search {
    margin-right: 56px;
  }

  .header-main-part-right-search form {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #333333;
  }

  .header-main-part-right-search input,
  .header-main-part-right-search button {
    border: none !important;
    outline: none !important;
    appearance: none !important;
    background: transparent !important;
  }

  .header-main-part-right-search input {
    padding: 9px 22px;
  }

  .header-main-part-right-search button {
    margin-right: 9px;
  }

  .header-main-part-right-search input,
  .header-main-part-right-search input::placeholder,
  .header-main-part-right-search input::-webkit-input-placeholder,
  .header-main-part-right-search input::-moz-placeholder,
  .header-main-part-right-search input:-ms-input-placeholder,
  .header-main-part-right-search input::-ms-input-placeholder {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    color: black;
  }

  .header-main-part-right-item-wishlist {
    margin-right: 5px;
    margin-left: 10px;
  }
}

@media (max-width: 959px) {
  .header-main-part-left,
  .header-main-part-right {
    display: none;
  }
  .header-main-part-wrapper {
    float: none;
    padding: 0 10px;
    text-align: center;
    width: 50%;
  }
  .header-main-part-wrapper .header-main-part-logo {
    width: 100% !important;
    padding: 0 !important;
  }
  .mobile_menu_wrapper {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
  }
}

/* Saints */

.catho-saint {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  color: #b39964;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.catho-saint-prenom {
  font-weight: 700;
  color: #333333;
  margin-left: 5px;
}


@media (max-width: 959px) {
  .fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1078;
    background-color: #fff;
    transition: none !important;
  }

 
}
