@charset "UTF-8";
.modal-open {
  overflow: hidden;
  height: 100%;
}

#contentWrapper {
  display: unset;
}

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

#tarteaucitronServices {
  margin-top: 21px !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;
}

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

/***
 * Responsive layout for the control panel
 */
@media screen and (max-width: 479px) {
  #tarteaucitron .tarteaucitronLine .tarteaucitronName {
    width: 90% !important;
  }
  #tarteaucitron .tarteaucitronLine .tarteaucitronAsk {
    float: left !important;
    margin: 10px 15px 5px;
  }
}

@media screen and (max-width: 767px) {
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer, #tarteaucitron {
    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 h2 {
    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
 */
#tarteaucitron * {
  zoom: 1;
}

#tarteaucitronRoot div#tarteaucitron {
  left: 0;
  right: 0;
  margin: auto;
}

#tarteaucitronRoot button#tarteaucitronBack {
  background: #eee;
}

#tarteaucitron .clear {
  clear: both;
}

#tarteaucitron a {
  color: #424242;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

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

.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%;
}

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

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

#tarteaucitronRoot h2 {
  display: inline-block;
  margin: 12px 0 0 10px;
  color: #fff;
}

h2#tarteaucitronCookiesNumberBis {
  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;
}

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

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

.tarteaucitronSelfLink, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  background: rgba(51, 51, 51, 0.07);
}

a.tarteaucitronSelfLink {
  text-align: center !important;
  display: block;
  padding: 7px !important;
}

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

#tarteaucitronCookiesList h3.tarteaucitronTitle {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle button,
#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;
}

#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 {
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0;
  max-width: 270px;
  padding: 20px;
  position: absolute;
  z-index: 2147483647;
}

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

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

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

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  background: #333;
  border: 3px solid #333;
  border-left: 9px solid #333;
  border-top: 5px solid #333;
  margin-bottom: 0;
  margin-top: 21px;
  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 {
  display: inline-block;
  float: left;
  margin-left: 10px;
  text-align: left;
  width: 50%;
}

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

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
  display: inline-block;
  float: right;
  margin: 7px 15px 0;
  text-align: right;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
  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;
}

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

#tarteaucitron h3 {
  font-size: 18px;
}

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

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

.tarteaucitronAlertBigBottom {
  bottom: 0;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
  background: #333;
  color: #fff;
  display: none;
  font-size: 1rem;
  left: 0;
  padding: 5px 5%;
  position: fixed;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 2147483645;
  text-align: center;
  padding: 10px;
  margin: auto;
  width: 100%;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-size: 1rem;
  color: #fff;
}

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

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
  cursor: pointer;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitron #tarteaucitronPrivacyUrl {
  /* background: #008300;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    text-decoration: none;
    margin-left: 7px; */
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl {
  /* background: #fff;
    color: #333;
    font-size: 13px;
    margin-bottom: 3px;
    margin-left: 7px;
    padding: 4px 10px; */
}

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

/***
 * Small alert
 */
.tarteaucitronAlertSmallTop {
  top: 0;
}

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

a.tarteaucitronSelfLink {
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 13px;
  display: block;
  text-shadow: 0 0 14px white;
  text-transform: uppercase;
}

.tarteaucitronMainLine h2 {
  font-size: 1.2em;
  margin-top: 4px;
}

#tarteaucitronRoot * {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  color: #343a40;
}

#tarteaucitronRoot.tarteaucitronBeforeVisible::before {
  background: rgba(25, 29, 50, 0.3) !important;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
  position: fixed !important;
  z-index: 9999;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #343a40 !important;
  text-align: initial;
}

#tarteaucitronRoot #tarteaucitronAlertBig[style*="display"][style*="block"] {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop {
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  width: 95% !important;
  max-width: 1024px;
  padding: 2rem 1.5rem 2rem 1.5rem !important;
  border-radius: 0 !important;
}

@media (min-width: 992px) {
  #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop {
    padding: 3rem 1.5rem 3rem 1.5rem !important;
  }
}

#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop::before {
  content: none;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: baseline;
  line-height: inherit;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "" !important;
  font-size: 4rem;
}

#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigBottom {
  left: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  padding: 0.5rem 1.5rem 1rem 1.5rem !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1) !important;
}

