/* Utilisation de la police Roboto avec font-family */

html {
    scroll-padding-top: 115px;   
}

body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.1rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    /* You can customize font sizes, weights, etc. here */
}

/* Utilisation de la variante normale de la police Roboto */
p {
    font-weight: 400;
}

/* Utilisation de la variante en gras de la police Roboto */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

/*:root {
    --tb-font-sans-serif: 'Roboto', sans-serif;
  }
  
  * {
    font-family: var(--tb-font-sans-serif) !important;
    font-size: 16px;
     Si vous souhaitez utiliser différentes variations de Roboto, décommentez les lignes ci-dessous :
    font-family: 'Roboto Thin', sans-serif;
    font-family: 'Roboto Light', sans-serif;
    font-family: 'Roboto Medium', sans-serif;
    font-family: 'Roboto Black', sans-serif;
   
  } */

.hidden {
    display: none !important;
}

input::placeholder,
textarea::placeholder {
    color: #999999 !important;
    /* Remplacez cette valeur par la couleur souhaitée */
}

.mt-lg-n {
    margin-top: 2rem !important;
}

.center {
    /*margin-left: auto !important;
    margin-right: auto !important;*/
    text-align: center;
}

.is-invalid {
    display: block;
}

.product-banner-1 .product-content {
    text-align: center;
    width: 100%;
    max-width: none;
    height: 90%;
    margin-top: 5px;
    vertical-align: middle !important;
    display: grid !important;
}

.product-banner-1 .blue.bg-overlay {
    background: linear-gradient(45deg, rgb(7 49 100 / 61%), transparent) !important;
}

.offer {
    font-size: 2rem;
    font-weight: bold;
}

.blackborder {
    color: white;
    -webkit-text-stroke: 2px black;
    text-stroke: 2px black;
    background-color: transparent;
    font-size: 2.75rem;
}

.whiteborder {
    color: black;
    -webkit-text-stroke: 2px white;
    text-stroke: 2px white;
    background-color: transparent;
    font-size: 3rem;
    font-weight: bold;
}

.text-black-center {
    text-align: center;
    color: black !important;
    font-weight: bold;
    width: 100%;
}

.text-black {
    position: absolute;
    text-align: end;
    color: black !important;
    font-weight: bold;
    bottom: 1px;
    right: 20px;
    width: 100%;
}

.lavender {
    background-color: lavender;
}

.price {
    color: var(--tb-body-color) !important;
}

.display-content {
    display: contents !important;
}

.img-article {
    width: -webkit-fill-available !important;
}

.dd-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: space-between;
}

.error {
    text-align: center;
    color: red;
}

form {
    /*width: 30vw;*/
    min-width: 500px;
    align-self: center;
    border-radius: 7px;
}

.description p {
    font-size: 17px !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    font-family: "bootstrap-icons" !important;
    content: var(--tb-breadcrumb-divider, "\F234") !important;
}

#payment-message {
    color: rgb(105, 115, 134);
    font-size: 16px;
    line-height: 20px;
    padding-top: 12px;
    text-align: center;
}

#payment-element {
    margin-bottom: 24px;
}

/* Buttons and links */
.payment-element button {
   /* background: #5469d4;*/
    font-family: Arial, sans-serif;
    /*color: #ffffff;*/
    border-radius: 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
}

.payment-element button:hover {
    filter: contrast(115%);
}

.payment-element button:disabled {
    opacity: 0.5;
    cursor: default;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
    border-radius: 50%;
}

.spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.spinner:before,
.spinner:after {
    position: absolute;
    content: "";
}

.spinner:before {
    width: 10.4px;
    height: 20.4px;
    background: #5469d4;
    border-radius: 20.4px 0 0 20.4px;
    top: -0.2px;
    left: -0.2px;
    -webkit-transform-origin: 10.4px 10.2px;
    transform-origin: 10.4px 10.2px;
    -webkit-animation: loading 2s infinite ease 1.5s;
    animation: loading 2s infinite ease 1.5s;
}

.spinner:after {
    width: 10.4px;
    height: 10.2px;
    background: #5469d4;
    border-radius: 0 10.2px 10.2px 0;
    top: -0.1px;
    left: 10.2px;
    -webkit-transform-origin: 0px 10.2px;
    transform-origin: 0px 10.2px;
    -webkit-animation: loading 2s infinite ease;
    animation: loading 2s infinite ease;
}

.dropdown-toggle::after {
    content: "\F22C" !important;
    font-family: "bootstrap-icons";
}

.swiper-button-next::after {
    content: "\F234" !important;
    font-family: "bootstrap-icons" !important;
    ;
}

.swiper-button-prev::after {
    content: "\F230" !important;
    font-family: "bootstrap-icons" !important;
    ;
}

.bg-light {
    padding: 5px !important;
}

.top-tagbar {
    z-index: 999 !important;
    background-color: #ffc200 !important;
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 600px) {
    form {
        width: 95vw;
        min-width: initial;
    }
}

