¬:root {
    --font-family: "HK Grotesk", Helvetica, Arial, sans-serif;
    --font-family-title: "Playfair Display", serif;
    --border-color: #C6C6C6;
    --light-color: #FFFFFF;
    --title-color: #333333;
    --text-color: #939393;
    --element-color: #0070ef;
    --sublime-color: #ffb12f;
    --title-size: 20px;
    --normal-size: 16px;
    --small-text-size: 14px;
    --button-text: 18px;

}

html {
    scroll-behavior: smooth;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
}

/*******************************************/
/*** TYPO TO UPLOAD ***/
/*******************************************/

@font-face {
    font-family: 'HK Grotesk';
    src: url('/font/HKGrotesk-Regular.woff') format('woff'),
    url('/font/HKGrotesk-Regular.woff2') format('woff2'),
    url('/font/HKGrotesk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('/font/HKGrotesk-Bold.woff') format('woff'),
    url('/font/HKGrotesk-Bold.woff2') format('woff2'),
    url('/font/HKGrotesk-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('/font/HKGrotesk-Medium.woff') format('woff'),
    url('/font/HKGrotesk-Medium.woff2') format('woff2'),
    url('/font/HKGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('/font/HKGrotesk-Italic.woff') format('woff'),
    url('/font/HKGrotesk-Italic.woff2') format('woff2'),
    url('/font/HKGrotesk-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'AvenirBlack';
    src: url('/font/Avenir-Black.eot');
    src: url('/font/Avenir-Black.eot?#iefix') format('embedded-opentype'),
    url('/font/Avenir-Black.woff') format('woff'),
    url('/font/Avenir-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirMedium';
    src: url('/font/Avenir-Medium.eot');
    src: url('/font/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
    url('/font/Avenir-Medium.woff') format('woff'),
    url('/font/Avenir-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLight';
    src: url('/font/Avenir-Light.eot');
    src: url('/font/Avenir-Light.eot?#iefix') format('embedded-opentype'),
    url('/font/Avenir-Light.woff') format('woff'),
    url('/font/Avenir-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Baskerville';
    src: url('/font/LibreBaskerville-Regular.eot');
    src: url('/font/LibreBaskerville-Regular.eot?#iefix') format('embedded-opentype'),
    url('/font/LibreBaskerville-Regular.woff') format('woff'),
    url('/font/LibreBaskerville-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rockwell';
    src: url('/font/Rockwell.eot');
    src: url('/font/Rockwell.eot?#iefix') format('embedded-opentype'),
    url('/font/Rockwell.woff') format('woff'),
    url('/font/Rockwell.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RockwellBold';
    src: url('/font/Rockwell-Bold.eot');
    src: url('/font/Rockwell-Bold.eot?#iefix') format('embedded-opentype'),
    url('/font/Rockwell-Bold.woff') format('woff'),
    url('/font/Rockwell-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSerif';
    src: url('/font/NotoSerif-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSerif Bold';
    src: url('/font/NotoSerif-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSerif Italic';
    src: url('/font/NotoSerif-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'NotoSerif Bold Italic';
    src: url('/font/NotoSerif-BoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'PlayfairDisplay';
    src: url('/font/PlayfairDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplay Italic';
    src: url('/font/PlayfairDisplay-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'PlayfairDisplay Bold';
    src: url('/font/PlayfairDisplay-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplay Bold Italic';
    src: url('/font/PlayfairDisplay-BoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'PlayfairDisplay Lighter';
    src: url('/font/PlayfairDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/*******************************************/
/*** FONT FAMILY CLASS ***/
/*******************************************/
.ff0 {
    font-family: AvenirMedium;
}

/* Default */
.ff1 {
    font-family: AvenirLight;
}

.ff2 {
    font-family: AvenirBlack;
}

/* For Heavy Text only */
.ff3 {
    font-family: Novecento;
}

.ff4 {
    font-family: NovecentoMed;
}

.ff5 {
    font-family: NovecentoBook;
}

.ff6 {
    font-family: NovecentoLight;
}

.ff7 {
    font-family: Baskerville;
}

.ff8 {
    font-family: Rockwell;
}

/* New Plans Page */
.ff9 {
    font-family: RockwellBold;
}

/* New Plans Page */


/*******************************************/
/*** FONT SIZE CLASS ***/
/*******************************************/
.fs0 {
    font-size: 14px !important;
    line-height: 22px;
}

/* Default */
.fs1 {
    font-size: 10px !important;
    line-height: 18px !important;
}

/* Small information text */
.fs2 {
    font-size: 12px !important;
    line-height: 20px !important;
}

/* Information text */
.fs3 {
    font-size: 18px !important;
    line-height: 26px !important;
}

/* Secondary Title */
.fs4 {
    font-size: 24px !important;
    line-height: 32px !important;
}

/* Special size for price for example */
.fs5 {
    font-size: 36px !important;
    line-height: 44px !important;
}

/* Main Title */
.fs6 {
    font-size: 20px !important;
}

.fs7 {
    font-size: 50px !important;
}

.fs8 {
    font-size: 60px !important;
}

.fs9 {
    font-size: 35px !important;
}

.fs10 {
    font-size: 8px !important;
}

/*******************************************/
/*** LINE HEIGHT ***/
/*******************************************/
.lhinit {
    line-height: initial !important;
}

.lh14 {
    line-height: 14px !important;
}

.lh16 {
    line-height: 16px !important;
}

.lh18 {
    line-height: 18px !important;
}

.lh20 {
    line-height: 20px !important;
}

.lh22 {
    line-height: 22px !important;
}

.lh26 {
    line-height: 26px !important;
}

.lh30 {
    line-height: 30px !important;
}

.lh60 {
    line-height: 60px !important;
}

/*******************************************/
/*** TEXT COLOR ***/
/*******************************************/
.clr00 {
    color: #333 !important;
}

/* Default Black */
.clr01 {
    color: #fff !important;
}

/* White */
.clr02 {
    color: #0070ef !important;
}

/* Blue Qobuz */
.clr03 {
    color: #f1f1f1 !important;
}

/* Grey ultra light*/
.clr04 {
    color: #d1d1d1 !important;
}

/* Grey light */
.clr05 {
    color: #888 !important;
}

/* Grey medium */
.clr06 {
    color: #666 !important;
}

/* Grey dark */
.clr07 {
    color: #c5b78d !important;
}

/* Gold */


/*******************************************/
/*** BACKGROUND ***/
/*******************************************/
.bg1 {
    background: #fff !important;
}

/* Default */
.bg2 {
    background: #f1f1f1 !important;
}

/* Grey ultra light*/


/*******************************************/
/*** FONT & TEXTE STYLE ***/
/*******************************************/
.fbold {
    font-weight: bold;
}

.fnobold {
    font-weight: normal;
}

/* Use to set weight to default for tag set to bold by default like H1, to remove after great reset css */
.fline {
    line-height: normal;
}

/* Use to set line height to default for tag set to xx(px) like P, to remove */
.tupper {
    text-transform: uppercase;
}

.tcenter {
    text-align: center;
}

.tright {
    text-align: right;
}

.tleft {
    text-align: left;
}

.tunder {
    text-decoration: underline;
}

.titalic {
    font-style: italic;
}

.tcap {
    text-transform: capitalize;
}

.tjustify {
    text-align: justify;
}

.tover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tshadow-black {
    text-shadow: 2px 2px rba(0, 0, 0, 0.5);
}

.tgrey {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 500;
    font-size: var(--small-text-size);
    color: var(--text-color);
    margin-bottom: 0;
}

.tblack {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 500;
    font-size: var(--small-text-size);
    color: #000000;
}


/*******************************************/
/*** LINKS ***/
/*******************************************/
a {
    color: #0070ef;
    outline: none;
    font-weight: 500;
}

a:active {
    outline: none;
}

a:focus {
    outline: none;
}

a:hover {
    color: #0070ef;
    cursor: pointer;
    text-decoration: underline;
}

/*******************************************/
/*** BUTTONS ***/
/*******************************************/
.btn__qobuz {
    background: #0070ef;
    border-color: #0070ef;
    border-radius: 5px;
    box-shadow: none;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    font-family: var(--font-family);
    letter-spacing: .3px;
}

.btn__qobuz:hover {
    background-color: #3d93ff;
    border-color: #3d93ff;
    color: #fff;
    transition: .2s;
    text-decoration: none;
}

.btn__qobuz--see-album {
    padding: 4px 10px 2px;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    left: 0;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
}

.btn__qobuz--black {
    background: #000000;
    border-color: #000000;
    color: #F5F5F5;
    padding: 8px 10px 6px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    height: 24px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    left: 0;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
}

.btn__qobuz--black:hover {
    background: var(--light-color);
    color: #333;
    border: 1px solid #d8d8d8;
}

/*******************************************/
/*** USEFULL ***/
/*******************************************/
.content-fluide {
    background-color: #FFF;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 25px;
    width: 1280px;
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .content-fluide {
        padding: 0 20px;
        width: 1024px;
    }
}


/*******************************************/
/*** USEFULL ***/
/*******************************************/
.clear {
    clear: both;
}

.clear-fix {
    display: block;
}

.clear-fix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

* html .clear-fix {
    height: 1%;
}

.hidden:not(.sub-menu-overlay) {
    display: none !important;
    visibility: hidden;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.visibleY {
    overflow-y: visible !important;
}

.relative {
    position: relative;
}

.over-bloc {
    overflow: hidden;
}


/*******************************************/
/*** UI MESSAGE ***/
/*******************************************/
.msg-ui {
    background: #d9edf7;
    border: 1px solid #bce8f1;
    color: #3a87ad;
    font-family: AvenirMedium;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 30px;
    padding: 15px;
}

.msg-success {
    background: #def8db;
    border-color: #bfe6bb;
    color: #3c6436;
}

.msg-error {
    background: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}


/*******************************************/
/*** LISTE ***/
/*******************************************/
li.checkmark {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

li.checkmark:before {
    background: url(/img/sprite/sprite-global-2019.png) no-repeat -179px -237px;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 14px;
}


/*******************************************/
/*** UI PICTO ***/
/*******************************************/
.picto-user {
    background: url(/img/sprite/sprite-global-2019.png) no-repeat 0 -87px;
    display: block;
    height: 32px;
    width: 32px;
}

.picto-user-large {
    background: url(/img/sprite/sprite-global-2019.png) no-repeat -355px -184px;
    display: inline-block;
    height: 69px;
    width: 68px;
}

.picto-logo-qbz {
    background: url(/img/sprite/sprite-global-2019.png) no-repeat -355px -255px;
    display: inline-block;
    height: 67px;
    width: 68px;
}

.picto-cart {
    background: url(/img/sprite/sprite-global-2019.png) no-repeat 0 -48px;
    display: block;
    height: 15px;
    width: 18px;
}

.picto-arrow-down {
    background: url(/img/sprite/sprite-global-2019.png) no-repeat 0 -81px;
    display: block;
    height: 8px;
    width: 8px;
}

.spinner {
    display: none;
    background: url(/img/qobuz_logo_spinner.svg) 50% 50% no-repeat;
    background-size: contain;
    z-index: 9999;
    position: fixed;
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
}

.rotate {
    animation: rotation 1s infinite linear;
}

@keyframes rotation {
    to {
        transform: rotate(360deg);
    }
}

.picto-search {
    background: url(/img/sprite/sprite-global-2019.png) no-repeat -19px -47px;
    border: none;
    border-radius: 0;
    height: 15px;
    margin-top: 7px;
    outline: none;
    width: 16px;
}

.picto-reset {
    background: url(/img/sprite/sprite-global-2019.png) no-repeat 0 -64px;
    border: none;
    border-radius: 0;
    display: block;
    height: 16px;
    outline: none;
    width: 16px;
}

.picto-famille {
    background: url(/img/sprite/sprite-global-2019.png) no-repeat -245px -604px;
    display: inline-block;
    height: 59px;
    width: 91px;
}

.picto-code_pairing {
    background: url(/img/qr-code.png) no-repeat;
    background-size: cover;
    width: 20px;
}

.picto-login {
    background: url(/img/sprite/sprite-global-2019.png) no-repeat -100px -130px;
    display: block;
    height: 18px;
    width: 20px;
}

.picto-password {
    background: url(/img/sprite/sprite-global-2019.png) no-repeat -120px -130px;
    display: block;
    height: 18px;
    width: 20px;
}

.picto-email {
    background: url(/img/sprite/sprite-global-2019.png) no-repeat -140px -130px;
    display: block;
    height: 19px;
    width: 20px;
}

.picto-homme {
    background: url(/img/sprite/sprite-global-2019.png) no-repeat -240px -169px;
    display: block;
    height: 17px;
    width: 11px;
}

.picto-femme {
    background: url(/img/sprite/sprite-global-2019.png) no-repeat -240px -188px;
    display: block;
    height: 14px;
    width: 14px;
}

.picto-transgenre {
    background: url(/img/sprite/sprite-global-2019.png) no-repeat -240px -204px;
    display: block;
    height: 20px;
    width: 18px;
}

.picto-lock-small {
    background: url(/img/sprite/sprite-global-2019.png) no-repeat -66px -47px;
    display: inline-block;
    height: 14px;
    width: 11px;
}

.picto-validate {
    background: url(/img/sprite/sprite-global-2019.png) no-repeat -342px -79px;
    display: block;
    height: 55px;
    width: 60px;
}

.picto-hamburger {
    background: url(/img/sprite/sprite-global-2019.png) no-repeat -18px -64px;
    cursor: pointer;
    display: block;
    height: 16px;
    width: 20px;
}

.picto-musique-xs {
    background: url(/img/sprite/sprite-global-2019.png) no-repeat 0 -129px;
    display: block;
    height: 20px;
    width: 20px;
}

.picto-favorite-xs {
    background: url(/img/sprite/sprite-global-2019.png) no-repeat -20px -129px;
    display: block;
    height: 20px;
    width: 20px;
}

.picto-code-xs {
    background: url(/img/sprite/sprite-global-2019.png) no-repeat -40px -129px;
    display: block;
    height: 20px;
    width: 20px;
}

.picto-account-xs {
    background: url(/img/sprite/sprite-global-2019.png) no-repeat -60px -129px;
    display: block;
    height: 20px;
    width: 20px;
}

.picto-logout-xs {
    background: url(/img/sprite/sprite-global-2019.png) no-repeat -80px -129px;
    display: block;
    height: 20px;
    width: 20px;
}

.picto-facebook-xs {
    background: url(/img/external-logos/logo_facebook.png) no-repeat center;
    background-size: cover;
    display: block;
    height: 15px;
    width: 17px;
}

.picto-twitter-xs {
    background: url(/img/external-logos/logo_twitterX.png) no-repeat center;
    background-size: cover;
    display: block;
    height: 15px;
    width: 17px;
}

.picto-youtube-xs {
    background: url(/img/external-logos/logo_youtube.png) no-repeat center;
    background-size: cover;
    display: block;
    height: 15px;
    width: 17px;
}

.picto-instagram-xs {
    background: url(/img/external-logos/logo_instagram.png) no-repeat center;
    background-size: cover;
    display: block;
    height: 15px;
    width: 17px;
}

.picto-rss-xs {
    background: url(/img/sprite/sprite-global-2019.png) no-repeat -51px -150px;
    display: block;
    height: 15px;
    width: 17px;
}

.picto-newsletter-xl {
    background: url(/img/sprite/sprite-global-2019.png) no-repeat -143px -449px;
    display: block;
    height: 66px;
    width: 110px;
}

.picto-circle-arrow-right {
    background: url(/img/sprite/sprite-global-2019.png) no-repeat -40px -64px;
    display: block;
    height: 16px;
    width: 16px;
}

.picto-down-arrow-white-xl {
    background: url(/img/sprite/sprite-global-2019.png) -112px -48px no-repeat;
    display: block;
    height: 21px;
    width: 38px;
}

.picto-left-arrow-white-xl {
    background: url(/img/sprite/sprite-global-2019.png) -45px -165px no-repeat;
    cursor: pointer;
    display: block;
    height: 43px;
    width: 43px;
}

.picto-left-arrow-white-xl.disable {
    background-position: -135px -165px;
    cursor: default;
}

.picto-right-arrow-white-xl {
    background: url(/img/sprite/sprite-global-2019.png) 0 -165px no-repeat;
    cursor: pointer;
    display: block;
    height: 43px;
    width: 43px;
}

.picto-right-arrow-white-xl.disable {
    background-position: -90px -165px;
    cursor: default;
}

.picto-up-arrow-white-xxs {
    background: url(/img/sprite/sprite-global-2019.png) -27px -81px no-repeat;
    display: inline-block;
    height: 5px;
    width: 8px;
}

.picto-down-arrow-white-xxs {
    background: url(/img/sprite/sprite-global-2019.png) -18px -81px no-repeat;
    display: inline-block;
    height: 5px;
    width: 8px;
}

.picto-apps {
    background: url(/img/sprite/sprite-global-2019.png) -187px 0 no-repeat;
    display: inline-block;
    height: 58px;
    width: 58px;
}

.picto-device {
    background: url(/img/sprite/sprite-global-2019.png) -65px -208px no-repeat;
    display: inline-block;
    height: 54px;
    width: 85px;
}

.picto-offer {
    background: url(/img/sprite/sprite-global-2019.png) 0 -208px no-repeat;
    display: inline-block;
    height: 54px;
    width: 64px;
}

.picto-plans-hifi-xl {
    background: url(/img/sprite/sprite-plans-option-2019.png) 0 0 no-repeat;
    display: inline-block;
    height: 138px;
    width: 501px;
}

.picto-plans-hifi-classique-xl {
    background: url(/img/sprite/sprite-plans-option-2019.png) 0 -139px no-repeat;
    display: inline-block;
    height: 124px;
    width: 401px;
}

.picto-plans-premium-xl {
    background: url(/img/sprite/sprite-plans-option-2019.png) -401px -139px no-repeat;
    display: inline-block;
    height: 124px;
    width: 199px;
}

.picto-logo-hi-res-grey {
    background: url(/img/sprite/sprite-global-2019.png) -277px -389px no-repeat;
    display: inline-block;
    height: 76px;
    width: 76px;
}

.picto-logo-hi-res-color-small {
    background: url(/img/sprite/sprite-global-2019.png) -277px -185px no-repeat;
    display: inline-block;
    height: 76px;
    width: 76px;
}

.picto-logo-hi-res-color {
    background: url(/img/sprite/sprite-global-2019.png) -227px -262px no-repeat;
    display: inline-block;
    height: 126px;
    width: 126px;
}

.picto-hifi-brand {
    background: url(/img/sprite/sprite-global-2019.png) 0 -516px no-repeat;
    display: inline-block;
    height: 87px;
    width: 335px;
}

.picto-edito {
    background: url(/img/sprite/sprite-global-2019.png) -179px -112px no-repeat;
    display: inline-block;
    height: 52px;
    width: 162px;
}

.picto-arrow-right-black {
    background: url(/img/sprite/sprite-global-2019.png) -179px -165px no-repeat;
    display: inline-block;
    height: 24px;
    width: 24px;
}

.picto-arrow-right-white {
    background: url(/img/sprite/sprite-global-2019.png) -179px -215px no-repeat;
    display: inline-block;
    height: 21px;
    width: 21px;
}

.picto-down-arrow-white-xs {
    background: url(/img/sprite/sprite-global-2019.png) -17px -120px no-repeat;
    cursor: pointer;
    display: block;
    height: 8px;
    width: 15px;
}

.picto-offer-xl {
    background: url(/img/sprite/sprite-global-2019.png) -250px 0 no-repeat;
    display: inline-block;
    height: 79px;
    width: 91px;
}

.picto-offer2-xl {
    background: url(/img/qobuz_logo_light.svg) center no-repeat;
    background-size: contain;
    display: inline-block;
    height: 61px;
    width: 150px;
}

.picto-landing-ct01 {
    background: url(/img/sprite/sprite-landing-content.png) -92px -13px no-repeat;
    display: inline-block;
    height: 76px;
    width: 76px;
}

.picto-landing-ct02 {
    background: url(/img/sprite/sprite-landing-content.png) -9px -106px no-repeat;
    display: inline-block;
    height: 63px;
    width: 241px;
}

.picto-landing-ct03 {
    background: url(/img/sprite/sprite-landing-content.png) -49px -186px no-repeat;
    display: inline-block;
    height: 52px;
    width: 162px;
}

.picto-landing-ct04 {
    background: url(/img/sprite/sprite-landing-content.png) -81px -263px no-repeat;
    display: inline-block;
    height: 58px;
    width: 98px;
}


/*******************************************/
/*** BOOTSTRAP DROPDOWN MENU ***/
/*******************************************/
.dropdown-arrow-up {
    background: url(/img/sprite/sprite-global-2019.png) no-repeat 0 -120px;
    display: block;
    height: 8px;
    position: absolute;
    right: 25px;
    top: -8px;
    width: 15px;
}


/*******************************************/
/*                 HEADER                  */
/*******************************************/
header {
    background: #fff;
    position: relative;
    height: 102px;
}

header .container {
    background: inherit !important;
    text-align: right;
    height: 100%;
    width: 1080px;
}

header .container .btn-player,
header .user-nav .picto-user {
    display: none;
}

.feature_download_music header{
    height: 102px;
    margin: 0 auto;
    max-width: 1080px;
    width: 100%;
}

.qbz-logo {
    background: url(/img/qobuz_logo_dark.svg) no-repeat 0 0;
    background-size: contain;
    display: block;
    float: left;
    height: 55px;
    margin: 20px 35px 0px 25px;
    width: 134px;
    image-rendering: auto;
    shape-rendering: geometricPrecision;
    filter: none;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
}

/*** MAIN NAVIGATION ***/
.main-nav {
    display: inline-block;
    font-family: AvenirBlack;
}

.main-nav li {
    height: 102px;
    float: left;
    position: relative;
}

.main-nav .selected {
    color: #0070ef;
}

/*
.main-nav .sep-vertical:before,
.main-nav .sep-vertical:after{
    background:#d5e4ea;
    content:" ";
    display:block;
    height:30px;
    position:absolute;
    top:18px;
    width:1px;
    z-index:1;
}
.main-nav .sep-vertical::before{
    left:-2px;
}
.main-nav .sep-vertical::after{
    right:-2px;
}
*/
.main-nav a,
#dropdown-button-login,
.account-link {
    color: #000;
    display: block;
    line-height: 103px;
    padding: 0 12px;
    text-transform: initial;
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 500;
}

.main-nav a:hover,
#dropdown-button-login:hover {
    color: #0070ef;
    text-decoration: none;
}

#dropdown-button-login,
.account-link {
    position: relative;
    top: -3px;
    max-width: 115px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*** SECOND NAVIGATION ***/
.second-nav {
    display: inline-block;
    float: none;
}

.btn-player {
    border-radius: 10px;
    float: left;
    margin: 19px 0 0;
    text-transform: uppercase;
}

.user-nav {
    height: 99px;
    float: left;
    line-height: 99px;
    /*margin:0 10px 0 25px;*/
}

.user-nav .picto-user {
    float: left;
    margin: 7px 10px 0 0;
}

.user-nav a:hover {
    color: #333;
    text-decoration: none;
}

.user-menu,
.cart-menu {
    display: none;
}


/*** CATEGORIES MENU ***/

.store-categories {
    align-items: center;
    display: flex;
    bottom: 43px;
    font-family: 'HK Grotesk' !important;
    left: 10px;
    position: relative;
    right: auto;
    max-width: 400px;
}

.store-categories__label {
    display: block;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin: 0 10px;
    position: relative;
    top: 10px;
}

.store-categories__button {
    align-items: center;
    background: transparent;
    border: 1px solid #ECECEC;
    border-radius: 5px;
    color: #333333;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    height: 37px;
    justify-content: space-between;
    outline: none;
    padding: 0px 12px 0px 14px;
    position: absolute;
    left: 105px;
    top: 0;
    transition: .1s ease;
    width: 230px;
}

.store-categories__button:hover {
    background: #F4F4F4;
}

.store-categories__button .pct-carret-bottom {
    border: solid #0070EF;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: relative;
    right: 0;
    left: auto;
    top: -1px;
}

.store-categories__button .turn {
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.store-categories__menu {
    position: relative;
    width: 100%;
}

.store-categories__menu .qbz-logo,
.store-categories__menu .close {
    display: none;
}

.store-categories__items {
    background: #FFFFFF;
    border-radius: 0px 0px 5px 5px;
    flex-direction: column;
    left: 75px;
    min-height: 100%;
    padding: 5px 0px 14px 0px;
    position: absolute;
    top: -27px;
    width: 230px;
    z-index: 3;
}

.store-categories__items a {
    align-items: center;
    color: #333333;
    display: flex;
    font-family: 'HK Grotesk' !important;
    font-size: 14px;
    font-weight: 500;
    height: 29px;
    justify-content: flex-start;
    order: -1;
    padding: 0px 10px;
    transition: .1s ease;
}

.store-categories__items a:hover {
    background: #F4F4F4;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

.store-categories__items .store-categories__item:nth-last-child(2):hover > .sub-menu-overlay {
    padding-bottom: 15px;
}


.store-categories__items .store-categories__item:last-child:hover > .sub-menu-overlay {
    padding-bottom: 45px;
}

.sub-menu-container .top-left-btn {
    position: absolute;
    left: 0;
    top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.sub-menu-container ul {
    margin-left: 5px;
}

.top-left-btn .btn-sector {
    background: #0070EF;
    border-radius: 3px;
    color: #FFFFFF;
    display: flex;
    font-weight: bold;
    height: 38px;
    margin-left: 17px;
    padding: 0px 12px 0px 12px;
    width: max-content;
    justify-content: center;
    align-items: center;
}

.top-left-btn .btn-sector:hover {
    background: #00ACFF;
    color: #FFFFFF !important;
}

.top-left-btn .btn-sector span {
    display: inline;
    white-space: nowrap;
    overflow: visible;
    text-overflow: unset;
}

.store-categories__special-offers {
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid #939393 !important;
    border-radius: 3px;
    color: #333333;
    cursor: pointer;
    display: flex;
    font-size: 14px !important;
    font-weight: bold !important;
    height: 38px !important;
    justify-content: flex-end;
    margin-left: 30px;
    padding: 19px 20px;
    outline: none;
    width: max-content;
}

.store-categories__special-offers .deals-icon {
    width: 21px;
    margin-right: 10px;
}

.sub-menu-overlay {
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 0px 5px 5px 0px;
    display: none;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    left: calc(100% - 3px);
    padding-top: 41px;
    padding-bottom: 10px;
    padding-right: 20px;
    position: absolute;
    top: 0;
    min-width: 520px;
    max-width: 660px;
    z-index: 601;
    overflow: hidden;
}

.sub-menu-overlay .hidden-desktop {
    display: none;
}

.store-categories__items li a:hover + .sub-menu-overlay {
    display: flex;
}

.active .sub-menu-overlay {
    visibility: visible;
}

.sub-menu-overlay:hover {
    display: flex;
}

.sub-menu-overlay .title {
    color: #0070EF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.4px;
    margin: 0 0 10px 20px;
    text-transform: uppercase;
    white-space: nowrap;
}

.sub-menu-overlay .sub-menu-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 45px;
}


.sub-menu-overlay .genres {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    min-width: 300px;
    padding-bottom: 20px;
    overflow: auto;
}

.sub-menu-overlay .shortcuts {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding-bottom: 20px;
    overflow: auto;
}

.sub-menu-overlay .shortlinks {
    padding-bottom: 20px;
    overflow: auto;
    order: 1;
}

.sub-menu-overlay .genres a,
.sub-menu-overlay .shortlinks a,
.sub-menu-overlay .shortcuts a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 15px;
    margin-left: 5px;
}

.sub-menu-overlay .genres a,
.sub-menu-overlay .shortlinks a {
    max-width: 365px;
}

.sub-menu-overlay .shortlinks a div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.sub-menu-overlay .shortlinks a:hover,
.sub-menu-overlay .shortcuts a:hover,
.sub-menu-overlay .genres a:hover {
    font-weight: normal;
}

.store-categories__special-offers--qobuz-award {
    position: relative;
}

.store-categories__special-offers--qobuz-award a {
    display: flex !important;
    position: relative;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: visible !important;
}

.tooltip-icon {
    background: url("/img/common/logo/info_picto_dark.png") center center no-repeat;
    height: 14px;
    width: 14px;
    background-size: cover;
    margin-left: 5px;
    position: relative;
}

.tooltip-icon:hover {
    /*background: url("/img/common/logo/info_picto.png") center center no-repeat;*/
    background-size: cover;
}

.tooltip-modal {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    display: none;
    padding: 6px;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    text-align: center;
    margin-left: auto;
    margin-right: auto !important;
    left: 0;
    right: 0;
    top: 120%;
    width: 200px;
    z-index: 4;
}

.tooltip-modal:after {
    content: "";
    position:absolute;
    margin-left:-5px;
    top:-10px;
    transform:translateY(-50%);
    left: 50%;
    border:10px solid #333;
    border-color: transparent transparent #333 transparent;
}

.tooltip-icon:hover + .tooltip-modal {
    display: block;
}

.sub-menu-overlay .tooltip-icon:hover + .tooltip-modal, .sub-menu-overlay .tooltip-modal:hover {
    display: flex;
}

.store-categories__special-offers--label {
    display: none !important;
}

.store-categories__special-offers--label-bluenote,
.store-categories__special-offers--label-decca,
.store-categories__special-offers--label-deutsche-gramm,
.store-categories__special-offers--label--ecm {
    /*display: flex !important; --> HIDDEN UNTIL NEXT PROMOTION */
    display: flex !important;
}

.store-categories__special-offers--label-bluenote a,
.store-categories__special-offers--label-decca a,
.store-categories__special-offers--label-deutsche-gramm a,
.store-categories__special-offers--label--ecm a {
    align-items: center;
    background-color: var(--light-color);
    border: 1px solid var(--text-color);
    border-radius: 3px;
    color: var(--title-color);
    cursor: pointer;
    display: flex;
    height: 38px;
    justify-content: center !important;
    margin-bottom: 10px;
    padding: 0;
    outline: none;
    width: 200px;
}

.store-categories__special-offers--label-bluenote a {
    margin-top: 20px;
}

.store-categories__special-offers--label-bluenote a:hover,
.store-categories__special-offers--label-decca a:hover,
.store-categories__special-offers--label-deutsche-gramm a:hover,
.store-categories__special-offers--label--ecm a:hover {
    background-color: #f4f4f4;
}

.store-categories__special-offers--label-bluenote span,
.store-categories__special-offers--label-decca span,
.store-categories__special-offers--label-deutsche-gramm span,
.store-categories__special-offers--label--ecm span {
    display: none !important;
}

.sub-menu-overlay .shortcuts img,
.sub-menu-overlay .shortlinks img {
    display: none;
}

.store-categories__special-offers--label-bluenote img,
.store-categories__special-offers--label-decca img,
.store-categories__special-offers--label-deutsche-gramm img,
.store-categories__special-offers--label--ecm img {
    display: block !important;
    margin: 10px auto;
}

.store-categories__special-offers--label-bluenote img {
    width: 105px;
}

.store-categories__special-offers--label-decca img {
    width: 57px;
}

.store-categories__special-offers--label-deutsche-gramm img {
    width: 105px;
}

.store-categories__special-offers--label--ecm img {
    width: 40px;
}

/*** MAGAZINE NAV ***/

.feature_hifi_magazine .sub-menu-overlay {
    min-width: 568px;
}

.feature_hifi_magazine .btn-rubric {
    background: #0070EF;
    border-radius: 3px;
    color: #FFFFFF;
    display: flex;
    font-weight: bold;
    height: 38px;
    margin-left: 17px;
    padding: 0px 12px 0px 12px;
    width: max-content;
    justify-content: center;
    align-items: center;
}

.feature_hifi_magazine .btn-rubric:hover {
    background: #00ACFF;
    color: #FFFFFF !important;
}

.feature_hifi_magazine .sub-rubrics {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 5px;
}

.feature_hifi_magazine .sub-rubrics img {
    display: none;
}

.feature_hifi_magazine .hifi {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -17px;
}

.feature_hifi_magazine .hifi .title {
    margin-left: 17px;
}

.feature_hifi_magazine .store-categories__items a:hover {
    font-weight: normal;
}


/*** SHOP BAR ***/
.shop-bar {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    clear: both;
    height: 36px;
    padding-top: 10px;
}

.feature_download_music .shop-bar,
.feature_hifi_magazine .shop-bar {
    margin: 0 auto;
    width: 1080px;
    position: relative;
}

.shop-bar .container {
    background: transparent;
}

.shop-search,
.shop-cart {
    float: right;
}

.shop-search {
    position: relative;
}

.shop-search .picto-reset {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 9px;
    top: 6px;
    z-index: unset;
}

.shop-cart {
    border-left: 1px solid #d5e4ea;
    margin-left: 18px;
    padding: 0 0 1px 13px;
    width: 80px;
}

.shop-cart .picto-cart {
    float: left;
    margin-top: 7px;
}

.shop-cart .picto-arrow-down {
    float: left;
    margin-top: 13px;
}

.cart-item-nb {
    float: left;
    margin: 3px 5px 0;
    overflow: hidden;
    width: 14px;
    font-weight: 500;
}

.store-cart__notification {
    align-items: center;
    background: var(--element-color);
    display: flex;
    flex-direction: row;
    height: 60px;
    left: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    transform: translateY(-100%);
    width: 100vw;
    z-index: 9;
}

.store-cart__notification--active {
    animation: notificationSlideIn 3s;
    animation-fill-mode: both;
}

.store-cart__message {
    color: var(--light-color);
    display: flex;
    font-size: 14px;
    font-weight: bold;
    font-family: 'HK Grotesk' !important;
    margin: 0px auto;
    padding: 0px 20px;
    width: 1064px;
}

.search-input,
input.search-input {
    background-color: #ECECEC !important;
    border-width: 0px;
    border: none;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    margin: -3px 0 0 5px;
    outline: none;
    padding: 7px 35px 6px 15px;
    width: 300px;
    -webkit-appearance: none;
    font-family: var(--font-family);

}

.search-input::-webkit-input-placeholder {
    color: #333333;
}

.search-input:-moz-placeholder {
    color: #333333;
}

.search-input::-moz-placeholder {
    color: #333333;
}

.search-input:-ms-input-placeholder {
    color: #333333;
}

.search-input:focus,
input.search-input:focus {
    box-shadow: none;
    background-color: #ECECEC !important;
    border-color: #ECECEC !important;
}


/*** CART MENU ***/
.cart-menu {
    border-color: #d5e4ea;
    margin: 20px 10px 0 0;
    padding: 15px;
}

.cart-item-list {
    margin: 10px -15px 0;
    width: 400px;
}

.cart-item-list li {
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
    padding: 10px 15px 5px;
    position: relative;
}

.cart-item-list li:nth-child(even) {
    background: #f6f9fa;
}

.cart-item-list a {
    display: block;
}

.cart-item-list li > a:hover {
    background: none;
}

.cart-item-pic,
.cart-item-detail,
.cart-item-price,
.cart-item-remove {
    float: left;
}

.cart-item-detail {
    padding-right: 10px;
    width: 180px;
}

.cart-item-album {
    color: #333;
    font-weight: bold;
}

.cart-item-artist {
    color: #999;
    text-transform: uppercase;
}

.cart-item-price {
    font-size: 16px;
    font-weight: bold;
    margin-top: 17px;
    text-align: right;
    width: 90px;
}

.cart-item-list .cart-item-pic {
    margin: 0 10px 0 0;
    padding: 0;
}

.cart-item-list .cart-item-remove {
    height: 16px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 28px;
    width: 16px;
}

.cart-order-price {
    font-size: 14px;
    font-weight: bold;
    padding: 25px 0 10px;
    text-align: center;
    text-transform: uppercase;
}

.cart-order-price span {
    display: inline-block;
    font-size: 18px;
    padding-left: 10px;
}

.add-to-cart {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.btn-cart-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    position: relative;
    padding-bottom: 40px;
}

.btn-finish-order {
    display: block;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    float: left;
}

.btn-cart-container .btn-finish-order {
    margin: 0;
    right: 0;
    top: 0;
    border-radius: 5px;
    cursor: pointer;
    color: var(--light-color);
    padding: 11px 20px;
    background-color: var(--element-color);
    border: 1px solid var(--element-color);
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: none;
    background-image: none;
    box-shadow: none;
    font-family: var(--font-family);
    font-size: 15px;
    min-width: 200px;
}

.btn-cart-container .btn-finish-order:hover {
    background: #00acff;
    border-color: #00acff;
    transition: 0.2s;
}

.gift-basket .btn-finish-order {
    border-radius: 5px;
    cursor: pointer;
    color: var(--light-color);
    background-color: var(--element-color);
    letter-spacing: 1px;
    font-weight: 500;
    min-width: 200px;
    max-width: 250px;
    font-size: 17px;
    text-transform: none;
    text-align: center;
    padding: 11px 20px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 73px;
    transform: translateX(0%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gift-basket .btn-finish-order:hover {
    background-color: #00acff;
    transition: 0.3s;
}

.color-smr {
    color: #a98f4f;
    font-weight: bold;
}


/*** DROPDOWN USER / CONNECT ***/
.user-menu {
    border-color: #d5e4ea;
    padding: 15px;
    width: 310px;
}

.ttl-qbz-user,
.tlt-qpz-fb {
    padding: 0 0 5px;
    text-align: center;
}

.select-form {
    border-color: #dbe3e5;
    box-sizing: border-box;
    height: 40px;
    line-height: 30px;
    padding-left: 10px;
    position: relative;
    width: 60%;
}

.login-input,
.code_pairing-input,
.password-input,
.email-input {
    position: relative;
}

.login-input input,
.code_pairing-input input,
.password-input input,
.email-input input {
    border-color: #dbe3e5;
    box-sizing: border-box;
    height: 40px;
    line-height: 30px;
    padding-left: 60px;
    position: relative;
    width: 100%;
}

.login-input .picto-login,
.code_pairing-input .picto-code_pairing,
.password-input .picto-password,
.email-input .picto-email {
    height: 20px;
    left: 15px;
    margin-right: 10px;
    position: absolute;
    top: 10px;
    z-index: 10;
}

.login-input .picto-login:after,
.code_pairing-input .picto-code_pairing:after,
.password-input .picto-password:after,
.email-input .picto-email:after {
    border-right: 1px solid #ccc;
    content: " ";
    display: block;
    height: 100%;
    width: 30px;
}

.show-password {
    cursor: pointer;
    position: absolute;
    right: -40px;
    top: 11px;
}

.stayconnected {
    float: left;
    line-height: normal;
    padding-top: 5px;
}

.stayconnected input {
    margin: -2px 10px 0 0;
}

.signin-qbz-form .stayconnected {
    width: 50%;
}

.method-qobuz .alternate-method-link {
    text-align: center;
}

.btn_login {
    float: right;
}

.btn-signin,
.btn-fb {
    display: block;
    width: 310px;
}


/*** USER CONNECTED ***/
#user-info {

}

#user-info .avatar {
    border-radius: 16px;
    float: left;
    height: 33px;
    width: 33px;
}

#user-info .user-login,
#user-info .user-account {
    line-height: normal;
    margin: 0 0 0 48px;
    padding: 0;

}

#user-info .user-login span {
    font-weight: bold;
}

.user-menu-lnk {
    border-top: 1px solid #d5e4ea;
    margin: 15px -15px 0;
}

.user-menu-lnk li > a {
    border: 1px solid transparent;
    border-width: 1px 0;
    font-size: 14px;
    line-height: 48px;
    margin-bottom: -1px;
    padding-left: 21px;
}

.user-menu-lnk li > a:hover {
    background: #f6f9fa;
    border-color: #d5e4ea;
    color: inherit;
}

.user-menu-lnk li:first-child > a:hover {
    border-top-color: transparent;
}

.user-menu-lnk li:last-child > a:hover {
    border-radius: 0 0 5px 5px;
}

.picto-musique-xs,
.picto-favorite-xs,
.picto-code-xs,
.picto-credit-xs,
.picto-account-xs,
.picto-logout-xs {
    float: left;
    margin-right: 15px;
    margin-top: 15px;
}

.user-nav .fb-login-button {
    line-height: 0;
}


/*** HAMBURGER MENU ***/
#ham-menu {
    display: none;
}


/*******************************************/
/*                 FOOTER                  */
/*******************************************/

footer {
    background: #333;
    color: #fff;
    position: relative;
    z-index: unset;
}

footer a {
    color: #bbb;
    font-weight: 500;
}

footer a:hover {
    color: #bbb;
}

footer .container {
    background: inherit;
}

.site-version {
    margin-left: 15px;
    overflow: hidden;
    padding-top: 25px;
    width: 100%;
}

.site-version li {
    float: left;
    font-family: AvenirLight;
    line-height: 31px;
    padding-right: 15px;
}

.site-version li:last-child {
    border-left: 1px solid #555;
    padding-left: 15px;
}

.site-version .active {
    color: #fff;
    font-family: AvenirMedium;
}

.qbz-logo-bw {
    background: url(/img/qobuz_logo_light.svg) no-repeat center;
    background-size: cover;
    display: block;
    float: left;
    height: 37px;
    width: 94px;
    position: relative;
    top: -7px;
}

.footer-lnk {
    border-bottom: 1px solid #555;
    border-top: 1px solid #555;
    clear: both;
    padding: 15px 0;
    margin: 15px 0;
    overflow: hidden;
}

.footer-lnk > ul {
    float: left;
    padding: 0 0 0 2%;
}

.footer-lnk li {
    font-family: AvenirMedium;
    line-height: 30px;
}

.paiment-logo .footer-lnk li {
    height: 30px;
}

.footer-social li span {
    float: left;
    margin: 8px 10px 0 0;
    position: relative;
    top: -1px;
}

.footer-help {
    width: 28%;
}

.footer-help .qbz-btn--webplayer {
    background: #0070ef;
    border-color: #0070ef;
    border-radius: 5px;
    box-shadow: none;
    color: #fff;
    display: block;
    font-family: 'HK Grotesk', Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: .4px;
    margin-top: 30px;
    padding: 15px 0 10px;
    text-shadow: none;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
}

.footer-help .qbz-btn--webplayer:hover {
    background-color: #3d93ff;
    border-color: #3d93ff;
    color: #ffffff;
    transition: .2s ease;
    text-decoration: none;
}

.footer-webplayer {
    margin-top: 15px;
}

.footer-social {
    width: 20%;
}

.footer-product {
    width: 20%;
}

.footer-corporate {
    width: 24%;
}

.footer-lnk .payment-methods {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0px;
    margin-left: 15px;
    padding-top: 30px;
    width: 100%;
}

.footer-lnk .payment-methods-list-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.footer-lnk .external-logo {
    margin-bottom: 20px;
}

.footer-lnk .external-logo img {
    width: auto;
    height: 30px;
}

.footer-lnk .external-logo:first-child img {
    margin-right: 10px;
}

.footer-lnk .external-logo:last-child img {
    height: 22px;
    margin-left: 10px;
}

.country-language {
    font-family: AvenirMedium;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 15px;
    margin-left: 10px;
    width: 100%;
    position: relative;
}

html[lang="ja"] .country-language .legal-jp {
    display: flex;
}

.country-language .legal-jp {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    display: none;
}
@media (max-width: 1024px) {
    .country-language .legal-jp {
        flex-direction: column;
    }
}

.country-language .legal-jp-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-right: 20px;
    margin-bottom: 10px;
}

.country-language .legal-jp-logo {
    width: auto;
    height: 50px;
}

.country-language .legal-jp-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: 10px;
    max-width: 430px;
}
@media (max-width: 1380px) {
    .country-language .legal-jp-text {
        max-width: 310px;
    }
}
@media (max-width: 1024px) {
    .country-language .legal-jp-text {
        max-width: 200px;
    }
}
@media (max-width: 856px) {
    .country-language .legal-jp-text {
        max-width: unset;
    }
}
.country-language .legal-jp-text span {
    display: inline-block;
    font-size: 10px;
    margin-bottom: 1px;
    line-height: 17px;
    text-align: left;
}

.footer-address {
    width: 100%;
    margin-bottom: 10px;
}

.legal-mention {
    font-family: AvenirMedium;
    margin-bottom: 15px;
    text-align: left;
    width: 50%;
}

#country-shop {
    position: absolute;
    right: 15px;
    top: 0;
}

.paiment-logo li {
    float: left;
    margin-right: 5px;
}

.paiment-logo li:last-child {
    margin-right: 0;
}

.legal-mention a {
    margin-right: 20px;
}

#auth-tag {
    display: none;
}

/*** Dropdown country shop ***/
#country-shop .btn {
    font-family: "HK Grotesk", Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.4px;
    background: var(--element-color);
    border: none;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    padding: 10px 9px 8px;
}

#country-shop .btn .icon-country {
    position: relative;
    top: -2px;
    width: 22px;
}

#country-shop .dropdown-menu {
    background: var(--light-color);
    color: var(--element-color);
    font-family: "HK Grotesk", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 2em;
    min-width: 230px;
    transform: translate(-50%, 0%);
    right: auto;
    left: 50%;
}

#country-shop .caret {
    margin-left: 5px;
    margin-top: 0;
    position: relative;
    top: 7px;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 4px solid var(--light-color);
}

/*** Dropdown country shop ***/
#country-shop .btn {
    background: #555;
    border: none;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
}

#country-shop .caret {
    margin-left: 5px;
}

#newsletter-subscribe {
    background: #1e8fba;
    border-top: 1px solid #1e8fba;
    color: #fff;
    font-family: AvenirLight;
    height: 145px;
}

#newsletter-subscribe .container {
    height: 146px;
    margin-top: -1px;
}

#newsletter-subscribe a {
    color: #fff;
    float: left;
    font-family: AvenirMedium;
    font-size: 20px;
    text-align: right;
}

#newsletter-subscribe .container {
    background: inherit;
}

#newsletter-subscribe .content-left {
    float: left;
    font-size: 16px;
    padding-right: 24px;
    width: 790px;
}

#newsletter-subscribe .content-title {
    display: block;
    font-size: 32px;
    margin: 30px 0 20px;
}

#newsletter-subscribe .content-right {
    float: left;
    margin-top: 20px;
    opacity: 0.8;
    width: 210px;
}

#newsletter-subscribe .content-right:hover {
    opacity: 1;
}

#newsletter-subscribe .content-right:hover a {
    text-decoration: underline;
}

#newsletter-subscribe .picto-newsletter-xl {
    margin: 0 0 10px 45px;
}

#newsletter-subscribe .picto-circle-arrow-right {
    float: right;
    margin-left: 10px;
    margin-top: 3px;
}

