/**
  style for the media tables
*/
body {
    background-color: #FFFFFF;
}

.qbz_media_list {
    width: 660px;
}

.qbz_media_list thead th {
    color: #FFFFFF;
    letter-spacing: 0;
    font-size: 13px;
}

.qbz_media_list thead th,
.qbz_media_list thead td {
    height: 40px;
    line-height: 24px;
}

.qbz_media_list tbody th,
.qbz_media_list tbody td {
    background-color: #DDD9D3;
    vertical-align: middle;
}

.qbz_media_list,
.qbz_media_list tr,
.qbz_media_list th,
.qbz_media_list td {
    border: none;
}

.qbz_media_list th.qbz_author {
    padding: 0 0 0 10px;
    text-align: center;
}

.qbz_media_list th.qbz_quality,
.qbz_media_list th.qbz_format,
.qbz_media_list th.qbz_actions,
.qbz_media_list th.qbz_price {
    padding: 0 0 0 10px;
}

.qbz_media_list .qbz_offset_cell_01,
.qbz_media_list .qbz_offset_cell_02 {
    line-height: 0;
    font-size: 0;
    width: 0;
}

.qbz_media_list td.qbz_quality,
.qbz_media_list td.qbz_price,
.qbz_media_list td.qbz_actions,
.qbz_media_list td.qbz_format,
.qbz_media_list td.qbz_author {
    border-top: 1px solid #ffffff;
}

.qbz_media_list .qbz_first td.qbz_author,
.qbz_media_list .qbz_first td.qbz_quality,
.qbz_media_list .qbz_first td.qbz_price,
.qbz_media_list .qbz_first td.qbz_actions,
.qbz_media_list .qbz_first td.qbz_format {
    border-top: 0 none transparent;
}

.qbz_media_list td.qbz_author img {
    padding: 10px 10px 10px 0;
}

