@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Moo+Lah+Lah&display=swap');

:root {
    --bg_color: #fdfeff;
    --primary_color: #ffffff;
    --primary_color2: #FF5722;
    --colors_bt: #FF5722;
    --colors: #a9a9a9;
    --text_color: rgb(0, 0, 0);
    --bg_color2: #330b18;
    --border_radius: 5px;
    --border_radius_hard: 10px;
    --padding: 20px;
    --boxd: rgb(0 0 0 / 28%) 0px 3px 10px;
    --boxup: rgb(0 0 0 / 29%) 0px -3px 10px;
    --blanc: #fff;
    --bg_c_d: #d9dadb;
}

.b {
    display: none;
}

.nn {
    background: none;
    border: none;
    color: var(--text_color);
    cursor: pointer;
    font-size: 20px;
}

* {
    box-sizing: border-box;
}


a {
    text-decoration: none;
    color: var(--text_color)
}
.flexe{
    display: flex;
    justify-content: center;
    align-items: center;
}

.platitre{
    width: 80%;
}

body {
        -webkit-user-select: none; /* Safari */
        -moz-user-select: none;    /* Firefox */
        -ms-user-select: none;     /* Internet Explorer/Edge */
        user-select: none;         /* Standard non préfixé */
    }

body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    background: var(--bg_color);
    color: var(--text_color);
}

.nav a {
    text-decoration: none;
    font-size: 20px;
    color: var(--colors_bt);
    padding: 0px 10px;
}

.arashi h1 {
    color: var(--colors_bt);
    font-size: 25px;
}

.nav a i {
    color: var(--colors_bt);
    font-size: 25px;
}

.nav {
    background: var(--primary_color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 3;
    width: 100%;
    animation: menu 2s ease 0s 1 normal forwards;
    height: 50px;
    box-shadow: var(--boxd);
}

.nav .logo2 img {
    width: 40px;
    height: 40px;
}

/*@keyframes menu {*/
/*    0% {*/
/*        opacity: 0;*/
/*        transform: translateY(200px);*/

/*    }*/

/*    100% {*/
/*        opacity: 1;*/
/*        transform: translateY(0);*/

/*    }*/
/*}*/

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: var(--bg_color);
    overflow-x: hidden;
    transition: 0.9s;
    z-index: 4;
}

.overlay-content {
    position: relative;
    top: 5%;
    width: 100%;
    margin-top: 30px;
}

.profil2 {
    
    background-image: url(../images/slider/hal.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0;
    height: 200px;
}


.profil2 a img {
    position: absolute;
    top: 150px;
    transform: translate(-50%, -50%);
}

.profil2 a img {
    position: absolute;
    top: 200px;
    transform: translate(-50%, -50%);
}

.overlay a {
    margin: 30px;
    text-decoration: none;
    font-size: 18px;
    color: var(--text_color);
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: var(--colors_bt);
}

.clo {
    display: flex;
}

.overlay .clo .para {
    position: absolute;
    top: 10px !important;
    right: 10px !important;
    font-size: 20px;
    margin: 0;
    color: var(--colors_bt) !important;
}

.overlay .clo .closebtn {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
    margin: 0;
    color: var(--colors_bt);
}


.overlay img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 100%;
    border: 2px solid var(--colors_bt);
    box-shadow: var(--boxd);
}

.menu_name {
    margin: 2px;
    color: var(--blanc);
}

.btn {
    background-color: var(--bg_color);
    border: none;
    color: var(--text_color);
    padding: 7px 20px;
    cursor: pointer;
    font-size: 20px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 2px 2px 5px var(--text_color);
}


/*  */
.openBtn2 {
    border: none;
    background: none;
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 18px;
    color: var(--text_color);
    cursor: pointer;

}

.openBtn:hover {
    background: #bbb;
}

