<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***
* Reset CSS
*/
button {
    border:0;
}

/***
* Animation
*/

/* Back fade */
@-webkit-keyframes in07 {
    0%   { opacity: 0; visibility: hidden; }
    100% { opacity: 0.7; visibility: visible;}
}
@-moz-keyframes in07 {
    0%   { opacity: 0; visibility: hidden; }
    100% { opacity: 0.7; visibility: visible;}
}
@-o-keyframes in07 {
    0%   { opacity: 0; visibility: hidden; }
    100% { opacity: 0.7; visibility: visible;}
}
@keyframes in07 {
    0%   { opacity: 0; visibility: hidden; }
    100% { opacity: 0.7; visibility: visible;}
}

@-webkit-keyframes out07 {
    0%   { opacity: 0.7; visibility: visible;}
    100% { opacity: 0; visibility: hidden; }
}
@-moz-keyframes out07 {
    0%   { opacity: 0.7; visibility: visible;}
    100% { opacity: 0; visibility: hidden; }
}
@-o-keyframes out07 {
    0%   { opacity: 0.7; visibility: visible;}
    100% { opacity: 0; visibility: hidden; }
}
@keyframes out07 {
    0%   { opacity: 0.7; visibility: visible;}
    100% { opacity: 0; visibility: hidden; }
}

/* Modal fade */
@-webkit-keyframes in {
    0%   { opacity: 0; visibility: hidden; }
    100% { opacity: 1; visibility: visible;}
}
@-moz-keyframes in {
    0%   { opacity: 0; visibility: hidden; }
    100% { opacity: 1; visibility: visible;}
}
@-o-keyframes in {
    0%   { opacity: 0; visibility: hidden; }
    100% { opacity: 1; visibility: visible;}
}
@keyframes in {
    0%   { opacity: 0; visibility: hidden; }
    100% { opacity: 1; visibility: visible;}
}

@-webkit-keyframes out {
    0%   { opacity: 1; visibility: visible;}
    100% { opacity: 0; visibility: hidden; }
}
@-moz-keyframes out {
    0%   { opacity: 1; visibility: visible;}
    100% { opacity: 0; visibility: hidden; }
}
@-o-keyframes out {
    0%   { opacity: 1; visibility: visible;}
    100% { opacity: 0; visibility: hidden; }
}
@keyframes out {
    0%   { opacity: 1; visibility: visible;}
    100% { opacity: 0; visibility: hidden; }
}
/***
* GÃŠnÃŠral
*/

.showB {
    -webkit-animation: in07 150ms ease both;
    animation: in07 150ms ease both;
}
.hideB {
    -webkit-animation: out07 150ms ease both;
    animation: out07 150ms ease both;
}

.showM {
    -webkit-animation: in 150ms ease both;
    animation: in 150ms ease both;
}
.hideM {
    -webkit-animation: out 150ms ease both;
    animation: out 150ms ease both;
}

[id^="tarteaucitron"] * {
    color: #333;
    font-family: "Montserrat",sans-serif!important;
    font-size: 12px;
    line-height: normal;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/****** MODAL *******/

#contentWrapper {display:unset;}

@media screen and (max-width:767px) {
    #tarteaucitronModal {
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
}

.tarteaucitronH1 {
    color: rgb(146, 138, 134);
    font-size: 2.25rem;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 35px;
    font-weight: bold;
}

.tarteaucitronH2 {
    color: rgb(146, 138, 134);
    margin: 0!important;
    font-size: 14px;
    font-weight: bold;
}

#tarteaucitron {
    max-width: 860px;
}
@media screen and (max-width:767px) {
    #tarteaucitron {
        margin: 1.75rem 15px;
    }
}




#tarteaucitron * {
    zoom: 1;
}

#tarteaucitron .clear {
    clear: both;
}

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

button {
    background: transparent;
    border: 0;
}

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

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

#tarteaucitron ul {
    padding: 0;
    margin: 30px 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 &lt;/body&gt;
 */




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

/***
 * Control panel
 */
#tarteaucitronBack {
    background: #000;
    height: 100%;
    left: 0;
    /* opacity: 0.7; */
    position: fixed;
    top: 0;
    width: 100%;
    border:0;
    padding: 0;
}

#tarteaucitron .tarteaucitronBorder {
    background: #fff;
    border-top: 0;
    height: auto;
    overflow: auto;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {
    background: #fff;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    padding: 4px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 999;
}

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

.tarteaucitronSelfLink, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
    background: #fff;
}a.tarteaucitronSelfLink {
    text-align: center!important;
    display: block;
    padding: 7px!important;
}

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

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

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle, 
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button, 
#tarteaucitron #tarteaucitronInfo, 
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin: 20px 0px 0px;
    padding: 5px 20px;
    text-align: left;
    width: auto;
    background: #333;
}

