/***
 * Responsive layout for the control panel
 */
@media screen and (min-width: 100px) and (max-width: 479px) {
    #tarteaucitron,
    #tarteaucitronAlertBig .content {
        padding: 20px !important;
    }

    #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
        width: 90% !important;
    }

    #tarteaucitron .tarteaucitronLine .tarteaucitronName {
        width: 75% !important;
    }

    #tarteaucitron #tarteaucitronInfo, #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
        max-width: none !important;
    }

    #tarteaucitronAlertBig .content {
        bottom: 0px !important;
        border-radius: 16px 0 0 16px !important;
    }

    #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronAlertBig .tarteaucitronDeny {
        margin-top: 20px !important;
        padding: 10px 18px !important;
    }

    #tarteaucitronAlertBig #tarteaucitronCloseAlert,
    #tarteaucitronAlertBig .tarteaucitronDeny,
    #tarteaucitronAlertBig #tarteaucitronPersonalize {
        font-size: .9em !important;
        padding: 10px !important;
    }

    #tarteaucitron {
        max-height: 100vh;
        width: 318px !important;
        bottom: 0px !important;
        right: 0px !important;
        top: unset !important;
    }

    #tarteaucitronAlertBig .content .scroll-content {
        max-height: none !important;
        height: calc(100% - 115px - 75px) !important;
        height: auto
    }

    #tarteaucitronMainLineOffset .tarteaucitronAsk .tarteaucitronAllow, #tarteaucitronMainLineOffset .tarteaucitronAsk .tarteaucitronDeny {
        padding: 10px 26px !important;
    }

    #tarteaucitronServices_analytic #xitiLine .tarteaucitronName a, #tarteaucitronServices_social .tarteaucitronName a, #tarteaucitronServices_video .tarteaucitronName a, #tarteaucitronServices_ads .tarteaucitronName a {
        font-size: 12px !important;
        font-weight: normal !important
    }

    #tarteaucitron #tarteaucitronServices .tarteaucitronBorder {
        max-height: 60.5vh !important;
        height: auto !important;
    }

    #tarteaucitronScrollbarAdjust .tarteaucitronAllow, #tarteaucitronScrollbarAdjust .tarteaucitronDeny {
        width: 45% !important;
        margin: 0 2% !important;
    }

    #tarteaucitronAlertBig #tarteaucitronCloseAlert {
        padding: 10px 4px !important
    }

    #tarteaucitronAlertBig a, #tarteaucitronAlertSmall a {
        font-size: 13px !important;
    }

}

@media screen and (min-width: 480px) and (max-width: 767px) {
    #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer, #tarteaucitron {
        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;
    }

    #tarteaucitron .tarteaucitronBorder {
        border: 0 !important;
    }

    #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
        border: 0 !important;
    }

    #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
        text-align: left !important;
    }

    #tarteaucitronMainLineOffset .tarteaucitronAsk .tarteaucitronAllow, #tarteaucitronMainLineOffset .tarteaucitronAsk .tarteaucitronDeny {
        padding: 10px 26px !important;
    }

    #tarteaucitronServices_analytic #xitiLine .tarteaucitronName a, #tarteaucitronServices_social .tarteaucitronName a, #tarteaucitronServices_video .tarteaucitronName a, #tarteaucitronServices_ads .tarteaucitronName a {
        font-size: 12px !important;
        font-weight: normal !important
    }
}

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

    #tarteaucitronServices_social .tarteaucitronName a {
        font-size: 12px !important;
        font-weight: normal !important
    }
}

@media screen and (min-width: 992px) {
    #tarteaucitron {
        bottom: 10% !important;
        top: unset !important;
    }

    #xitiLine .tarteaucitronName a, #tarteaucitronServices_social .tarteaucitronName a, #tarteaucitronServices_video .tarteaucitronName a, #tarteaucitronServices_ads .tarteaucitronName a {
        font-size: 12px !important;
        font-weight: normal !important
    }

}

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

#tarteaucitronServices #tarteaucitronInfo.tarteaucitronInfoBox {
    display: none;
}

#tarteaucitron .clear {
    clear: both;
}

#tarteaucitron a {
    color: rgb(66, 66, 66);
    font-size: 14px;
    font-family: "Work Sans";
    font-weight: 700;
    text-decoration: none;
}

#tarteaucitronAlertBig a, #tarteaucitronAlertSmall a {
    color: #333;
    text-decoration: underline;
}

#tarteaucitronAlertBig a:active, #tarteaucitronAlertBig a:hover, #tarteaucitronAlertBig a:focus, #tarteaucitronAlertSmall a:active, #tarteaucitronAlertSmall a:focus, #tarteaucitronAlertSmall a:hover {
    color: #ea5c34;
}

