#simplePage form{
  display: flex;
  flex-direction: column;
}

#simplePage input,
#simplePage textarea{
  padding: 0.25rem 0.75rem;
  margin: 0.75rem;
  border: 1px solid #000000;
  font-size: 18px;
}

#simplePage .btn-download{
    position: relative;
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 22px;
    padding: 0.45rem 0.7rem;
    background: transparent;
    text-transform: none;
    color: #006bb2;
    /* margin-top: 30px; */
    border: 1px solid #006bb2;
    transition: all ease-in .3s;
}

#simplePage .btn-download:hover{
  color: #ffffff;
  background-color: #006bb2;
}

.information-lieux-evenement{
  text-align: center;
  font-size: 25px;
  font-family: 'Raleway-ExtraBold', sans-serif;
  color: #2f6bb1;
}

.rejoindre-levent{
  font-size: 20px;
}

/* sendmaileventparis */

#simplePage .publications-node h1,
#simplePage .publications-node h2{
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

#simplePage .publications-node h2{
  font-size: calc(1.4 * (1vw + 1vh - 1vmin))!important;
}

#simplePage .content-simple-page{
  margin-top: 1.50rem;
}

#simplePage ul{
  list-style: none;
  padding: 0;
  margin-left: 30px;
  font-size: 16px;
  line-height: 2;
  list-style-position: outside;
}

#simplePage ul{
  padding-left: 20px;
}


#simplePage ol li{
  font-size: 16px!important;
  padding-bottom: 0.75rem;
  line-height: 1.7;
}

#simplePage li{
  line-height: 1.7;
}

#simplePage ul li:before{
  content: "■";
  /* font-family: FontAwesome; */
  /* content: "\f082"; */
  color: #006bb2;
  font-size: 30px;
  padding-right: 10px;
  vertical-align: -6%;
  line-height: 25px;
}
