body,
h1,
h2,
html {font-weight: 300
}

.btn-primary,
.btn-warning {
    color: #fff;
    margin-bottom: 10px;
    transition: .3s ease-in;
    margin-top: 10px
}

a,
body,
html {
    color: #1a457b
}

.btn-primary,
.btn-warning,
.menu .bottomMenu>ul,
a {
    transition: .3s ease-in
}

.messages .message.message_out .infos,
.messages .seen {
    text-align: right
}

.btn-d-none,
.menu .bottomMenu>ul li.active a:after,
.popup_alert,
.searchAlert .update,
.type_piece input[type=radio],
.type_user.warning .showable,
.type_user.warning.active .warningSentence {
    display: none
}

.block ul,
.page-footer ul {
    list-style-position: inside
}

* {
    box-sizing: border-box
}

body,
html {
    font-family: 'Saira Condensed', sans-serif;
    font-size: 18px;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.2
}

body {
    width: 100%;
    overflow-x: hidden
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 32px
}

.btn-primary {
    background-color: #1a457b;
    border-color: #1a457b
}

.btn-warning {
    background-color: #ef7d00;
    border-color: #ef7d00
}

.btn-default:hover,
.btn-warning:hover,
a:hover .btn-default,
a:hover .btn-warning {
    color: #ef7d00;
    background-color: #fff;
    border-color: #ef7d00
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #fff;
    background-color: #ef7d00;
    border-color: #f0a655
}

.conversation.unseen,
b {
    font-weight: 700
}

#CoordinatePopup a,
.link,
.link i {
    text-decoration: none
}

.link span {
    text-decoration: underline
}

.basicButtons .btn,
.cardInvoice a,
.metier .title,
.product-item a,
.similar a {
    text-decoration: none
}

header {
    background: #fff;
    z-index: 99;
    border-bottom: 1px solid #f1f1f1
}

main {
    margin-top: 175px
}

.navbar-brand {
    padding-top: 3rem
}

.menu .upMenu>ul {
    border-bottom: 1px solid #1a457b
}

.menu .upMenu>ul .nav-link,
.menu .upMenu>ul a {
    color: #1a457b;
    border: none;
    background: 0 0;
    font-weight: 100
}

.menu .upMenu>ul .nav-link:hover,
.menu .upMenu>ul a:hover,
.type_piece input[type=radio]:checked+label,
.type_piece label:hover {
    color: #fff;
    background: #1a457b
}

.menu .upMenu>ul .nav-link:hover img,
.menu .upMenu>ul a:hover img,
button.createAlert img {
    filter: brightness(10)
}

.menu .bottomMenu>ul {
    margin-top: 40px
}

.formMyAccount,
.menu .bottomMenu>ul a.nav-link {
    color: #fff;
    background: #1a457b;
    padding: 15px 25px;
    border: 1px solid #1a457b;
    font-size: 20px;
    font-weight: 500;
    transition: .3s ease-in
}

.accountLink,
.contactButton {
    text-decoration: none!important;
    font-weight: 700;
    transition: .3s ease-in
}

.contactButton {
    background-color: #ef7d00;
    color: #fff;
    border: 1px solid #ef7d00
}

.contactButton:hover {
    color: #ef7d00;
    background-color: #fff;
    border: 1px solid #ef7d00;
    transition: .3s ease-in
}

.accountLink {
    border: 1px solid #1a457b;
    color: #1a457b
}

.accountLink:hover {
    border: 1px solid #ef7d00;
    color: #fff;
    background-color: #ef7d00;
    transition: .3s ease-in
}

.formMyAccount button {
    color: #fff;
    transition: .3s ease-in
}

.accountLink i,
.accountLink i::before,
.contactButton i::before,
.formMyAccount:hover button {
    color: #1a457b;
    transition: .3s ease-in
}

.formMyAccount:hover {
    background-color: #fff;
    transition: .3s ease-in;
    cursor: pointer
}

.accountLink:hover i:before,
.contactButton:hover i:before,
.formMyAccount:hover i:before {
    animation-duration: .7s;
    animation-name: iconMenu
}

@keyframes iconMenu {
    0%,
    100% {
        top: 0
    }
    50% {
        top: -100%
    }
}