.qbz_media_list td.qbz_author div.qbz_album_description {
    padding: 10px 0 20px;
    position: relative;
    width: 160px;
    margin-left: 15px;;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.qbz_media_list td.qbz_author div.qbz_album_description a {
    color: var(--dark-color);
    max-width: 160px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-align: left;
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.qbz_media_list td.qbz_author div.qbz_album_description a.qbz_album_artist {
    font-weight: bold;
}

.qbz_media_list.full_width {
    width: 100%;
}

.qbz_media_list .clear-fix {
    display: flex;
    min-height: 140px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.qbz_album_description p a {
    font-weight: bold;
    color: var(--dark-color);
}

.qbz_media_list td.qbz_author h2 {
    font-size: 14px;
    color: #333333;
    line-height: 15px;
    font-weight: 500;
}

.qbz_media_list td.qbz_author p,
.qbz_actions p {
    font-size: 13px;
    color: #333333;
}

.qbz_media_list td.qbz_actions p.qbz_author {
    margin-bottom: 10px;
    font-size: 12px;
    color: #333333;
    font-style: normal;
    text-align: center;
}

.qbz_media_list td.qbz_actions p.qbz_warning {
    color: red;
}


.qbz_actions p {
}

.qbz_media_list td.qbz_price,
.qbz_media_list td.qbz_quality {
    background-color: #DDD9D3;
}

.qbz_media_list tr:nth-child(odd) td {
    background-color: #F9F9F9;
}

.qbz_media_list tr:nth-child(even) td {
    background-color: #EEEEEE;
}

.qbz_media_list tr td {
    border-right: 1px solid #E6E6E6;
}

.product-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.product-title-container {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
}

/**
  specific style for the media format chooser
*/
.qbz_media_chooser td.qbz_quality span {
    display: block;
    background-color: #E9E7E7;
    margin: 0 12px;
    padding: 0 5px;
    color: #333333;
}

.qbz_media_chooser td.qbz_format {
    padding: 0 0 0 16px;
}

.qbz_media_chooser td.qbz_format select,
.qbz_media_chooser td.qbz_format option {
}

/**
  specific style for the media summary
*/
.qbz_media_summary td.qbz_actions button,
.qbz_media_summary td.qbz_actions a.button_01 {
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    margin: 0 0 0 16px;
    border: 0px none transparent;
}

.qbz_media_summary td.qbz_quality {
    color: #333333;
    letter-spacing: 0;
    line-height: 0;
    font-size: 0;
}

.qbz_media_summary td.qbz_quality p {
    font-size: 12px;
    padding: 3px 5px 3px 7px;
    margin-bottom: 0;
    white-space: nowrap;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
}

.qbz_media_summary td.qbz_quality input {
    margin: 0 5px 0 0;
    border: none;
    padding: 0;
    position: relative;
    top: -3px;
}


.qbz_media_summary td.qbz_quality input[checked="checked"] + label {
    font-weight: 600;
}

.qbz_media_summary td.qbz_quality span {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: normal;
    white-space: nowrap;
    padding-left: 6px;
}

.qbz_media_summary td.qbz_price {
    text-align: center;
    font-size: 19px;
    color: #333333;
}

.qbz_media_summary .qbz_offset_cell_02 {
    background-color: #CAC5BB;
}

/**/
.qbz_media_summary_no_actions .qbz_offset_cell_02 {
    background-color: #BFB9AD;
}

/*

*/
.qbz_table_layout_01 td.qbz_author {
    width: 210px;
    text-align: center;
}

.qbz_table_layout_01 td.qbz_quality {
    width: 142px;
}

.qbz_table_layout_01 td.qbz_price {
    width: 92px;
}

.qbz_table_layout_01 td.qbz_actions {
    width: 96px;
}

.qbz_table_layout_01 td.qbz_actions,
.qbz_table_layout_01 td.qbz_actions button {
    font-size: 0;
    line-height: 0;
}

.qbz_table_layout_01 td.qbz_actions button,
.qbz_table_layout_01 td.qbz_actions a.button_01 {
    width: 68px;
    height: 21px;
}

.qbz_table_layout_01 td.qbz_author .qbz_album_description {
    width: 171px;
}

/**/
.qbz_table_layout_02 td.qbz_author {
    width: 334px;
    /*padding: 0 16px 0 0;*/
}

.qbz_table_layout_02 td.qbz_quality {
    width: 188px;
}

.qbz_table_layout_02 td.qbz_price {
    width: 92px;
}

.qbz_table_layout_02 td.qbz_author .qbz_album_description {
    width: 255px;
}

/**/

.qbz_table_layout_03 td.qbz_quality {
    width: 250px;
}

.qbz_table_layout_03 td.qbz_format {
    width: 350px;
}

.qbz_table_layout_03 td.qbz_format select {
    width: 340px;
}

.qbz_table_layout_03 td.qbz_format {
    width /*\**/: 164px \9
}

.qbz_table_layout_03 td.qbz_author .qbz_album_description {
    width: 193px;
}

/*
	page de validation d'abonnement
*/

.qbz_payment_table tr.qbz_last td.qbz_offset_cell_01 {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}

.qbz_payment_table th.qbz_author {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    text-transform: uppercase;
}

.qbz_payment_table th.qbz_quality {
    text-transform: uppercase;
}

.qbz_payment_table th.qbz_price {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
}

.qbz_payment_table thead th, .qbz_payment_table thead td {
    background-color: #000000;
}

.qbz_payment_table tbody th, .qbz_payment_table tbody td {
    background-color: #EFEFEF;
}

.qbz_payment_table td.qbz_price, .qbz_payment_table td.qbz_quality {
    background-color: #E1E1E1;
}

.qbz_payment_table td.qbz_price, .qbz_payment_table td.qbz_quality label {
    font-size: 12px;
    font-weight: 500;
    white-space: pre-wrap;
}

{
    color: #333
;
}
.qbz_media_list td.qbz_author a.qbz_cover {
    display: block;
    padding: 10px 0;
    margin-left: 20px;
}

.qbz_media_list td.qbz_author a.qbz_cover img {
    padding: 0;
}

.qbz_media_list td.qbz_author a.qbz_cover.unavailable {
    color :var(--text-color);
    cursor: not-allowed;
}

.qbzMobPicture .qbz_cover {
    margin-left: 10px;
}

.qbzMobTitle .album,
.qbzMobTitle .author {
    margin-left: 10px;
}

.qbzMobTitle .album a,
.qbzMobTitle .author a {
    color: #333333;
}

.qbzMobTitle .author a {
    font-weight: bold;
}

.qbz_gift_payment_table th.qbz_author {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}

.qbz_gift_payment_table th.qbz_price {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
}

.qbz_gift_payment_table tr.qbz_last td.qbz_offset_cell_01 {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}

.qbz_gift_payment_table tr.qbz_last td.qbz_price {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}

table.qbz_payment_table td.qbz_price {
    font-size: 16px;
    font-weight: 500;
    white-space: unset;
}
.unavailable {
    color :var(--text-color);
    cursor: not-allowed;
}