@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');

/*Sweet Alert*/
.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}

.colored-toast .swal2-title {
    color: white;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
}
/*Fin sweetAlert*/
body {
    margin: 0;
    font-family: 'Poppins';
}

.navbar-category-container {
    background-color: #1D1F20;
    width: 100%;
}

.navbar-container {
    background-color: #4D5D58;
    width: 100%;
}

.navbar {
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left {
    display: flex;
    align-items: center;
}

.nav-links-img {
    display: none;
}

.ul-navbar {
    display: flex;
    margin: 0;
    gap: 30px;
    text-decoration: none;
}

.ul-navbar li {
    padding: 0;
    list-style: none;
}

.right-desktop {
    align-items: center;
    gap: 10px;
    display: flex;
}

.right-mobile {
    align-items: center;
    display: none;
}

.btn-navbar {
    height: 34px;
    width: 113px;
    border-radius: 30px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    color: white;
    text-decoration: none;
}

.btn-navbar-login, .btn-navbar-poster {
    background-color: #1B4D3E;
}

.btn-navbar-login:hover, .btn-navbar-poster:hover {
    background-color: #00693E;
}

.navbar-search {
    width: 337px;
    height: 45px;
    background-color: white;
    display: flex;
    padding: 20px;
    border-radius: 30px;
}

.navbar-search:focus {
    outline: none;
}

.navbar-search_span {
    width: 50px;
    height: 45px;
    background-color: white;
    display: flex;
    border-radius: 30px 0 0 30px;
}

.navbar-search_input {
    width: 287px;
    height: 45px;
    background-color: white;
    display: flex;
    border-radius: 30px 0 0 30px;
}

/*label {*/
/*    position: relative;*/
/*}*/

/*label:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 20px;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    width: 20px;*/
/*    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-search%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%3Cpath%20d%3D%22M11.742%2010.344a6.5%206.5%200%201%200-1.397%201.398h-.001c.03.04.062.078.098.115l3.85%203.85a1%201%200%200%200%201.415-1.414l-3.85-3.85a1.007%201.007%200%200%200-.115-.1zM12%206.5a5.5%205.5%200%201%201-11%200%205.5%205.5%200%200%201%2011%200%22%2F%3E%0A%3C%2Fsvg%3E") center / contain no-repeat;*/
/*}*/

/*.right-desktop input {*/
/*    padding: 10px 45px;*/
/*    width: 337px;*/
/*    height: 45px;*/
/*    background-color: white;*/
/*    display: flex;*/
/*    border-radius: 30px;*/
/*}*/

.left img {
    width: 100px;
    height: auto;
    filter: drop-shadow(0 0 1.4rem white);
}

.left a {
    color: white;
    text-decoration: none;
}

/* Catégories */

.nav-category {
    height: 109px;
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.btn-category {
    height: 34px;
    width: 118px;
    border-radius: 5px;
    background-color: #35373B;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    color: white;
    text-decoration: none;
}


/* Body */
.body-container {
    background-color: #1B4D3E;
    width: 100%;
}

.card {
    width: 100%;
    height: 100%;
}

.card-deal {
    background-color: white;
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 1em;
    width: auto;
    height: 225px;
}

.cardPhoto {
    display: flex;
    justify-content: center;
    align-content: center;
    height: 100%;
}

.card-deal-right {
    width: auto;
    background-color: white;
    border-radius: 15px;
    padding-bottom: 1px;
}

.text-card-right {
    display: flex;
    justify-content: center;
    padding: 37px 0 10px 0;
}

.mini-card-deal-right {
    width: 246px;
    height: 75px;
    background-color: white;
    display: flex;
    justify-content: center;
    margin: 0 auto 11px auto;
    overflow: hidden;
    white-space: normal;
}

.mini-card-photo {
    padding: 0;
    display: flex;
}

.img-card-photo {
    height: 75px;
    width: 75px;
}

.mini-card-eyes-price {
    color: red;
    display: flex;
    justify-content: space-between;
}

.text-ellipsis-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-ellipsis-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-eyes-price {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    align-items: center;
}

.card-eyes-price-show{
    display:flex;
    margin-top: 5px;
    align-items: center;
    gap: 25px;
    justify-content: space-around;
}

.body-button-eyes {
    width: auto;
    height: auto;
    padding: 7px;
    border: 1px solid #D9D9D9;
    border-radius: 50px;
}

.body-button-edit-delete{
    display: flex;
    gap: 5px;
}

.body-button-edit-delete a, .body-button-edit-delete button{
    padding: 7px;
    border-radius: 5px;
}

.body-button-edit-delete a:first-child{
    background: #6c757d;
}
.body-button-edit-delete a:first-child:hover{
    background: #979bbb;
}

.body-button-edit-delete button:last-child{
    background-color: #dc3545;
    border: 0;
}

.body-button-edit-delete button:last-child:hover{
    background-color: #c90000;
}

.deal-show_modal-button_validate:disabled{
    background-color: grey;
}

.deal-new_modal-button_validate-hover:hover{
    background-color: #024802;
}


.body-button-eyes-span_temperature {
    text-decoration: none;
    color: black;
    padding: 3px;
    border: none;
    background: none;
}

.card-button-show {
    width: auto;
    height: auto;
    padding: 13px;
    border-radius: 50px;
    color: white;
    font-size: 17px;
    background-color: black;
}

.overflow-text {
    overflow: hidden;
    white-space: normal;
}

.text-font-mobile {
    font-size: 18px;
}

.body-button-eyes-span_temperature:disabled{
    border-radius: 10px;
    background-color: red;
}

.body-button-eyes-span_temperature.selected{
    border-radius: 10px;
    background-color: #EBEBE4;
}


/* Footer */

.footer {
    background-color: #1B4D3E;
    height: auto;
    padding: 75px 0;
    width: 100%;
    color: white;
}

.footer-banner {
    background-color: lightgrey;
    height: 75px;
    width: 100%;
}

.footer-body {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    height: 100%;
}

.footer-body_left {
    width: 25%;
}

.footer-body_middle {
    width: 25%;
}

.footer-body_right {
    width: 25%;
}

.footer-body_left-text, .footer-body_right-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.footer-body_middle-container {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    gap: 5px;
}

.footer-body_middle h2 {
    display: flex;
    justify-content: center;
}

.footer-body_left-text p {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-body_left-text p span {
    font-size: 12px;
    text-align: center;
}

.footer-body_middle-text a {
    background-color: white;
    padding: 3px 7px;
    border-radius: 50%;
}

.footer-body_middle-input {
    max-width: 100%;
    width: 80%;
    flex-direction: column;
    margin: 0 auto;
    gap: 7px;
    display: flex;
}

.footer-body_middle-input input {
    width: 100%;
    border: 1px solid black;
}

.footer-body_middle-input a {
    width: 100%;
    display: block;
    background-color: black;
    color: white;
    text-decoration: none;
}

.footer-body_right-text p {
    text-align: center;
}


/* DEAL (new) */

.text-white {
    color: white;
}

.sidebar {
    height: 100%;
    width: 100%;
    background-color: #FFD1DE;
}

.sidebar .sidebar-container {
    width: 70%;
    margin: 0 auto;
    padding-top: 40px;
}

.sidebar .sidebar-container p {
    margin: 10px auto;
    font-size: 22px;
}

.new-deal {
    width: 100%;
    background-color: #1B4D3E;
    padding-bottom: 15px;
}

.new-deal-input_title {
    display: flex;
    flex-direction: column;
}

.new-deal-footer {
    display: flex;
    justify-content: space-between;
    margin: 0 10px;
}

.new-deal-footer a, .new-deal-footer button {
    text-decoration: none;
    background-color: black;
    color: white;
    padding: 7px 12px;
    border-radius: 40px;
    border: none;
}

.new-deal-input_checkbox {
    margin-top: 5px;
}

.new-deal-input_checkbox input[type="checkbox"] {
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 40%;
    border: 2px solid #ddd;
    appearance: none;
    cursor: pointer;
}


.new-deal-input_checkbox input[type="checkbox"]:checked {
    background-image: url("/img/check.png");
    background-size: cover;
}

.select2.select2-container .select2-selection, .select2.select2-container .select2-selection--multiple .select2-selection__choice{
    border-radius: 15px;
    height: 36px;
    border: 1px solid #D9D9D9;
}

.select2.select2-container .select2-selection .select2-selection__arrow, .select2.select2-container .select2-selection--multiple .select2-selection__choice {
    border-radius: 0 15px 15px 0;
    height: 36px;
}

.select2-selection__placeholder, .select2-selection__rendered {
    display: flex;
    align-items: center;
    height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 33px !important;
}

.new-deal-input_input_span{
    position: relative;
    left: -25px;
    top: 3px;
    font-size: 20px;
    color: black;
}

/* Ajout image dans deal */
.new-deal-button_addImg{
    background-color: black;
    color: white;
    padding: 7px 12px;
    border-radius: 40px;
    border: none;
}

/*Bouton supprimer ligne image deal new*/
.new-deal-button_supprImage{
    padding: 5px 10px;
    background-color: #dc3545;
    cursor: pointer;
}

/*CKEDITOR*/
.cke_1.cke.cke_reset.cke_chrome.cke_editor_deal_description.cke_ltr.cke_browser_webkit{
    border: none;
}

.cke_top.cke_reset_all{
    border-radius: 20px 20px 0 0;
}

.cke_inner.cke_reset{
    border-radius: 20px;
}

.cke_bottom.cke_reset_all, .cke_wysiwyg_frame.cke_reset{
    border-radius: 0 0 20px 20px;
}

.cke_1.cke.cke_reset.cke_chrome.cke_editor_deal_description.cke_ltr.cke_browser_webkit{
    width: 100% !important;
}

.cke_contents.cke_reset{
    height: 300px !important;
}

/*Ckeditor bug*/

#cke_deal_description{
    width: 100% !important;
}

.cke_chrome{
    border: 0 !important;
}


.deal-new_modal {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.deal-new_modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 31%;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
}

/* The Close Button */
.deal-new_modal-close {
    color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
}

.deal-new_modal-close:hover,
.deal-new_modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.deal-new_modal-content p {
    color: black;
    margin: 0;
}

.deal-new_modal-button{
    display: flex;
    gap: 10px;
}

.deal-new_modal-button_cancel, .deal-new_modal-button_validate, .deal-show_modal-button_validate{
    text-decoration: none;
    background-color: black;
    color: white;
    padding: 7px 12px;
    border-radius: 40px;
    border: none;
}

.deal-new_modal-button_cancel:hover{
    background-color: #690000;
}

.deal-new_modal-button_validate:hover{
    background-color: #024802;
}



/* PAGE DEAL SHOW */

#banner{
    color: #F47D31;
    background-color: #333;
    transform: rotate(25deg);
    transform-origin: 50% 50%;
    position: absolute;
    width: 120%;
    top: 155px;
    right: -55px;
    overflow: hidden;
}

#text-roller{
    position: relative;
    white-space: nowrap;
}

