.rgpd-btn-personnalisation:before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 17px;
  height: 17px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' ><path fill='%231F2937' d='M15.95 10.78c.03-.25.05-.51.05-.78s-.02-.53-.06-.78l1.69-1.32c.15-.12.19-.34.1-.51l-1.6-2.77c-.1-.18-.31-.24-.49-.18l-1.99.8c-.42-.32-.86-.58-1.35-.78L12 2.34c-.03-.2-.2-.34-.4-.34H8.4c-.2 0-.36.14-.39.34l-.3 2.12c-.49.2-.94.47-1.35.78l-1.99-.8c-.18-.07-.39 0-.49.18l-1.6 2.77c-.1.18-.06.39.1.51l1.69 1.32c-.04.25-.07.52-.07.78s.02.53.06.78L2.37 12.1c-.15.12-.19.34-.1.51l1.6 2.77c.1.18.31.24.49.18l1.99-.8c.42.32.86.58 1.35.78l.3 2.12c.04.2.2.34.4.34h3.2c.2 0 .37-.14.39-.34l.3-2.12c.49-.2.94-.47 1.35-.78l1.99.8c.18.07.39 0 .49-.18l1.6-2.77c.1-.18.06-.39-.1-.51l-1.67-1.32zM10 13c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z'/></svg>");
}
.rgpd-btn-personnalisation:active:before,
.rgpd-btn-personnalisation:focus:before,
.rgpd-btn-personnalisation:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' ><path fill='%23ffffff' d='M15.95 10.78c.03-.25.05-.51.05-.78s-.02-.53-.06-.78l1.69-1.32c.15-.12.19-.34.1-.51l-1.6-2.77c-.1-.18-.31-.24-.49-.18l-1.99.8c-.42-.32-.86-.58-1.35-.78L12 2.34c-.03-.2-.2-.34-.4-.34H8.4c-.2 0-.36.14-.39.34l-.3 2.12c-.49.2-.94.47-1.35.78l-1.99-.8c-.18-.07-.39 0-.49.18l-1.6 2.77c-.1.18-.06.39.1.51l1.69 1.32c-.04.25-.07.52-.07.78s.02.53.06.78L2.37 12.1c-.15.12-.19.34-.1.51l1.6 2.77c.1.18.31.24.49.18l1.99-.8c.42.32.86.58 1.35.78l.3 2.12c.04.2.2.34.4.34h3.2c.2 0 .37-.14.39-.34l.3-2.12c.49-.2.94-.47 1.35-.78l1.99.8c.18.07.39 0 .49-.18l1.6-2.77c.1-.18.06-.39-.1-.51l-1.67-1.32zM10 13c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z'/></svg>");
}
/***
 * Common value
 */
#tarteaucitron * {
  zoom: 1;
}
#tarteaucitron .clear {
  clear: both;
}
#tarteaucitron a {
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}
#tarteaucitron a:hover,
#tarteaucitron a:focus {
  text-decoration: underline;
}
#tarteaucitronAlertBig a,
#tarteaucitronAlertSmall a {
  color: #fff;
}
#tarteaucitron b {
  font-size: 22px;
}
.tarteaucitronBorder ul {
  padding: 0;
  margin: 0;
}
/***
 * Root div added just before </body>
 */
#tarteaucitronRoot {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol" !important;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  color: #1f2937;
  z-index: 9899;
}

#tac_title,
#tarteaucitronIcon {
  display: none !important;
}

#tarteaucitronRoot * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/***
 * Control panel
 */
#tarteaucitronBack {
  background: #eee;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483646;
}
#tarteaucitron {
  display: none;
  max-height: 80%;
  left: 50%;
  padding: 0;
  position: fixed;
  top: 6%;
  width: 90%;
  max-width: 880px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2147483647;
}
#tarteaucitron .tarteaucitronBorder {
  background: #fff;
  -webkit-box-shadow: 0 30px 40px -15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 30px 40px -15px rgba(0, 0, 0, 0.4);
  height: auto;
  overflow: auto;
}
#tarteaucitronAlertSmall
  #tarteaucitronCookiesListContainer
  #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {
  position: absolute;
  right: 17px;
  background: #1f2937;
  color: #fff;
  border: none;
  font-size: 11px;
  padding: 5px 10px;
  z-index: 10;
  text-transform: uppercase;
}
#tarteaucitronAlertSmall
  #tarteaucitronCookiesListContainer
  #tarteaucitronClosePanelCookie:focus,
#tarteaucitron #tarteaucitronClosePanel:focus,
#tarteaucitronAlertSmall
  #tarteaucitronCookiesListContainer
  #tarteaucitronClosePanelCookie:hover,
