.tarteaucitronBeforeVisible {
    position: static !important;
}

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

/* Animation */
#tarteaucitronRoot * {transition: border 300ms, background 300ms, opacity 200ms, box-shadow 400ms}

/* HTML5 display-role reset for older browsers */
#tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot details, #tarteaucitronRoot figcaption, #tarteaucitronRoot figure, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot section {
    display: block;
}
#tarteaucitronRoot ol, #tarteaucitronRoot ul {
    list-style: none;
}
#tarteaucitronRoot blockquote, #tarteaucitronRoot q {
    quotes: none;
}
#tarteaucitronRoot blockquote:before, #tarteaucitronRoot blockquote:after, #tarteaucitronRoot q:before, #tarteaucitronRoot q:after {
    content: '';
    content: none;
}
#tarteaucitronRoot table {
    border-collapse: collapse;
    border-spacing: 0;
}

#tarteaucitronRoot a:focus-visible, #tarteaucitronRoot button:focus-visible {
    outline: 3px dashed #3d86d8;
}

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

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

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

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

#tarteaucitronServices {
    padding: 20px 25px;
    background-color: #fff;
    border-radius: .2rem;
}
/***
 * Responsive layout for the control panel
 */
@media screen and (max-width:479px) {
    #tarteaucitron .tarteaucitronLine .tarteaucitronAsk {
        /*float: left !important;*/
        margin: 10px 15px 5px;
    }
    #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;
    }

    .tarteaucitronName .tarteaucitronH2 {
        max-width: 80%;
    }

    #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
        text-align: center !important;
    }

        #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button {
            margin-bottom: 5px;
        }
}

@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;
    }
}

/***
 * Common value
 */
#tarteaucitronRoot div#tarteaucitron {
    left: 0;
    right: 0;
    margin: auto;
}

#tarteaucitronRoot button#tarteaucitronBack {
    /*background: #eee;*/

    /*INOVAGORA*/
    background-color: #333;
}

#tarteaucitron .clear {
    clear: both;
}

#tarteaucitron a {
    color: #0060c7;
    font-size: 12px;
    text-decoration: none;
}

#tarteaucitronRoot button {
    background: transparent;
    border: 0;
    padding: 0;
}

#tarteaucitronAlertBig strong, #tarteaucitronAlertSmall strong,
#tarteaucitronAlertBig a, #tarteaucitronAlertSmall a {
    color: #fff;
}

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

#tarteaucitron ul {
    padding: 0;
    margin: 0;
}

#tarteaucitron .tarteaucitronH1, #tarteaucitron .tarteaucitronH2, #tarteaucitron .tarteaucitronH3, #tarteaucitron .tarteaucitronH4, #tarteaucitron .tarteaucitronH5, #tarteaucitron .tarteaucitronH6 {
  display: block;
}

.cookie-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
/***
 * Root div added just before </body>
 */
#tarteaucitronRoot {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    font-size: 14px;
    font-family: Arial, sans-serif !important;
    color: #333;
    line-height: 1.4;
}

#tarteaucitronRoot * {
    box-sizing: content-box;
}

#tarteaucitronRoot .tarteaucitronH1 {
    font-weight: 600;

    font-size: 18px;
    margin: 10px 0 10px;
}

#tarteaucitronCookiesNumberBis.tarteaucitronH2 {
    margin-left: 0;
}

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

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

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {
    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;
}

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

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

#tarteaucitronCookiesList .tarteaucitronH3.tarteaucitronTitle {
    width: 100%;
    box-sizing: border-box;
}

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

#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;
    margin: 0;
}

#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    display: block !important;
}

@media screen and (min-width:480px) {
    #tarteaucitron #tarteaucitronServices .tarteaucitronLine {
        display: flex;
        align-items: center;
    }
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronDeny {
    background-color: #fff;
    border-color: #595959;
    border-color: #9e9e9e;
    color: #595959;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAllow:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAllow:active,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAllow:focus,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronDeny:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronDeny:active,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronDeny:focus,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronDeny:focus {
    background-color: #fff;
    border-color: #000;
    color: #000;
}

