/*BANDEAU TOP*/

.second-warning__wrapper {
  position   : relative;
  z-index    : 5;
  background : var(--color-second-top-banner-background);
  padding    : 7px 0;
}

.second-warning__wrapper p,
.second-warning__wrapper a,
.second-warning__wrapper span {
  color : var(--color-second-top-banner-txt-color);
}

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

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

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

.second-warning__title span:first-child {
  display         : flex;
  align-items     : center;
  justify-content : center;
}

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

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

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

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

.second-warning__container{
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

@media (max-width: 1023px){
  .warning__content{
    display: none;
  }
  .warning__title{
    text-align: center;
  }
  .warning__container{
    justify-content: center;
  }
}
