.listContainer select, .listContainer .btnList-filter {
    position: relative;
    text-align: left;
    letter-spacing: normal;
    height: 2.5em;
    margin: 5px 0;
    padding: 4px 6px 3px 6px;
    border: none;
    background: url("data:image/svg+xml;utf8,<svg fill='white' xmlns='http://www.w3.org/2000/svg' width='60px' height='60px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>") right no-repeat #ff4130;
    background-size: 15px 15px;
}

.bold {
    font-weight: 700;
}

.i {
    font-style: italic;
}

.hidden {
    display: none;
}

.listTitle {
    text-align: center;
    font-size: 19px;
    line-height: 1.2;
    font-weight: bold;
    color: #191919;
    margin: 30px 0 10px 0;
}

.listTitle a {
    text-decoration: none;
}

.editorial {
    padding: 0 2em;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}

.mainTitle {
    color: #ff4130;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
    margin: 20px 0;
    text-align: center;
}

.showBtn {
    font-weight: bold;
}

.main-carousel {
    margin-left: -35px;
}

.carousel-cell {
    height: auto !important;
}

.cardContainer{
    padding: 7px;
    margin: 15px 0;
}

.cardContainer::after {
    content: "";
    display: block;
    clear: both;
}

.card {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 25px;
    box-sizing: border-box;
}

.card::after {
    content: "";
    display: block;
    clear: both;
}

.col-top {
    padding: 2px;
}

.col-1 {
    width: 10% !important;
}

.col-2 {
    width: 20% !important;
}

.col-3 {
    width: 30% !important;
}

.col-4 {
    width: 40% !important;
}

.col-5 {
    width: 50% !important;
}

.col-6 {
    width: 60% !important;
}

.col-7 {
    width: 70% !important;
}

.col-8 {
    width: 80% !important;
}

.col-9 {
    width: 90% !important;
}

.col-10 {
    width: 100% !important;
}

.col-25 {
    width: 25% !important;
}

.col-50 {
    width: 50% !important;
}

.col-75 {
    width: 75% !important;
}

    .card a {
        text-decoration: none;
    }

.card-image {
    width: 94%;
	margin-left:6%;
}

.card-imageBox {
    float: left;
    position: relative;
    width: 28%;
    min-width: 96px;
    margin-right: 10px;
}

.card-imageContainer {
    width: 100%;
    border: solid black 1px;
}

.card-imageContainer--highlighted {
    width: 100%;
    border-radius: 3.5px;
    border: #888888 1px solid;
    position: relative;
}

.cardHighlighted {
    display: block;
}

.imageContainer-img {
    width: 100%;
    min-height: 140px;
}

.image-reduction {
    top: 50%;
    right: 0;
    position: absolute;
    padding: 1% 5%;
    text-align: center;
    font-weight: bold;
    color: white;
    background-color: #FF4130B8;
    line-height: 1.2em;
    font-size: 12px;
}

.image-reduction--highlighted {
    line-height: 1.5em;
    font-size: 15px;
}

.card-imageContainer--highlighted > .imageContainer-img {
    min-height: 197px;
}

.card-content {
    overflow: auto;
    font-size: 11px;
    line-height: 1.2em;
    color: #706f6f;
    min-height: 140px;
}

.card-content--highlighted {
    line-height: 1.4em;
    text-align: center;
    margin-top: 10px;
}

.content-top {
    height: 3.6em;
}

.content-middle {
    margin-top: 0.75em;
}

.content-title {
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 2.4em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

    .content-title a {
        color: #191919;
    }

.noteImage-container{
    font-weight: 400;
    display: flex;
}

.noteImage-img {
    height: 0.8em;
    margin: auto 0;
}

.noteImage-nb {
    font-size: 11px;
}

.content-location{
    font-weight: bold;
}

.content-middle .content-location {
    margin-top: 0.75em;
}

.content-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 3.6em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 1em;
}

.content-bottom {
    position: absolute;
    bottom: 1px;
}

.content-bottom--book {
    width: calc(72% - 10px);
}