.tarteaucitronStatusLinks {
    margin-bottom: 0;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName .tarteaucitronH2 {
    margin-bottom: 0;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
    margin-left: 15px;
    margin-top: 2px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
    flex-grow: 1;
}

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

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
    min-width: 180px;
    text-align: right;
}


#tarteaucitron #tarteaucitronServicesTitle_mandatory .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServicesTitle_mandatory .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:hover,
#tarteaucitron #tarteaucitronServicesTitle_mandatory .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:active,
#tarteaucitron #tarteaucitronServicesTitle_mandatory .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:focus {
    cursor: default;
    background-color: #1B870B;
    border-color: #1B870B;
    color: #fff;
    outline: none;
    box-shadow: none;
}
#tarteaucitron #tarteaucitronServicesTitle_mandatory .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny {
    display: none !important;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected {
    background-color: #1B870B;
    opacity: 1;
}
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied2.tarteaucitronIsSelected {
    background-color: #9C1A1A;
    opacity: 1;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow {
    background-color: #1B870B;
    border-color: #1B870B;
    color: #fff;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
    background-color: #9C1A1A;
    border-color: #9C1A1A;
    color: #fff;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
    display: none !important;
}

#tarteaucitron .tarteaucitronH3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
}

#tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronName {
    width: auto!important;
    margin-left: 0!important;
    font-size: 14px;
}

#tarteaucitron .tarteaucitronName br {
    display: none;
}


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

.tarteaucitronAlertBigBottom {
    bottom: 0;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
    display: none;
    font-size: 15px !important;
    left: 0;
    position: fixed;
    z-index: 2147483645;
    text-align: center;
    padding: 10px 0 10px 0;
    margin: auto;
    width: 100%;

    box-sizing: border-box;
    padding: 10px 10px;
    text-align: center;
    box-shadow: rgba(0,0,0,.5) 0px 5px 10px;
    background-color: #fff;
    align-items: center;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
    font-weight: 700;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog {
    cursor: pointer;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronPersonalize2,
.tarteaucitronCTAButton,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog,
#tarteaucitronRoot .tarteaucitronDeny,
#tarteaucitronRoot .tarteaucitronAllow,
.tac_activate .tarteaucitronAllow,
#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog {
    display: inline-block;
    padding: 6px 14px;
    color: #fff;
    text-decoration: none;
    /*border-radius: 3px;*/
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background-color .3s, color .3s, border-color .3s;
    line-height: 1.3;
    white-space: nowrap;
}

#tarteaucitron .tarteaucitronDeny,
#tarteaucitron .tarteaucitronAllow {
    /*padding: 5px 12px;*/
    padding: 4px 12px;
    font-size: 13px;
}

span#tarteaucitronDisclaimerAlert {
    display: block;
    margin-bottom: 10px;
}

#tarteaucitronAlertBig[style^="display: block"] {
    display: flex !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig {
    flex-wrap: wrap;
    justify-content: center;
}
#tarteaucitronRoot .tarteaucitronAlertBigBottom .tarteaucitronAllow,
#tarteaucitronRoot .tarteaucitronAlertBigBottom .tarteaucitronDeny,
#tarteaucitronRoot .tarteaucitronAlertBigBottom #tarteaucitronCloseAlert {
    margin: 5px;
}
@media screen and (min-width: 1040px) {
    span#tarteaucitronDisclaimerAlert {
        margin-bottom: 0;
        padding: 0 20px 0 0;
        text-align: left;
    }
    #tarteaucitronRoot .tarteaucitronAlertBigBottom .tarteaucitronAllow,
    #tarteaucitronRoot .tarteaucitronAlertBigBottom .tarteaucitronDeny,
    #tarteaucitronRoot .tarteaucitronAlertBigBottom #tarteaucitronCloseAlert {
        margin-top: 0;
        margin-bottom: 0;
    }
    #tarteaucitronRoot #tarteaucitronAlertBig {
        padding-left: 20px;
        padding-right: 20px;
        flex-wrap: nowrap;
    }
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronPersonalize2,
.tarteaucitronCTAButton,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog,
#tarteaucitronRoot .tarteaucitronDeny,
#tarteaucitronRoot .tarteaucitronAllow {
    background-color: #008300;
    color: #fff;
    margin-left: 7px;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize2:hover,