.accountLink i,
.contactButton i,
.formMyAccount button i {
    height: 15px!important;
    padding-inline: 1rem;
    position: absolute;
    left: 41%
}

.formMyAccount button i {
    bottom: -12%!important;
    color: #ef7d00;
    background-color: #1a457b;
    transition: .3s ease-in
}

.accountLink i {
    bottom: -12%!important;
    background-color: #fff
}

.contactButton i {
    bottom: -12%!important;
    color: #fff;
    background-color: #ef7d00;
    transition: .3s ease-in
}

#myTabContent a {
    padding-block: 1.8rem!important
}

.formMyAccount:hover i {
    color: #1a457b;
    background-color: #fff;
    transition: .3s ease-in
}

.accountLink:hover i {
    color: #1a457b;
    background-color: #ef7d00;
    transition: .3s ease-in
}

.contactButton:hover i {
    background-color: #fff;
    transition: .3s ease-in
}

.accountLink i::after,
.contactButton i::after,
.formMyAccount i::after {
    content: "";
    background-color: #f1f1f1;
    position: absolute;
    height: .5rem;
    left: -1%
}

.formMyAccount i:after {
    width: 3rem;
    bottom: 0
}

.accountLink i:after,
.contactButton i::after {
    width: 4rem;
    bottom: -30%
}

.accountLink i:before,
.contactButton i::before,
.formMyAccount i:before {
    z-index: 2;
    position: relative
}

@media (min-width:968px) {
    .accountLink,
    .contactButton,
    .formMyAccount {
        width: 31%;
        margin-inline: 1%;
        margin-bottom: 1rem
    }
}

.menu .bottomMenu>ul a:hover {
    background: #fff;
    color: #1a457b
}

.menu .bottomMenu>ul>li a {
    border-radius: 5px;
    margin: 0 5px
}

.menu .bottomMenu>a {
    margin-top: 35px;
    padding: 15px 25px;
    font-size: 25px;
    border-radius: 5px;
    transition: .3s ease-in
}

.alertAnnonce form,
.menu .bottomMenu>ul .active a {
    background-color: #ef7d00;
    border-color: #ef7d00
}

.menu .bottomMenu>a:hover img,
button.createAlert:hover img {
    filter: brightness(0)
}

.shrink .menu .bottomMenu>a,
.shrink .menu .bottomMenu>ul {
    margin-top: 10px;
    margin-bottom: 5px!important
}

.shrink .navbar-brand {
    padding-top: 1rem
}

.shrink .menu .bottomMenu>a,
.shrink .menu .bottomMenu>ul a.nav-link {
    padding: 10px 15px
}

.shrink .menu .bottomMenu>a {
    padding: 5px 10px
}

.metier .title {
    border-bottom: 1px solid #1a457b;
    margin-bottom: 15px;
    padding-bottom: 5px
}

.fa-exclamation,
.metier .title:hover,
.rating i.checked,
.unvalidUser {
    color: #ef7d00
}

.light,
.orange,
.pro {
    color: #f07d00
}

.metier .title h2,
.metier .title p {
    font-size: 26px
}

.metier .form-select {
    background-color: #f1f1f1;
    color: #1a457b;
    border-radius: 0;
    border: none;
    font-weight: 300
}

.metier input,
input {
    border-radius: 0;
    font-weight: 300
}

.grey,
main section:first-child {
    background: #f1f1f1
}

.thumbnail {
    position: relative;
    overflow: hidden
}

.thumbnail img {
    transition: .3s ease-in
}

.linkAddAlert:hover i,
.searchAlert .actions span:hover i,
a:hover .thumbnail img {
    transform: scale(1.2)
}

.thumbnail .price {
    position: absolute!important;
    top: 15px;
    padding: 5px 15px;
    background: #ef7d00;
    color: #fff;
    font-weight: 700;
    right: 0
}

#SendMessage div.input-group-file #PJ,
.Notation,
.block>div,
.product-item,
.relative {
    position: relative
}

.product-item a>span {
    position: absolute;
    bottom: 0;
    right: 2%
}

.product-item a {
    color: #1a457b
}

.product-item h3 {
    font-weight: 700;
    font-size: 20px;
    margin: 10px 0
}

.product-item .description {
    margin: 10px 0;
    height: 84px
}