#tarteaucitron b {
    font-size: 13px;
    font-family: "Work Sans";
    font-weight: 700;
}

/***
 * Root div added just before </body>
 */
#tarteaucitronRoot {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

#tarteaucitronRoot * {
    box-sizing: border-box;
    color: #333;
    font-family: "Work Sans" !important;
    font-size: 13px;
    line-height: 1.66;
    vertical-align: initial;
    outline: none;
}

#tarteaucitronRoot ul li {
    line-height: 1.5;
}

.tarteaucitronName ul li {
    color: white !important;
}

.tarteaucitronName p {
    color: white !important;
}

/***
 * Control panel
 */
#tarteaucitronBack {
    height: 100%;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    width: 100%;
    z-index: 20;
}

#tarteaucitron {
    display: none;
    z-index: 2147483647;
    border-radius: 16px 0 0 16px;
    padding: 30px;
    box-shadow: -20px 0px 100px rgba(0, 0, 0, 0.5);
    width: 440px;
    right: 0px;
    -moz-margin-end: -5px;
    position: fixed;
    background: white;
}

#tarteaucitron .tarteaucitronBorder {
    height: auto !important;
    overflow: auto;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronBorder {
    max-height: 39.4vh;
    padding-right: 18px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {
    background: white;
    color: transparent;
    cursor: pointer;
    position: absolute;
    right: 20px;
    text-align: center;
    width: 40px;
    height: 76px;
    top: 0;
    z-index: 1;
}

#tarteaucitron #tarteaucitronClosePanel:active:before,
#tarteaucitron #tarteaucitronClosePanel:focus:before,
#tarteaucitron #tarteaucitronClosePanel:hover:before{
    color: #ea5c34;
}

#tarteaucitron #tarteaucitronClosePanel:before {
    content: "\00D7";
    color: grey;
    font-size: 5em;
}

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

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {

}

#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
    display: none;
    position: relative;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle,
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    background: white;
    color: #286bb2;
    /*color: #0a0082;*/
    display: inline-block;
    font-size: 15px;
    font-family: "Work Sans";
    font-weight: 700;
    padding: 0;
    text-align: left;
    width: 95%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
    width: 95% !important;
    padding-top: 5px !important;
    border-top: 2px solid #d6d6d6 !important;
    margin-top: 5px;
    margin-bottom: 5px;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronServicesTitle_other .tarteaucitronTitle {
    border: none !important;
}

#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    font-weight: normal !important;
    font-size: 12px !important
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
    color: #fff;
    font-weight: 500;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    max-height: none;
    overflow-y: hidden;
    position: relative;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
/*
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails:after {
    content: "... En savoir plus";
    color: #2f4e96;
    position: absolute;
    right: 0;
    bottom: -3px;
    background: white;
    padding-left: 5px;
}*/

#tarteaucitron #tarteaucitronServices .tarteaucitronDetails:hover {
    /* height: 100%;
    overflow: inherit; */
}

#tarteaucitron #tarteaucitronServices .tarteaucitronDetails:hover:after {
    visibility: hidden !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover {
    text-decoration: none !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a {
    font-size: 22px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
    font-size: 14px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
    padding: 5px 10px;
}

#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    color: #333;
    font-size: 12px;
    width: 95%;
    z-index: 2147483647;
}

#tarteaucitronInfo p, #tarteaucitronInfo ul li {
    color: #333 !important;
    font-size: 12px;
    line-height: 1.15;
}

#tarteaucitron #tarteaucitronInfo a {
    color: #333;
    text-decoration: underline;
}

#tarteaucitronInfo.tarteaucitronInfoBox {
    max-height: 480px;
    overflow-y: scroll;
}

#tarteaucitronServices #tarteaucitronInfo.tarteaucitronInfoBox {
    max-height: none;
    overflow: auto;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {

}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
    margin: 10px 0;
    overflow: hidden;
    padding: 0 !important;
    border: none !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    margin-bottom: 0;
    position: relative;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {

}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName b {
    color: #333;
    font-family: "Work Sans";
    font-weight: 700;
    font-size: 24px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
    margin-top: 0px !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
    display: inline-block;
    float: left;
    text-align: left;
    width: 75%;

}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName b {
    line-height: 1.2;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
    text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
    display: inline-block;
    float: right;
    text-align: right;
    width: 25%;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny {
    background: #808080;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 30px;
    height: 20px;
    line-height: 23px;
    overflow: hidden;
    outline: none;
}
.tac_activate .tarteaucitronAllow {
    background: #808080;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 0 10px;
    height: 20px;
    line-height: 23px;
    overflow: hidden;
    outline: none;
}

#tarteaucitronMainLineOffset .tarteaucitronAsk {
    width: 100% !important;
    text-align: left !important;
    margin: 0 !important;
}

