/* 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 19, ../sass/screen.scss */
#tarteaucitronAlertBig {
  position: fixed;
  color: white;
  text-align: center;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1D394F;
  padding: 15px;
  z-index: 12;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  box-sizing: border-box;
}
/* line 36, ../sass/screen.scss */
#tarteaucitronAlertBig:before {
  content: " ";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: black;
  z-index: -1;
}
/* line 48, ../sass/screen.scss */
#tarteaucitronAlertBig button {
  display: inline-block;
  background: white;
  text-transform: uppercase;
  color: #1D394F;
  padding: 7.5px 15px;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  border: 1px solid white;
  transition: 300ms ease;
  cursor: pointer;
  font-weight: 700;
  font-size: 11px;
}
/* line 66, ../sass/screen.scss */
#tarteaucitronAlertBig button:hover {
  background: #1D394F;
  transition: 300ms ease;
  border: 1px solid white;
}
@media screen and (min-width: 43rem) {
  /* line 19, ../sass/screen.scss */
  #tarteaucitronAlertBig {
    position: fixed;
    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 19, ../sass/screen.scss */
  #tarteaucitronAlertBig {
    width: 78%;
    left: 11%;
    padding: 6px;
  }
}

/* line 94, ../sass/screen.scss */
#tarteaucitronClosePanel {
  display: inline-block;
  background: white;
  text-transform: uppercase;
  color: #1D394F;
  padding: 7.5px 15px;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  border: 1px solid white;
  transition: 300ms ease;
  cursor: pointer;
  font-weight: 700;
  font-size: 11px;
}
/* line 112, ../sass/screen.scss */
#tarteaucitronClosePanel:hover {
  background: #1D394F;
  transition: 300ms ease;
  border: 1px solid white;
}

/* line 119, ../sass/screen.scss */
a.tarteaucitronSelfLink {
  display: none !important;
}

/* line 125, ../sass/screen.scss */
#tarteaucitron #tarteaucitronServices button {
  display: inline-block;
  background: white;
  text-transform: uppercase;
  color: #1D394F;
  padding: 7.5px 15px;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  border: 1px solid white;
  transition: 300ms ease;
  cursor: pointer;
  font-weight: 700;
  font-size: 11px;
}
/* line 144, ../sass/screen.scss */
#tarteaucitron #tarteaucitronServices button:hover {
  background: #1D394F;
  transition: 300ms ease;
  border: 1px solid white;
}
/* line 152, ../sass/screen.scss */
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  background: #1D394F;
}

/* line 158, ../sass/screen.scss */
#tarteaucitronIcon {
  display: none !important;
}
