.title-inform {
  display: inline-block;
  box-sizing: border-box;
  padding: 50px 0px;
  font-size: 2em;
  color: #15325A;
  font-weight: bold;
}
.title-inform span {
  font-weight: lighter;
}
.informations-content {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.newsAfter {
  display: none;
}
.newsAfter h2 {
  margin-top: 70px;
  color: #15325A !important;
  font-size: 2em !important;
  font-weight: bolder;
}
.newsAfter h2 span {
  font-size: 0.8em !important;
  text-decoration: none;
  font-weight: lighter;
}
.newsletter-section .newsletter-bloc {
  box-sizing: border-box;
  padding: 3rem;
  float: left;
}
.newsletter-section .newsletter-bloc h2 {
  display: inline-block;
  box-sizing: border-box;
  padding-bottom: 10px;
  font-size: 2em;
  color: #15325A;
  font-weight: bold;
}
.newsletter-section .newsletter-bloc p {
  opacity: 0.65;
  margin-bottom: 40px;
}
.newsletter-section .newsletter-bloc .newsletter-filter {
  display: inline-block;
  border: 1px solid #15325A;
  padding: 15px;
  text-align: center;
  width: 175px;
  font-weight: bold;
  text-transform: uppercase;
  color: #15325A;
  transition: all 0.4s;
}
.newsletter-section .newsletter-bloc .newsletter-filter.active {
  background-color: #15325A;
  color: white;
}
.newsletter-section .newsletter-bloc .newsletter-filter.news-habitat {
  margin-right: 20px;
}
.newsletter-section .newsletter-bloc input {
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  padding: 20px;
  padding-left: 0px;
  margin-top: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #15325A;
}
.newsletter-section .newsletter-bloc .newsletter-action {
  font-weight: bolder;
  text-decoration: underline;
  font-size: 1.5rem;
  color: #15325A;
}
.title-home-h2 {
  font-size: 2rem;
  font-weight: bolder;
  font-family: 'Montserrat', sans-serif;
  color: #15325A;
  margin-top: 60px;
  margin-bottom: 10px;
}
.text-home {
  text-align: justify;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  font-size: 18px;
}
.aside-home {
  box-sizing: border-box;
  padding: 0px;
}
@media screen and (max-width: 1024px) {
  .aside-home {
    padding: 2rem;
  }
}
@media screen and (max-width: 1380px) {
  header .menu-right ul li a,
  header .menu-left ul li a {
    padding: 0px 12px !important;
  }
}
@media screen and (min-width: 1400px) {
  header .menu-right ul li a,
  header .menu-left ul li a {
    padding: 0px 12px !important;
  }
}
@media screen and (min-width: 1450px) {
  header .menu-right ul li a,
  header .menu-left ul li a {
    padding: 0px 40px !important;
  }
}
@media screen and (max-width: 600px) {
  font-size: 1.4em;
}

