.modal-open{
    overflow: hidden;
    height: 100%;
}

#contentWrapper {display:unset;}

/***
* Reset CSS
*/
#rgpdRoot div, #rgpdRoot span, #rgpdRoot applet, #rgpdRoot object, #rgpdRoot iframe, #rgpdRoot h1, #rgpdRoot h2, #rgpdRoot h3, #rgpdRoot h4, #rgpdRoot h5, #rgpdRoot h6, #rgpdRoot p, #rgpdRoot blockquote, #rgpdRoot pre, #rgpdRoot a, #rgpdRoot abbr, #rgpdRoot acronym, #rgpdRoot address, #rgpdRoot big, #rgpdRoot cite, #rgpdRoot code, #rgpdRoot del, #rgpdRoot dfn, #rgpdRoot em, #rgpdRoot img, #rgpdRoot ins, #rgpdRoot kbd, #rgpdRoot q, #rgpdRoot s, #rgpdRoot samp, #rgpdRoot small, #rgpdRoot strike, #rgpdRoot strong, #rgpdRoot sub, #rgpdRoot sup, #rgpdRoot tt, #rgpdRoot var, #rgpdRoot b, #rgpdRoot u, #rgpdRoot i, #rgpdRoot center, #rgpdRoot dl, #rgpdRoot dt, #rgpdRoot dd, #rgpdRoot ol, #rgpdRoot ul, #rgpdRoot li, #rgpdRoot fieldset, #rgpdRoot form, #rgpdRoot label, #rgpdRoot legend, #rgpdRoot table, #rgpdRoot caption, #rgpdRoot tbody, #rgpdRoot tfoot, #rgpdRoot thead, #rgpdRoot tr, #rgpdRoot th, #rgpdRoot td, #rgpdRoot article, #rgpdRoot aside, #rgpdRoot canvas, #rgpdRoot details, #rgpdRoot embed, #rgpdRoot figure, #rgpdRoot figcaption, #rgpdRoot footer, #rgpdRoot header, #rgpdRoot hgroup, #rgpdRoot menu, #rgpdRoot nav, #rgpdRoot output, #rgpdRoot ruby, #rgpdRoot section, #rgpdRoot summary, #rgpdRoot time, #rgpdRoot mark, #rgpdRoot audio, #rgpdRoot video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    background: initial;
    text-align: initial;
    text-shadow: initial;
}
/* HTML5 display-role reset for older browsers */
#rgpdRoot article, #rgpdRoot aside, #rgpdRoot details, #rgpdRoot figcaption, #rgpdRoot figure, #rgpdRoot footer, #rgpdRoot header, #rgpdRoot hgroup, #rgpdRoot menu, #rgpdRoot nav, #rgpdRoot section {
    display: block;
}
#rgpdRoot ol, #rgpdRoot ul {
    list-style: none;
}
#rgpdRoot blockquote, #rgpdRoot q {
    quotes: none;
}
#rgpdRoot blockquote:before, #rgpdRoot blockquote:after, #rgpdRoot q:before, #rgpdRoot q:after {
    content: '';
    content: none;
}
#rgpdRoot table {
    border-collapse: collapse;
    border-spacing: 0;
}

#rgpdRoot a:focus, #rgpdRoot button:focus {
    /*outline: 2px solid #cb3333;*/
}

/***
 * Better scroll management
 */
div#rgpdMainLineOffset {
    margin-top: 0!important;
}

div#rgpdServices {
    margin-top: 21px!important;
}

#rgpdServices::-webkit-scrollbar {
    width: 5px;
}

#rgpdServices::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
}

#rgpdServices::-webkit-scrollbar-thumb {
  background-color: #ddd;
  outline: 0px solid slategrey;
}

div#rgpdServices {
    box-shadow: 0 0 35px #575757;
}

/***
 * Responsive layout for the control panel
 */
@media screen and (max-width:479px) {
    #rgpd .rgpdLine .rgpdName {
        width: 90% !important;
    }

    #rgpd .rgpdLine .rgpdAsk {
        float: left !important;
        margin: 10px 15px 5px;
    }
}

@media screen and (max-width:767px) {
    #rgpdAlertSmall #rgpdCookiesListContainer, #rgpd {
        background: #fff;
        border: 0 !important;
        bottom: 0 !important;
        height: 100% !important;
        left: 0 !important;
        margin: 0 !important;
        max-height: 100% !important;
        max-width: 100% !important;
        top: 0 !important;
        width: 100% !important;
    }

    #rgpd .rgpdBorder {
        border: 0 !important;
    }

    #rgpdAlertSmall #rgpdCookiesListContainer #rgpdCookiesList {
        border: 0 !important;
    }

    #rgpd #rgpdServices .rgpdTitle {
        text-align: left !important;
    }

    .rgpdName .rgpdH2 {
        max-width: 80%;
    }

    #rgpd #rgpdServices .rgpdLine .rgpdAsk {
        text-align: center !important;
    }

        #rgpd #rgpdServices .rgpdLine .rgpdAsk button {
            margin-bottom: 5px;
        }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #rgpd {
        border: 0 !important;
        left: 0 !important;
        margin: 0 5% !important;
        max-height: 80% !important;
        width: 90% !important;
    }
}