.similar .product-item .description {
    height: 154px
}

.block>div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 9px;
    right: 9px;
    bottom: 0;
    border: 1px solid #1a457b;
    z-index: -1
}

.block .title {
    background: #f1f1f1;
    padding: 15px 5px;
    border: 1px solid #1a457b
}

.block .title h3 {
    font-weight: 300;
    font-size: 22px;
    margin: 0
}

.block ul {
    list-style-type: none;
    padding: 20px 5px 20px 15px;
    margin: 0
}

.block ul>li a {
    color: #1a457b;
    margin-bottom: 5px;
    display: inline-block
}

.block ul>li a:before {
    content: "- "
}

.vr {
    margin: 0 .5rem;
    border-left: 1px solid #1a457b;
    height: 15px
}

.light,
.pro {
    background: #fff;
    border: 1px solid #f07d00;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem
}

.conversation,
.row_filter {
    border-bottom: 1px solid #1a457b
}

.light:hover,
a:hover .light {
    background: #f07d00;
    color: #fff
}

.card h1 {
    font-weight: 700;
    font-size: 32px
}

.title_inner {
    font-size: 36px;
    font-weight: 500
}

#SendMessage .input-group-file:after,
.icon {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.card:not(.similar) .price {
    margin-right: 10px;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.5;
    vertical-align: middle;
    position: relative
}

.card:not(.similar) .price.barre:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 3px;
    background: #f07d00;
    transform: rotate(145deg);
    bottom: 50%;
    left: -25%
}

.filter .title {
    font-weight: 500;
    font-size: 22px
}

.row_filter {
    margin-top: 15px;
    padding-bottom: 10px
}

.row_filter .title {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 20px
}

.row_filter input[type=checkbox],
.row_filter input[type=radio] {
    border-radius: 0;
    margin-right: 10px
}

.row_filter label {
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #1a457b;
    font-weight: 400;
    transition: .3s ease-in;
    height: initial
}

.row_filter label .num-result {
    color: #f07d00;
    margin-left: 5px
}

.row_filter label.non-checked {
    transform: scale(0);
    height: 0
}

.similar a {
    margin-bottom: 20px
}

#tarteaucitronRoot .tarteaucitronCheck::before,
#tarteaucitronRoot .tarteaucitronCross::before,
.linkAddAlert i::before,
.messages .message.message_out a,
.similar a:hover,
.title:hover i.fa-question-circle,
body #tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    color: #1a457b!important;
}

.similar a h3 {
    font-size: 24px
}

.input-group-text {
    background-color: #1a457b;
    color: #fff
}

#inscription select,
.form_depot .form-select {
    padding: .75rem
}

.type_piece label {
    font-weight: 500;
    width: 100%;
    cursor: pointer;
    text-align: center;
    border: 1px solid #1a457b;
    padding: 20px 10px;
    margin-left: -1px;
    transition: .3s ease-in;
    border-left: 0
}

.type_piece div:first-child label {
    border-left: 1px solid #1a457b;
    border-radius: 5px 0 0 5px
}

.type_piece div:last-child label {
    border-radius: 0 5px 5px 0
}

.infomore,
.searchAlert {
    border: 1px solid #1a457b
}

.infomore {
    vertical-align: super;
    font-size: .5rem!important;
    margin-left: 5px;
    border-radius: 50%!important
}

.PriceCommissionLabel {
    font-size: 22px
}

input[type=number] {
    -moz-appearance: textfield
}

.popup_alert {
    position: absolute;
    background: #fff;
    right: 1rem;
    padding: 1rem;
    top: 100%;
    z-index: 99;
    border-radius: 5px;
    box-shadow: 0 -1px 4px 0 rgb(43 43 43 / 8%), 0 4px 8px 0 rgb(43 43 43 / 12%)
}

.popup_alert .closePopup {
    float: right;
    cursor: pointer
}

.list {
    display: flex;
    justify-content: center;
    padding: 0 5rem 1rem
}

.list>div {
    margin: 0 3rem 1rem
}

.switch {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 34px
}

.slider,
.slider::before {
    position: absolute;
    transition: .4s
}

.slider {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ccc;
    cursor: pointer
}

.none,
.show {
    transition: 1s ease-out
}

