/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 20, ../sass/screen.scss */
#tarteaucitronRoot {
  bottom: 0;
  top: auto;
  position: fixed;
  z-index: 999;
}

/* line 26, ../sass/screen.scss */
#tarteaucitronAlertBig {
  position: relative !important;
  color: white;
  text-align: center;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0D061E;
  padding: 15px;
  z-index: 12;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  box-sizing: border-box;
}
/* line 43, ../sass/screen.scss */
#tarteaucitronAlertBig:before {
  content: " ";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: black;
  z-index: -1;
}
/* line 55, ../sass/screen.scss */
#tarteaucitronAlertBig button {
  display: inline-block;
  background: var(--ui-color-tertiary);
  text-transform: uppercase;
  color: white;
  padding: 7.5px 15px;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ui-color-tertiary);
  transition: 300ms ease;
  cursor: pointer;
  font-weight: 700;
  font-size: 11px;
}
/* line 73, ../sass/screen.scss */
#tarteaucitronAlertBig button:hover {
  background: #0D061E;
  transition: 300ms ease;
  border: 1px solid var(--ui-color-tertiary);
}
@media screen and (min-width: 43rem) {
  /* line 26, ../sass/screen.scss */
  #tarteaucitronAlertBig {
    top: 0;
    bottom: auto;
    position: absolute;
    padding: 15px;
    align-items: flex-end;
    width: 40%;
    left: 30%;
    transform-origin: 0 0;
    animation-duration: 1s;
    animation-name: header;
    animation-timing-function: ease;
    animation-fill-mode: both;
  }
}
@media screen and (min-width: 90rem) {
  /* line 26, ../sass/screen.scss */
  #tarteaucitronAlertBig {
    width: 80%;
    left: 10%;
    padding: 6px;
  }
}

/* line 102, ../sass/screen.scss */
#tarteaucitronClosePanel {
  display: inline-block;
  background: var(--ui-color-tertiary);
  text-transform: uppercase;
  color: white;
  padding: 7.5px 15px;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ui-color-tertiary);
  transition: 300ms ease;
  cursor: pointer;
  font-weight: 700;
  font-size: 11px;
}
/* line 120, ../sass/screen.scss */
#tarteaucitronClosePanel:hover {
  background: #0D061E;
  transition: 300ms ease;
  border: 1px solid var(--ui-color-tertiary);
}

/* line 130, ../sass/screen.scss */
#tarteaucitron #tarteaucitronServices button {
  display: inline-block;
  background: var(--ui-color-tertiary);
  text-transform: uppercase;
  color: white;
  padding: 7.5px 15px;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ui-color-tertiary);
  transition: 300ms ease;
  cursor: pointer;
  font-weight: 700;
  font-size: 11px;
}
/* line 149, ../sass/screen.scss */
#tarteaucitron #tarteaucitronServices button:hover {
  background: #0D061E;
  transition: 300ms ease;
  border: 1px solid var(--ui-color-tertiary);
}
/* line 157, ../sass/screen.scss */
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  background: var(--ui-color-primary);
}

/* line 163, ../sass/screen.scss */
#tarteaucitronIcon {
  display: none !important;
}