@media (min-width: 992px) {
  #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigBottom {
    padding: 0.5rem 1.5rem 1rem 1.5rem !important;
  }
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding: 0 !important;
  font-size: 1.25rem;
  text-align: center;
  color: inherit;
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert a {
  font-size: 1em;
  text-decoration: underline;
}

#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigBottom #tarteaucitronDisclaimerAlert {
  font-size: 1rem;
}

#tarteaucitronRoot #tarteaucitronAlertBig button {
  display: inline-block;
  font-family: "Anodina", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0.1875rem solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 4rem;
  line-height: 3.625rem;
  padding: 0 3.5rem;
  font-size: 1rem;
  border-radius: 0;
  -webkit-transition: color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), background-color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), border-color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), background-color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), border-color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -moz-transition: color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), background-color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), border-color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), background-color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), border-color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), background-color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), border-color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0.125rem 0.125rem;
  width: 100%;
  max-width: 100%;
  height: 2.5rem;
  line-height: 2.125rem;
  padding: 0 1rem;
  font-size: 0.75rem;
}

#tarteaucitronRoot #tarteaucitronAlertBig button:hover, #tarteaucitronRoot #tarteaucitronAlertBig button:focus {
  text-decoration: none;
}

#tarteaucitronRoot #tarteaucitronAlertBig button:focus, #tarteaucitronRoot #tarteaucitronAlertBig button.focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#tarteaucitronRoot #tarteaucitronAlertBig button.disabled, #tarteaucitronRoot #tarteaucitronAlertBig button:disabled {
  opacity: 0.65;
}

#tarteaucitronRoot #tarteaucitronAlertBig button:not(:disabled):not(.disabled) {
  cursor: pointer;
}

#tarteaucitronRoot #tarteaucitronAlertBig button:not(:disabled):not(.disabled):active, #tarteaucitronRoot #tarteaucitronAlertBig button:not(:disabled):not(.disabled).active {
  background-image: none;
}

@media (min-width: 992px) {
  #tarteaucitronRoot #tarteaucitronAlertBig button {
    width: auto;
  }
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
  color: #fff;
  background-color: #10c1ed;
  border-color: #10c1ed;
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert:hover {
  color: #fff;
  background-color: #08a8cf;
  border-color: #08a8cf;
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert:focus, #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(241, 41, 88, 0.5);
  box-shadow: 0 0 0 0 rgba(241, 41, 88, 0.5);
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert.disabled, #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert:disabled {
  color: #fff;
  background-color: #F12958;
  border-color: #F12958;
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert:not(:disabled):not(.disabled):active, #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert:not(:disabled):not(.disabled).active,
.show > #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert.dropdown-toggle {
  color: #fff;
  background-color: #d90e3e;
  border-color: #cd0d3a;
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert:not(:disabled):not(.disabled):active:focus, #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert:not(:disabled):not(.disabled).active:focus,
.show > #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(241, 41, 88, 0.5);
  box-shadow: 0 0 0 0 rgba(241, 41, 88, 0.5);
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2 {
  color: #fff;
  background-color: #9fd14c;
  border-color: #9fd14c;
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize:hover,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2:hover {
  color: #fff;
  background-color: #86ba30;
  border-color: #86ba30;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAllDenied2{
  color: #fff;
  background-color: #951713;
  border-color: #951713;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAllDenied2:hover{
  color: #fff;
  background-color: #68100d;
  border-color: #68100d;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize:focus, #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize.focus,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2:focus,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(173, 0, 210, 0.5);
  box-shadow: 0 0 0 0 rgba(173, 0, 210, 0.5);
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize.disabled, #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize:disabled,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2.disabled,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2:disabled {
  color: #fff;
  background-color: #AD00D2;
  border-color: #AD00D2;
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize:not(:disabled):not(.disabled):active, #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize:not(:disabled):not(.disabled).active,
.show > #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize.dropdown-toggle,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2:not(:disabled):not(.disabled):active,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2:not(:disabled):not(.disabled).active,
.show >
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2.dropdown-toggle {
  color: #fff;
  background-color: #83009f;
  border-color: #780092;
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize:not(:disabled):not(.disabled):active:focus, #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize:not(:disabled):not(.disabled).active:focus,
.show > #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize.dropdown-toggle:focus,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2:not(:disabled):not(.disabled):active:focus,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2:not(:disabled):not(.disabled).active:focus,
.show >
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(173, 0, 210, 0.5);
  box-shadow: 0 0 0 0 rgba(173, 0, 210, 0.5);
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
  color: #191D32;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  color: #0B0C22;
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl:hover {
  color: #191D32;
  background-color: rgba(236, 236, 236, 0.1);
  border-color: rgba(230, 230, 230, 0.1);
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl:focus, #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl.disabled, #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl:disabled {
  color: #191D32;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl:not(:disabled):not(.disabled):active, #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl:not(:disabled):not(.disabled).active,
.show > #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl.dropdown-toggle {
  color: #191D32;
  background-color: rgba(230, 230, 230, 0.1);
  border-color: rgba(223, 223, 223, 0.1);
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl:not(:disabled):not(.disabled):active:focus, #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl:not(:disabled):not(.disabled).active:focus,
.show > #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl:hover {
  color: #951713;
}

#tarteaucitronRoot #tarteaucitronPercentage {
  background: #AD00D2 !important;
  -webkit-box-shadow: initial;
  box-shadow: initial;
  margin-bottom: -1px;
}

#tarteaucitron #tarteaucitronServices {
  background-color: #fff;
  color: #343a40;
  -webkit-overflow-scrolling: touch;
}

#tarteaucitron #tarteaucitronServices #dialogTitle {
  margin-bottom: 0.25rem;
  line-height: 1.1;
  color: #191D32;
  font-family: "Anodina", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  font-size: 1.4rem;
  margin-top: 0;
  text-align: left;
}

@media (min-width: 576px) {
  #tarteaucitron #tarteaucitronServices #dialogTitle {
    font-size: 1.575rem;
  }
}