#tarteaucitron #tarteaucitronClosePanel:hover {
  background: #000;
}
#tarteaucitron #tarteaucitronDisclaimer {
  color: #1f2937;
  font-size: 12px;
  margin: 15px auto 0;
  width: 80%;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  display: none;
  position: relative;
}
#tarteaucitronAlertSmall
  #tarteaucitronCookiesListContainer
  #tarteaucitronCookiesList
  .tarteaucitronTitle,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
  background: #eee;
  color: #1f2937;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 20px 0px 0px;
  padding: 10px 20px;
  text-align: left;
  width: auto;
}
#tarteaucitronAlertSmall
  #tarteaucitronCookiesListContainer
  #tarteaucitronCookiesList
  .tarteaucitronTitle
  a,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  color: inherit;
  text-decoration: underline;
}
#tarteaucitronAlertSmall
  #tarteaucitronCookiesListContainer
  #tarteaucitronCookiesList
  .tarteaucitronTitle
  button,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button {
  padding: 0;
  margin: 0;
  background: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.tarteaucitronMainLine .tarteaucitronAsk a {
  color: #fff;
}
.tarteaucitronMainLine b a,
.tarteaucitronTitle a {
  font-size: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
}
#tarteaucitronAlertSmall
  #tarteaucitronCookiesListContainer
  #tarteaucitronCookiesList
  .tarteaucitronTitle {
  padding: 5px 10px;
}
#tarteaucitronInfo,
#tarteaucitronServices .tarteaucitronDetails {
  display: none;
  font-size: 13px;
  margin-top: 0;
  max-width: 320px;
  padding: 10px 20px 20px;
  position: absolute;
  z-index: 2147483647;
  background: #eee;
  color: #1f2937;
  text-transform: none;
}
#tarteaucitronInfo a,
#tarteaucitronServices .tarteaucitronDetails a {
  color: inherit;
  text-decoration: underline;
}
#tarteaucitronServices {
  min-height: 450px;
}
#tarteaucitronInfo {
  background: #1f2937;
  color: #fff;
}
.tarteaucitronLine {
  margin: 0;
  overflow: hidden;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  border-left: 5px solid transparent;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tarteaucitronLine:first-child {
  -webkit-box-shadow: 0 -2px 0 0 #eee;
  box-shadow: 0 -2px 0 0 #eee;
}
.tarteaucitronAsk {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 15px 0 5px;
  margin-right: 0 !important;
}
.tarteaucitronAsk button {
  opacity: 1 !important;
}
.tarteaucitronAllow {
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 20px;
  text-decoration: none;
  font-size: 13px;
  border: 1px solid;
  vertical-align: middle;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  margin: 3px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  background: transparent;
  border-color: #10b981;
  color: #10b981;
  background: transparent;
}

.tarteaucitronAllow.tarteaucitronIsSelected,
.tarteaucitronAllow:focus,
.tarteaucitronAllow:hover {
  outline: none;
  background: #10b981 !important;
  border-color: #10b981 !important;
  color: #fff !important;
}

#tarteaucitronAlertBig .tarteaucitronAllow {
  background: #1f2937 !important;
  border-color: #1f2937 !important;
  color: #fff !important;
}

#tarteaucitronAlertBig .tarteaucitronAllow:focus,
#tarteaucitronAlertBig .tarteaucitronAllow:hover {
  background: #10b981 !important;
  border-color: #10b981 !important;
  color: #fff !important;
}