.slider::before {
    content: "";
    top: 4px;
    left: 4px;
    width: 26px;
    height: 26px;
    background-color: #fff
}

.switch input[type=checkbox]:checked+.slider,
.ui-widget-header {
    background-color: #ef7d00
}

.switch input[type=checkbox]:checked+.slider::before {
    transform: translateX(26px)
}

.round {
    border-radius: 34px
}

.round::before {
    border-radius: 50%
}

.switch input[type=checkbox]:disabled+.slider {
    pointer-events: none;
    opacity: .4
}

.icon::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    font-size: 14px;
    padding: 5px 7px
}

.switch input[type=checkbox]:checked+.icon::before {
    content: "\f00c"
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: visible!important
}

.conversations {
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column
}

.conversation img {
    max-width: 80px
}

.conversation {
    display: flex;
    cursor: pointer;
    background: #fff;
    padding: .5rem;
    position: relative
}

.messages,
.searchAlert {
    padding: 1rem;
    position: relative
}

.conversations hr {
    margin: .5rem 0
}

.messagesWindow textarea {
    resize: none
}

.conversation .rounded-circle {
    right: 0;
    top: 1rem;
    padding: .25rem;
    background: #ef7d00
}

.messages .loader,
.messages .noMessage {
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0
}

.conversation.active {
    background: #1a457b;
    color: #fff
}

.conversation p,
.w-60 p {
    margin-bottom: 0
}

.conversation .message {
    color: #1a457b6e
}

.conversation.active .message {
    color: #ffffff6e
}

.messages .message {
    width: 50%;
    margin: .5rem 0
}

.messages .message .text {
    padding: .5rem;
    color: #fff;
    border-radius: 5px
}

.messages .message.alert .text {
    padding: .5rem;
    color: #000;
    border-radius: 5px;
    font-weight: 600;
    background: #00000000
}

.messages {
    height: 250px;
    overflow-y: auto;
    border-radius: 5px;
    box-shadow: inset 0 0 19px 0 #f9f9f9
}

.messagesContainer textarea {
    max-height: 150px
}

.messages .seen {
    font-size: small;
    color: #7d95b4
}

.messages .loader {
    background: #ffffff7a
}

.blur {
    filter: blur(4px)
}

.messages .noMessage i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px
}

.messages .loader .spinner-border {
    position: absolute;
    top: 50%;
    left: 50%
}

.messages .message.message_in .text {
    background: #1a457b
}

.messages .message.message_out .text {
    background: #ef7d00
}

.messages .message.message_in a {
    color: #fff
}

.messages .message.message_out {
    margin-left: auto
}

.messagesContainer .send {
    display: none;
    padding-top: 1rem
}

.messagesContainer .send button:focus-visible {
    outline: 0!important
}

.messagesContainer div.date {
    font-weight: 700;
    margin: 1rem 0
}

.messagesContainer .send button.btn-check:focus+.btn-primary,
.messagesContainer .send button.btn-primary:focus {
    color: #fff;
    background-color: #1a457b;
    border-color: #1a457b;
    box-shadow: none
}

.messagesContainer .send button:hover {
    color: #fff;
    background-color: #1a457b;
    border-color: #1a457b
}

#SendMessage .input-group-file,
#contactForm .input-group-file {
    float: left;
    width: 50px;
    background: #ef7d00;
    height: 100%;
    border-radius: 5px;
    cursor: pointer;
    position: relative
}

#contactForm .input-group-file {
    width: 100px
}

#contactForm .input-group {
    margin-top: 1rem;
    justify-content: center
}

#SendMessage .input-group-file.green,
#contactForm .input-group-file.green {
    background: #0fbf0f
}

#contactForm button {
    margin-block: 0;
    height: 2.5rem;
    border-radius: .25rem!important;
    margin-left: .5rem
}

#SendMessage .input-group-file:after {
    content: "\f0c1"
}

#contactForm .input-group-file:after {
    content: "Pièce jointe"
}

#SendMessage .input-group-file:after,
#contactForm .input-group-file:after {
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

#SendMessage .input-group-file input[type=file],
#contactForm .input-group-file input[type=file] {
    text-indent: 999px;
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer
}

.send .alert i {
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer
}

