@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=PT+Sans+Narrow:wght@400;700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import "../../public/styles/utils.css";

* {
    box-sizing: border-box;
}

body {
    margin: 0px;
    background-color: #e5e5e5;
    overflow-x: hidden;
    font-family: "montserrat", sans-serif;
    margin-top: 3rem;
}

.nav {
    height: 75px;
    width: 100%;
    position: fixed;
    font-family: "Ubuntu", sans-serif;
    top: 0;
    z-index: 9;
    transition: background-color 0.3s ease;
}

.nav-title img{
    height: 80px;
    margin-top: -1rem;
    margin-left: -1rem;
}

.nav > .nav-header {
    display: inline;
}

.nav > .nav-header > .nav-title {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    color: black;
    padding: 10px 10px 10px 10px;
}

.nav > .nav-btn {
    display: none;
}

.nav > .nav-links {
    display: inline;
    float: right;
    font-size: 20px;
    font-weight: bold;
}

.nav > .nav-links > a {
    display: inline-block;
    padding: 13px 10px 13px 10px;
    text-decoration: none;
    color: black;
    position: relative;
    margin-top: 0.8rem;
}

.nav > .nav-links > a::after {
    content: "";
    position: absolute;
    height: 3px;
    border-radius: 3px;
    width: 0;
    background-color: rgb(95, 0, 211);
    bottom: 0;
    left: 0;
    transition: width 0.3s;
}

.nav > .nav-links > a:hover::after {
    width: 100%;
}

.nav > .nav-links > a:hover {
    color: rgb(95, 0, 211);
}

.nav > #nav-check {
    display: none;
}

@media (max-width: 600px) {
    .nav > .nav-btn {
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .nav > .nav-btn > label {
        display: inline-block;
        width: 50px;
        height: 50px;
        padding: 13px;
    }

    .nav > .nav-btn > label:hover,
    .nav #nav-check:checked ~ .nav-btn > label {
        background-color: white;
    }

    .nav > .nav-btn > label > span {
        display: block;
        width: 25px;
        height: 10px;
        border-top: 2px solid #eee;
    }

    .nav > .nav-links {
        position: absolute;
        display: block;
        width: 100%;
        background-color: #ffffff;
        height: 0px;
        transition: all 0.3s ease-in;
        overflow-y: hidden;
        top: 50px;
        left: 0px;
    }

    .nav > .nav-links > a {
        display: block;
        width: 100%;
    }

    .nav > #nav-check:not(:checked) ~ .nav-links {
        height: 0px;
    }

    .nav > #nav-check:checked ~ .nav-links {
        height: calc(100vh - 50px);
        overflow-y: auto;
    }
}

.border-img {
    border-radius: 50%;
    width: 500px;
    height: 500px;
    object-fit: cover;
    background-color: rgba(123, 52, 255, 0.421);
}

.img-fluid {
    width: 800px;
    height: 550px;
    margin-right: 6rem;
}

.btn1 {
    background-color: #6502ddbf;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    font-family: "Ubuntu", sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
}

.btn1:hover {
    background-color: #5402b8bf;
}

.gap-big3 {
    gap: 17%;
}

.boul1 {
    height: 70px;
    opacity: 0.7;
    left: 53rem;
}

.boul3 {
    height: 160px;
    opacity: 0.7;
    left: 43rem;
}

.boul4 {
    height: 29px;
    opacity: 0.7;
    left: 53rem;
    top: 9rem;
}

.boul2 {
    height: 300px;

    top: 28rem;
    left: 12rem;
}

/* .boul5 {
    height: 140px;

    top: 42rem;
    left: 12rem;
} */

.boul6 {
    height: 79px;
    top: 38rem;
    left: 12rem;
}

.boul7 {
    height: 120px;
    top: 34rem;
    right: 11rem;
}

.boul8 {
    height: 60px;
    top: 31rem;
    right: 17rem;
    opacity: 0.9;
}

.nike {
    opacity: 0.05;
    height: 630px;
    transform: rotate(-10deg);
    left: 7.5rem;
    top: 4rem;
    z-index: 3;
    pointer-events: none;
}