/*** New HomePage ***/
.welcome {
    height: 600px;
    position: relative;
    min-width: 1024px;
    background-size: cover !important;
}

.welcome:before {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0) 50%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.welcome-desc {
    color: #fff;
    left: 60px;
    position: absolute;
    text-shadow: 0 0 80px #000;
    top: 50px;
    width: 480px;
    z-index: 20;
}

.welcome-desc h1 {
    font-size: 33px;
    font-weight: normal;
    margin-bottom: 30px;
}

.welcome-desc p {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 20px;
}

.welcome-desc small {
    display: block;
    font-size: 16px;
    margin-top: 40px;
}

.welcome-desc small sup {
    font-size: 12px;
}

.lnk-offer {
    border-radius: 20px;
    color: #167dae;
    font-family: AvenirBlack;
    font-size: 17px;
    line-height: 30px;
    margin-top: 15px;
    padding: 10px 36px;
    text-transform: none;
}

#copyright {
    bottom: 10px;
    color: #fff;
    margin: 0;
    padding: 0;
    opacity: 0.5;
    position: absolute;
    right: 20px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}

.service {
    background: #fafafa;
    border: 1px solid #ececec;
    margin: 20px 10px 25px;
    overflow: hidden;
    min-width: 1002px;
}

.service li {
    float: left;
    font-family: AvenirLight;
    font-size: 14px;
    margin: 0 3%;
    padding: 2%;
    text-align: center;
    width: 27%;
}