.tarteaucitronAllow[style*="background"] {
  color: #fff !important;
  border-color: transparent !important;
}
#tarteaucitronServices_mandatory .tarteaucitronAllow,
.tarteaucitronIsAllowed .tarteaucitronAllow {
  border-color: #10b981;
  color: #fff;
  background: #10b981;
  font-weight: bold;
}
#tarteaucitronServices_mandatory .tarteaucitronAllow:focus,
.tarteaucitronIsAllowed .tarteaucitronAllow:focus,
#tarteaucitronServices_mandatory .tarteaucitronAllow:hover,
.tarteaucitronIsAllowed .tarteaucitronAllow:hover {
  outline: none;
  background: #1f2937 !important;
  border-color: #1f2937 !important;
  color: #fff !important;
}
.tarteaucitronDeny {
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 20px;
  text-decoration: none;
  font-size: 13px;
  border: 1px solid;
  vertical-align: middle;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  margin: 3px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  background: transparent;
  border-color: #1f2937;
  color: #1f2937;
}
.tarteaucitronDeny:focus,
.tarteaucitronDeny:hover {
  outline: none;
  background: #1f2937 !important;
  border-color: #1f2937 !important;
  color: #fff !important;
}
.tarteaucitronDeny[style*="background"] {
  color: #fff !important;
  border-color: transparent !important;
}
.tarteaucitronIsDenied .tarteaucitronDeny {
  border-color: #ff594b;
  color: #fff;
  background: #ff594b;
  font-weight: bold;
}
.tarteaucitronIsDenied .tarteaucitronDeny:focus,
.tarteaucitronIsDenied .tarteaucitronDeny:hover {
  outline: none;
  background: #e41200 !important;
  border-color: #e41200 !important;
  color: #fff !important;
}
#tarteaucitronAllAllowed {
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 20px;
  text-decoration: none;
  font-size: 13px;
  border: 1px solid;
  vertical-align: middle;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  margin: 3px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: transparent;
  border-color: #10b981;
  color: #10b981;
  background: transparent;
  font-weight: bold;
}
#tarteaucitronAllAllowed:focus,
#tarteaucitronAllAllowed:hover {
  outline: none;
  background: #1f2937 !important;
  border-color: #1f2937 !important;
  color: #fff !important;
}
#tarteaucitronAllAllowed[style*="background"] {
  color: #fff !important;
  border-color: transparent !important;
}
#tarteaucitronAllAllowed:focus,
#tarteaucitronAllAllowed:hover {
  outline: none;
  background: #10b981 !important;
  border-color: #10b981 !important;
  color: #fff !important;
}
#tarteaucitronAllDenied {
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 20px;
  text-decoration: none;
  font-size: 13px;
  border: 1px solid;
  vertical-align: middle;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  margin: 3px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: transparent;
  border-color: #ff594b;
  color: #ff594b;
  background: transparent;
  font-weight: bold;
}
#tarteaucitronAllDenied:focus,
#tarteaucitronAllDenied:hover {
  outline: none;
  background: #1f2937 !important;
  border-color: #1f2937 !important;
  color: #fff !important;
}
#tarteaucitronAllDenied[style*="background"] {
  color: #fff !important;
  border-color: transparent !important;
}
#tarteaucitronAllDenied.tarteaucitronIsSelected,
#tarteaucitronAllDenied:focus,
#tarteaucitronAllDenied:hover {
  outline: none;
  background: #ff594b !important;
  border-color: #ff594b !important;
  color: #fff !important;
}
#tarteaucitronServices_analytic {
  padding: 0;
  margin: 0;
}
.tarteaucitronLine:nth-child(2n) {
  background: #f5f5f5;
}
.tarteaucitronName {
  color: #1f2937;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.tarteaucitronName b {
  color: #1f2937;
  line-height: 1.2;
}
.tarteaucitronName .tarteaucitronListCookies {
  font-size: 13px;
}
.tarteaucitronName a {
  color: #1f2937;
}
.tarteaucitronMainLine {
  background: #1f2937;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: block;
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
}
.tarteaucitronMainLine b {
  color: #fff;
}
.tarteaucitronSelfLink {
  display: none !important;
}
.tarteaucitronSelfLink {
  position: absolute;
}
.tarteaucitronH1 {
  display: block;
  font-size: 21px;
  font-weight: bold;
}
/*  ------------------------------------------------
::
::  BIG ALERTE
::
--------------------------------------------------*/
#tarteaucitronAlertBig {
  background: #f3f4f6;
  color: #1f2937;
  display: none;
  font-size: 16px;
  left: 0;
  width: 100%;
  padding: 1rem 5%;
  position: fixed;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2147483645;
  box-shadow: 0 -10px 30px -10px rgba(34, 34, 48, 0.2);
}
@media screen and (min-width: 992px) {
  #tarteaucitronAlertBig {
    bottom: 1rem;
    bottom: calc(1rem + env(safe-area-inset-bottom));
    right: 1rem;
    border-radius: 0.5rem;
    transform: translateX(-50%);
    left: 50%;
    width: auto;
    box-shadow: 0 15px 30px -15px rgba(34, 34, 48, 0.2);
  }
}

#tarteaucitronAlertBig:focus {
  outline: none;
}

.tarteaucitronAlertBigTop {
  top: 0;
}
.tarteaucitronAlertBigBottom {
  bottom: 0;
  bottom: env(safe-area-inset-bottom);
}
.tarteaucitronAlertBigBottom br {
  display: none !important;
}
#tarteaucitronDisclaimerAlert {
  margin: 5px 15px;
  display: block;
  line-height: 1.2;
}
#tarteaucitronPersonalize {
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 20px;
  text-decoration: none;
  font-size: 13px;
  border: 1px solid;
  vertical-align: middle;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  margin: 3px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  background: transparent;
  min-width: 165px;
}
#tarteaucitronPersonalize:focus,
#tarteaucitronPersonalize:hover {
  outline: none;
  background: #1f2937 !important;
  border-color: #1f2937 !important;
  color: #fff !important;
}
#tarteaucitronPersonalize[style*="background"] {
  color: #fff !important;
  border-color: transparent !important;
}
#tarteaucitronPersonalize {
  border-color: transparent;
  color: #1f2937;
  background: rgba(0, 0, 0, 0.08);
}
#tarteaucitronCloseAlert {
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 20px;
  text-decoration: none;
  font-size: 13px;
  border: 1px solid;
  vertical-align: middle;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  margin: 3px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  background: transparent;
  border-color: #1f2937;
  color: #1f2937;
}