.shoes-title {
    color: #8a2be2;
    font-family: "Ubuntu", sans-serif;
    font-size: 1.3rem;
    margin-left: 3rem;
}

.circle {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50vmax;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(241, 241, 241);
}

.logo {
    position: absolute;
    width: 90px;
    height: 90px;
    background: url("../images/fleche.png");
    background-size: cover;
    border-radius: 100vmax;
    background-position: center;
}

.text {
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: consolas;
    color: #000;
    font-size: 17px;
    animation: textRotation 8s linear infinite;
}

@keyframes textRotation {
    to {
        transform: rotate(360deg);
    }
}

.text span {
    position: absolute;
    left: 50%;
    font-size: 1rem;
    transform-origin: 0 75px;
}

.cirleeffect {
    top: 23rem;
    right: 6rem;
}




.shopbase {
    margin-left: 15rem;
    margin-right: 4rem;
    width: 75%;
}

.shopbase2 {
    margin-left: 15rem;
    margin-right: 4rem;
    width: 75%;
    min-height: 70vh;
}

.article-left {
    width: 55%;
    border-radius: 20px 0 0 20px;
    transition: all 0.7s ease;
}

.artcile-right {
    background-color: #ffffff;
    width: 70%;
    padding-left: 0.2rem;
    border-radius: 0 20px 20px 0;
    padding-right: 2rem;
    transition: all 0.7s ease;
}

.artcile-right h4 {
    color: #2d2d2d;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
    margin-top: 0.4rem;
}

.article-left img {
    height: 100px;
    width: 200px;
    margin-top: 4rem;
    margin-left: -4rem;
    transform: rotate(-25deg);
    object-fit: contain;
}

.article-content {
    height: 160px;
    margin-top: 3%;
    z-index: 8;
}

.article-content:hover .article-left {
    width: 70%;
    transition: all 0.7s ease;
    cursor: pointer;
}

.article-content:hover .article-left img {
    margin-top: 3rem;
    margin-left: 0;
    transform: rotate(-10deg);
    transition: all 0.7s ease;
}

.article-content:hover .artcile-right {
    width: 50%;
    transition: all 0.7s ease;
    cursor: pointer;
}

.article-content:hover .artcile-right h4 {
    font-size: 1.2rem;
    transition: all 0.7s ease;
}

.article-content:not(:hover) .article-left {
    width: 45%;
    transition: all 0.7s ease;
}

.article-content:not(:hover) .article-left img {
    margin-top: 4rem;
    margin-left: -4rem;
    transform: rotate(-25deg);
    transition: all 0.7s ease;
}

.article-content:not(:hover) .artcile-right {
    width: 70%;
    transition: all 0.7s ease;
}

.article-content:not(:hover) .artcile-right h4 {
    font-size: 1.5rem;
    transition: all 0.7s ease;
}

.article-content:not(:hover) .artcile-right .stars {
    font-size: 1.3rem;
    transition: all 0.7s ease;
}

.brand-article {
    color: #ffffff64;
    font-size: 2.3rem;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
    margin-top: 0.4rem;
    margin-left: 1%;
}

.stars {
    margin-top: -1.7rem;
    margin-left: -20%;
    font-size: 1.3rem;
}

.stars li:not(:last-child) {
    color: orange;
}

.stars li:last-child {
    color: rgb(136, 136, 136);
}

.price {
    margin-left: 0.3rem;
    font-size: 1.3rem;
    margin-top: -1rem;
}

.heart {
    margin-left: 6rem;
    font-size: 1.5rem;
    margin-top: -1rem;
    color: #6a00cd;
}

.artcile-right p {
    margin-top: -0.8rem;
}

.artcile-right a {
    margin: auto;
    color: #6a00cd;
    font-size: 1.1rem;
    margin-top: -0.5rem;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
    display: flex;
    justify-content: center;
    align-self: center;
}

/**/

.bg-g {
    background-color: #cdcdcd;
    margin-top: 7rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
    z-index: -2;
}

.brand {
    color: #6a00cd;
    text-transform: uppercase;
    letter-spacing: 9px;
    font-weight: 700;
}

.left-seller {
    width: 50%;
}

.left-seller h2 {
    margin-top: -1rem;
}

.purple {
    color: #6a00cd;
}