/***
 * Common value
 */
#rgpd * {
    zoom: 1;
}

#rgpdRoot div#rgpd {
    left: 0;
    right: 0;
    margin: auto;
}

#rgpdRoot button#rgpdBack {
    background: #eee;
}

#rgpd .clear {
    clear: both;
}

#rgpd a {
    color: rgb(66, 66, 66);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

#rgpdRoot button {
    background: transparent;
    border: 0;
}

#rgpdAlertBig strong, #rgpdAlertSmall strong,
#rgpdAlertBig a, #rgpdAlertSmall a {
    color: #fff;
}

#rgpd strong {
    font-size: 22px;
    font-weight: 500;
}

#rgpd ul {
    padding: 0;
}

#rgpd .rgpdH1, #rgpd .rgpdH2, #rgpd .rgpdH3, #rgpd .rgpdH4, #rgpd .rgpdH5, #rgpd .rgpdH6 {
  display: block;
}

.cookie-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
/***
 * Root div added just before </body>
 */
#rgpdRoot {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

#rgpdRoot * {
    box-sizing: initial;
    color: #333;
    font-family: sans-serif !important;
    font-size: 14px;
    line-height: normal;
    vertical-align: initial;
}

#rgpdRoot .rgpdH1 {
    font-size: 1.5em;
    text-align: center;
    color: #fff;
    margin: 15px 0 28px;
}

#rgpdRoot .rgpdH2 {
    display: inline-block;
    margin: 12px 0 0 10px;
    color: #fff;
}

#rgpdCookiesNumberBis.rgpdH2 {
    margin-left: 0;
}

/***
 * Control panel
 */
#rgpdBack {
    background: #fff;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2147483646;
}

#rgpd {
    display: none;
    max-height: 80%;
    left: 50%;
    margin: 0 auto 0 -430px;
    padding: 0;
    position: fixed;
    top: 6%;
    width: 860px;
    z-index: 2147483647;
}

#rgpd .rgpdBorder {
    background: #fff;
    border: 2px solid #333;
    border-top: 0;
    height: auto;
    overflow: auto;
}

#rgpdAlertSmall #rgpdCookiesListContainer #rgpdClosePanelCookie,
#rgpd #rgpdClosePanel {
    background: #333333;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    padding: 4px 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 70px;
}

#rgpd #rgpdDisclaimer {
    color: #555;
    font-size: 12px;
    margin: 15px auto 0;
    width: 80%;
}

.rgpdSelfLink, #rgpdAlertSmall #rgpdCookiesListContainer #rgpdCookiesList .rgpdHidden,
#rgpd #rgpdServices .rgpdHidden {
    background: rgba(51, 51, 51, 0.07);
}a.rgpdSelfLink {
    text-align: center!important;
    display: block;
    padding: 7px!important;
}

#rgpd #rgpdServices .rgpdHidden {
    display: none;
    position: relative;
}

#rgpdCookiesList .rgpdH3.rgpdTitle {
    width: 100%;
    box-sizing: border-box;
}

#rgpdAlertSmall #rgpdCookiesListContainer #rgpdCookiesList .rgpdTitle button,
#rgpd #rgpdServices .rgpdTitle button,
#rgpd #rgpdInfo,
#rgpd #rgpdServices .rgpdDetails {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin: 20px 0px 0px;
    padding: 5px 20px;
    text-align: left;
    width: auto;
}
#rgpd #rgpdServices .rgpdTitle button{
    color:black !important;/*ici*/
}

#rgpd #rgpdServices .rgpdMainLine .rgpdName a,
#rgpd #rgpdServices .rgpdTitle a {
    color: #fff;
    font-weight: 500;
}

#rgpd #rgpdServices .rgpdMainLine .rgpdName a:hover,
#rgpd #rgpdServices .rgpdTitle a:hover {
    text-decoration: none !important;
}

#rgpd #rgpdServices .rgpdMainLine .rgpdName a {
    font-size: 22px;
}

#rgpd #rgpdServices .rgpdTitle a {
    font-size: 14px;
}

#rgpdAlertSmall #rgpdCookiesListContainer #rgpdCookiesList .rgpdTitle {
    padding: 5px 10px;
    margin: 0;
}