.banner-text{
    position: relative;
    animation: move-words 10s linear infinite;
    margin: 0;
    font-size: 26px;
}


@keyframes move-words {
    0% {
        left: 100%;
    }
    100% {
        left: -100%;
    }
}

.deal-show-alert-dateEnd {
    width: 80%;
    justify-content: center;
    display: flex;
    margin: auto auto 10px auto;
}

.deal-show {
    width: 100%;
    height: auto;
    background-color: #1B4D3E;
    padding: 50px 0;
}

.deal-show-card {
    width: 80%;
    padding: 10px;
    height: auto;
    margin: 0 auto;
    background-color: white;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.deal-show-card.description {
    padding: 40px;
    border-radius: 15px 15px 0 0;
}

.deal-show-card.comment {
    padding: 40px;
}

.deal-show-card_button-show-deal, .deal-show-card_button-show-discount, .deal-show-card_button-add-wishlist {
    padding: 10px;
    border-radius: 40px;
    text-decoration: none;
    width: 30%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-all;
    overflow: hidden;
}

.deal-show-card_button-show-deal {
    color: white;
    background-color: black;
}
.deal-show-card_button-show-deal:hover {
    background-color: #23272b;
}

.deal-show-card_button-show-discount {
    border: 2px dotted black;
}

.deal-show-card_button-add-wishlist {
    border: 5px solid black;
    background-color: white;
}
.deal-show-card_button-add-wishlist:hover {
    border: 8px solid black;
}

.deal-show-card_img {
    display: flex;
    height: 50%;
    margin: auto 0;
}

.deal-show-card_mini-img {
    gap: 5px;
    display: flex;
    flex-direction: column;
}

.deal-show-card.deal-show-comment {
    background-color: #D9D9D9;
    border-radius: 0 0 15px 15px;
    align-items: center;
}

.deal-show-card.deal-show-comment button {
    margin: 5px 0 5px 27px;
    border: none;
    background: transparent;
    color: #5A5D62;
}

.deal-show-comment-write {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    justify-content: center;
}

.deal-show-comment-write-input {
    width: 100%;
    border-radius: 15px;
    padding: 5px 0 5px 10px;
    border: 1px solid #D9D9D9;
    display: flex;
}

.deal-show-comment-write-input input {
    width: 95%;
    border: none;
    outline: none;
}

.deal-show-comment-write-input button {
    width: auto;
}

.deal-show-comment-write-message {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 10px;
    font-size: 14px;
}

.deal-show-comment-three-dot{
    font-size: 12px;
    background-color: #690000;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    border: 1px solid black;
}

.deal-show-comment-three-dot a, .deal-show-comment-three-dot button{
    color: black;
    text-decoration: none;
    padding: 5px 10px;
    display: flex;
    width: 100%;
    justify-content: center;
    border: none;
    border-radius:10px
}

.deal-show-comment-three-dot button:hover{
    background-color: black;
    color: white;
}
.deal-show-comment-three-dot-first{
    border-radius: 10px 10px 0 0;
}
.deal-show-comment-three-dot-second{
    border-radius: 0 0 10px 10px;
}


.deal-show_card-main-text{
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.deal-show-card-footer_shared{
    display: flex;
    flex-direction: column
}

.deal-show-card-footer_shared-svg img{
    height: 24px;
    width: 24px;
}

.new-deal-input_input{
    display: flex;
}

.new-deal-input_input input, .new-deal-input_input select, .new-deal-input_input textarea {
    width: 100%;
    border-radius: 15px;
    padding: 5px 0 5px 10px;
    border: 1px solid #D9D9D9;
}

/*Modal wishlist show*/
.deal-wishlist_modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 31%;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
    gap: 10px;
}

.deal-wishlist_modal-button{
    width: 100%;
    border: 1px solid black;
    border-radius: 5px;
}

.deal-wishlist_modal-button:hover {
    background-color: #9c9999;
}

.turbo-frame-add-wishlist_button {
    border-radius: 5px;
    padding: 5px 10px;
    background-color: white;
    color:black;
    text-decoration: none
}

.turbo-frame-add-wishlist_button:hover {
    background-color: #a4a1a1;
}

/*Disabled*/
.new-deal-input_input input:disabled, .new-deal-input_input select:disabled, .new-deal-input_input textarea:disabled {
    width: 100%;
    border-radius: 15px;
    padding: 5px 0 5px 10px;
    border: 1px solid #D9D9D9;
    background-color: grey;
}

.disabled-grey {
    background-color: grey !important;
}

.deal-show-comment-write-respond {
    width: 94%;
    display: flex;
    margin: 10px 0 0 auto;
    border-left: 2px solid #D9D9D9;
    padding: 0 0 0 12px;
}

.select2.select2-container.select2-container--default{
    width: 100% !important;
}



/* Alert */

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}