.para {
    font-size: 1.3rem;
}

.img-double {
    z-index: 8;
}

.swooshDouble {
    right: 19rem;
    height: 180px;
    opacity: 0.2;
    z-index: 0;
}

.rondViolet {
    height: 500px;
    width: 400px;
    border-top-left-radius: 100% 90%;
    /* Arrondir le coin supérieur gauche */
    border-bottom-left-radius: 100% 90%;
    /* Arrondir le coin inférieur gauche */
    border-top-right-radius: 0;
    /* Garder le coin supérieur droit droit */
    border-bottom-right-radius: 0;
    /* Garder le coin inférieur droit droit */
    background-color: #9853b9;
    margin-top: -5rem;
    margin-right: -17rem;
    z-index: 0;
    overflow: hidden;
    right: 0;
}

.right-seller {
    z-index: 8;
}

.marque img{
    width: 100px;
    height: 100px;
}

aside{
    width: 25%;
    margin-left: 1rem;
}

@media screen and (max-width: 1500px) {
    .cirleeffect {
        top: 24rem;
        right: 1rem;
        display: block;
    }
    .shoes-title {
        color: #8a2be2;
        font-family: "Ubuntu", sans-serif;
        font-size: 1.2rem;
        margin-left: 1.5rem;
        margin-top: -1rem;
    }
}

@media screen and (min-width: 1700px) {
    .cirleeffect {
        top: 26rem;
        right: 2rem;
    }
    .border-img {
        border-radius: 50%;
        width: 600px;
        height: 600px;
        object-fit: cover;
        background-color: rgba(123, 52, 255, 0.421);
    }

    .img-fluid {
        width: 900px;
        height: 650px;
        margin-right: 6rem;
    }
    .nike {
        opacity: 0.05;
        height: 720px;
        transform: rotate(-10deg);
        left: 7.5rem;
        top: 4rem;
        z-index: 3;
        pointer-events: none;
    }
    .boul1 {
        height: 80px;
        opacity: 0.7;
        left: 63rem;
    }

    .boul3 {
        height: 180px;
        opacity: 0.7;
        left: 52rem;
    }

    .boul4 {
        height: 29px;
        opacity: 0.7;
        left: 64rem;
        top: 9rem;
    }

    .boul2 {
        height: 320px;
        top: 28rem;
        left: 13rem;
    }

    .boul6 {
        height: 8dvb;
        top: 38rem;
        left: 12rem;
    }

    .boul7 {
        height: 120px;
        top: 37rem;
        right: 10rem;
    }

    .boul8 {
        height: 60px;
        top: 34rem;
        right: 16rem;
        opacity: 0.9;
    }
    .circle {
        position: relative;
        width: 200px;
        height: 200px;
        border-radius: 100vmax;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgb(241, 241, 241);
    }

    .logo {
        position: absolute;
        width: 110px;
        height: 110px;
        background: url("./images/fleche.png");
        background-size: cover;
        border-radius: 100vmax;
        background-position: center;
    }
    .text span {
        position: absolute;
        left: 50%;
        font-size: 1.3rem;
        transform-origin: 0 100px;
    }
}