#tarteaucitronMainLineOffset .tarteaucitronAsk .tarteaucitronAllow, #tarteaucitronMainLineOffset .tarteaucitronAsk .tarteaucitronDeny {
    width: auto !important;
    padding: 10px 40px;
}

#tarteaucitronMainLineOffset .tarteaucitronAsk .tarteaucitronAllow {
    background: #286bb2 !important;
    border: 2px solid #286bb2 !important;
    margin-right: 10px;
}

#tarteaucitronMainLineOffset .tarteaucitronAsk .tarteaucitronDeny {
    background: transparent !important;
    border: 2px solid #d6d6d6 !important;
    color: #333 !important;
}

#tarteaucitronScrollbarAdjust {
    float: left;
    width: 100%;
    margin: 20px auto 0em !important;
    text-align: center;
}

#tarteaucitronScrollbarAdjust .tarteaucitronAllow, 
#tarteaucitronScrollbarAdjust .tarteaucitronDeny,
#tarteaucitronScrollbarAdjust .tarteaucitronValidation {
    float: left;
    padding: 10px 20px;
    border-radius: 5px;
    width: 30.33%;
    margin: 0 1%;
    cursor: pointer;
}

#tarteaucitronScrollbarAdjust .tarteaucitronAllow,
#tarteaucitronScrollbarAdjust .tarteaucitronDeny,
#tarteaucitronScrollbarAdjust .tarteaucitronValidation  {
    border: 2px solid #d6d6d6 !important;
    color: #333 !important;
    font-family: "Work Sans";
    font-weight: 700;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:hover,
.tac_activate .tarteaucitronAllow:hover {
    /*background: #286bb2;*/
    color: white;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
    color: #333;
    font-size: 12px;
}

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

.tarteaucitronAlertBigBottom {
    bottom: 0;
}

#tarteaucitronAlertBig {
    display: none;
    position: fixed;
    text-align: left;
    width: 440px;
    box-sizing: content-box;
    z-index: 2147483645;
    overflow: hidden;
    right: 0;
    height: 577px;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}

#tarteaucitronAlertBig .content {
    border-radius: 16px 0 0 16px;
    padding: 30px;
    background: white;
    height: 100%;
}
@media screen and (max-width: 480px) {
    #tarteaucitronAlertBig {
        width: 95% !important;
        max-width: 370px;
    }
}

@media screen and (max-width: 767px) {
    #tarteaucitronAlertBig {
        height: 100%;
    }
}
@media screen and (min-width: 768px) {
    #tarteaucitronAlertBig {
        bottom: 50px !important;
    }
}
#tarteaucitronAlertBig.personaliser {
    right: -50em;
}

#tarteaucitronAlertBig .content .BigTitle {
    font-size: 2.5em;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 700;
    line-height: 1.1;
}

#tarteaucitronAlertBig .content .scroll-content {
    max-height: 40vh;
    overflow-y: auto;
}

#tarteaucitronAlertBig .content .scroll-content ul {
    margin: 0;
    list-style: none;
    padding-left: 1.3em;
    padding-right: 2em;
}

#tarteaucitronAlertBig .content .scroll-content ul li::before {
    content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #286bb2; /* Change the color */
    font-family: "Work Sans";
    font-weight: 700; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    font-size: 1.3em;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
    font: 15px verdana;
    color: #fff;
    float: left;
    margin: 10px;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
    font-family: "Work Sans";
    font-weight: 700;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig .tarteaucitronDeny {
    background: #fff;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-family: "Work Sans";
    font-weight: 700;
    margin-top: 0;
    margin-left: 5px;
    border: 2px solid #d6d6d6;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert {
    color: #333;
    font-size: 1em;
    padding: 10px 20px;
    float: left;
    border: 2px solid #d6d6d6;
    border-radius: 5px;
    font-family: "Work Sans";
    font-weight: 700;
    margin-top: 0;
    cursor: pointer;
    outline: none;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize:active,#tarteaucitronAlertBig #tarteaucitronPersonalize:focus,#tarteaucitronAlertBig #tarteaucitronPersonalize:hover,
#tarteaucitronAlertBig .tarteaucitronDeny:active,#tarteaucitronAlertBig .tarteaucitronDeny:focus,#tarteaucitronAlertBig .tarteaucitronDeny:hover,
#tarteaucitronAlertBig #tarteaucitronCloseAlert:active,#tarteaucitronAlertBig #tarteaucitronCloseAlert:focus,#tarteaucitronAlertBig #tarteaucitronCloseAlert:hover {
    background-color: #ea5c34;
    color: #fff;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert:focus, #tarteaucitronAlertBig #tarteaucitronAllDenied:focus, #tarteaucitronAlertBig #tarteaucitronAllDenied2:focus, #tarteaucitronAlertBig #tarteaucitronPersonalize:focus {
    text-decoration: underline;
}

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

