.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
.mt-1 {
    margin-top: 0.25rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mt-4 {
    margin-top: 1rem;
}
.block {
    display: block;
}
.table {
    display: table;
}
.grid {
    display: grid;
}
.w-full {
    width: 100%;
}
.max-w-5xl {
    max-width: 64rem;
}
.border-collapse {
    border-collapse: collapse;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.gap-4 {
    gap: 1rem;
}
.rounded {
    border-radius: 0.25rem;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.border {
    border-width: 1px;
}
.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-2 {
    padding: 0.5rem;
}
.p-4 {
    padding: 1rem;
}
.p-6 {
    padding: 1.5rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.font-bold {
    font-weight: 700;
}
.font-medium {
    font-weight: 500;
}
.font-semibold {
    font-weight: 600;
}
.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.listeProduitShop{
    background-color: rgba(242,246,247,255)!important;
    padding: 2%;
}
.produitShop{
    background-color: white;
}
.total_ttc_gift_panier{
    width: 50%;
    padding: 1rem;
    margin: 0 auto;
    text-align: center!important;
    font-family: opensanssemibold;
}
.panier_gift_title{
    padding-top: 30px;
}

.marqueProduitGift{
    align-self: center;
    font-family: 'Opensanssemibold';
}
.separate{
    border-bottom: 1px solid;
    width: 50%;
    padding: 1rem;
    margin: 0 auto;

}
@media only screen and (max-width: 700px) {

    .information_text{
        padding: 2%!important;
    }
    .listeProduitShop > div{
        width: 100%!important;
    }

    .block-one-third{
        width: 220px!important;
    }
    .information_text{
        margin-top: 40px;
    }
}
@media only screen and (min-width: 1900px) {

    .giftCardProduct {
        grid-template-columns: repeat(3, minmax(0px, 1fr));
    }
    .giftCardProduct div:hover{
        cursor: pointer;
    }

}
.detailVeloSauvegarde{
    width: 100%;
}

table {
    width: 100%;
    border-collapse: collapse; /* Pour éviter les espaces entre les cellules */
}
th, td {
    border: 1px solid #000; /* Bordure pour les cellules */
    padding: 8px; /* Espacement intérieur */
    text-align: left; /* Alignement du texte */
}
th {
    background-color: #f2f2f2; /* Couleur de fond pour les en-têtes */
}
.panier_gift{
    background-color: rgba(242,246,247,255) !important;
    width: 100%!important;
    margin: 0 auto;
    display: block;!important;
}
.giftcard-panier{
    width: 50%;
    margin: 0 auto;
}


.container {
    display: flex;
    flex-wrap: wrap; /* Permet de passer à la ligne si nécessaire */
    justify-content: space-between; /* Espace entre les div */
    margin: 10px; /* Marge autour du conteneur */
}
.box {
    flex: 1; /* Prend un espace égal */
    padding: 20px;
    max-width: 48%; /* Largeur maximale pour garder deux divs côte à côte */
}
.total_ttc_gift_panier{
    text-align: right;
}
td{
    width: auto;
}
.quantiteContainer {
    margin-top: 20px;
}

.quantiteContainer h2 {
    margin-bottom: 10px;
    font-size: 16px;
    font-family: opensanssemibold;
}

.quantiteControls {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 25px;
    overflow: hidden;
}

.quantiteControls button {
    font-size: 18px;
    width: 60px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: none;
    background-color: #f8f8f8;
    cursor: pointer;
}

.quantiteControls .quantiteInput {
    width: 80px;
    text-align: center;
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 40px;
}

.quantiteControls .quantiteInput::-webkit-outer-spin-button,
.quantiteControls .quantiteInput::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantiteControls .quantiteInput[type="number"] {
    -moz-appearance: textfield;
}

