/*BANDEAU TOP*/

.warning__wrapper {
  position   : relative;
  z-index    : 5;
  background : var(--color-blue-default);
  padding    : 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  /*height: 40px;*/
}

.warning__wrapper p,
.warning__wrapper a,
.warning__wrapper span {
  color : var(--color-white-default);
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-width : 300;
  line-height: 18px; /* 93.333% */
  letter-spacing: 0.5px;
}

.warning__title {
  cursor     : pointer;
  text-align : center;
}

.warning__title a {
  text-decoration : underline;
  transition      : all 0.5s ease-in-out;
}

.warning__title a:hover {
  text-decoration : underline;
}


.warning__content {
  display : none;
}

.warning__content__container {
  display         : flex;
  flex-direction  : column;
  align-items     : center;
  justify-content : center;
  text-align      : center;
}

.warning__wrapper span {
  font-weight   : 400;
  border-bottom : 1px solid transparent;
  margin-left   : 0.5em;
}

@media (max-width : 400px) {
  .warning__wrapper span {
    font-size : 11px;
  }
}

.warning__wrapper .bottom-arrow {
  width        : 20px;
  margin-left  : 10px;
  margin-right : 5px;
  fill         : transparent;
  stroke       : #fff;
  stroke-width : 5px;
}