.service li:first-child {
    margin: 0;
}

.service li:last-child {
    margin: 0;
}

.service small {
    display: block;
    font-size: 10px;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 15px;
}

.service-title {
    font-family: AvenirBlack;
    font-size: 14px;
    text-transform: uppercase;
}

.service .picto-logo-hi-res-grey {
    margin-bottom: 20px;
}

.service .picto-hifi-brand {
    margin-bottom: 9px;
}

.service .picto-edito {
    margin-bottom: 25px;
    margin-top: 18px;
}

.discover-qobuz {
    color: #333;
    display: block;
    font-family: AvenirMedium;
    font-size: 26px;
    margin-bottom: 40px;
    text-align: center;
    text-decoration: underline;
}

.discover-qobuz .picto-arrow-right-black {
    margin-left: 20px;
    position: relative;
    top: 5px;
}

.go-to-shop {
    background: url(/img/background/background-004-bis.jpg) repeat-x;
    height: 395px;
    overflow: hidden;
    min-width: 1024px;
}

.go-to-shop li {
    color: #fff;
    float: left;
    font-family: AvenirLight;
    font-size: 18px;
    line-height: normal;
    padding: 0 2%;
    text-align: center;
    width: 29%;
}

.shop-link .picto-logo-hi-res-color {
    box-shadow: 0 0 60px #000;
    display: block;
    margin: 90px auto 20px;
}