.price {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.price-info {
    display: flex;
    flex-direction: column;
    align-self: flex-end;
}

.price-info--red {
    font-size: 16px;
    font-weight: bold;
    color: #ff4130;
}

.price-info--del {
    font-weight: bold;
    font-size: 11px;
    text-decoration: line-through;
    color: #706f6f;
}

.price-info--frais {
    font-size: 9px;
    line-height: 0.9em;
}

.card-info {
    height: 100%;
    overflow: auto;
    padding-bottom: 30px;
}

.sortBox::after {
    content: "";
    clear: both;
    display: block;
}

.sortMenu {
    background-color: #ff4130;
    padding: 0 10px;
    color: white;
    cursor: pointer;
}

.sortMenu form {
    margin: 0;
}

.filterRow {
    position: relative;
    line-height: 2.5em;
    color: white;
    padding: 0 5px 5px 5px;
}

.filterRow--flex {
    display: flex;
}

.filterRow-sort::before {
    content: "Trier par : ";
}

.filterRow:not(:last-child) {
    border-bottom: solid 1px white;
}

.filterRow-select {
    background-color: #ff4130;
    color: white;
}

.filterRow--flex > .filterRow-select {
    flex-grow: 1;
    margin: auto;
    padding: 0;
    width: 50%; /* la width ici a juste besoin d'?tre inf?rieur au contenu restant dans le container.*/
}

.filterRow--flex > .filterRow-label {
    margin: auto;
}

.btnContainer{
    position: relative;
}

.btnContainer::after {
    display: block;
    content: "";
    clear: both;
}

.btnContainer-filter {
    background-color: #ff4130;
}

.btnContainer--center {
    text-align: center;
}

.btnContainer--marginTop {
    margin-top: 15px;
}

.btnContainer--row .col {
    float: left;
    box-sizing: border-box;
    min-height: 1px;
    text-align: center;
}

.btnContainer--row > .col {
    padding: 0 10px;
}

.btnList {
    border: none;
    outline: none;
    background-color: #D6D6D6;
    padding: 4px 6px 3px 6px;
    margin: 5px 0;
    border-radius: 3px;
    color: #191919;
    font-size: 8pt;
    text-align: center;
    cursor: pointer;
    line-height: 1.5em;
    width: 100%;
    height: auto;
}

.btnList-book {
    margin: 0;
    background-color: #ff4130;
    color: white !important;
    padding: 4px  6px 3px 6px;
}

.btnList-validation {
    margin-left: 5px;
    background-color: #313131;
    color: white;
}

.btnList-validation--modal {
    background-color: #ff4130;
    width: auto;
    padding: 4px 12px 3px 12px;
}

.btnList-validation--filter {
    margin-left: 10px;
}

.btnList-filter {
    position: relative;
    text-align: left;
    letter-spacing: normal;
    border: solid 1px white !important;
    color: white !important;
    background-color: #ff4130;
    text-transform: uppercase;
    line-height: calc(2.5em - 10px);
    height: 2.5em;
}

.btnList-pagination {
    padding: 5px 3px;
    background-color: #313131;
    color: white;
}

.btnList-pagination > i {
    font-size: 15px;
    color: white;
}

.btnList-next {
    position: absolute;
    bottom: 0;
    right: 0;
}

.filterContainer {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.menuFiltre {
    background-color: white;
    overflow: auto;
    margin: 0 15px;
}

.menuFiltre-sort {
    width: 19%;
    right: 0;
}

.pagination {
    height: 2.5em;
    line-height: 2.5em;
    margin: 10px;
}

.pagination-pages {
    font-size: 15px;
}

.btnContainer-pagination {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.btnContainer-pagination--prev {
    left: 10px;
}

.btnContainer-pagination--next {
    right: 10px;
}



/* IMG SIZE MEDIA QUERIES */

@media screen and (min-width: 300px) and (max-width: 320px) {
    .card-imageContainer--highlighted > img {
        max-height: 198px;
    }

    .card-imageContainer > img {
        max-height: 136px;
    }

    /* fixe la width de la partie droite d'une carte.*/
    .content-bottom--book {
        width: 200px;  /* width du container - width de l'image - margin de l'image. */
    }
}

@media screen and (min-width: 321px) and (max-width: 360px) {
    .card-imageContainer--highlighted > img {
        max-height: 227px;
    }

    .card-imageContainer > img {
        max-height: 136px;
    }
}

@media screen and (min-width: 361px) and (max-width: 375px) {
    .card-imageContainer--highlighted > img {
        max-height: 238px;
    }

    .card-imageContainer > img {
        max-height: 137px;
    }
}

@media screen and (min-width: 376px) and (max-width: 384px) {
    .card-imageContainer--highlighted > img {
        max-height: 245px;
    }

    .card-imageContainer > img {
        max-height: 141px;
    }
}

@media screen and (min-width: 385px) and (max-width: 414px) {
    .card-imageContainer--highlighted > img {
        max-height: 267px;
    }

    .card-imageContainer > img {
        max-height: 152px;
    }
}


