/*breakpoints*/
#CookieConsent {
  max-height: 100%;
  overflow-y: auto;
  background-color: var(--clr-secondary);
}
#CookieConsent *:not(a) {
  color: var(--white);
}
#CookieConsent *:not(a, .h2) {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
#CookieConsent .h2 {
  font-size: 2.5rem;
  line-height: 3rem;
}
@media screen and (max-width: 767.98px) {
  #CookieConsent .h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
.CookieConsent__button {
  background-color: transparent;
  transition: var(--transition);
  border: 1px solid var(--white);
  color: var(--white) !important;
}
.CookieConsent__button:focus, .CookieConsent__button:active, .CookieConsent__button:hover {
  background-color: transparent;
}
.CookieConsent__button--highlight {
  background-color: var(--clr-primary);
  border-color: var(--clr-primary);
}
.CookieConsent__button--highlight:focus, .CookieConsent__button--highlight:active, .CookieConsent__button--highlight:hover {
  background-color: var(--clr-primary);
}
#CookieConsentForm_Form input[type="checkbox"] {
  height: 24px;
  width: 24px;
  margin-right: 1.5rem;
  position: relative;
  top: 7px;
}
#CookieConsentForm_Form input[type="submit"] {
  margin: 1rem 0 2rem 0;
  padding: 10px 30px 13px 30px;
  border-radius: 50px;
  transition: var(--transition);
  border: 0;
  font-size: 17px;
  line-height: 1;
  font-weight: 300;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: none;
  color: var(--white);
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  background-color: var(--clr-primary);
}
@media screen and (max-width: 1199.98px) {
  #CookieConsentForm_Form input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (max-width: 991.98px) {
  #CookieConsentForm_Form input[type="submit"] {
    padding: 7px 20px 10px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  #CookieConsentForm_Form input[type="submit"] {
    font-size: 14px;
  }
}
input[type="checkbox"] {
  accent-color: var(--clr-primary);
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fschlumberger%2Fscss%2Fcomponents%2F_cookies.scss%22%2C%22%2Fthemes%2Fschlumberger%2Fscss%2Fcomponents%2F..%2Fsettings%2Fbreakpoints.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BACJE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADiFJ%3BAAAA%3BAAAA%22%7D */