.shop-link a {
    background: #f9d660; /* Old browsers */
    background: -moz-linear-gradient(top, #ffe983 0%, #e7a202 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe983), color-stop(100%, #e7a202)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffe983 0%, #e7a202 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffe983 0%, #e7a202 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffe983 0%, #e7a202 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffe983 0%, #e7a202 100%); /* W3C */
    border: none;
    border-radius: 20px;
    box-shadow: 0 0 60px #000;
    font-family: AvenirBlack;
    font-size: 22px;
    padding: 15px 30px;
    text-transform: none;
}

.shop-link a:hover {
    background: #e7a202; /* Old browsers */
    background: -moz-linear-gradient(top, #ffe983 0%, #e7a202 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe983), color-stop(100%, #e7a202)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffe983 0%, #e7a202 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffe983 0%, #e7a202 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffe983 0%, #e7a202 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffe983 0%, #e7a202 100%); /* W3C */
}

.shop-title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 15px;
}

.shop-desc {
    font-size: 15px;
}

.download-content,
.hi-res-content {
    line-height: normal;
    margin-top: 110px;
    text-shadow: 0 0 70px #000;
}

#about-qbz {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: unset;
}

#about-qbz h2 {
    font-family: AvenirMedium;
    font-size: 50px;
    line-height: 50px;
    padding: 50px 0 30px;
}