#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: none;
    margin-top: 0;
    position: absolute;
    z-index: 2147483647;
    display: block!important;
    position: initial!important;
    text-align: center!important;
    font-size: 14px!important;
    border-bottom: 1px solid;
    color: rgb(146, 138, 134);
    background: #fff;
    border: none;
    font-weight: normal;
    line-height: 1.3;
    padding: 0;
}

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

/* #tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
    background: rgba(51, 51, 51, 0.2);
} */

#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
    margin: 0;
    overflow: hidden;
    padding: 0 80px;
}
@media screen and (max-width:767px) {
    #tarteaucitron #tarteaucitronServices .tarteaucitronLine {
        padding: 0 15px;
    }
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    background: #fff;
    border: none;
    margin-bottom: 0;
    position: relative;
}

/* #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
    background: #333;
} */

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

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName button {
    color: #fff;
}

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

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}
.tarteaucitronBorder li.tarteaucitronLine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 

    line-height: 2!important;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
    margin: 30px 0 0 0;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
    text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
    margin: 0;

}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
    color: rgb(146, 138, 134);
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    width: auto;
    border: 0;
    opacity: 1!important;
    font-size: 14px;
    font-weight: bold;
}

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

#tarteaucitron .tarteaucitronH3 {
    font-size: 18px;
}

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

/***
 * Big alert BANDEAU
 */
.Top {
    top: 0;
}

.Bottom {
    bottom: 0;
}

#tarteaucitronBandeau {
    background: #000;
    color: #fff;
    display: none;
    font-size: 15px !important;
    left: 0;
    position: fixed;
    text-align: center;
    box-sizing: border-box;;
    z-index: 1049;
    text-align: center;
    padding: 20px;
    margin: auto;
    width: 100%;
}

#tarteaucitronBandeau #tarteaucitronAlertBig &gt; div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}
@media screen and (max-width:767px) {
    #tarteaucitronBandeau #tarteaucitronAlertBig &gt; div {

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

        -webkit-box-pack:  space-around;
        -ms-flex-pack:  space-around;
        justify-content:  space-around;
    }
    #tarteaucitronBandeau #tarteaucitronAlertBig &gt; div button {
        margin: 20px 0 0 0;
    }
    #tarteaucitronBandeau #tarteaucitronAlertBig {
        padding: 10px;
    }
}


#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
    font-size: 14px;
    color: #fff;
    display: block;
    line-height: 1.3;
    text-align: left;
}

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

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
    cursor: pointer;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitron #tarteaucitronPrivacyUrl {
    box-shadow: 0 0 12.8px 3.2px rgba(0,0,0,0.4);
    background-color: #fff;
    color: #928a86;
    border-radius: 20px;
    padding: 0.75rem 2.5625rem 0.75rem 2.5625rem;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 0.875rem;
    margin-left: 20px;
    cursor: pointer;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl {
    background: transparent;
    color: #fff;
    font-size: 13px;
    padding: 0;
    font-weight: bold;;
}

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

/***
 * 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;
    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 .tarteaucitronAllow {
    background-color: #1B870B;
    display: inline-block;
}

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

div.amazon_product {
    height:240px;
    width:120px;
}
.tarteaucitronIsAllowed .tarteaucitronDeny {
    opacity: 0.4!important;
}.tarteaucitronIsDenied .tarteaucitronAllow {
    opacity: 0.4!important;
}.tarteaucitronIsAllowed .tarteaucitronAllow {
    opacity: 1!important;
}.tarteaucitronIsDenied .tarteaucitronDeny {
    opacity: 1!important;
}
/* .tarteaucitronLine .tarteaucitronAllow, .tarteaucitronLine .tarteaucitronAllow {
    opacity: 0.4;
}

div#tarteaucitronInfo {
    display: block!important;
    position: initial!important;
    text-align: center!important;
    max-width: 85%!important;
    padding: 15px 0!important;
    margin: -10px auto 40px!important;
    font-size: 14px!important;
    border-bottom: 1px solid;
    color: rgb(146, 138, 134);
    background: #fff;
    border: none;
    font-weight: normal;
    line-height: 1.3;
}

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

span.tarteaucitronTitle.tarteaucitronH3 {
    margin-top: 12px!important;
} */

button#enregistrer {
    border-radius: 20px;
    padding: 0.75rem 2.5625rem 0.5625rem 2.5625rem;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 0.875rem;
    background-color: #928a86;
    color: #fff;
    border: 2px solid #fff;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    cursor: pointer;
}
button#enregistrer:hover {
    background-color: #fff;
    color: #928a86;
    border: 2px solid #928a86;
}</pre></body></html>