@media (min-width: 992px) {
  #tarteaucitron #tarteaucitronServices #dialogTitle {
    font-size: 1.75rem;
  }
}

#tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset {
  padding: 2rem 2rem;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset, #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset:hover {
  background-color: inherit;
  color: inherit;
  border: none;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronInfo {
  position: initial;
  margin: 1rem auto 2.5rem auto;
  display: block !important;
  max-width: 100%;
  padding: 0;
  color: inherit;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronInfo #tarteaucitronPrivacyUrl {
  color: #AD00D2;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronInfo #tarteaucitronPrivacyUrl:hover {
  color: #F12958;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronBorder {
  border: none;
  border-top: 0.1875rem solid #EFEFEF;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  padding: 1rem 2rem 1rem 1.8125rem;
  border-left-width: 0.1875rem;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine, #tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
  background: #EFEFEF;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
  margin-left: 0;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName h2, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName h3 {
  margin-bottom: 0.25rem;
  line-height: 1.1;
  color: #191D32;
  font-family: "Anodina", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  font-size: 1.0125rem;
  letter-spacing: 0.15rem;
}

@media (min-width: 576px) {
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName h2, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName h3 {
    font-size: 1.06875rem;
  }
}

@media (min-width: 992px) {
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName h2, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName h3 {
    font-size: 1.125rem;
  }
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName h2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a {
  color: #191D32;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
  color: #F12958;
  text-decoration: none;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
  margin: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 2rem;
  line-height: 2rem;
  padding: 0 0.5rem;
  border-radius: 0;
  background-color: #ACACAC;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow.tarteaucitronIsSelected {
  background-color: #28a745;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny.tarteaucitronIsSelected {
  background-color: #F12958;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAsk .tarteaucitronAllow {
  background-color: #28a745;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronAsk .tarteaucitronDeny {
  background-color: #F12958;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button {
  margin-top: 0;
  padding: 1rem 2rem;
  color: rgba(52, 58, 64, 0.7);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button:hover {
  color: #343a40;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronListCookies {
  font-size: 0.875rem;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  background-color: #343a40;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  background-color: #fff;
}

#tarteaucitron #tarteaucitronClosePanel {
  background-color: #fff;
  color: #343a40;
}