/* Wishlist */

.wishlist-main{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
    margin-top: 15px;
}

/* Styles pour les cartes */
.wishlist-card {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.wishlist-card-title{
    text-align: center;
}

.wishlist-card-list-deal{
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
}

.wishlist-card-footer-button{
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 10px;
}

.wishlist-card-list-deal__button{
    border: none;
    padding: 0;
    background: none;
}

.wishlist-card-footer-button button, .wishlist-card-footer-button a, ._formAddWishlistButton{
    border:none;
    border-radius: 15px;
    padding: 5px 12px;
    background-color: #1B4D3E;
    color: white;
    text-decoration: none;
}

.wishlist-card-footer-button button:hover, .wishlist-card-footer-button a:hover {
    background-color: #23916e;
}


._formAddWishlistButton{
    width: 100%;
    text-align: center;

}



/* Styles pour les écrans de bureau */
@media (min-width: 768px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/*Fin Wishlist*/


/* Other */

.wordWrap {
    word-wrap: break-word; /* IE 5.5-7 */
    white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
    white-space: pre-wrap; /* current browsers */
}

/*Profil -> navbarProfil*/

.navbarProfil_main-background{
    height: 150px;
    width: 100%;
}

.navbarProfil_main-info{
    display:flex;
    height: 100%;
    align-items: center;
    gap: 30px;
}

.navbarProfil_main-imgPP{
    height: 100%;
    display: flex;
}

.navbarProfil_main-imgPP img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: white;
    margin: auto 0;
}

.navbarProfil_main-detailsProfil p:first-child{
    font-size: 32px;
}


.navbarProfil_main-navbar{
    padding: 5px 0;
    background-color: white;
}

.navbarProfil_main-links{
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.navbarProfil_main-links a{
    text-decoration: none;
    color: black;
    padding:0 3px;
}

.overview-stats-card, .overview-info-card{
    background-color: white;
    color: black;
    border-radius: 10px;
    padding: 20px;
}

.overview-info-card{
    padding: 20px 75px;
}

.overview-stats-card_text-stats, .overview-info-card_text-stats{
    display: flex;
    justify-content: center;
}

.overview-stats-card__palmares_text-palmares, .overview-stats-card__posts_text-posts, .overview-stats-card__palmares_text-parametres {
    color: #8E8E8E;
    margin-bottom: 5px;
    font-size: 18px;
}

.overview-info-card_user-info{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.overview-info-card_button-editProfil {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    border-radius: 10px;
    background-color: black;
    text-decoration: none;
    color: white;
    padding: 10px 0;
}

.overview-info-card_user-info_img img{
    width: 200px;
    height: auto;
    border-radius: 50%;
    display: flex;
    margin:auto;
}

.overview-info-card_user-info_pseudo, .overview-info-card_user-info_email, .overview-info-card_user-info_password{
    display: flex;
    flex-direction: column;
}

.overview-info-card_user-info_pseudo input, .overview-info-card_user-info_email input, .overview-info-card_user-info_password input{
    width: 100%;
}

.overview-info-card-row__user-mobile{
    display: flex;
}

.overview-page-loader{
    height: 100vh;
    width: 100vw;
    position: absolute;
    background: grey;
    z-index: 5;
    top: 0;
    left: 0;
    opacity: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overview-page-loader img {
    width: 140px;
    height: 140px;
}

.overview-stats-card__deleteAccount__buttonDelete{
    border: none;
    background: none;
    color: red;
}

.overview-stats-card__deleteAccount__buttonDelete:hover{
    background-color: red;
    color: white;
    border-radius: 5px;
}


/*CATEGORY DEAL INDEX*/

.index-category-without-card{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px 0;
    gap: 10px;
}

.index-category-without-card h4{
    color: white;
    margin: 0;
}

.index-category-without-card a{
    border-radius: 5px;
    padding: 0 4px 2px 4px;
    background-color: #696969;
    text-decoration: none
}

.category-navbar{
    display: flex;
    width: 100%;
    height: 110px;
    padding: 2px;
}

.category-navbar-first{
    display: flex;
    align-items: center;
}

.category-navbar-first_image{
    height: 70px;
    width: 70px;
    background-color: #D9D9D9;
    margin: auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-navbar-second{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.category-navbar-second p{
    color: white;
    margin: 0;
}
/*Fin category index*/

/*check email password*/
.check-email_button{
    text-decoration: none;
    border-radius: 10px;
    background-color: black;
    padding: 5px 10px;
    color: white;
}

.check-email_button:hover {
    color: black;
    background-color: white;
}
/*Fin check email password*/

/*TEST */

.chips-slider-container {
    /*border: solid 1px;*/
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    padding: 2px;
}

.chips-slider-parent {
    width: 100%;
    display: flex;
    /*border: solid 1px;*/
}

.chips-slider-parent .csx-chips-items {
    /*background-color: #CCCCCC;*/
    padding: 5px;
}

.chips-slider-parent .csx-chips-items:nth-child(2) {
    /*background-color: #DDDDDD;*/
    flex: 1;
    display: block;
    overflow-x: hidden;
}

.csx-chips-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    /*    Rajouter du gap entre les li*/
}

.csx-chips-menu li {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #35373B;
}

.csx-chips-menu li:hover {
    background-color: #6d707b;
}

.csx-chips-menu li a {
    text-decoration: none;
    color: white;
}

.csx-chips-sub-menu {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0 0 0 -11px;
    list-style: none;
}

.csx-chips-sub-menu li {
    display: block;
}

.csx-chips-menu li:hover>.csx-chips-sub-menu {
    display: block;
}

/*FIN TEST*/


/* Media */

@media (min-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}


@media screen and (max-width: 1200px) {


    .right-desktop {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
        margin-top: 550px;
        gap: 20px;

        margin-left: -100%;
        transition: all 0.5s ease;

    }

    .btn-navbar {
        height: 40px;
        width: 120px;
    }

    .right-mobile {
        display: block;
    }

    .nav-links-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: block;


        margin-left: -100%;
        transition: all 0.5s ease;

    }

    .nav-links {
        top: 0;
        position: absolute;
        background-color: rgba(255, 255, 255);
        width: 100%;
        height: 100%;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;


        margin-left: -100%;
        transition: all 0.5s ease;


    }

    .nav-links .ul-navbar {
        display: flex;
        gap: 15px;
        padding-left: 0;
        font-size: 1.5em;
        flex-direction: column;
        align-items: center;
        margin-bottom: 240px;
    }

    .nav-links .ul-navbar a {
        color: black;
        font-size: 3rem;
    }

    .nav-links-img a {
        display: flex;
        justify-content: center;
        padding-top: 0;
    }

    .nav-links-img a img {
        z-index: 1;
        width: 255px;
        height: 195px;
    }

    .mobile-menu {
        margin-left: 0;
    }

    .nav-links-img.mobile-menu {
        z-index: 3;
    }

    .nav-links.mobile-menu, .right-desktop.mobile-menu {
        z-index: 2;
    }

    .mobile-menu-overflow {
        height: 100vh;
        width: 100vw;
        overflow: hidden;
    }

    .first-mobile {
        display: none;
    }

    .col-9.mainCol {
        width: 100%;
    }

    .search-bar-container {
        margin: 0;
    }

    .input-wrapper {
        height: 50px;
    }

    .results-list {
        top: 40px;
    }


    /* Login */
    .col-4.mobile {
        width: 100%;
        flex: 0 0 auto;
        background-color: #B7D5AC;
    }

    .mobile-white{
        color: white;
    }

    .col-8.mobile {
        display: none;
    }

    .mobile-100vh {
        height: 100vh;
    }

    .login-form {
        height: 70vh;
    }

    /* Register */
    .register-form {
        margin-left: 0;
    }

    .register-form-footer {
        margin-left: 0;
    }

    /*    Footer */
    .footer-body {
        flex-direction: column;
        gap: 50px;
    }

    .footer-body_left-text p svg {
        height: 24px;
        width: 24px;
    }

    .footer-body_left {
        width: auto;
    }

    .footer-body_middle {
        width: auto;
    }

    .footer-body_right {
        width: auto;
    }

    .deal-show-card_button-show-deal {
        font-size: 12px;
    }

    .deal-show-card_button-add-wishlist {
        font-size: 12px;
    }

    /*    new Deal*/
    .mobile-phone-fontsize-11 {
        font-size: 11px;
    }

    .new-deal-input_input_span{
        font-size: 17px;
    }

    .col-4.overview-stats-card__mobile{
        width: 100% !important;
    }

    .col-8.overview-info-card__mobile{
        width: 100% !important;
    }

    .deal-new_modal-content{
        width: 70%;
        font-size: 16px;
    }


    /*Overview profil*/
    .overview-info-card-row__user-mobile{
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .col-4.overview-info-card_user-info.mt-4{
        width: 100%;
    }

    .col-6.mt-4.overview-info-card_user__row-mobile{
        width: 100%;
    }

    .overview-info-card{
        margin: 10px 0;
    }


/*    Show */

    .deal-wishlist_modal-content{
        width: 80%;
    }

/*    Fin show*/

/*    category deal index*/

    .index-category-without-card{
        flex-direction: column;
        padding: 0 50px;
    }

    .index-category-without-card a svg{
        width: 32px;
        height: 32px;
    }

    .index-category-without-card a{
        border-radius: 5px;
        padding: 10px 12px;
        background-color: #696969;
        text-decoration: none
    }

    /*    fin category deal index*/

/*    category index*/


    .col-1.category-navbar-first{
        width: 25%;
    }

    .col-11.category-navbar-second{
        width: 75%;
    }


    /*    fin category index*/


}

@media screen and (max-width: 570px) {

    .text-font-mobile {
        font-size: 14px;
    }

    .body-button-eyes.mobileDisable {
        display: none;
    }

    .card-button-show {
        padding: 8px;
    }

    .nav-category {
        overflow: auto;
    }

    .deal-show-card.deal-show-card_mobile {
        font-size: 10px;
    }

    .card-eyes-price-show {
        gap: 5px;
        flex-direction: column;
    }

    .deal-show-card_button-show-deal, .deal-show-card_button-show-discount, .deal-show-card_button-add-wishlist{
        height: auto;
        width: 100%;
    }

    .deal-show-card-footer_shared span:first-child{
        display: none;
    }

    #banner{
        transform: rotate(51deg);
        top: 192px;
        right: -104px;
        width: 162%;
    }


}

@media screen and (max-width: 1000px) {
    .deal-show-comment-img_mobile {
        width: 30px;
        height: 30px;
    }

    .card-eyes-price.mobile {
        font-size: 10px;
    }

    /*    show deal*/
    .col-1.mt-5.deal-show-card_mini-img.deal-show-card_mini-img_mobile {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .col-1.deal-show-comment-col_mobile {
        display: none;
    }

    .col-11.deal-show-comment-col_mobile {
        width: 100%;
    }
}
