/* Tarte au Citron habillé comme les fenêtres Windows XP de Flèche-moi ça. */
#tarteaucitronRoot,
#tarteaucitronRoot * {
  font-family: Tahoma, Verdana, Arial, sans-serif !important;
}

#tarteaucitronBack {
  display: none !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 9998 !important;
  background: rgba(24, 30, 42, .56) !important;
}

html.cookies-dialog-open #tarteaucitronBack {
  display: block !important;
}

html[data-cookies-privacy-page] #tarteaucitronAlertBig {
  display: none !important;
}

html[data-cookies-privacy-page].cookies-manually-open #tarteaucitronAlertBig {
  display: block !important;
}

#tarteaucitronIcon {
  display: none !important;
}

#tarteaucitron {
  top: 50% !important;
  bottom: auto !important;
  left: 50% !important;
  right: auto !important;
  transform: translate(-50%, -50%) !important;
  width: min(680px, calc(100vw - 24px)) !important;
  max-width: calc(100vw - 24px) !important;
  max-height: calc(100dvh - 32px) !important;
  overflow: hidden !important;
  border: 2px solid #1b4f9c !important;
  border-radius: 9px 9px 5px 5px !important;
  background: #ece9d8 !important;
  box-shadow: 0 22px 45px rgba(0, 0, 0, .42), inset 0 0 0 1px #fff !important;
}

#tarteaucitron #dialogTitle {
  display: block !important;
  min-height: 36px !important;
  padding: 0 12px !important;
  color: transparent !important;
  background: linear-gradient(to bottom, #4091ff 0%, #054ad1 50%, #00309e 100%) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 36px !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .55) !important;
}

#tarteaucitron #dialogTitle::before {
  content: '🍪  Cookies.exe';
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  color: #fff;
  font-size: 18px;
}

#tarteaucitron #tarteaucitronMainLineOffset,
#tarteaucitron #tarteaucitronInfo {
  color: #1c2430 !important;
  background: #ece9d8 !important;
}

#tarteaucitron #tarteaucitronInfo {
  padding: 18px 18px 8px !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
}

#tarteaucitron #tarteaucitronScrollbarAdjust {
  display: flex !important;
  justify-content: flex-end !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  padding: 8px 18px 14px !important;
  background: #ece9d8 !important;
}

#tarteaucitron #tarteaucitronClosePanel {
  display: none !important;
}

#tarteaucitron #tarteaucitronServices,
#tarteaucitron #tarteaucitronServices_mandatory,
#tarteaucitron .tarteaucitronLine,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronDisclaimerAlert {
  color: #1c2430 !important;
  background: #ece9d8 !important;
}

#tarteaucitron .tarteaucitronTitle button,
#tarteaucitron .tarteaucitronTitle {
  color: #123d82 !important;
  font-weight: 800 !important;
}

#tarteaucitron button,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog {
  border: 1px solid #003c74 !important;
  border-radius: 3px !important;
  color: #111 !important;
  background: linear-gradient(to bottom, #fff 0%, #f4f1e6 45%, #d8d2bd 100%) !important;
  box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #8b8878 !important;
  text-shadow: none !important;
}

#tarteaucitron button:hover,
#tarteaucitron #tarteaucitronPrivacyUrl:hover,
#tarteaucitron #tarteaucitronPrivacyUrlDialog:hover {
  background: linear-gradient(to bottom, #fff7d7 0%, #f1dc8b 50%, #d6b84e 100%) !important;
}

#tarteaucitron button:active {
  transform: translate(1px, 1px);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .25) !important;
}

#tarteaucitron #tarteaucitronAllAllowed,
#tarteaucitron #tarteaucitronAllDenied,
#tarteaucitron .tarteaucitronAllow,
#tarteaucitron .tarteaucitronDeny {
  min-height: 35px !important;
  font-weight: 700 !important;
}

#tarteaucitron #tarteaucitronSave {
  color: #fff !important;
  background: linear-gradient(to bottom, #4091ff 0%, #054ad1 50%, #00309e 100%) !important;
  border-color: #00286f !important;
}