#about-qbz p {
    font-family: AvenirMedium;
    font-size: 16px;
    line-height: 30px;
}

.about-header {
    background: url(/img/background/background-001.jpg) no-repeat center top;
    color: #fff;
    height: 540px;
    text-align: center;
}

.about-header p {
    font-family: AvenirMedium;
    font-size: 14px;
    padding-top: 400px;
    text-transform: uppercase;
}

.about-header h1 {
    font-family: AvenirLight;
    font-size: 50px;
}

.about-1 {
    background: #fff;
    padding-bottom: 100px;
}

.about-1 .container {
    padding: 0 12px;
    width: 1000px
}

.about-2 {
    background: #f6f9fa;
    border-bottom: 1px solid #eaeaea;
    padding: 40px 0;
}

.about-2 .container {
    background: inherit;
    padding: 0 12px;
    width: 1000px
}

.about-2 .lnkPlans {
    padding-top: 20px;
}

.about-2 .lnkPlans a {
    text-decoration: underline;
}

.about-2 a.blue-arrow-right {
    position: relative;
    top: 5px;
}

.about-2 img {
    float: right;
    margin: 0 10px 0 60px;
}

.about-3 {
    background: #fff;
    padding: 30px 0 60px;
}

.about-3 p {
    float: left;
    padding: 0 4%;
    width: 27%;
}

.about-3 p:first-child {
    padding: 0;
    margin-left: -2%;
}

.about-3 p:last-child {
    padding: 0;
    margin-right: -2%;
}

.about-4 {
    background: #fff;
    padding: 30px 0 60px;
}

.about-4 .container {
    border-top: 1px solid #e5e5e5;
}

.about-4 img {
    float: right;
    margin: 50px 10px 0 60px;
}


/*******************************************/
/*               SOCIETY PAGE              */
/*******************************************/
#society-qbz h2 {
    font-family: AvenirMedium;
    font-size: 50px;
    line-height: 50px;
    padding: 50px 0 30px;
}

#society-qbz p {
    font-family: AvenirMedium;
    font-size: 16px;
    line-height: 30px;
}

.society-header {
    background: url(/img/background/background-020.jpg) no-repeat center top;
    color: #fff;
    height: 540px;
    text-align: center;
}

.society-header p {
    font-family: AvenirMedium;
    font-size: 14px;
    padding-top: 400px;
    text-transform: uppercase;
}

.society-header h1 {
    font-family: AvenirLight;
    font-size: 50px;
}

.society-1 {
    background: #fff;
    padding-bottom: 40px;
}

.society-1 .container {
    padding: 0 12px;
    /*width:1000px*/
}

#map {
    height: 500px;
    margin: 0 auto;
    width: 800px;
}


/*******************************************/
/*             APPLICATION PAGE            */
/*******************************************/
.qbz-app-header {
    background: url(/img/application/fond-header-application.png) no-repeat;
    background-size: contain;
    height: 265px;
    font-family: AvenirMedium;
    margin: 40px auto 30px;
    padding: 0 0 100px;
    position: relative;
    width: 958px;
}

.qbz-app-header p,
.qbz-app-header h1 {
    margin: 0;
    text-align: center;
}

.qbz-app-header p {
    padding-top: 285px;
    text-transform: uppercase;
}

.qbz-app-header h1 {
    font: normal 50px AvenirLight;
    line-height: 60px
}

#applications-page .app-content {
    background: inherit;
    position: relative;
}

.app-content-nav {
    border: 1px solid #d5e4ea;
    position: absolute;
    left: 0;
    width: 200px;
}

.app-content-nav li {
    border-bottom: 1px solid #d5e4ea;
    display: block;
    font-family: AvenirMedium;
    font-size: 14px;
    position: relative;
    width: inherit;
}

.app-content-nav li:last-child {
    border: none;
}

.app-content-nav li.active {
    background: #fff;
    font-family: AvenirMedium;
    font-weight: bold;
}

.app-content-nav a {
    color: #999;
    display: block;
    height: 60px;
    padding: 0 17px 0 85px;
    text-decoration: none;
}

.app-content-nav .align-vertical {
    display: table-cell;
    height: inherit;
    vertical-align: middle;
}

.app-content-nav .active a {
    color: #333;
}

.app-content-nav .active:after {
    background: #349ac1;
    content: ' ';
    display: block;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 7px;
}

.picto-app {
    background: url(/img/sprite/sprite-picto-application.png) no-repeat;
    display: block;
    float: left;
    left: 17px;
    position: absolute;
    top: 13px;
    width: 56px;
}

.picto-app-mobile {
    background-position: 0px 0px;
    height: 36px;
}

.active .picto-app-mobile {
    background-position: -56px 0px;
}

.picto-app-desktop {
    background-position: 0 -37px;
    height: 28px;
}

.active .picto-app-desktop {
    background-position: -56px -37px;
}

.picto-app-hifi {
    background-position: 0 -66px;
    height: 34px;
}

.active .picto-app-hifi {
    background-position: -56px -66px;
}

.picto-app-audio {
    background-position: 0 -101px;
    height: 34px;
}

