/*BANDEAU TOP*/

.warning__wrapper {
  position   : relative;
  z-index    : 5;
  background : #d63031;
  padding    : 12px 0;
}

.warning__wrapper p,
.warning__wrapper a,
.warning__wrapper span {
  color : var(--color-white-default);
  font-weight: 600;
}

.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__title span:first-child {
  display         : flex;
  align-items     : center;
  justify-content : center;
}

.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;
}