.overlay2 {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content2 {
    position: relative;
    top: 26%;
    width: 100%;
    text-align: center;
    margin-top: 30px;

}

.overlay2 .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay2 .closebtn:hover {
    color: #ccc;
}

.overlay2 input[type=text] {
    padding: 5px;
    font-size: 17px;
    border: none;
    float: left;
    width: 70%;
    background: white;
}

.overlay2 input[type=text]:hover {
    background: #f1f1f1;
}

.overlay2 button {
    float: left;
    width: 20%;
    padding: 5px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay2 button:hover {
    background: #bbb;
}

/*  */

.dropdown-btn {
    text-decoration: none;
    font-size: 18px;
    color: var(--text_color);
    display: block;
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
    margin: 25px;
}

/* On mouse-over */
.dropdown-btn:hover {
    color: var(--colors_bt);
}

.dropdown-container {
    display: none;
    padding-left: 8px;
}

.active {
    color: var(--text_color);
}

/* notification */
.dropbtnn {
    background: none;
    color: var(--colors_bt);
    /*font-size: 20px;*/
    font-size: 25px;
    border: none;
    border: none;
}

.dropdownn {
    position: relative;
    display: inline-block;
}

.dropdownn-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f1f1f1;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdownn-content a {
    color: black;
    font-size: 12px;
    padding: 8px 8px;
    text-decoration: none;
    display: block;
}

.dropdownn-content a:hover {
    background-color: #ddd;
}

.dropdownn:hover .dropdownn-content {
    display: block;
}



/* notification */

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/*  */

.acheter_prix {
    width: 60%;
    margin: auto;
}

.valu_info {
    width: 100%;
    background: var(--bg_color);
    box-shadow: var(--boxd);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

/* slider */
.slick-prev {
    display: none;
}

.slider {
    width: 100%;
    margin: auto;
}

.img-div img {
    position: relative;
}

.titre_oe {
    position: absolute;
    bottom: 0;
    text-decoration: none;
    color: var(--text_color);
    background: var(--colors);
    width: 100%;
}

.t {
    margin: 10px 30px;
}

.img-div img {
    width: 100%;
    height: 500px;
    object-fit: cover;

}

.slick-dots li button:before {
    color: var(--text_color);
    font-size: 14px;
    opacity: .5;
}

.slick-dots li.slick-active button:before {
    color: var(--colors_bt);
    font-size: 15px;
}

/* slider */
/*  */
/* carte */
.tout {
    display: flex;
    width: 90%;
    margin: auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.arrow {
    display: flex;
    margin: 0 20px 0 20px;
    justify-content: space-between;
    align-items: center;
    color: var(--text_color);
}

.arrow i {
    font-size: 18px;
}

.arrow h2 {
    font-size: 18px;
}

.S003 {
    animation: myAnim 5s linear 0s infinite normal forwards;
}

@keyframes myAnim {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.navbar {
    display: flex;
    overflow: hidden;
    background-color: var(--primary_color);
    position: fixed;
    bottom: 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    /*animation: pied 2s ease 0s 1 normal forwards;*/
    box-shadow: var(--boxup);
    z-index: 3;
}

/*@keyframes pied {*/
/*    0% {*/
/*        opacity: 0;*/
/*        transform: translateY(-200px);*/
/*    }*/

/*    100% {*/
/*        opacity: 1;*/
/*        transform: translateY(0);*/
/*    }*/
/*}*/

.navbar a {
    float: left;
    display: block;
    color: var(--colors);
    text-align: center;
    padding: 2px 15px;
    text-decoration: none;
    font-size: 20px;
}

.footer_profil img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
    border: 2px solid var(--colors);
}

.navbar a:hover {
    color: var(--colors_bt);
}


/* pied f */

/* manga */
.titre_genre h1 {
    color: var(--primary_color2);
    /* background: var(--colors); */
    animation: manga 1.5s ease 0s 1 normal forwards;
}

@keyframes manga {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: translateX(-250px);
    }

    38% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: translateX(0);
    }

    55% {
        animation-timing-function: ease-in;
        transform: translateX(-68px);
    }

    72% {
        animation-timing-function: ease-out;
        transform: translateX(0);
    }

    81% {
        animation-timing-function: ease-in;
        transform: translateX(-28px);
    }

    90% {
        animation-timing-function: ease-out;
        transform: translateX(0);
    }

    95% {
        animation-timing-function: ease-in;
        transform: translateX(-8px);
    }

    100% {
        animation-timing-function: ease-out;
        transform: translateX(0);
    }
}

/* manga f */

/* profil */
.profil {
    width: 100%;
    height: 500px;
    position: relative;
}

.profil .img_cv img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.profil .img_pr img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 100%;
    position: absolute;
    bottom: 30px;
    left: 50px;
}

.profil .name_users {
    position: absolute;
    bottom: 100px;
    right: 50px;
    color: var(--colors_bt);
}

/* oeuvre */

.p_description {
    width: 100%;
    margin: auto;
    box-shadow: var(--boxd);
    border-radius: 0 0 100px 100px;

}

.des_cov {
    position: relative;
}

.img_titre {
    position: absolute;
    top: 300px;
    left: 20px;
    display: flex;
    align-items: flex-end;
    gap: 40px;
}


.categor {
    font-size: 20px;
}

.btn_center {
    width: 95%;
    margin: 220px 0px 0px 0px;
}

.genre h3 {
    color: var(--blanc);
    background: var(--colors_bt);
    margin: 0 2px 0 2px;
    padding: 5px;
    border-radius: 10px;
}

.genre {
    display: flex;
    margin: 0 10px 0 30px;

}

.des_cov .desimg {
    width: 300px;
    height: 400px;
    border-radius: 10px;
    object-fit: cover;

}

.des_cov .des_bg {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.des_profil img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 100%;
}

.des_profil {
    display: flex;
    justify-content: space-around;
}

   .des_titre {
    background: #e6e6e6;
    padding: 5px;
    box-shadow: 1px 5px 9px 4px #84848461;
}

.des_play {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.des_play p {
    font-size: 20px;
}

.favory_description {
    color: var(--colors_bt);
}

.des_des {
    width: 80%;
    margin: auto;
}

.des_des a {
    margin: auto;
    padding: 5px 20px;
    background: var(--colors_bt);
    color: var(--blanc);
    border-radius: 20px;
    text-decoration: none;
}

.des_table table {
    border-spacing: 0;
    width: 65%;
    max-width: 700px;
    min-width: 300px;
    background-color: #dddddd61;
}

.des_table th,
td {
    text-align: left;
    padding: 16px;
}

.des_table tr:nth-child(even) {
    background-color: #d1d1d182;
}

.des_table img {
    width: 80px;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
}

.des_table a {
    padding: 10px 40px;
    background: var(--colors_bt);
    color: var(--blanc);
    border-radius: 20px;
    text-decoration: none;
}

.des_chapitre {
    display: flex;
    gap: 40px;
}

.collapsible {
    color: var(--colors_bt);
    background: none;
    cursor: pointer;
    border: none;
    text-align: left;
    outline: none;
}

.content {
    display: none;
    overflow: hidden;
}

.content .text_description {
    width: 80%;
}


.mySwiper_c .swiper-slide img {
    width: 90px;
    height: 90px;
    margin: 2;
    object-fit: cover;
    border-radius: 100%;
}

/* oeuvre f */







/* chapitre m */
.manga .img-div img {
    width: 100%;
    height: 500px;
}

swiper-container {
    width: 90%;

}

swiper-slide {
    margin-top: 20px;
    overflow: hidden;
}

.swiper-zoom-container img {
    width: 350px;
    height: 600px;
}

/* chapitre m f */
/* achat */
.imga img {
    width: 300px;
    height: 450px;
    margin: center;
}

/* achat f */
/* ---------------------------------------------login */
.login {
    margin: 0;
    padding: 0;
    background-image: url(../images/arashi/img_c.png);
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed !important;
}

.header_login {
    display: flex;
    justify-content: space-between;
    margin: 0 10px;
    align-items: center;
}

.btn_login a {
    font-size: 18px;
    color: var(--colors_bt);
}

.valider {
    background-image: linear-gradient(#F15F2D, #67201A);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    padding: 2px;
    border: none;
    cursor: pointer;
    font-size: 26px;
    border-radius: 5px;
}

.form_logins button {
    background-color: #3A3939;
    border: none;
    border-radius: 10px;
}

.logo_login img {
    width: 50px;
}

.form_logins {
    background-image: url(../images/arashi/img_c.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 80%;
    margin-top: 20%;
    border-radius: 50px;
}

.title_login h2 {
    margin: 0;
    color: var(--colors_bt);
    font-size: 32px;
}

.form_logins input[type=password],
input[type=tel],
input[type=email],
input[type=text],
input[type=date] {
    padding: 10px;
    margin: 5px 0 5px 0;
    border-color: #FFF;
    background: #0000006e;
    border-radius: 10px;
    color: var(--text_color);
}

.form_logins input[type=password]::placeholder,
.form_logins input[type=tel]::placeholder,
.form_logins input[type=email]::placeholder,
.form_logins input[type=text]::placeholder,
.form_logins input[type=date]::placeholder {
    color: var(--text_color);
    font-size: 17px;
}

.modimg-label img {
    /* Styles pour le conteneur de l'élément personnalisé */
    display: inline-block;
    margin: 10px;
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 100%;
    cursor: pointer;
}

.premier_parti_login input[type=text] {
    width: 60%;
}



.modimg-input {
    display: none;
}

.premier_parti_login {
    display: flex;
    align-items: center;
}

.cart a {
    position: relative;
}

.cart img {
    width: 250px;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.cart a p {
    position: absolute;
    top: -398px;
    right: 1px;
    color: var(--colors_bt);
    border-radius: 10px;
    background: #fff;
    padding: 2px;
    font-size: 16px;
}

.swiper {
    width: 95%;
    margin: 0 5px 0 5px;
    padding: 0;
}

.swiper-slide {
    width: 100px;
    font-size: 10px;
    background: none;
}

.swiper-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-slide img {
    width: 250px;
    height: 400px;
    object-fit: cover;
    border-radius: 5px;
}

.edition img{
     width: 250px;
        height: 250px;
        margin: 2;
        object-fit: cover;
        border-radius: 5px;
}

.btn_center button {
    width: 100%;
    text-align: center;

}

.collapsible {
    /*color: var(--blanc);*/
    /*background: var(--colors_bt);*/
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 20px;
    padding: 6px 25px;
    border-radius: 5px;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.date {
    font-size: 13px;
}

.date img {
    width: 30px;
    height: 30px;
}

/* ---------------------------------------------loginF */

@media (max-width: 960px) {
    .swiper {
        width: 95%;
        margin: 0 5px 0 5px;
        padding: 0;
    }

    .swiper-slide {
        width: 100px;
        font-size: 10px;
        background: none;
    }

    .swiper-wrapper {
        position: relative;
        z-index: 1;
        display: flex;
        transition-property: transform;
        transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
        box-sizing: content-box
    }

    .swiper-slide img {
        width: 200px;
        height: 300px;
        object-fit: cover;
        border-radius: 5px;
    }
}

@media (max-width: 775px) {
    .swiper {
        width: 95%;
        margin: 0 5px 0 5px;
        padding: 0;
    }

    .swiper-slide {
        width: 100px;
        font-size: 10px;
        background: none;
    }

    .swiper-wrapper {
        position: relative;
        z-index: 1;
        display: flex;
        transition-property: transform;
        transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
        box-sizing: content-box
    }

    .swiper-slide img {
        width: 150px;
        height: 250px;
        object-fit: cover;
        border-radius: 5px;
    }
}

@media (max-width: 525px) {
    .cart {
        width: 100px;
    }

    .cart img {
        width: 100px;
        height: 140px;
        object-fit: cover;
        border-radius: 5px;
    }

    .cart a {
        position: relative;
    }

    .cart a p {
        position: absolute;
        top: -124px;
        right: 3px;
        color: var(--colors_bt);
    }

    .cart p .span {
        font-size: 8px;
    }

    .cart p {
        font-size: 11px;
    }

    .img-div img {
        width: 98%;
        height: 180px;
        margin: auto;
        object-fit: cover;
        border-radius: 10px;
        background: none;

    }

    .slider {
        box-shadow: var(--boxd);
        background: var(--bg_c_d);
    }

    .slick-dots li button:before {
        color: var(--text_color);
        font-size: 8px;
        opacity: .5;
    }

    .nav .logo {
        width: 50px;
        height: 50px;
    }

    .nav .logo2 img {
        width: 30px;
        height: 30px;
    }

    .nav a {
        text-decoration: none;
        font-size: 15px;
        color: var(--text_color);
    }

    /* profil */
    .profil {
        width: 100%;
        height: 200px;
        position: relative;
    }

    .profil .img_cv img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .profil .img_pr img {
        width: 150px;
        height: 150px;
        object-fit: cover;
        border-radius: 100%;
        position: absolute;
        bottom: -80px;
        left: 15px;
    }

    .profil .name_users {
        position: absolute;
        bottom: -24px;
        right: 30px;
        color: var(--colors_bt);
    }

    /* profil ff */



    /* oeuvre */

    .p_description {
        width: 100%;
        margin: auto;
        box-shadow: var(--boxd);
        border-radius: 0 0 50px 50px;

    }

    .des_cov {
        position: relative;
    }

    .img_titre {
        position: absolute;
        top: 130px;
        left: 20px;
        display: flex;
        align-items: flex-end;
        gap: 20px;
    }


    .categor {
        font-size: 20px;
    }

    .genrekk h3 {
        color: var(--blanc);
        background: var(--colors_bt);
        margin: 0 2px 0 2px;
        padding: 15px;
        border-radius: 10px;
        font-size: 12px;
    }


    .des_cov .desimg {
        width: 120px;
        height: 180px;
        border-radius: 10px;
        object-fit: cover;
        box-shadow: var(--boxd);
    }

    .des_cov .des_bg {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .des_profil img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 100%;
    }

    .des_profil {
        display: flex;
        justify-content: space-around;
        gap: 30px;
    }
        .des_titre {
    background: #e6e6e6;
    padding: 5px;
    box-shadow: 1px 5px 9px 4px #84848461;

    }

    .des_play {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .des_play p {
        font-size: 20px;
    }

    .favory_description {
        color: var(--colors_bt);
    }

    .des_des {
        width: 80%;
        margin: auto;
    }

    .des_des a {
        margin: auto;
        padding: 10px 10px;
        background: var(--colors_bt);
        color: var(--blanc);
        border-radius: 20px;
        text-decoration: none;
    }

    .des_table table {
        border-spacing: 0;
        width: 100%;
        background-color: #dddddd61;
    }

    .des_table th,
    td {
        text-align: left;
        padding: 16px;
    }

    .des_table tr:nth-child(even) {
        background-color: #d1d1d182;
    }

    .des_table img {
        width: 80px;
        height: 100px;
        border-radius: 10px;
        object-fit: cover;
    }

    .date {
        font-size: 13px;
    }

    .date img {
        width: 30px;
        height: 30px;
    }

    .des_table a {
        padding: 10px 40px;
        background: var(--colors_bt);
        color: var(--blanc);
        border-radius: 20px;
        text-decoration: none;
    }

    .des_chapitre {
        display: flex;
        gap: 5px;
    }

    .btn_center {
        width: 95%;
        margin: 106px 0px 0px 0px;
    }

    .btn_center button {
        width: 100%;
        text-align: center;

    }

    .collapsible {
        /*color: var(--blanc);*/
        /*background: var(--colors_bt);*/
        cursor: pointer;
        border: none;
        outline: none;
        font-size: 20px;
        padding: 6px 25px;
        border-radius: 5px;
    }

    .content {
        display: none;
        overflow: hidden;
    }

    .mySwiper_g .swiper-slide {
        width: auto !important;
        font-size: 10px;
        background: none;
    }

    .mySwiper_g .swiper-wrapper {
        position: relative;
        z-index: 1;
        display: flex;
        transition-property: transform;
        transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
        box-sizing: content-box
    }

    .mySwiper_g .swiper-slide h3 {
        color: var(--blanc);
        background: var(--colors_bt);
        margin: auto;
        padding: 7px 10px;
        border-radius: 10px;
        font-size: 12px;
    }

    .mySwiper_c .swiper-slide {
        width: 100px;
        font-size: 10px;
        background: none;
    }

    .mySwiper_c .swiper-wrapper {
        position: relative;
        z-index: 1;
        display: flex;
        transition-property: transform;
        transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
        box-sizing: content-box
    }

    .mySwiper_c .swiper-slide img {
        width: 70px;
        height: 70px;
        margin: 2;
        object-fit: cover;
        border-radius: 100%;
    }

    /* oeuvre f */

    .swiper-zoom-container img {
        width: 350px;
        height: 500px;
        object-fit: cover;
    }

    .cart a p {
        font-size: 10px;
        color: var(--colors_bt);
        background: var(--text_color);
        border-radius: 10px;
        padding: 2px;
        /* z-index: 11; */
    }

    .swiper {
        width: 100%;
    }

    .swiper-slide {
        width: 100px;
        font-size: 10px;
        background: none;
    }

    .swiper-wrapper {
        position: relative;
        z-index: 1;
        display: flex;
        transition-property: transform;
        transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
        box-sizing: content-box
    }

    .swiper-slide img {
        width: 95px;
        height: 145px;
        margin: 2;
        object-fit: cover;
        border-radius: 5px;
    }
.edition img{
     width: 95px;
        height: 95px;
        margin: 2;
        object-fit: cover;
        border-radius: 5px;
}
    .acheter_prix {
        margin: 10px auto;
    }

    .acheter_prix .carte_price center h5 {
        margin: 2px;
    }

    .acheter_prix h2,
    h3,
    h4 {
        margin: 0;
    }

    .acheter_prix h2 span {
        font-size: 18px;
    }

    .carte_price {
        width: 90%;
        border-radius: 10px;
        background: var(--bg_color);
        box-shadow: var(--boxd);
        margin: 10px auto;
        padding: 10px;
    }

    .flex {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 2px;
    }

    .flex2 {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 14px;
    }


    .btn_achete {
        background: var(--colors_bt);
        padding: 8px;
        border-radius: 5px;
        color: var(--blanc);
    }

    .modif {
        background: var(--colors_bt);
        padding: 5px;
        border-radius: 100%;
        font-size: 10px;
        color: var(--blanc);
    }

    .cart_info {
        width: 90%;
        margin: auto;
    }

    .titre_inf {
        padding: 10px;
    }

    .acheter_prix {
        width: 90%;
    }

    .valu_info {
        width: 98%;
        background: var(--bg_color);
        box-shadow: var(--boxd);
        border-radius: 10px;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.acheter_prix {
    margin: 10px auto;
}

.acheter_prix .carte_price center h5 {
    margin: 2px;
}

.acheter_prix h2,
h3,
h4 {
    margin: 0;
}

.acheter_prix h2 span {
    font-size: 18px;
}

.carte_price {
    width: 90%;
        max-width: 500px;
    border-radius: 10px;
    background: var(--bg_color);
    box-shadow: var(--boxd);
    margin: 10px auto;
    padding: 10px;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
}

.flex2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
}


.btn_achete {
    background: var(--colors_bt);
    padding: 8px;
    border-radius: 5px;
    color: var(--blanc);
}

.modif {
    background: var(--colors_bt);
    padding: 5px;
    border-radius: 100%;
    font-size: 10px;
    color: var(--blanc);
}

.cart_info {
    width: 90%;
    margin: auto;
}

.titre_inf {
    padding: 10px;
}

.acheter_prix {
    width: 90%;
}

.flex3 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 14px;
}
.flex3 i {
    color: var(--primary_color2);
    padding: 9px;
    border: 2px solid;
    border-radius: 10px;
}

.flex3 img {
    width: 120px;
    height: 120px;
    /* border: 2px solid; */
    border-radius: 10px;
    object-fit: cover;
}