#rgpd #rgpdInfo,
#rgpd #rgpdServices .rgpdDetails {
    color: #fff;
    display: none;
    font-size: 12px;
    font-weight: 500;
    margin-top: 0;
    max-width: 270px;
    padding: 20px;
    position: absolute;
    z-index: 2147483647;
}

#rgpd #rgpdInfo a {
    color: #fff;
    text-decoration: underline;
}

#rgpd #rgpdServices .rgpdLine:hover {
    background: rgba(51, 51, 51, 0.2);
}

#rgpd #rgpdServices .rgpdLine {
    background: rgba(51, 51, 51, 0.1);
    border-left: 5px solid transparent;
    margin: 0;
    overflow: hidden;
    padding: 15px 5px;
}

#rgpd #rgpdServices .rgpdMainLine {
    background: #333;
    border: 3px solid #333;
    border-left: 9px solid #333;
    border-top: 5px solid #333;
    margin-bottom: 0;
    margin-top: 21px;
    position: relative;
}

#rgpd #rgpdServices .rgpdMainLine:hover {
    background: #333;
}

#rgpd #rgpdServices .rgpdMainLine .rgpdName {
    margin-left: 15px;
    margin-top: 2px;
}

#rgpd #rgpdServices .rgpdMainLine .rgpdName button {
    color: #fff;
}

#rgpd #rgpdServices .rgpdMainLine .rgpdAsk {
    margin-top: 0px !important;
}

#rgpd #rgpdServices .rgpdLine .rgpdName {
    display: inline-block;
    float: left;
    margin-left: 10px;
    text-align: left;
    width: 50%;
}

#rgpd #rgpdServices .rgpdLine .rgpdName a:hover {
    text-decoration: underline;
}

#rgpd #rgpdServices .rgpdLine .rgpdAsk {
    display: inline-block;
    float: right;
    margin: 7px 15px 0;
    text-align: right;
}

#rgpd #rgpdServices .rgpdLine .rgpdAsk .rgpdAllow,
#rgpd #rgpdServices .rgpdLine .rgpdAsk .rgpdDeny,
.tac_activate .rgpdAllow {
    background: gray;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    width: auto;
    border: 0;
}

#rgpd #rgpdServices .rgpdLine .rgpdName .rgpdListCookies {
    color: #333;
    font-size: 12px;
}

#rgpd .rgpdH3 {
    font-size: 18px;
}

#rgpd #rgpdMainLineOffset .rgpdName {
    width: auto!important;
    margin-left: 0!important;
    font-size: 14px;
}

/***
 * Big alert
 */
.rgpdAlertBigTop {
    top: 0;
}

.rgpdAlertBigBottom {
    bottom: 0;
}

#rgpdRoot #rgpdAlertBig {
    background: #333;
    color: #fff;
    display: none;
    font-size: 15px !important;
    left: 0;
    padding: 5px 5%;
    position: fixed;
    text-align: center;
    box-sizing: content-box;
    z-index: 2147483645;
    text-align: center;
    padding: 10px;
    margin: auto;
    width: 100%;
}

#rgpdAlertBig #rgpdDisclaimerAlert,
#rgpdAlertBig #rgpdDisclaimerAlert strong {
    font: 15px verdana;
    color: #fff;
}

#rgpdAlertBig #rgpdDisclaimerAlert strong {
    font-weight: 700;
}

#rgpdAlertBig #rgpdPrivacyUrl {
    cursor: pointer;
}

#rgpdAlertBig #rgpdCloseAlert, #rgpdAlertBig #rgpdPersonalize, #rgpd #rgpdPrivacyUrl {
    background: #008300;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    text-decoration: none;
    margin-left: 7px;
}

#rgpdAlertBig #rgpdCloseAlert, #rgpd #rgpdPrivacyUrl {
    background: #fff;
    color: #333;
    font-size: 13px;
    margin-bottom: 3px;
    margin-left: 7px;
    padding: 4px 10px;
}

#rgpdPercentage {
    background: #0A0!important;
    box-shadow: 0 0 2px #fff, 0 1px 2px #555;
    height: 5px;
    left: 0;
    position: fixed;
    width: 0;
    z-index: 2147483644;
}

/***
 * Small alert
 */

.rgpdAlertSmallTop {
    top: 0;
}

.rgpdAlertSmallBottom {
    bottom: 0;
}

#rgpdAlertSmall {
    background: #333;
    display: none;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    width: auto;
    z-index: 2147483646;
}

#rgpdAlertSmall #rgpdManager {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px !important;
    padding: 8px 10px 8px;
}

#rgpdAlertSmall #rgpdManager:hover {
    background: rgba(255, 255, 255, 0.05);
}

#rgpdAlertSmall #rgpdManager #rgpdDot {
    background-color: gray;
    border-radius: 5px;
    display: block;
    height: 8px;
    margin-bottom: 1px;
    margin-top: 5px;
    overflow: hidden;
    width: 100%;
}

