a {
  text-decoration: none;
}

.title-1 {
  color: var(--noir2);
  font-family: var(--font-poppins);
  font-size: 30px;
  font-weight: 500;
}

.title-2 {
  color: #fff;
  font-family: var(--font-poppins);
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-1 {
  color: #222222;
  font-weight: normal;
  font-size: 18px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.top_50 {
  margin-top: 50px;
}

.top_150 {
  margin-top: 150px;
}

.top_200 {
  margin-top: 200px;
}

.bot_400 {
  margin-bottom: 400px !important;
}

.nomargin {
  margin: 0;
}

.borderbotredcenter::after {
    content: '';
    border-bottom: 2px solid var(--color-primary-site);
    width: 40px;
    display: block;
    margin: 0 auto;
}

.borderbotredleft::after {
    content: '';
    border-bottom: 2px solid var(--color-primary-site);
    width: 40px;
    display: block;
}

.borderbotwhiteleft::after {
    content: '';
    border-bottom: 2px solid #fff;
    width: 40px;
    display: block;
}

.section_width {
    max-width: 1613px;
    margin: 0 auto;
    display: block;
    width: 100%;
}