.active .picto-app-audio {
    background-position: -56px -101px;
}

.app-content-bloc {
    margin-bottom: 130px;
    margin-left: 255px;
}

.app-content-bloc h2 {
    font-family: AvenirMedium;
    font-size: 30px;
    margin-bottom: 15px;
}

.illust-app-mobile {
    background: url(/img/application/illust-app-mobile-2007.png) no-repeat;
    display: block;
    float: right;
    height: 242px;
    margin-bottom: 50px;
    margin-left: 20px;
    width: 286px;
}

.illust-app-desktop {
    background: url(/img/application/illust-app-desktop.png) no-repeat;
    background-size: contain;
    display: block;
    float: left;
    height: 246px;
    margin: 0 20px 100px 15px;
    width: 323px;
}

.illust-app-laptop {
    background: url(/img/application/illust-app-laptop.png) no-repeat;
    background-size: contain;
    display: block;
    float: left;
    height: 177px;
    margin-bottom: 80px;
    margin-right: 20px;
    width: 339px;
}

.illust-app-hifi {
    background: url(/img/application/illust-app-hifi.png) no-repeat;
    background-size: contain;
    display: block;
    float: right;
    height: 202px;
    margin: 55px 0 20px 20px;
    width: 336px;
}

.illust-app-audio {
    background: url(/img/application/illust-app-audio.png) no-repeat;
    background-size: contain;
    display: block;
    float: left;
    height: 239px;
    margin: 0 20px 100px 0;
    width: 315px;
}

.app-sep {
    border-bottom: 1px solid #d4e2e7;
    clear: both;
    margin-bottom: 30px;
    padding-top: 30px;
    width: 100%;
}

.app-block {
    background: #fff;
    border: 1px solid #d5e4ea;
    font-family: AvenirMedium;
    font-size: 16px;
    padding: 60px 35px;
    margin-bottom: 20px;
    overflow: hidden;
}

.app-block p {
    color: #999;
    font-family: AvenirLight;
    font-size: 16px;
    margin-bottom: 30px;
    text-align: justify;
}

.item-app {
    border: 1px solid #dfdfdf;
    border-radius: 30px;
    float: left;
    font-family: AvenirMedium;
    font-size: 11px;
    margin: 0 20px 15px 0;
    position: relative;
    width: 158px;
}

.item-app a {
    color: #333;
    display: table-cell;
    height: 44px;
    padding: 0 25px 0 53px;
    vertical-align: middle;
    text-decoration: none;
}

.item-app .store-name {
    font-family: AvenirMedium;
    font-size: 14px;
    font-weight: bold;
}

.item-app-picto {
    background: url(/img/sprite/sprite-store.png) no-repeat 0 0;
    display: block;
    left: 10px;
    position: absolute;
    top: 8px;
    width: 34px;
}

.picto-shop-apple {
    height: 28px;
}

.picto-shop-android {
    background-position: 0 -56px;
    height: 26px;
}

.picto-shop-windows {
    background-position: 0 -29px;
    height: 26px;
}

.picto-shop-amazon-kindle {
    background-position: 0 -83px;
    height: 22px;
}

#applications-page .btn {
    border: none;
    border-radius: 15px;
    font-family: AvenirMedium;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
}

.desktop-other-version {
    font-size: 12px;
    margin: 10px 0 0 373px;
}

p.lst-title-app-hifi { /* p to force css apply */
    clear: both;
    color: #1e8fba;
    font-family: AvenirMedium;
    font-size: 18px;
    margin-top: 20px;
}

#app-hifi .lst-hi-res {
    margin: 0 -30px 0 0;
    overflow: hidden;
}

#app-hifi .lst-hi-res li {
    float: left;
    margin-right: 30px;
}

#app-hifi .lst-lossless {
    margin: 0 -30px 0 0;
    overflow: hidden;
}

#app-hifi .lst-lossless li {
    float: left;
    margin-right: 30px;
}

.logo-hi-res {
    background: url(/img/application/logo-hi-res.png) no-repeat 0 0;
    display: block;
    float: left;
    height: 38px;
    margin-right: 10px;
    position: relative;
    top: -9px;
    width: 38px;
}

p.app-audio-lnk {
    color: #1e8fba;
    font-family: AvenirMedium;
    font-size: 18px;
}

p.app-info {
    font-size: 12px;
}


/*******************************************/
/*               OFFER QOBUZ               */
/*******************************************/

.gift-basket {
    font-family: var(--font-family);
    background-color: var(--light-color);
    position: relative;
    top: -10px;
    width: 1080px;
}

.gift-basket #pop-in {
    width: calc(90vw - 20px);
    height: 100vh;
    min-height: 100vh;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 8001;
    margin-top: 5%;
}

.offer-qbz .tlt-offer-qbz {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-top: 25px;
    text-transform: uppercase;
}

.offer-qbz h1 {
    border: none !important;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 15px 0;
}

.offer-qbz .desc-offer-qbz {
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 30px;
}

.offer-qbz-form-content {
    background: #fff;
    border: 1px solid #d5e4ea;
    padding: 30px 70px 90px;
    margin: 0 10px 40px;
    overflow: hidden;
}

.qbz_offer_form.qbz_field_visible {
    position: relative;
    top: 20px;
}

.offer-qbz-form-content .offer-qbz-form-tlt {
    color: var(--element-color);
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.offer-qbz-form-content .controls {
    margin: 0;
    text-align: right;
    font-size: 18px;
    font-weight: normal;
    color: #979797;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
}

.offer-qbz-form-content .controls .required {
    position: absolute;
    left: -15px;
    top: 30px;
}

.offer-qbz-form-content .controls .required:last-child {
    display: none;
}

.offer-qbz-form-content .controls input {
    font-size: 14px;
    font-weight: normal;
    color: #979797;
}

.offer-qbz-form-content .controls input:focus {
    outline: none !important;
}

.offer-qbz-form-content .controls .alert {
    position: absolute;
    top: 67px;
}

.offer-qbz-form-content input[type="text"] {
    border-radius: 5px;
    height: 62px;
    line-height: 40px;
    padding: 0 20px;
    width: 90%;
    border: 2px solid #C8C8C8;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    font-family: var(--font-family);
}

.offer-qbz-form-content input[type="text"]:focus {
    outline: none !important;
}

.offer-qbz-form-content .notification-date {
    position: absolute;
    top: -25px;
    font-size: 18px;
    font-weight: 500;
}

.offer-qbz-form-content input[type="date"] {
    border-radius: 5px;
    height: 62px;
    line-height: 40px;
    padding: 0 20px;
    width: 90%;
    border: 2px solid #C8C8C8;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    font-family: var(--font-family);
}

.offer-qbz-form-content textarea {
    padding: 10px 20px;
    box-sizing: border-box;
    height: 210px;
    width: 520px;
    border: 2px solid #C8C8C8;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    font-family: var(--font-family);
}

.offer-qbz-form-content #charNumber {
    position: relative;
    top: -45px;
}

.offer-qbz-form-content #charNumber span {
    font-weight: bold;
}

.offer-qbz-form-content .control-group.error input,
.offer-qbz-form-content .control-group.error textarea {
    background: #fbeaea;
}

.offer-qbz-form-content .offer-qbz-col1 {
    float: left;
    margin-right: 5%;
    width: 45%;
}

.offer-qbz-form-content .offer-qbz-col2 {
    float: left;
    margin-left: 5%;
    width: 45%;
}

#order_gift_notification_date {
    width: inherit;
}

.offer-qbz-picture-title {
    font-size: 13px;
    text-align: left;
}

.offer-qbz-preview-lnk {
    clear: both;
    color: #2593bc;
    display: block;
    text-decoration: underline;
}


/* NEW BLOC PAYMENT */
.qbz-payment {
    position: relative;
}

.qbz-payment h2,
.qbz-payment .payment-method-chooser .payment-provider-chooser ul li a strong {
    display: none;
}

.qbz-payment .payment-method-chooser .payment-provider-chooser ul li a span.hidden {
    /*
            bottom:10px;
            display:block !important;
            left:45%;
            position:absolute;
            visibility:visible;
            */
}

.qbz-payment .payment-method-chooser .payment-provider-chooser ul {
    border: none;
    clear: both;
    float: none;
    height: auto !important;
    margin: 0;
}

.qbz-payment .payment-method-chooser .payment-provider-chooser ul li {
    border: 1px solid #d5e4ea;
    border-bottom: none;
    float: left;
    margin-left: -1px;
    position: relative;
    width: 125px;
}

.qbz-payment .payment-method-chooser .payment-provider-chooser ul li a {
    background: #f6f9fa;
    border: none;
    height: 79px;
    line-height: normal;
    margin: 0;
    padding: 10px;
}

.qbz-payment .payment-method-chooser .payment-provider-chooser ul li a img {
    height: auto;
    margin-top: 10px;
    width: 100%;
}

.qbz-payment .payment-method-chooser .payment-provider-chooser ul li.active a {
    background: #fff;
}

.qbz-payment .payment-method-chooser .payment-provider-chooser ul li.active a:hover {
    background: #fff;
    border: none;
}

.qbz-payment .payment-method-chooser .tab-content {
    background: #fff;
    border: 1px solid #d5e4ea;
    height: auto !important;
    font: normal 14px AvenirMedium;
    margin-bottom: 0;
    margin-left: -1px;
    padding: 20px 40px 60px;
}

.qbz-payment .payment-method-chooser .tab-content .tab-pane {
    padding: 0;
}

.qbz-payment .payment-method-chooser .tab-content h3 {
    font: normal 21px AvenirMedium;
    margin-bottom: 15px;
}

.offer-qbz-total {
    background: #fff;
    border: 1px solid #d4e2e7;
    bottom: 20px;
    font: bold 14px AvenirMedium;
    padding: 65px 0 95px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: inherit;
    z-index: 1;
}

.offer-qbz-total-value {
    color: #2291bb;
    font: bold 24px AvenirMedium;
}

.qbz-payment .payment-method-chooser .alert {
    background: none;
    border: none;
    color: #888;
    font-family: AvenirMedium;
    margin: 0;
    padding: 0;
    text-shadow: none;
}

.qbz-payment .payment-method-chooser .pay-button-info {
    bottom: 40px;
    left: 40px;
    position: absolute;
    width: 580px;
}

#confirm-subscription .qbz-payment .payment-method-chooser .pay-button-info {
    bottom: 20px;
}

.qbz-payment .pay-button {
    bottom: 90px;
    color: #fff;
    background-color: #309bbe;
    background-image: -moz-linear-gradient(top, #46aac3, #1e8eba);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#46aac3), to(#1e8eba));
    background-image: -webkit-linear-gradient(top, #46aac3, #1e8eba);
    background-image: -o-linear-gradient(top, #46aac3, #1e8eba);
    background-image: linear-gradient(to bottom, #46aac3, #1e8eba);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    border-color: #46aac3 #339dbf #1e8eba;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #309bbe;
    border-radius: 15px;
    margin-right: 40px;
    padding: 10px;
    position: absolute;
    right: -347px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    width: 240px;
    z-index: 2;
}

.qbz-payment .pay-button .icon-arrow-right {
    display: none;
}

.gift-basket .qbz-payment .pay-button {
    bottom: 70px;
}

.qbz-payment .well-small {
    padding: 20px;
    position: relative !important;
}

.qbz-payment .last-payment {
    height: 60px;
}

.qbz-payment .back-last-payment {
    box-shadow: none !important;
    text-align: center;
}

.qbz-payment .payment-provider-chooser {
    font: bold 14px AvenirMedium;
    margin: 10px 0 0;
}


/*******************************************/
/*          SUBSCRIPTION PAYMENT           */
/*******************************************/
#confirm-subscription #main-column {
    padding-bottom: 0;
}

#confirm-subscription .well {
    background: #fff none repeat scroll 0 0;
    border-color: #d5e4ea;
    bottom: 0;
    margin-bottom: 0;
    position: absolute;
    width: inherit;
    z-index: 1;
}

#confirm-subscription .well thead {
    display: none;
}

#confirm-subscription .well td {
    font-family: AvenirMedium;
    font-size: 14px;
    padding: 20px;
}