#tarteaucitronAlertBig {
  position: fixed !important;
  overflow: hidden !important;
  top: auto !important;
  right: auto !important;
  bottom: 18px !important;
  left: 50% !important;
  width: min(680px, calc(100vw - 24px)) !important;
  max-width: calc(100vw - 24px) !important;
  transform: translateX(-50%) !important;
  z-index: 9999 !important;
  padding-top: 36px !important;
  border: 2px solid #1b4f9c !important;
  border-radius: 9px 9px 5px 5px !important;
  background: #ece9d8 !important;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .38), inset 0 0 0 1px #fff !important;
}

#tarteaucitronAlertBig::before {
  content: '🍪  Cookies.exe';
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  position: absolute;
  inset: 0 0 auto;
  height: 36px;
  box-sizing: border-box;
  padding: 0 12px;
  color: #fff;
  background: linear-gradient(to bottom, #4091ff 0%, #054ad1 50%, #00309e 100%);
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 36px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .55);
}

#tarteaucitronAlertBig .cookies-reopen-controls {
  position: absolute !important;
  top: 5px !important;
  right: 6px !important;
  z-index: 1 !important;
  transform: none !important;
}

#tarteaucitronAlertBig #cookies-reopen-close {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  z-index: 1 !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #fff !important;
  border-radius: 4px !important;
  color: transparent !important;
  background: linear-gradient(to bottom, rgba(255, 165, 0, .95), #f00) !important;
  box-shadow: none !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

#tarteaucitronAlertBig #cookies-reopen-close::before,
#tarteaucitronAlertBig #cookies-reopen-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 3px;
  background: #fff;
  transform-origin: center;
}

#tarteaucitronAlertBig #cookies-reopen-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

#tarteaucitronAlertBig #cookies-reopen-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  padding: 18px !important;
  color: #1c2430 !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
}

#tarteaucitronAlertBig button {
  margin: 5px !important;
  padding: 8px 16px !important;
  border: 1px solid #003c74 !important;
  border-radius: 3px !important;
  color: #111 !important;
  background: linear-gradient(to bottom, #fff 0%, #f4f1e6 45%, #d8d2bd 100%) !important;
  box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #8b8878 !important;
  font-weight: 700 !important;
  text-shadow: none !important;
}

#tarteaucitronAlertBig button:hover {
  background: linear-gradient(to bottom, #fff7d7 0%, #f1dc8b 50%, #d6b84e 100%) !important;
}

#tarteaucitronAlertBig button:active {
  transform: translate(1px, 1px);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .25) !important;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize2 {
  background: linear-gradient(to bottom, #effbe9 0%, #c5eab8 45%, #88bf72 100%) !important;
  border-color: #34733f !important;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize2:hover {
  background: linear-gradient(to bottom, #f7fff3 0%, #b9eca7 45%, #6da858 100%) !important;
}

#tarteaucitronAlertBig #tarteaucitronAllDenied2 {
  background: linear-gradient(to bottom, #fff0ee 0%, #f2c3bd 45%, #d98278 100%) !important;
  border-color: #943b35 !important;
}

#tarteaucitronAlertBig #tarteaucitronAllDenied2:hover {
  background: linear-gradient(to bottom, #fff8f7 0%, #f0b6ae 45%, #c9675d 100%) !important;
}

#tarteaucitronAlertBig button.consent-choice-selected {
  transform: translate(1px, 1px) !important;
  box-shadow: inset 3px 3px 4px rgba(0, 0, 0, .32) !important;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize2 {
  display: inline-block !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert {
  display: none !important;
}

@media (max-width: 640px) {
  #tarteaucitron {
    border-radius: 7px 7px 4px 4px !important;
  }

  #tarteaucitron #tarteaucitronInfo,
  #tarteaucitron #tarteaucitronMainLineOffset {
    font-size: 15px !important;
  }
}