/***
 * Small alert
 */
#tarteaucitronAlertSmall {
    background: #333;
    bottom: 0;
    display: none;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    width: auto;
    z-index: 2147483646;
}

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

#tarteaucitronAlertSmall #tarteaucitronManager:hover {
    background: rgba(255, 255, 255, 0.05);
}

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

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
    display: block;
    float: left;
    height: 100%;
    width: 0%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
    background-color: #1B870B;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
    background-color: #FBDA26;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
    background-color: #9C1A1A;
}

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

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover {
    background: rgba(255, 255, 255, 0.3);
}

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

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
    background: #fff;
    border: 2px solid #333;
    color: #333;
    font-size: 11px;
    height: auto;
    overflow: auto;
    text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList b {
    color: #333;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
    background: #333;
    margin-top: 21px;
    padding: 13px 0 9px 13px;
    text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle b {
    color: #fff;
    font-size: 16px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
    background: rgba(51, 51, 51, 0.1);
    padding: 7px 5px 10px;
    word-wrap: break-word;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover {
    background: rgba(51, 51, 51, 0.2);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a {
    color: #333;
    text-decoration: none;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {
    display: inline-block;
    width: 50%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a b {
    color: #2b4a7a;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
    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;
    padding: 20px;
    width: 100%;
    font-family: "Work Sans";
}

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

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

.tac_activate .tac_float .tarteaucitronAllow {
    background-color: #286bb2;
    display: inline-block;
    margin-left: 10px;
}

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

div.amazon_product {
    height: 240px;
    width: 120px;
}

#tarteaucitron .tarteaucitron_serviceLink {
    color: #333 !important;
    text-decoration: underline !important;
    font-size: 12px !important;
    font-weight: normal !important;
}

#tarteaucitron .tarteaucitron_serviceLink:active,#tarteaucitron .tarteaucitron_serviceLink:focus,#tarteaucitron .tarteaucitron_serviceLink:hover {
    color: #ea5c34 !important;
}

#tarteaucitron #tarteaucitronAllAllowed,
#tarteaucitron #tarteaucitronAllDenied,
#tarteaucitron #tarteaucitronAllDenied2 {
    background-color: #fff !important;
}

#tarteaucitron .tarteaucitronAllow:active, #tarteaucitron .tarteaucitronAllow:focus, #tarteaucitron .tarteaucitronAllow:hover,
#tarteaucitron .tarteaucitronDeny:active, #tarteaucitron .tarteaucitronDeny:focus, #tarteaucitron .tarteaucitronDeny:hover,
#tarteaucitron #tarteaucitronAllAllowed:active, #tarteaucitron #tarteaucitronAllAllowed:focus, #tarteaucitron #tarteaucitronAllAllowed:hover,
#tarteaucitron #tarteaucitronAllDenied:active, #tarteaucitron #tarteaucitronAllDenied:focus, #tarteaucitron #tarteaucitronAllDenied:hover,
#tarteaucitron #tarteaucitronValidated:active, #tarteaucitron #tarteaucitronValidated:focus, #tarteaucitron #tarteaucitronValidated:hover{
    background-color: #ea5c34 !important;
    color: #fff !important;
}

#tarteaucitron .tarteaucitronLine .tarteaucitronAllow:active, #tarteaucitron .tarteaucitronLine .tarteaucitronAllow:focus, #tarteaucitron .tarteaucitronLine .tarteaucitronAllow:hover{
    background-color: rgb(54, 199, 171) !important;
    opacity: 0.75;
    color: #fff !important;
}

#tarteaucitron .tarteaucitronLine .tarteaucitronDeny:active, #tarteaucitron .tarteaucitronLine .tarteaucitronDeny:focus, #tarteaucitron .tarteaucitronLine .tarteaucitronDeny:hover{
    background-color: rgb(235, 37, 81) !important;
    opacity: 0.75;
    color: #fff !important;
}

.tarteaucitronLabel{
    font-weight: 700;
    text-align: right;
    clear: both;
    transform: translateY(-10px);
    margin-bottom: 10px;
}