#confirm-subscription .table td {
    border-color: #d5e4ea;
}

#confirm-subscription td:nth-child(1) {
    padding-right: 10px;
    vertical-align: middle;
    width: 80%;
}

#confirm-subscription td:nth-child(2) {
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    text-align: right;
    vertical-align: middle;
    width: 20%;
}

#confirm-subscription .subtotal {
    height: 80px;
    padding-top: 30px;
    text-align: center;
}

#confirm-subscription .subtotal span:nth-child(1) {
    font: bold 14px AvenirMedium;
    padding: 40px 10px 0 0;
    text-transform: uppercase;
}

#confirm-subscription .subtotal span:nth-child(2) {
    color: #208fba;
    font-size: 24px;
    font-weight: bold;
    padding: 40px 0 0;
}

#confirm-subscription .qbz-payment .pay-button {
    bottom: 40px;
}

.qbz_offer_form .overlay_sample {
    bottom: 48px;
    display: none;
    left: 36px;
    z-index: 20;
}

.qbz_offer_form .qbz_xmas {
    display: none;
}

.qbz_offer_form .qbz_xmas:hover .overlay_sample {
    display: none;
}

.qbz_offer_form .qbz_xmas .qbz_check {
    left: 45%;
}

.qbz_offer_form .qbz_xmas:hover label:before {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    content: " ";
    cursor: pointer;
    display: block;
    height: 62px;
    left: 0;
    position: absolute;
    top: 0;
    width: 99px;
    z-index: 10;
}

.download-order-basket .offer-qbz-col1 {
    float: left;
    width: 40%;
}

.download-order-basket .offer-qbz-col2 {
    float: left;
    margin-bottom: 20px;
    width: 60%;
}

.download-order-basket .form-horizontal .controls {
    margin-left: 0;
}

.download-order-basket .qbz_offer_form {
    clear: both;
    border: 1px solid #d5e4ea;
    margin: 0;
    padding: 20px;
    border-top-width: 0;
}

.download-order-basket .offer-qbz-preview-lnk {
    text-align: center;
}

#main-basket.download-order-basket .alert {
    margin: 0 0 20px;
    padding: 5px 10px;
}

.qobuz-gift {
    font-family: var(--font-family);
    background-color: var(--light-color);
    border-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    min-width: 1080px;
}

.offer-qbz-header {
    color: #ffffff;
    padding: 42px 0 53px;
    text-align: center;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #0e0e0e;
}

.offer-qbz-header:before {
    content: '';
    width: 100%;
    height: 100%;
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #333333 url(/img/background/background-009.jpg) no-repeat center top;
    background-size: cover;
}

.offer-qbz-header h1 {
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 15px 0;
    color: #ffffff;
}

.offer-qbz-header p {
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
    width: 800px;
    max-width: 600px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.offer-qbz-header span {
    font-size: 14px;
}

.tab-streaming-download {
    width: 600px;
    text-align: center;
    margin: 30px auto 40px;
    background-color: var(--light-color);
}

.tab-streaming-download__list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}

.tab-streaming-download__list li {
    display: block;
    font-size: 21px;
    font-weight: 500;
    line-height: 27px;
    color: #939393;
    cursor: pointer;
    border-bottom: 3px solid #E6E6E6;
    padding-bottom: 10px;
    width: 100%;
}

.tab-streaming-download__list li.active {
    color: var(--title-color);
    border-bottom: 4px solid var(--element-color);
}

.offer-listen-music {
    text-align: center;
    display: none;
}

.offer-listen-music.active {
    display: block;
}

.offer-listen-info-container h2 span {
    font-family: var(--font-family-title);
    font-size: 26px;
    color: var(--sublime-color);
    font-style: italic;
    margin-left: 5px;
}

.offer-listen-advantages {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px auto 40px;
}

.offer-listen-advantages li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 20px;
}

.offer-listen-advantages p {
    font-size: 18px;
    font-weight: 500;
    color: #939393;
    width: 300px;
    display: block;
    text-align: left;
}

.offer-listen-music-desc {
    font-size: 21px;
    line-height: normal;
    margin-bottom: 50px;
}

.offer-listen-check {
    display: inline-block;
    transform: rotate(45deg);
    height: 12px;
    width: 6px;
    border-bottom: 4px solid #ffb12f;
    border-right: 4px solid #ffb12f;
    border-radius: 2px;
    margin-right: 15px;
}

.offer-qbz-tlt {
    font-size: 19px;
    line-height: normal;
}

.offer-qbz-label {
    color: #1e8fba;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}

.offer-download-music {
    text-align: center;
    /*display: none;*/
    height: 0;
    overflow: hidden;
}

.offer-download-music.active {
    display: block;
    height: unset;
    padding: 0;
}

.offer-qbz-listen-list {
    margin: 0 auto;
    position: relative;
    min-height: 250px;
}

.offer-qbz-listen-list li {
    height: 225px;
    color: var(--light-color);
    border-radius: 2px;
}

.offer-qbz-listen-list label {
    cursor: pointer;
    position: relative;
    z-index: 99;
    filter: brightness(0.6);
    top: 10px;
    height: 245px;
    width: 400px;
}

.offer-qbz-listen-list label:hover {
    transition: 0.2s;
    filter: brightness(1);
}

.offer-qbz-listen-list label.active {
    padding: 10px 0;
    bottom: 10px;
    transition: 0.3s;
    filter: brightness(1);
    top: 0;
}

.offer-qbz-listen-list .gift-card-0 {
    background:url(/img/gift-cards/dwnld_20.jpg) no-repeat center;
    background-size: cover;
    background-color: #333;
    border-radius: 5px;
    color: #ffffff;
}

.offer-qbz-listen-list .gift-card-0 .gift-card-title {
    color: #ffffff;
}

.offer-qbz-listen-list .gift-card-1 {
    background:url(/img/gift-cards/dwnld_50.jpg) no-repeat center;
    background-size: cover;
    background-color: #333;
    border-radius: 5px;
    color: #ffffff;
}

.offer-qbz-listen-list .gift-card-1 .gift-card-title {
    color: #ffffff;
}

.offer-qbz-listen-list .gift-card-2 {
    background:url(/img/gift-cards/dwnld_75.jpg) no-repeat center;
    background-size: cover;
    background-color: #333;
    border-radius: 5px;
    color: #ffffff;
}

.offer-qbz-listen-list .gift-card-2 .gift-card-title {
    color: #ffffff;
}

.offer-qbz-listen-list .gift-card-3 {
    background:url(/img/gift-cards/dwnld_100.jpg) no-repeat center;
    background-size: cover;
    background-color: #333;
    border-radius: 5px;
    color: #ffffff;
}

.offer-qbz-listen-list .gift-card-3 .gift-card-title {
    color: #ffffff;
}

.offer-qbz-listen-list .gift-card-4 {
    background:url(/img/gift-cards/dwnld_150.jpg) no-repeat center;
    background-size: cover;
    background-color: #333;
    border-radius: 5px;
    color: #ffffff;
}

.offer-qbz-listen-list .gift-card-4 .gift-card-title {
    color: #ffffff;
}

.offer-qbz-listen-list .gift-card .gift-card-title,
.offer-qbz-listen-list .gift-card .price {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 30px;
    right: 0;
    text-align: left;
    top: 160px;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.offer-qbz-listen-list .gift-card .price {
    top: 185px;
}

.offer-qbz-listen-list input {
    visibility: hidden;
}

.offer-qbz-listen-list li:last-child {
    /*margin-right:0;*/
}

.offer-qbz-select {
    margin: 0 20px;
    position: relative;
    top: 10px;
}

.offer-qbz-select .number-circle {
    margin-right: 15px;
    position: relative;
    top: -5px;
}

.offer-qbz-select p {
    font-size: 25px;
}

.offer-qbz-recap .offer-qbz-note,
.offer-qbz-recap .selected-card {
    color: #939393;
    padding: 15px 0;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    margin-left: 10px;
}

.offer-qbz-recap .selected-card .selected-card-periodicity,
.selected-card-price,
.selected-card-text {
    color: #333333;
}

.offer-qbz-recap .offer-qbz-note {
    border-bottom: 1px solid #F5F5F5;
    width: 80%;
    padding: 15px 0 20px;
    margin: 30px 0 20px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.offer-qbz-recap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    top: 225px;
    padding-bottom: 225px;
}

.offer-download-music .offer-qbz-recap {
    top: 10px;
    padding-bottom: 0;
}

.offer-qbz-recap ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.offer-qbz-recap li {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
}

.offer-qbz-recap li:last-child {
    border-radius: 5px;
    cursor: pointer;
    color: var(--light-color);
    padding: 14px 20px;
    background-color: var(--element-color);
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 600;
    min-width: 200px;
    margin-left: 30px;
}

.offer-qbz-recap li:last-child:hover {
    background-color: #00acff;
    transition: 0.3s;
}

.offer-qbz-recap .price {
    color: var(--element-color);
    display: inline-block;
    font-size: 24px;
}

.offer-qbz-recap .picto-arrow-right-white {
    margin-left: 20px;
    position: relative;
    top: 3px;
}

.pay__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    margin: 0 auto;
    padding: 50px 0 70px;
}

.offer-qbz-choice {
    display: none;
}

.offer-qbz-duration {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    column-gap: 15px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.offer-qbz-choice label,
.offer-qbz-duration label {
    width: 26%;
    height: 225px;
    background-color: #000000;
    color: var(--light-color);
    cursor: pointer;
    border-radius: 2px;
}

.offer-qbz-duration .studio-premier {
    position: relative;
    filter: brightness(0.6);
    width: 400px;
}

.offer-qbz-duration .studio-premier:hover {
    filter: brightness(1);
    transition: 0.2s;
}

.offer-qbz-duration .studio-premier.active {
    opacity: 1;
    display: block;
    padding: 10px 0;
    transform: translate(0, -10px);
    transition: 0.3s;
    filter: brightness(1);
}

.offer-qbz-duration .studio-premier.gift-card-0 {
    background:url(/img/gift-cards/streaming_3_m.jpg) no-repeat center top;
    background-size: cover;
    background-color: #333;
    border-radius: 5px;
    color: #ffffff;
    margin-right: 20px;
}

.offer-qbz-duration .studio-premier.gift-card-0 .gift-card-title {
    color: #ffffff;
}

.offer-qbz-duration .studio-premier.gift-card-1 {
    background:url(/img/gift-cards/streaming_6_m.jpg) no-repeat center top;
    background-size: cover;
    background-color: #333;
    border-radius: 5px;
    color: #ffffff;
    margin-right: 20px;
}

.offer-qbz-duration .studio-premier.gift-card-1 .gift-card-title {
    color: #ffffff;
}

.offer-qbz-duration .studio-premier.gift-card-2 {
    background:url(/img/gift-cards/streaming_12_m.jpg) no-repeat center top;
    background-size: cover;
    background-color: #333;
    border-radius: 5px;
    color: #ffffff;
}

.offer-qbz-duration .studio-premier.gift-card-2 .gift-card-title {
    color: #ffffff;
}

.offer-qbz-duration .studio-premier .gift-card-title {
    font-size: 28px;
    top: 50%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    font-family: var(--font-family-title);
    font-style: italic;
    color: #ffffff;
}

.offer-qbz-duration .studio-premier .periodicity {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 167px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 7px;
}

.offer-qbz-duration .studio-premier .discount {
    position: absolute;
    left: 0;
    right:0;
    bottom: 10px;
    font-size: 15px;
    width: fit-content;
    display: block;
    margin: 0 auto;
}

.offer-qbz-duration .studio-premier .discount-percent {
    font-weight: bold;
}

.offer-qbz-duration .studio-premier input {
    display: none;
}

.offer-qbz-duration .studio-premier .number {
    display: none;
}

.offer-qbz-choice label.active,
.offer-qbz-duration label.active {
    background: #fff;
}

.offer-qbz-choice label input,
.offer-qbz-duration label input {
    margin-right: 20px;
    position: relative;
    top: -4px;
}

/* Custom carousel gift-cards styles */

.qobuz-gift .slick-arrow {
    position: absolute;
    top: 90px;
    height: 53px;
    width: 53px;
    background-color: var(--light-color);
    border-radius: 50%;
    cursor: pointer;
    z-index: 4;
}

.qobuz-gift .slick-arrow .chevron {
    border-style: solid;
    border-width: 2px 2px 0 0;
    display: inline-block;
    height: 11px;
    left: 0;
    position: relative;
    top: 20px;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 11px;
}

.qobuz-gift .slick-prev {
    left: 30px;
    box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.05);
}

.qobuz-gift .slick-prev .chevron.left {
    transform: rotate(-135deg);
}

.qobuz-gift .slick-next {
    right: 30px;
    box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.05);
}