.badge.notification {
    font-size: 13px;
    background-color: #ef7d00!important
}

.searchAlert {
    border-radius: 5px
}

.searchAlert .actions {
    position: absolute;
    top: 1rem;
    right: 1rem
}

.searchAlert .actions span {
    margin: 0 .5rem;
    cursor: pointer
}

.searchAlert .actions span.removeAlert {
    color: red
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number]::-o-inner-spin-button,
input[type=number]::-o-outer-spin-button {
    -o-appearance: none;
    margin: 0
}

.page-footer>section>div {
    border-top: 1px solid #1a457b;
    border-bottom: 1px solid #1a457b
}

.page-footer ul {
    padding-left: 0;
    font-size: 15px;
    margin: 10px 0
}

.popover {
    max-width: 100%
}

.popover ul {
    padding: 5px;
    margin: 0
}

.gallery .thumbnail {
    position: relative;
    cursor: pointer
}

.gallery .thumbnail:before {
    content: "";
    background: url('../img/search.png') center no-repeat rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .3s ease-in;
    opacity: 0;
    filter: brightness(10)
}

.gallery .thumbnail:hover:before {
    opacity: 1
}

.container-copper {
    position: fixed;
    left: 20%;
    right: 20%;
    top: 20%;
    bottom: 20%;
    z-index: 9999;
    background-color: #432f57!important
}

.container-copper:after {
    content: "Zoomer & dÃ©zoomer avec la molette et ajuster le cadre pour mettre en valeur votre photo";
    background: #ef7d00;
    color: #fff;
    display: block;
    width: 100%;
    padding: 5px 10px;
    text-align: center
}

#cours,
#expiration,
#vendu {
    background: #fff;
    border: 1px solid #dee2e6
}

.badge {
    font-size: .9em
}

.badge-sponsor>i,
.badge-urgent>i,
.plus_photo {
    font-size: 14px
}

.badge-sponsor {
    background: #1a457b!important;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9
}

.modifyRating,
.plus_photo {
    right: 5px;
    position: absolute
}

.badge-urgent {
    background: #3fe331!important;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 9
}

.carousel-control-prev {
    width: auto;
    margin-left: -2.05%
}

.carousel-control-next .carousel-control-next-icon,
.carousel-control-prev .carousel-control-prev-icon {
    filter: brightness(.5)
}

.carousel-control-next {
    width: auto;
    margin-right: -2.05%
}

.dropzone .dz-preview:nth-child(2) .dz-image {
    border: 1px solid #1a457b
}

.dropzone .dz-preview:nth-child(2) .dz-image:before {
    content: "Image principale";
    background: #1a457b;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center
}

.plus_photo {
    border: 1px solid #ef7d00;
    color: #ef7d00;
    border-radius: 5px;
    bottom: 5px;
    padding: 5px 10px;
    background: #ffffffb0;
    font-weight: 700
}

.plus_photo:before {
    content: "+ de photos"
}

.metier .modal-content {
    width: 150%
}

#AddAlert div.modal-dialog,
.metier .modal-dialog {
    transform: translate(-25%, 0)!important
}

button.navbar-toggler {
    position: absolute;
    right: -100%;
    bottom: 5%;
    color: #1a457b
}

@media(min-width:992px) {
    .menu .bottomMenu>ul {
        margin-top: 40px;
        margin-left: 15%!important
    }
}

@media (max-width:1080px) {
    .firstLineMenu,
    .secondLineMenu {
        display: flex!important;
        flex-direction: row
    }
    main {
        margin-top: 100px
    }
    .firstLineMenu {
        align-items: end;
        justify-content: center
    }
    .secondLineMenu {
        margin-left: 0!important;
        margin-top: 1rem!important;
        justify-content: center;
        align-items: center
    }
    div.row.metier .card {
        margin-bottom: .3rem
    }
    .product-item {
        border-bottom: 1px solid #1a457b
    }
    .otherAnnonce .product-item:last-of-type,
    .similar .product-item:last-of-type {
        border-bottom: none!important
    }
    .type_piece div label {
        border: 1px solid #1a457b
    }
    .type_piece div:first-child label {
        border-radius: 5px 0 0
    }
    .type_piece div:nth-child(0n+2) label {
        border-radius: 0 5px 0 0
    }
    .type_piece div:nth-child(0n+5) label {
        border-radius: 0 0 0 5px
    }
    .type_piece div:last-child label {
        border-radius: 0 0 5px
    }
    .divCgv,
    .divNumberImage {
        display: flex;
        flex-direction: row
    }
    .divCgv #cgv,
    .divNumberImage #numberImages {
        margin-right: .5rem
    }
    .messages .message {
        width: 90%
    }
    .metier .modal-dialog {
        transform: none!important
    }
    .searchAlert .actions {
        top: 0;
        right: 0
    }
}

