/* 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 18, ../sass/screen.scss */
#tarteaucitronAlertBig {
  position: fixed;
  color: white;
  text-align: center;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1b1b1b;
  padding: 15px;
  z-index: 12;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  box-sizing: border-box;
}
/* line 35, ../sass/screen.scss */
#tarteaucitronAlertBig:before {
  content: " ";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: black;
  z-index: -1;
}
/* line 47, ../sass/screen.scss */
#tarteaucitronAlertBig button {
  display: inline-block;
  background: #e00073;
  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 #e00073;
  transition: 300ms ease;
  cursor: pointer;
  font-weight: 700;
  font-size: 11px;
  border-radius: 5px;
  margin-bottom: 3px;
}
/* line 66, ../sass/screen.scss */
#tarteaucitronAlertBig button:hover {
  background: #07588f;
  transition: 300ms ease;
  border: 1px solid #e00073;
}
@media screen and (min-width: 43rem) {
  /* line 18, ../sass/screen.scss */
  #tarteaucitronAlertBig {
    top: 0;
    bottom: auto;
    position: absolute;
    padding: 15px;
    align-items: flex-end;
    width: 90%;
    left: 5%;
    transform-origin: 0 0;
    animation-duration: 1s;
    animation-name: header;
    animation-timing-function: ease;
    animation-fill-mode: both;
  }
}

/* line 90, ../sass/screen.scss */
#tarteaucitronClosePanel {
  display: inline-block;
  background: #e00073;
  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 #e00073;
  transition: 300ms ease;
  cursor: pointer;
  font-weight: 700;
  font-size: 11px;
}
/* line 108, ../sass/screen.scss */
#tarteaucitronClosePanel:hover {
  background: #1b1b1b;
  transition: 300ms ease;
  border: 1px solid #e00073;
}

/* line 118, ../sass/screen.scss */
#tarteaucitron #tarteaucitronServices button {
  display: inline-block;
  background: #e00073;
  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 #e00073;
  transition: 300ms ease;
  cursor: pointer;
  font-weight: 700;
  font-size: 11px;
}
/* line 137, ../sass/screen.scss */
#tarteaucitron #tarteaucitronServices button:hover {
  background: #1b1b1b;
  transition: 300ms ease;
  border: 1px solid #e00073;
}
/* line 145, ../sass/screen.scss */
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  background: #00afb6;
}

/* line 151, ../sass/screen.scss */
#tarteaucitronIcon {
  display: none !important;
}
