/* 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 23, ../sass/screen.scss */
#tarteaucitronRoot {
  bottom: 0;
  top: auto;
  position: fixed;
  z-index: 9;
}

/* line 31, ../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 48, ../sass/screen.scss */
#tarteaucitronAlertBig:before {
  content: " ";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: black;
  z-index: -1;
}
@media screen and (min-width: 43rem) {
  /* line 31, ../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 31, ../sass/screen.scss */
  #tarteaucitronAlertBig {
    width: 80%;
    left: 10%;
    padding: 6px;
  }
}

/* line 83, ../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 101, ../sass/screen.scss */
#tarteaucitronClosePanel:hover {
  background: #0D061E;
  transition: 300ms ease;
  border: 1px solid var(--ui-color-tertiary);
}

/*#tarteaucitron {
    #tarteaucitronServices {

        button
         {
            display: inline-block;
            background: $ui-color-tertiary;
            text-transform: uppercase;
            color: white;
            padding: $ui-padding/4 $ui-padding/2;
            text-align: center;
            text-decoration: none;
            border-radius: 0;
            letter-spacing: 0.5px;
            position: relative;
            overflow: hidden;
            border: 1px solid $ui-color-tertiary;
            transition: 300ms ease;
            cursor: pointer;
            font-weight: 700;
            font-size: 11px;

            &:hover {
                background: $ui-dark-grey;
                transition: 300ms ease;
                border: 1px solid $ui-color-tertiary;

            }
        }

        .tarteaucitronMainLine {
            background: $ui-color-primary;
        }
    }

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