#tarteaucitronAlertBig #tarteaucitronPersonalize2:active,
#tarteaucitronAlertBig #tarteaucitronPersonalize2:focus,
.tac_activate .tac_float .tarteaucitronAllow:hover,
.tac_activate .tac_float .tarteaucitronAllow:active,
.tac_activate .tac_float .tarteaucitronAllow:focus {
    background-color: #156b08;
    border-color: #156b08;
}

#tarteaucitronAlertBig #tarteaucitronAllDenied2:hover,
#tarteaucitronAlertBig #tarteaucitronAllDenied2:active,
#tarteaucitronAlertBig #tarteaucitronAllDenied2:focus {
    background-color: #7b1414;
    border-color: #7b1414;
}

#tarteaucitronRoot .tarteaucitronDeny {
    background: #9C1A1A;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog {
    background: #fff;
    color: #333;
    border-color: #333;
    margin-left: 7px;
    color: #333;
    border-color: #333;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert:hover,
#tarteaucitronAlertBig #tarteaucitronCloseAlert:active,
#tarteaucitronAlertBig #tarteaucitronCloseAlert:focus,
#tarteaucitron #tarteaucitronPrivacyUrl:hover,
#tarteaucitron #tarteaucitronPrivacyUrl:active,
#tarteaucitron #tarteaucitronPrivacyUrl:focus,
#tarteaucitron #tarteaucitronPrivacyUrlDialog:hover,
#tarteaucitron #tarteaucitronPrivacyUrlDialog:active,
#tarteaucitron #tarteaucitronPrivacyUrlDialog:focus {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

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

/***
 * Icon
 */
.tarteaucitronIconBottomRight {
    bottom: 0;
    right: 0;
}
.tarteaucitronIconBottomLeft {
    bottom: 0;
    left: 0;
}
.tarteaucitronIconTopRight {
    top: 0;
    right: 0;
}
.tarteaucitronIconTopLeft {
    top: 0;
    left: 0;
}

.tarteaucitronIconTopLeft #tarteaucitronManager {
    border-radius: 2px 7px 7px 2px;
}

.tarteaucitronIconTopRight #tarteaucitronManager {
    border-radius: 7px 2px 2px 7px;
}

.tarteaucitronIconBottomLeft #tarteaucitronManager {
    border-radius: 7px 7px 2px 2px;
}

.tarteaucitronIconBottomRight #tarteaucitronManager {
    border-radius: 7px 7px 2px 2px;
}

#tarteaucitronIcon {
    background: transparent;
    position: fixed;
    display: none;
    width: auto;
    z-index: 2147483646;
}
#tarteaucitronIcon #tarteaucitronManager {
    color: transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 11px !important;
    padding: 8px 10px 8px;
    border: none;
}
#tarteaucitronIcon #tarteaucitronManager img {
    width: 50px;
    height: 50px;
}


/***
 * Small alert
 */

.tarteaucitronAlertSmallTop,.tarteaucitronAlertSmallBottom {
    bottom: 0;
}

#tarteaucitronAlertSmall {
    background: #333;
    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 strong {
    color: #333;
}

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

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle strong {
    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 strong {
    color: darkred;
}

#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;
    padding-top: 56.25%;
    position: relative;
    font-family: Arial, sans-serif !important;
    font-size: 14px;
    text-align: center;

    background: #f2f2f2;
    border: 1px solid #e0e0e0;
    color: #333;
}

.tac_float {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-weight: 700;
}

.tac_activate .tarteaucitronAllow {
    margin-top: 10px
}
.tac_activate .tac_float strong {
    color: #fff;
}

.tac_activate .tac_float .tarteaucitronAllow {
    background-color: #1B870B;
    font-weight: 400;
}

/* INOVAGORA */
/* Bouton quand pas encore activé */
.tarteaucitronLine .tarteaucitronAllow,
.tarteaucitronLine .tarteaucitronDeny {
    /*opacity: 0.4;*/

    /* INOVAGORA */
    color: #333;
    border-color: #333;
    background-color: #fff;
}

a.tarteaucitronSelfLink {
    display: none;
}

#tarteaucitronCloseCross {
    position:absolute;
    color: #FFFF;
    font-size:1.8rem;
    cursor: pointer;
    top: 10px;
    right: 26px;
}