/*a 100%*/
@media screen and (min-width: 1800px) {
    .cirleeffect {
        top: 28rem;
        right: 4rem;
    }

    .border-img {
        border-radius: 50%;
        width: 700px;
        height: 700px;
        object-fit: cover;
        background-color: rgba(123, 52, 255, 0.421);
    }

    .img-fluid {
        width: 1000px;
        height: 750px;
        margin-right: 6rem;
    }

    .nike {
        opacity: 0.05;
        height: 770px;
        transform: rotate(-10deg);
        left: 7.5rem;
        top: 4rem;
        z-index: 3;
        pointer-events: none;
    }

    .boul1 {
        height: 90px;
        opacity: 0.7;
        left: 67rem;
    }

    .boul3 {
        height: 190px;
        opacity: 0.7;
        left: 55rem;
    }

    .boul4 {
        height: 29px;
        opacity: 0.7;
        left: 68rem;
        top: 9rem;
    }

    .boul2 {
        height: 380px;
        top: 28rem;
        left: 13rem;
        z-index: -1;
    }

    .boul6 {
        height: 90px;
        top: 41rem;
        left: 12rem;
    }

    .boul7 {
        height: 160px;
        top: 41rem;
        right: 10rem;
    }

    .boul8 {
        height: 80px;
        top: 36rem;
        right: 21rem;
        opacity: 0.9;
    }

    .circle {
        position: relative;
        width: 220px;
        height: 220px;
        border-radius: 110vmax;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgb(241, 241, 241);
    }

    .logo {
        position: absolute;
        width: 120px;
        height: 120px;
        background: url("./images/fleche.png");
        background-size: cover;
        border-radius: 100vmax;
        background-position: center;
    }

    .text span {
        position: absolute;
        left: 50%;
        font-size: 1.4rem;
        transform-origin: 0 110px;
    }
    .shoes-title {
        color: #8a2be2;
        font-family: "Ubuntu", sans-serif;
        font-size: 1.7rem;
        margin-left: 2rem;
    }
    .btn1 {
        background-color: #6502ddbf;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        transition: 0.3s;
        font-family: "Ubuntu", sans-serif;
        font-size: 1.5rem;
        font-weight: bold;
    }

    .article-left img {
        height: 150px ;
        width: 230px;
        margin-top: 4rem;
        margin-left: -4rem;
        transform: rotate(-25deg);
        object-fit: contain;
    }

    .artcile-right {
        background-color: #ffffff;
        width: 70%;
        padding-left: 0.2rem;
        border-radius: 0 20px 20px 0;
        padding-right: 2rem;
        transition: all 0.7s ease;
    }
    .brand-article {
        color: #ffffff64;
        font-size: 2.7rem ;
        font-weight: 700;
        font-family: "Ubuntu", sans-serif;
        margin-top: 0.4rem;
        margin-left: 1%;
    }
    .artcile-right {
        background-color: #ffffff;
        width: 70%;
        padding-left: 0.2rem;
        border-radius: 0 20px 20px 0;
        padding-right: 2rem;
        transition: all 0.7s ease;
    }

    .artcile-right h4 {
        color: #2d2d2d;
        font-size: 2.3rem !important;
        font-weight: 700;
        font-family: "Ubuntu", sans-serif;
        margin-top: 0.4rem;
        white-space: nowrap;
    }
    .stars {
        margin-top: -2.6rem ;
        font-size: 1.5rem;
        margin-left: -33px;
    }

    .price {
        margin-left: 0.3rem;
        font-size: 1.6rem;
        margin-top: -1rem;
    }

    .heart {
        margin-left: 10rem;
        font-size: 1.7rem;
        margin-top: -1rem;
        color: #6a00cd;
    }

    .artcile-right p {
        margin-top: -0.8rem;
    }

    .artcile-right a {
        color: #6a00cd;
        font-size: 1.2rem;
        margin-top: -1.2rem;
        margin-bottom: 2rem;
        font-weight: 700;
        font-family: "Ubuntu", sans-serif;
        display: flex;
        justify-content: center;
        align-self: center;
    }

    .article-content:hover .artcile-right .stars {
        font-size: 1.3rem;
        transition: all 0.7s ease;
    }

    .article-content:hover .artcile-right h4 {
        font-size: 2rem !important;
        transition: all 0.7s ease;
    }

    .g{
        display: none;
    }
    .para{
        font-size: 1.2rem;
    }
    .left-seller h2{
        font-size: 3.5rem;
    }
    .left-seller p{
        font-size: 1.7rem;
    }
    .swooshDouble{
        right: 25rem;
        height: 200px;
        opacity: 0.2;
        z-index: 0;
    }
    .img-double{
        z-index: 8;
        margin-left: 6rem;
    }
}

aside{
    width: 23%;
    position: fixed;
}

.list-marque li{
    margin-left: -2rem;
    font-size: 1.3rem;
    margin-bottom: 10px;

}

.list-marque li a{
    color: #2d2d2d;
}

.marque-title{
    font-size: 1.4rem;
}

.marque-content{
    width: 33%;
}

.colors{
    height: 30px;
    width: 30px;
    padding: 1rem;
    border-radius: 50%;
    border: 0;
}