#tarteaucitronAlertBig .tarteaucitronDeny:focus,
#tarteaucitronAlertBig .tarteaucitronDeny:hover,
#tarteaucitronCloseAlert:focus,
#tarteaucitronCloseAlert:hover {
  outline: none;
  background: #d1d5db !important;
  border-color: #d1d5db !important;
  color: #1f2937 !important;
}
#tarteaucitronCloseAlert[style*="background"] {
  color: #fff !important;
  border-color: transparent !important;
}
#tarteaucitronPrivacyUrl {
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 20px;
  text-decoration: none;
  font-size: 13px;
  border: 1px solid;
  vertical-align: middle;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  margin: 3px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  background: transparent;
  border-color: #1f2937;
  color: #1f2937;
}
#tarteaucitronPrivacyUrl:focus,
#tarteaucitronPrivacyUrl:hover {
  outline: none;
  background: #e5e7eb !important;
  border-color: #e5e7eb !important;
  color: #1f2937 !important;
}
#tarteaucitronPrivacyUrl[style*="background"] {
  color: #fff !important;
  border-color: transparent !important;
}
#tarteaucitronPercentage {
  background: #10b981;
  height: 5px;
  left: 0;
  position: fixed;
  width: 0;
  z-index: 2147483644;
}
.tarteaucitronH2 {
  display: none;
}
/***
 * Small alert
 */
.tarteaucitronAlertSmallTop {
  top: 0;
}
.tarteaucitronAlertSmallBottom {
  bottom: 0;
  bottom: env(safe-area-inset-bottom);
}
#tarteaucitronAlertSmall {
  background: #1f2937;
  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: #10b981;
}
#tarteaucitronAlertSmall
  #tarteaucitronManager
  #tarteaucitronDot
  #tarteaucitronDotYellow {
  background-color: #fff01d;
}
#tarteaucitronAlertSmall
  #tarteaucitronManager
  #tarteaucitronDot
  #tarteaucitronDotRed {
  background-color: #ff594b;
}
#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;
  color: #1f2937;
  font-size: 11px;
  height: auto;
  overflow: auto;
  text-align: left;
}
#tarteaucitronAlertSmall
  #tarteaucitronCookiesListContainer
  #tarteaucitronCookiesList
  b {
  color: #1f2937;
}
#tarteaucitronAlertSmall
  #tarteaucitronCookiesListContainer
  #tarteaucitronCookiesTitle {
  background: #1f2937;
  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: #1f2937;
  text-decoration: none;
}
#tarteaucitronAlertSmall
  #tarteaucitronCookiesListContainer
  #tarteaucitronCookiesList
  .tarteaucitronCookiesListMain
  .tarteaucitronCookiesListLeft {
  display: inline-block;
  width: 50%;
}
#tarteaucitronAlertSmall
  #tarteaucitronCookiesListContainer
  #tarteaucitronCookiesList
  .tarteaucitronCookiesListMain
  .tarteaucitronCookiesListLeft
  a
  b {
  color: darkred;
}
#tarteaucitronAlertSmall
  #tarteaucitronCookiesListContainer
  #tarteaucitronCookiesList
  .tarteaucitronCookiesListMain
  .tarteaucitronCookiesListRight {
  color: #1f2937;
  display: inline-block;
  font-size: 11px;
  margin-left: 10%;
  vertical-align: top;
  width: 30%;
}
/***
 * Fallback activate link
 */
.tac_activate {
  background: #1f2937;
  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 b {
  color: #fff;
}
.tac_activate .tac_float .tarteaucitronAllow {
  background-color: #10b981;
  color: white;
  display: inline-block;
}
/***
 * CSS for services
 */
ins.ferank-publicite,
ins.adsbygoogle {
  text-decoration: none;
}
div.amazon_product {
  height: 240px;
  width: 120px;
}

#tarteaucitronSave {
  padding: 1rem;
  border-top: 2px solid #e5e7eb;
  background: #fff;
}

/*# sourceMappingURL=ssks_rgpd.css.map */