.qobuz-gift .slick-next .chevron.right {
    transform: rotate(45deg);
}

.qobuz-gift .slick-next:after {
    content: " ";
    width: 100px;
    height: 300px;
    background-color: #333;
    opacity: .5;
    position: relative;
}

.qobuz-gift .slick-track {

}

.qobuz-gift .slick-list {
    overflow: visible;
}

.qobuz-gift .slick-slide {
    margin: 0 18px;
}

.qobuz-gift .slick-slide:focus {
    outline: none;
}

/* END Custom carousel gift-cards styles */

.number-circle {
    background: #1e8fba;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    font-family: AvenirMedium;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
}

.offer-premium {
    font-family: AvenirMedium;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.offer-hifi {
    font-family: AvenirMedium;
    font-size: 16px;
    text-transform: uppercase;
}

.offer-sublime, .offer-sublime-plus {
    font-family: AvenirMedium;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
}

.configure-newsletter-header {
    background: #edefef url(/img/background/background-011.jpg) no-repeat center top;
    color: #fff;
    display: table;
    width: 100%;
}

.configure-newsletter-header div {
    display: table-cell;
    height: 274px;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
}

.configure-newsletter-header h1 {
    font-family: AvenirMedium;
    font-size: 30px;
}

.configure-newsletter-header .picto-validate {
    margin: 0 auto 20px;
}

.configure-newsletter {
    margin: 50px auto 100px;
    width: 600px;
}

.configure-newsletter h3 {
    display: none;
}

.configure-newsletter .configure-tlt {
    color: #777;
    font-family: AvenirMedium;
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
}

.configure-newsletter form {
    font-family: AvenirMedium;
    font-size: 16px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.configure-newsletter .form-actions {
    background: none;
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.configure-newsletter .content-01 {
    box-sizing: border-box;
    margin-bottom: 50px;
    width: 600px;
}

.configure-newsletter .form-actions .skip-step {
    font-family: AvenirMedium;
    position: absolute;
    right: 0;
}

.configure-newsletter .form-actions .skip-step a {
    color: #333;
    text-decoration: underline;
}

.configure-newsletter .form-actions .skip-step a:after {
    content: '\00276f';
    display: inline-block;
    font-size: 10px;
    padding-left: 10px;
    position: relative;
    top: -1px;
}

.configure-newsletter .form-actions .btn-info {
    left: 50%;
    margin-left: -105px !important;
    position: absolute;
    width: 210px;
}

.configure-newsletter .specific-newsletter {
    margin-bottom: 20px;
}

.configure-newsletter .specific-newsletter label {
    font-size: 16px;
    padding-left: 30px;
    position: relative;
}

.configure-newsletter .specific-newsletter input {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -2px;
}

.configure-newsletter .newsletter-left-col,
.configure-newsletter .newsletter-right-col {
    box-sizing: border-box;
    width: 50%;
}

.configure-newsletter .newsletter-left-col label,
.configure-newsletter .newsletter-right-col label {
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    width: 100%;
}

.configure-newsletter .newsletter-left-col input,
.configure-newsletter .newsletter-right-col input {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -2px;
}

.finalize-newsletter .content-01,
.finalize-newsletter .content-02 {
    overflow: hidden;
}

.finalize-newsletter .content-01 {
    padding: 0;
}

.finalize-newsletter .content-02 {
    margin: 40px auto;
    width: 800px;
}

.finalize-newsletter .content-02 li {
    background: #fff;
    border: 1px solid #d5e4ea;
    box-sizing: border-box;
    float: left;
    height: 270px;
    margin-right: 40px;
    padding: 25px 40px;
    text-align: center;
    width: 380px;
}

.finalize-newsletter .content-02 li:last-child {
    margin: 0;
}

.configure-newsletter-header .picto-famille {
    margin: 0 auto 20px;
}

.finalize-01 {
    background: #fff url("/img/background/background-012.jpg") no-repeat right center;
    padding: 60px 33% 40px 0;
    width: 1024px;
}

.finalize-02 {
    background: #fff url("/img/background/background-013.jpg") no-repeat right center;
    padding: 60px 17% 40px 0;
    width: 768px;
}

.content-subscribe-finalize {
    box-sizing: border-box;
    height: 330px;
    margin: 0 auto;
}

.content-subscribe-finalize h2 {
    font-family: AvenirMedium;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 35px;
}

.finalize-newsletter .content-desc {
    font-family: AvenirMedium;
    font-size: 21px;
    line-height: 25px;
    padding: 20px 0;
}

/*******************************************/
/*          PARTNER LANDING PAGE           */
/*******************************************/
.partner-landing-header {
    background: #0070ef url("/img/background/background-015.jpg") no-repeat center top;
    max-height: 500px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.partner-landing-header.light {
    color: #fff;
}

.partner-landing-header.dark {
    color: #333;
}

.partner-landing-header > div {
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    width: 1024px;
}

.partner-landing-header h1 {
    font-size: 45px;
    font-weight: bold;
    margin: 40px 0 30px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

.partner-landing-header.dark h1 {
    text-shadow: 1px 1px rgba(255, 255, 255, 0.3);
}

.partner-landing-header .desc {
    margin-bottom: 40px;
    max-height: 160px;
    overflow: hidden;
    padding: 0 170px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

.partner-landing-header.dark .desc {
    text-shadow: 1px 1px rgba(255, 255, 255, 0.3);
}

.partner-landing-header form {
    margin: 0 0 50px;
    overflow: hidden;
}

.partner-landing-header label {
    margin-bottom: 20px;
}

.partner-landing-header .input-code {
    margin: 0 auto;
    width: 450px;
}

.partner-landing-header input[type="text"] {
    background: #000;
    background: rgba(0, 0, 0, 0.3);
    border-color: #fff;
    border-radius: 8px 0 0 8px;
    color: #fff;
    font-size: 16px;
    float: left;
    padding: 10px 34px;
    width: 230px;
}

.partner-landing-header input[type="text"]:focus:required:invalid:focus {
    border-color: #fff;
    box-shadow: 0 0 6px #fff;
    color: #fff;
}

.partner-landing-header input[type="text"]::-webkit-input-placeholder {
    color: #fff;
}

.partner-landing-header input[type="text"]:-moz-placeholder {
    color: #fff;
}

.partner-landing-header input[type="text"]::-moz-placeholder {
    color: #fff;
}

.partner-landing-header input[type="text"]:-ms-input-placeholder {
    color: #fff;
}

.partner-landing-header.dark input[type="text"] {
    background: rgba(0, 0, 0, 0.4);
    border-color: #333;
}

.partner-landing-header .input-code .btn-code {
    background: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    float: none;
    margin: 0;
    padding: 11px 30px;
}

.partner-landing-header input[type="submit"] {
    background: #fff;
    border: none;
    border-radius: 0 8px 8px 0;
    font-size: 16px;
    float: left;
    margin: 0;
    padding: 11px 30px;
}

.partner-landing-header.dark input[type="submit"] {
    background: #333;
    color: #fff;
}

.partner-landing-header .landing-text3 {
    font-size: 21px;
}

.partner-landing-header .logo-partner,
.partner-landing-header .logo-qobuz {
    display: block;
    height: 150px;
    position: absolute;
    top: 5px;
    width: 150px;
}

.partner-landing-header .logo-partner {
    left: 0;
}

.partner-landing-header .logo-qobuz {
    right: 0;
}

.partner-landing-html {
    margin: 0;
    padding: 0;
}

.partner-landing-html > div {
    margin: 0 auto;
    padding: 20px 0;
    width: 1024px;
}

.partner-landing-widget {
    margin: 0;
    padding: 10px 0;
}

.partner-landing-widget > div {
    margin: 0 auto;
    padding: 20px 0;
    width: 1024px;
}

.partner-landing-widget ul {
    overflow: hidden;
}

.partner-landing-widget .widget-liste li {
    background: #fff;
    border: 1px solid #d5e4ea;
    box-sizing: border-box;
    float: left;
    padding: 20px;
    margin-right: 30px;
    min-height: 294px;
    text-align: center;
    width: 321px;
}

.partner-landing-widget .widget-liste li:last-child {
    margin-right: 0;
}

.partner-landing-widget .widget-content-2 {
    background: url("/img/background/background-014.png") no-repeat top right;
    min-height: 240px;
}

.partner-landing-widget .widget-content-2 > p,
.partner-landing-widget .widget-content-2 > ul {
    margin-right: 510px;
}

/*******************************************/
/*                                         */
/*               RESPONSIVE                */
/*                                         */
/*******************************************/

@media screen and (min-width: 1024px) and (max-width: 1279px) {

    /*******************************************/
    /*** HOME ***/
    /*******************************************/
    .service li {
        width: 24%;
    }

    .service .hifi-brand {
        width: 34%;
    }

    #newsletter-subscribe .content-left {
        padding-left: 20px;
        width: 770px;
    }


    /*******************************************/
    /*** FOOTER ***/
    /*******************************************/
    .site-version {
        margin: 0 2%;
        width: 96%;
    }
}