.none {
    display: none
}

.show {
    display: block
}

.recapRecherche {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

.rating i {
    color: grey
}

.modifyRating {
    top: 5px
}

.headerRating {
    padding: 5px;
    background: #d3d3d3;
    color: #000;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 5px
}

.jconfirm-title,
.product-item .col-5 button,
.product-item .col-5 form {
    width: 100%
}

.w-40 {
    width: 40%
}

.w-60 {
    width: 60%
}

.cardInvoice a {
    position: relative;
    border: 1px solid #f1f1f1;
    padding-block: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around
}

@media (min-width:768px) {
    .cardInvoice a {
        width: 31%!important;
        margin-left: 2%
    }
}

#contactForm textarea {
    height: 15rem
}

.cardInvoice a div {
    max-width: fit-content;
    padding: 0;
    display: flex;
    align-items: center
}

.cardInvoice .date {
    position: absolute;
    padding-block: 10px;
    padding-inline: 1rem;
    left: 0;
    color: #fff;
    background: #1a457b
}

.cardInvoice a i {
    position: absolute;
    right: 5%
}

.cardInvoice i:before {
    color: #ef7d00;
    font-size: 45px
}

.cardInvoice .day {
    font-size: 22px;
    font-weight: 700
}

.cardInvoice .year {
    font-size: 12px;
    font-weight: 700
}

.file img {
    max-width: 15px
}

.signalement {
    text-align: center;
    text-decoration: underline;
    cursor: pointer
}

.ratingBuyer {
    top: 18px!important
}

#form_dropzone_avatar .dz-error-message {
    position: absolute;
    top: -74px
}

#form_dropzone_avatar .dz-error-message::after {
    top: 60px;
    border-top: 6px solid #be2626;
    border-bottom: 0
}

#SendMessage div.input-group-file {
    display: flex;
    min-width: 5.6rem
}

#SendMessage .input-group-file:after {
    top: 0;
    left: -25px;
    position: absolute
}

.title i.fa-question-circle:hover {
    cursor: pointer
}

.preAlert {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.preAlert div {
    width: fit-content
}

#AddAlert div.modal-content {
    min-width: 150%!important
}

.categorySelect {
    padding-right: calc(var(--bs-gutter-x)/ 2)!important
}

.temoin {
    position: absolute;
    top: -3px;
    right: -3px;
    background-color: #be2626;
    border-radius: 7rem;
    padding: 4px 9px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.badge-visibility,
.temoin.blue {
    background: #1a457b!important
}

.stats .item i {
    width: 25px
}

.stats {
    border-left: 2px solid #1a457b;
    margin: 1.5rem 0
}

.myAnnonces .product-item {
    box-shadow: 1px 0 6px 0 #0000001c;
    background-color: #fff
}

.myAnnonces .product-item.archive,
.myAnnonces .product-item.expired,
.myAnnonces .product-item.inactive {
    background-color: #fff0
}

.myAnnonces .product-item.archive .badge,
.myAnnonces .product-item.expired .badge .myAnnonces .product-item.archive img,
.myAnnonces .product-item.expired img,
.myAnnonces .product-item.inactive .badge .myAnnonces .product-item.archive img,
.myAnnonces .product-item.inactive img {
    opacity: .5
}

.myAnnonces .alertExpired {
    position: absolute;
    right: .5rem;
    top: .5rem;
    background: #dc3545;
    padding: .5rem;
    color: #fff;
    border-radius: .25rem
}

.badge-visibility {
    position: absolute;
    left: 4px;
    top: 38px;
    z-index: 9
}

.myAnnonces #formAnnonce {
    transform: none!important
}

#formAnnonce {
    transform: translate(5%, 0)!important
}