.tarteaucitron-spacer-20 {
    height: 20px;
    display: block;
}

.tarteaucitron-display-block {
    display: block;
}

.tarteaucitron-display-none {
    display: none;
}



#tarteaucitronRoot .tarteaucitronTitle {
    background-color: #f2f2f2;
    border-radius: 3px;
    padding: 10px 15px;
    /*cursor: pointer;*/
    /*transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;*/
    color: #000;
    font-weight: 700;
    margin-top: 30px;
    font-size: 15px;
}
#tarteaucitronRoot .tarteaucitronTitle button {
    color: inherit;
}

#tarteaucitronRoot #tarteaucitronInfo {
    margin-bottom: 30px;
    font-size: 15px;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    margin-bottom: 20px;
}
#tarteaucitronRoot .tarteaucitronTitle {
    margin-bottom: 20px;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    margin-bottom: 30px;
}


#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    display: block;
}
#tarteaucitronServices .tarteaucitronDetails,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
    padding-left: 10px;
    padding-right: 10px;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    padding: 0;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine:last-child {
    margin-bottom: 0;
}
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    font-size: 14px;
}


#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    overflow: hidden;
}


@media screen and (min-width:480px) {
    #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName,
    #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
        width: 50%;
        display: block;
    }
    #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
        float: left;
        font-weight: 700;
    }
    #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
        float: right;
    }
}


#tarteaucitron #tarteaucitronServicesTitle_mandatory .tarteaucitronH3 {
    font-weight: normal;
    font-size: 14px;
}



#tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie, #tarteaucitron #tarteaucitronClosePanel {
    cursor: pointer;
    color: transparent;
    padding: 0;
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1wcmVmaXg9ImZhbCIgZGF0YS1pY29uPSJ0aW1lcyIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLXRpbWVzIGZhLXctMTAiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzIwIDUxMiI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkzLjk0IDI1NkwyOTYuNSAxNTMuNDRsMjEuMTUtMjEuMTVjMy4xMi0zLjEyIDMuMTItOC4xOSAwLTExLjMxbC0yMi42My0yMi42M2MtMy4xMi0zLjEyLTguMTktMy4xMi0xMS4zMSAwTDE2MCAyMjIuMDYgMzYuMjkgOTguMzRjLTMuMTItMy4xMi04LjE5LTMuMTItMTEuMzEgMEwyLjM0IDEyMC45N2MtMy4xMiAzLjEyLTMuMTIgOC4xOSAwIDExLjMxTDEyNi4wNiAyNTYgMi4zNCAzNzkuNzFjLTMuMTIgMy4xMi0zLjEyIDguMTkgMCAxMS4zMWwyMi42MyAyMi42M2MzLjEyIDMuMTIgOC4xOSAzLjEyIDExLjMxIDBMMTYwIDI4OS45NCAyNjIuNTYgMzkyLjVsMjEuMTUgMjEuMTVjMy4xMiAzLjEyIDguMTkgMy4xMiAxMS4zMSAwbDIyLjYzLTIyLjYzYzMuMTItMy4xMiAzLjEyLTguMTkgMC0xMS4zMUwxOTMuOTQgMjU2eiI+PC9wYXRoPjwvc3ZnPg==);
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
    width: 34px;
    height: 34px;
    text-indent: -10000px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    background-size: 13px;
    background-color: transparent;
    border-radius: 50%;
    top: 10px;
    right: 12px;
}


#tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie:hover,
#tarteaucitron #tarteaucitronClosePanel:hover {
    opacity: 1;
}

/* Hide Tarte au citron on print */
/* @since 1.0.5 */
@media print {
    #tarteaucitronRoot {
        display: none !important;
    }
}
.tarteaucitronStatusInfo {
    display: none;
}

#tarteaucitronSave {
    padding-top: 30px;
    text-align: right;
}

.tac_visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; /* added line */
    border: 0;
}

#tarteaucitronRoot #tarteaucitronSaveButton {
    background: #545454;
}

#tarteaucitronRoot #tarteaucitronSaveButton:hover,
#tarteaucitronRoot #tarteaucitronSaveButton:active,
#tarteaucitronRoot #tarteaucitronSaveButton:focus {
    background: #2f2f2f;
}