.colors-content{
    width: 40%;
    padding-bottom: 1rem;

}

.ouais{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.checkbox-wrapper input[type="checkbox"] {
    display: none;

}

.checkbox-wrapper .terms-label {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.checkbox-wrapper .terms-label .label-text {
    margin-left: 10px;
}

.checkbox-wrapper .checkbox-svg {
    width: 30px;
    height: 30px;
}

.checkbox-wrapper .checkbox-box {
    fill: rgb(255, 255, 255);
    stroke: #8c00ff;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper .checkbox-tick {
    stroke: #8c00ff;
    stroke-dasharray: 172;
    stroke-dashoffset: 172;
    transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper input[type="checkbox"]:checked + .terms-label .checkbox-box,
.checkbox-wrapper input[type="checkbox"]:checked + .terms-label .checkbox-tick {
    stroke-dashoffset: 0;
}

aside article{
    border-bottom: 1px solid black;
}

.last{
    margin-bottom: 1rem;
}

.sexe-content{
    width: 38%;
}

.creat {
    border: 2px solid #8c00ff;
    background-color: #8c00ff;
    border-radius: 0.9em;
    padding: 0.8em 1.2em 0.8em 1em;
    transition: all ease-in-out 0.2s;
    font-size: 16px;
    margin: auto;
    right: 2em;
}

.creat{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    width: 10%;
}

.creat:hover {
    background-color: #6e00c0;
    border: 2px solid #6e00c0;
}

.edti a{
    color: #464646 !important;
    margin-left: 1rem;
    margin-bottom: 1em;
}

.edti a:hover{
    color: #3b82f6 !important;
}

.delete_button {
    position: relative;
    width: 150px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: 1px solid #cc0000;
    background-color: #e50000;
    overflow: hidden;
    transition: all 0.3s;
}

.delete_button .delete_button__text {
    transform: translateX(35px);
    color: #fff;
    font-weight: 600;
    transition: all 0.3s;
}

.delete_button .delete_button__icon {
    position: absolute;
    transform: translateX(109px);
    height: 100%;
    width: 30px;
    margin-top: -2em;
    background-color: #cc0000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.delete_button__icon {
    width: 20px;
}

.delete_button:hover {
    background: #cc0000;
}

.delete_button:hover .delete_button__text {
    color: transparent;
}

.delete_button:hover .delete_button__icon {
    width: 30px;
    transform: translateX(50px);
}

.delete_button:active .delete_button__icon {
    background-color: #b20000;
}

.delete_button:active {
    border: 1px solid #b20000;
}


.button__edit {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    gap: 8px;
    width: 120px;
    border: none;
    background: #5e41de33;
    border-radius: 5px;
    cursor: pointer;
}


.lable {
    line-height: 20px;
    font-size: 17px;
    color: #5D41DE;
    font-family: sans-serif;
    letter-spacing: 1px;
}

.button__edit:hover {
    background: #5e41de4d;
}

.button__edit:hover .svg-icon {
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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

.deco{
    padding: 1rem;
    color: red;
    border: 2px solid red;
    font-weight: bold;
    transition: all 0.6s ease;
    border-radius: 5px;
}

.deco:hover{
    background-color: red;
    color: white;
    transition: all 0.6s ease;
    cursor: pointer;
}

.form-field{
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 1rem;
}

.email-input{
    height: 40px;
    width: 500px;
    border-radius: 5px;
    border: 2px solid gray;
    padding-left: 10px;
    transition: all .4s ease;
}

.email-input:focus-within{
    border: 2px solid skyblue;
    outline: 1px solid skyblue;
    transition: all .4s ease;
}


.password-input{
    height: 40px;
    width: 500px;
    border-radius: 5px;
    border: 2px solid gray;
    padding-left: 10px;
    transition: all .4s ease;
    margin-bottom: 2rem;
}

.password-input:focus-within{
    border: 2px solid skyblue;
    outline: 1px solid skyblue;
    transition: all .4s ease;
}

.sexe-input{
    display: flex;
    gap: 10px;
}

.btnsave{
    height: 40px;
    width: 130px;
    margin: auto;
    border: 3px solid #39c0fd;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    transition: all .4s ease;
    background-color: #39c0fd;
    font-size: 1rem;
}


.btnsave:hover{
    background-color: skyblue;
    border: 3px solid skyblue;
    transition: all .4s ease;
    cursor: pointer;
}

.form-field label{
    color: #171717;
}

.my-form{
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
}

.top_logo{
    height: 80px;
    display: block;

}

.logo-content{
    height: 20px;
    width: 100%;
    display: flex;
}

.scrolled{
    background-color: white !important;
    box-shadow: 0px 3px 3px rgba(128, 128, 128, 0.37);
}

.marque_logo{
    height: 30px;
    margin-top: 1rem;
    margin-left: 1rem;

}


.brandpop {
    color: #ffffff64;
    font-size: 8.3rem;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
    margin-top: 2.7rem;
    margin-left: 3%;
}


.thearticle{
    margin: auto;
}

.chaussure-show{
    z-index: 8;
    transform: rotate(-25deg);
    margin-top: 8rem;
    height: 230px;
    margin-left: -1rem;
}

.show-right{
    padding-left: 2rem;
    padding-right: 3rem;
    width: 23%;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.show-left{
    width: 30%;
    border-top-left-radius: 10px; /* Rayon de bordure en haut à droite */
    border-bottom-left-radius: 10px; /* Rayon de bordure en bas à droite */

}

.new{
    color: white;
    padding: 5px;

}

.size li{
    padding: 4px;
    border: 1px solid black;
}

.panier{
    color: white;
    padding: 8px;
}

.show-content{
margin-top: 10rem;
}


.btnsave2{
    height: 30px;
    width: 130px;
    margin: auto;
    border: 3px solid #39c0fd;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    transition: all .4s ease;
    background-color: #39c0fd;
    font-size: 1rem;
}


.btnsave2:hover{
    background-color: skyblue;
    border: 3px solid skyblue;
    transition: all .4s ease;
    cursor: pointer;
}

.img_panier{
    height: 100px;
}

.w-s{
    white-space: nowrap;
}

.gap-big9{
    gap: 10em;
}

.mt--3{
    margin-top: -1rem;
}

.mt-4{
    margin-top: 3rem;
}


.btnsave3{
    height: 30px;
    width: 220px;
    margin: auto;
    border: 3px solid #39c0fd;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    transition: all .4s ease;
    background-color: #39c0fd;
    font-size: 1rem;
}


.btnsave3:hover{
    background-color: skyblue;
    border: 3px solid skyblue;
    transition: all .4s ease;
    cursor: pointer;
}


.admin-title{
    margin-left: 2rem;
    font-size: 2rem;
}


.table {
    width: 90%;
    border-collapse: collapse;
    margin: auto;
}

.table th,
.table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.table th {
    background-color: #e0b8ff;
}

.table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table tbody tr:hover {
    background-color: #ddd;
}

.table td a {
    display: inline-block;
    margin-right: 5px;
    text-decoration: none;
}

.blue{
    color: #3b82f6;
}

.table2 {
    width: 90%;
    border-collapse: collapse;
    margin: auto;
}

.table2 th,
.table2 td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.table2 th {
    background-color: #39c0fd;
}

.table2 tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table2 tbody tr:hover {
    background-color: #ddd;
}

.table2 td a {
    display: inline-block;
    margin-right: 5px;
    text-decoration: none;
}

.orange {
    color: #ff8700;
}


.ml-2{
    margin-left: 1rem;
}

.ic{
    width: 20%;
}
.ic i{
    font-size: 4rem;
}

footer{
    width: 100%;
    background-color: #FFFFFF;
}

footer img{
    height: 80px;
}

.mini-menu{
    gap: 30px;

}

.mini-menu a{
    color: #2d2d2d;
    font-size: 1.3rem;
    transition: all 0.4s ease;
}

.mini-menu a:hover{
    color: #6D28D9;
    transition: all 0.4s ease;
}

.delte_mid{
    margin: auto;
    display: flex;
    margin-top: 1rem;
}

.btn-delete-panier{
    color: red;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px solid red;
    transition: all 0.3s ease;
}

.btn-delete-panier:hover{
    background-color: red;
    color: white;
    transition: all 0.3s ease;
}