#formAnnonce button {
    margin-right: 1rem
}

#formAnnonce button:last-child {
    margin-right: 0
}

#FormUrgence button:hover,
#FormVisibility button:hover {
    background: #fff!important;
    color: #1a457b
}

#FormUrgence button,
#FormVisibility button {
    background: #1a457b!important;
    color: #fff;
    border: 1px solid #1a457b!important
}

.profilImg {
    max-width: 75px;
    height: auto;
    float: left
}

.alertAnnonce {
    border: 2px solid #ef7d00;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: .25rem
}

.alertAnnonce form:hover span {
    color: #ef7d00!important
}

.checkButton.filter {
    margin: 4px;
    background-color: none;
    border-radius: 4px;
    border: 1px solid #1a457b;
    overflow: hidden;
    float: left
}

.checkButton.filter label {
    float: left;
    color: #1a457b
}

.checkButton.filter label span {
    text-align: center;
    padding: .5rem;
    display: block;
    cursor: pointer
}

.checkButton.filter label input {
    position: absolute;
    display: none;
    color: #fff!important
}

.checkButton.filter input:checked+span {
    color: #fff;
    text-shadow: 0 0 6px rgba(0, 0, 0, .8);
    background-color: #1a457b
}

.clignotant {
    animation-duration: 3s;
    animation-name: clignote;
    animation-iteration-count: infinite;
    transition: none;
    font-weight: 700
}

.annonceDisplay .profilImg {
    max-width: 100px;
    position: absolute;
    right: 100%;
    bottom: 0
}

@keyframes clignote {
    0%,
    100%,
    40%,
    80% {
        opacity: 1
    }
    30%,
    60%,
    90% {
        opacity: 0
    }
}

.basicButtons {
    position: absolute;
    top: .5rem;
    right: 1rem;
    display: flex
}

.basicButtons .btn {
    color: #1a457b;
    margin: 0!important;
    padding: 0 .5rem;
    font-size: 14px
}

.archive .basicButtons {
    right: 2rem
}

.form-check-input {
    height: 1.5em;
    margin-top: 0;
    background-color: #ef7d00
}

.form-check-input:checked {
    background-color: #1a457b;
    border-color: #1a457b
}

.form-switch .form-check-input {
    width: 3em
}

.form-check-input+label {
    font-weight: 700;
    margin-left: 5px
}

.validUser {
    color: #1e8744
}

@media(max-width:992px) {
    .btn-d-none {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%
    }
    .navbar-toggler-icon {
        display: flex;
        align-items: center;
        justify-content: center
    }
    #myTabContent .notice a {
        padding-block: 0!important
    }
    #myTabContent .notice .custom-checkbox {
        display: flex;
        align-items: start
    }
    #myTabContent .notice label {
        text-align: center
    }
    .floatButton {
        position: relative!important
    }
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
    font-size: 22px!important;
    color: #1a457b!important
}

.greenCheck {
    color: #0fbf0f
}

.zone-text {
    width: calc(100% - 100px)
}

#myTabContent a.unfold {
    padding-block: 0!important
}

.type_user.warning .warningSentence,
.type_user.warning.active .showable {
    display: block
}

.floatButton.initial {
    position: relative!important;
    width: unset!important;
    left: unset!important
}

.showPassword {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-bottom: 0;
    transform: translate(0, -50%);
    z-index: 999;
    cursor: pointer
}

body #tarteaucitronRoot div#tarteaucitronAlertBig {
    border-radius: 0!important;
    background: #fff;
    color: #1a457b
}

body #tarteaucitronRoot div#tarteaucitronAlertBig>button {
    float: right;
    border: 1px solid #1a457b;
    background: #fff;
    color: #1a457b;
    margin-bottom: 3px;
    margin-left: 7px;
    padding: 5px 10px;
    line-height: 1.2!important;
}

div#tarteaucitronAlertBig:before {
    content: " "!important;
    background: url(../img/logo-la-bourse-aux-pieces.svg) top center no-repeat;
    width: 100%;
    height: 70px;
    display: block
}

.price-range-block {
    margin: 60px
}

.sliderText {
    width: 40%;
    margin-bottom: 30px;
    border-bottom: 2px solid red;
    padding: 10px 0;
    font-weight: 700
}