.page-wrapper {
    margin-top: 104px;
    padding: 0;
    scroll-padding-top: 3.25rem;
}

.padding-50 {
    padding: 50px 0 50px !important;
}

.inline {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: baseline;
}

.img-fluid {
    max-width: 100%;
    height: -webkit-fill-available !important;
}

.logo-container {
    aspect-ratio: 3.4 / 1;
    height: 70%;
    width: 70%;
}

.logo-container img {
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: contain;
    /* This property ensures the image retains its aspect ratio */
}

.title-container {
    background-color: #16263f;
    border-top-color: #132846;
}

.section {
    position: relative !important;
    padding: 50px 0 0 0 !important;
}

.section-t50-b50 {
    position: relative !important;
    padding: 50px 0 50px 0 !important;
}

.ecommerce-product {
    display: -webkit-box !important;
}

.article {
    aspect-ratio: 1 / 1;
}

.article img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product {
    aspect-ratio: 1 / 1;
}

.product img {
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    object-fit: cover;
}

.product-thumb {
    aspect-ratio: 1 / 1;
}

.product-thumb img {
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    object-fit: fill;
}

.opacity-80 {
    opacity: 0.8;
}

.opacity-50 {
    opacity: 0.5;
}

.card-body {
    padding: 0.5rem !important;
}

.max-350 {
    max-width: 350px;
}

.bold {
    font-weight: bold;
}

.footer-title {
    text-transform: uppercase;
}

.ecommerce-home {
    min-height: unset !important;
}

.blue {
    height: 350px;
}

svg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    background-color: var(--tb-danger-bg-subtle);
}

.deal {
    aspect-ratio: 1 / 1;
}

.deal img {
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    object-fit: cover;
}

.ecommerce-about {
    padding: 85px 0 85px !important;
}

.bg-theme {
    background-image: linear-gradient(to bottom right, var(--tb-color1), var(--tb-color2));
}

.slider-box {
    background-image: linear-gradient(to bottom right, var(--tb-color1), var(--tb-color2));
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-size: cover;
    color: white;
    font-family: sans-serif;
    font-weight: 200;
    z-index: 1;
}

.slider-box * {
    z-index: 2;
}

.background-shapes {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 5076px;
    background-size: 100%;
    animation: 120s infiniteScroll linear infinite;
    background-repeat-x: repeat;
    background-image: url(https://cdn2.hubspot.net/hubfs/53/Pricing%202017%20Assets/marketing/Header_Circles-1.svg);
}

.slider-box h1 {
    font-family: Montserrat, sans-serif;
    color: white;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@-webkit-keyframes infiniteScroll {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -1692px, 0);
        transform: translate3d(0, -1692px, 0);
    }
}

@keyframes infiniteScroll {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -1692px, 0);
        transform: translate3d(0, -1692px, 0);
    }
}

.mobile-logo-container {
    width: 50%;
    height: 50%;
    z-index: -1;
    object-fit: contain;
    text-align: center;
}

.btn-menu-close {
    position: absolute;
    float: inline-end;
    z-index: 9999;
    top: 0;
    right: 0;
}

@media (min-width: 992px) {
    .pt-lg-0 {
        padding-top: 0 !important;
    }
}

@media (max-width: 992px) {
    .sm-center {
        text-align: center !important;
    }
}

.navbar {
    flex-wrap: nowrap !important;
}

.bi-trash {
    color: red;
}

.category-banner {
    height: 335px;
}

.category-banner {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column-reverse;
}

.category-banner img {
    height: -webkit-fill-available !important;
    width: -webkit-fill-available !important;
    object-fit: cover !important;
}

.cat-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-evenly;
}

.badge-soft-black {
    color: #ffffff !important;
    background-color: rgb(11 10 10 / 39%);
    width: 96%;
}

.absolute {
    position: absolute;
}

.rating-justify-content-between {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row;
}

.product-section {
    display: flex;
    vertical-align: middle;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}

.display-forms-product {
    display: flex;
    justify-content: space-around;
}
.product-forms{
    border: 0.3em solid;
    border-style: dashed;
    border-color: red;
    border-radius: 20px;
}

.btn-primary {
    color: var(--tb-btn-Primary-color);
    background-color: var(--tb-btn-Primary-bg);
    border-color: #ffffff;
    opacity: 0.8;
}
.btn-primary:hover {
    color: var(--tb-btn-Primary-hover-color);
    background-color: var(--tb-btn-Primary-hover-bg);
    border-color: var(--tb-btn-Primary-hover-border-color);
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--tb-btn-Primary-active-color);
    background-color: var(--tb-btn-Primary-active-bg);
    border-color: var(--tb-btn-Primary-active-border-color);
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: var(--tb-btn-Primary-disabled-color);
    pointer-events: none;
    background-color: var(--tb-btn-Primary-disabled-bg);
    border-color: var(--tb-btn-Primary-disabled-border-color);
    opacity: var(--tb-btn-disabled-opacity);
}