#rgpdAlertSmall #rgpdManager #rgpdDot #rgpdDotGreen,
#rgpdAlertSmall #rgpdManager #rgpdDot #rgpdDotYellow,
#rgpdAlertSmall #rgpdManager #rgpdDot #rgpdDotRed {
    display: block;
    float: left;
    height: 100%;
    width: 0%;
}

#rgpdAlertSmall #rgpdManager #rgpdDot #rgpdDotGreen {
    background-color: #1B870B;
}

#rgpdAlertSmall #rgpdManager #rgpdDot #rgpdDotYellow {
    background-color: #FBDA26;
}

#rgpdAlertSmall #rgpdManager #rgpdDot #rgpdDotRed {
    background-color: #9C1A1A;
}

#rgpdAlertSmall #rgpdCookiesNumber {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    padding: 0px 10px;
    vertical-align: top;
}

#rgpdAlertSmall #rgpdCookiesNumber:hover {
    background: rgba(255, 255, 255, 0.3);
}

#rgpdAlertSmall #rgpdCookiesListContainer {
    display: none;
    max-height: 70%;
    max-width: 500px;
    position: fixed;
    right: 0;
    width: 100%;
}

#rgpdAlertSmall #rgpdCookiesListContainer #rgpdCookiesList {
    background: #fff;
    border: 2px solid #333;
    color: #333;
    font-size: 11px;
    height: auto;
    overflow: auto;
    text-align: left;
}

#rgpdAlertSmall #rgpdCookiesListContainer #rgpdCookiesList strong {
    color: #333;
}

#rgpdAlertSmall #rgpdCookiesListContainer #rgpdCookiesTitle {
    background: #333;
    margin-top: 21px;
    padding: 13px 0 9px 13px;
    text-align: left;
}

#rgpdAlertSmall #rgpdCookiesListContainer #rgpdCookiesTitle strong {
    color: #fff;
    font-size: 16px;
}

#rgpdAlertSmall #rgpdCookiesListContainer #rgpdCookiesList .rgpdCookiesListMain {
    background: rgba(51, 51, 51, 0.1);
    padding: 7px 5px 10px;
    word-wrap: break-word;
}

#rgpdAlertSmall #rgpdCookiesListContainer #rgpdCookiesList .rgpdCookiesListMain:hover {
    background: rgba(51, 51, 51, 0.2);
}

#rgpdAlertSmall #rgpdCookiesListContainer #rgpdCookiesList .rgpdCookiesListMain a {
    color: #333;
    text-decoration: none;
}

#rgpdAlertSmall #rgpdCookiesListContainer #rgpdCookiesList .rgpdCookiesListMain .rgpdCookiesListLeft {
    display: inline-block;
    width: 50%;
}

#rgpdAlertSmall #rgpdCookiesListContainer #rgpdCookiesList .rgpdCookiesListMain .rgpdCookiesListLeft a strong {
    color: darkred;
}

#rgpdAlertSmall #rgpdCookiesListContainer #rgpdCookiesList .rgpdCookiesListMain .rgpdCookiesListRight {
    color: #333;
    display: inline-block;
    font-size: 11px;
    margin-left: 10%;
    vertical-align: top;
    width: 30%;
}

/***
 * Fallback activate link
 */
.tac_activate {
    background: #333;
    color: #fff;
    display: table;
    font-size: 12px;
    height: 100%;
    line-height: initial;
    margin: auto;
    text-align: center;
    width: 100%;
}

.tac_float {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.tac_activate .tac_float strong {
    color: #fff;
}

.tac_activate .tac_float .rgpdAllow {
    background-color: #1B870B;
    display: inline-block;
}

/***
 * CSS for services
 */
ins.ferank-publicite, ins.adsbygoogle {
    text-decoration: none;
}

div.amazon_product {
    height:240px;
    width:120px;
}
.rgpdIsAllowed .rgpdDeny {
    opacity: 0.4!important;
}.rgpdIsDenied .rgpdAllow {
    opacity: 0.4!important;
}.rgpdIsAllowed .rgpdAllow {
    opacity: 1!important;
}.rgpdIsDenied .rgpdDeny {
    opacity: 1!important;
}
.rgpdLine .rgpdAllow, .rgpdLine .rgpdAllow {
    opacity: 0.4;
}

div#rgpdInfo {
    display: block!important;
    position: initial!important;
    text-align: center!important;
    max-width: 80%!important;
    padding: 15px 0!important;
    margin: -10px auto 40px!important;
    font-size: 1em!important;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: #555;
}

a.rgpdSelfLink {
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 13px!important;
    display: block;
    text-shadow: 0 0 14px white;
    text-transform: uppercase;
}.rgpdMainLine .rgpdH2 {
    font-size: 1.2em!important;
    margin-top: 4px!important;
}