.ui-slider-horizontal {
    height: .6em;
    margin-bottom: 15px;
    width: 95%;
    margin-left: 2.5%
}

.price-range-search {
    width: 40.5%;
    background-color: #f9f9f9;
    border: 1px solid #6e6666;
    min-width: 40%;
    display: inline-block;
    height: 32px;
    border-radius: 5px;
    float: left;
    margin-bottom: 20px;
    font-size: 16px
}

.price-range-field {
    width: 20%;
    min-width: 16%;
    background-color: #f9f9f9;
    border: 1px solid #6e6666;
    color: #000;
    font: 14px Arial, Helvetica, sans-serif;
    border-radius: 5px;
    height: 26px;
    padding: 5px
}

.search-results-block {
    position: relative;
    display: block;
    clear: both
}

.myAnnonces .checkButton.filter {
    background-color: #fff;
}

.sharebox {
    margin: 5px 10px;
    text-decoration: none;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    color: white;
    border-radius: 5px;
    border: 1px solid transparent
}

.sharebox i {
    font-size: 14px;
    margin-right: 10px
}

#codedesktop {
    width: 80%;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #e5e5e5;
    margin-top: 12px;
    box-shadow: none;
    transition: all 0.2s;
}

#codedesktop:focus {
    outline: none;
    -webkit-box-shadow: 0px 0px 17px -5px rgba(79, 79, 79, 0.65);
    -moz-box-shadow: 0px 0px 17px -5px rgba(79, 79, 79, 0.65);
    box-shadow: 0px 0px 17px -5px rgba(79, 79, 79, 0.65);
}

.sharebox.facebook {
    background: #3b5998
}

.sharebox.copy_link {
    background: #646464;
    position: relative
}

.sharebox.copy_link:after {
    content: "Copie réussi";
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0px;
    padding: 5px 10px;
    background: #84d72c;
    transition: all 2s;
    -webkit-transition: all 0.5s;
}

.sharebox.copy_link.copied:after {
    top: -50px;
    opacity: 1;
}

.sharebox.linkedin {
    background: #0e76a8
}

.sharebox.whatsapp {
    background: #25D366
}

.sharebox:hover {
    border: 1px solid #1a457b;
    color: #1a457b;
    background: white;
}

.hiddenMenu>*:not(:nth-child(2)) {
    display: none;
}

.hiddenMenu>*:nth-child(2)>* {
    display: none;
}

.hiddenMenu *.filterViewable {
    display: initial;
}

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

.hiddenMenu *.filterViewable,
.hiddenMenu h2+.row {
    width: 25%;
}

.hiddenMenu button.filterViewable {
    margin-top:0;
    margin-left:5%;
    width:20%;
}
.hiddenMenu .row .filterViewable {
    width: 100%;
}

.hiddenMenu h2 {
    position: relative;
}
.thisFilter{z-index:999;position:sticky;top:119px;}
.thisFilter .filter>.p-4{padding:0.5rem!important}
.thisFilter .filter>.p-4>form:not(.hiddenMenu){padding:1rem!important}
.sliderPartner{display:flex;}
.sliderPartner .slick-dots{display:flex;align-items: center;justify-content: center;list-style-type: none;}
.sliderPartner .slick-dots button{visibility:hidden}
.sliderPartner .slick-dots li{cursor:pointer;width: 10px;height: 10px;overflow: hidden;text-indent: 99px;border-radius: 50%;background: #1a457b;margin: 5px;}
.sliderPartner .slick-dots li.slick-active{background: #ef7d00;}
.itemPartner{padding: 5px;}
.itemPartner>div{color: #ef7d00;box-shadow: #170d026b 0 0 1px;width: 100%;padding: 5px;}
.itemPartner>div a{text-decoration:none;    transition:0.3s ease-in}
.itemPartner>div h3{font-size:20px;color:#1a457b;min-height: 40px;display: flex;align-items: center;justify-content: center;}
.itemPartner>div p{color: #ef7d00;min-height: 25px;display: flex;align-items: center;justify-content: center;margin-bottom: 5px;}
.itemPartner>div a:hover{text-decoration:underline;}

.annonceSold {
  padding: 2rem;
  background: #ef7d00;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 1rem;
}
