.custom-block * {
  box-sizing: border-box;
}
.custom-block img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.flex .col {
  position: relative;
  flex-basis: 100%;
  max-width: 100%;
  order: -1;
}
.flex .last {
  order: 1;
}
@media (min-width: 960px) {
  .flex .col {
    flex-basis: 50%;
    max-width: 50%;
    order: -1;
  }
}
.action_block {
  margin: 7rem 0;
}
@media (min-width: 960px) {
  .action_block {
    margin: 12.5rem 0;
  }
}
.action_block:first-child {
  margin-top: 0;
}
.action_block:last-child {
  margin-bottom: 0;
}
.action_block .uppercase {
  text-transform: uppercase;
}
.action_block h1 {
  margin-bottom: 0;
}
.action_block p {
  margin: 1rem 0;
  line-height: 2;
  color: #6f7072;
}
@media (min-width: 960px) {
  .action_block p {
    margin: 2rem 0;
  }
  .action_block.flex > .col:first-child {
    padding-right: 3rem;
  }
  .action_block.flex > .col:last-child {
    padding-left: 3rem;
  }
}
.action_block .custom-title {
  line-height: 1;
  margin-bottom: 2rem;
  font-size: 3.125rem;
}
.action_block .custom-title span {
  font-weight: 400;
  color: #666;
}
.action_block .custom-title span.red {
  font-weight: 400;
  color: #ce2f3d;
  font-family: "HelveticaNeueW02-77BdCn 694066", Arial, sans-serif;
}
.action_block .group-label {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 3px solid #6f7072;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 960px) {
  .action_block .group-label {
    flex-basis: calc(50% - 1rem);
    max-width: calc(50% - 1rem);
    margin-bottom: 2rem;
  }
  .action_block .group-label:nth-child(odd) {
    margin-right: 1rem;
  }
  .action_block .group-label:nth-child(even) {
    margin-left: 1rem;
  }
}
.action_block .group-label .label {
  font-size: 1.1rem;
  line-height: 1;
  padding: 10px;
  font-weight: 500;
  max-width: calc(100% - 80px);
  font-family: "HelveticaNeueW02-47LtCn 694048";
}
.action_block .group-label .picto {
  border-right: 3px solid #6f7072;
  padding: 0.5rem;
  height: 80px;
  width: 80px;
}
.action_block .group-label .picto svg {
  stroke-width: 3px;
  transform: translate(1, 1);
}
.action_block .group-label--red {
  border-color: #b10b36;
  color: #b10b36;
}
.action_block .group-label--red .picto {
  border-color: #b10b36;
}
.action_block .group-label--red svg,
.action_block.red .action_block--title .icon svg {
  stroke: #b10b36;
}
.action_block .group-label--green {
  border-color: #006845;
  color: #006845;
}
.action_block .group-label--green .picto {
  border-color: #006845;
}
.action_block .group-label--green svg,
.action_block.green .action_block--title .icon svg {
  stroke: #006845;
}
.action_block .group-label--yellow {
  border-color: #db7e04;
  color: #db7e04;
}
.action_block .group-label--yellow .picto {
  border-color: #db7e04;
}
.action_block .group-label--yellow svg {
  stroke: #db7e04;
}
.action_block .group-label--blue {
  border-color: #004196;
  color: #004196;
}
.action_block .group-label--blue .picto {
  border-color: #004196;
}
.action_block .group-label--blue svg,
.action_block.blue .action_block--title .icon svg {
  stroke: #004196;
}
.action_block--content {
  position: relative;
  z-index: 2;
}
.action_block--link,
.action_block--title {
  font-family: "HelveticaNeueW02-77BdCn 694066", Arial, sans-serif;
}
.action_block--title {
  font-size: 3.125rem;
  margin-top: 0;
  line-height: 1;
}
.action_block--title .icon {
  border: 3px solid #6f7072;
  width: 88px;
  height: 88px;
  line-height: 88px;
  text-align: center;
}
@media (min-width: 960px) {
  .action_block--title .icon {
    margin-left: 2rem;
  }
}
.action_block--title .icon svg {
  stroke-width: 3;
  vertical-align: text-bottom;
}
.action_block--link {
  display: block;
  background: #ce2f3d;
  color: #fff;
  text-decoration: none;
  width: 100%;
  padding: 1rem 2rem;
  letter-spacing: 0.57px;
  margin: 2rem 0;
}
.action_block--link svg {
  fill: #fff;
  transform: rotate(90deg);
  margin-right: 0.5rem;
}
@media (min-width: 960px) {
  .action_block--link {
    width: 210px;
  }
}
.action_block .picture {
  position: relative;
  line-height: 0;
  margin: 2rem 0;
}
@media (min-width: 960px) {
  .action_block .picture {
    margin: 0;
  }
}
.action_block .picture .percentage-box {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-11.25%);
  width: calc(6 / 9 * 100%);
  padding: 1rem 1rem 1rem calc(1 / 9 * 100% + 1rem);
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 100;
}
.action_block .picture .percentage-box.right {
  left: auto;
  right: 0;
  transform: translateX(11.25%);
  padding: 1rem;
}
.action_block .custom-title span,
.action_block .picture .percentage-box span {
  display: block;
  font-family: "HelveticaNeueW02-47LtCn 694048";
}
.action_block .picture .percentage-box .percentage {
  font-size: 5.625rem;
  font-weight: 700;
  font-family: "HelveticaNeueW02-77BdCn 694066", Arial, sans-serif;
}
.action_block.red .action_block--title {
  color: #b10b36;
}
.action_block.red .action_block--title .icon {
  border-color: #b10b36;
}
.action_block.red .percentage-box {
  background: #b10b36;
}
.action_block.green .action_block--title {
  color: #006845;
}
.action_block.green .action_block--title .icon {
  border-color: #006845;
}
.action_block.green .percentage-box {
  background: #006845;
}
.action_block.blue .action_block--title {
  color: #004196;
}
.action_block.blue .action_block--title .icon {
  border-color: #004196;
}
.action_block.blue .percentage-box {
  background: #004196;
}
.action_block.yellow .action_block--title {
  color: #db7e04;
}
.action_block.yellow .action_block--title .icon {
  border-color: #db7e04;
}
.action_block.yellow .action_block--title .icon svg {
  stroke: #db7e04;
}
.action_block.yellow .percentage-box {
  background: #db7e04;
}
.action_block .pattern-title {
  position: absolute;
  left: 0;
  height: 83px;
  background-repeat: repeat-x;
  top: 5px;
  z-index: 0;
  width: calc(100% + 1rem);
  transform: translateX(-1rem);
}
.action_block .group-action {
  color: #fff;
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1rem;
  height: 230px;
  text-decoration: none;
  font-family: "HelveticaNeueW02-77BdCn 694066", Arial, sans-serif;
}
@media (min-width: 960px) {
  .action_block .group-action {
    font-size: 1.8rem;
    padding: 2rem;
    height: 190px;
  }
}
.action_block .group-action .label {
  display: block;
  margin-bottom: 2rem;
}
.action_block .group-action svg {
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  vertical-align: middle;
}
.action_block .group-action .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 86px;
  height: 86px;
  line-height: 82px;
  border: 2px solid #fff;
  text-align: center;
}
.action_block .group-action .icon svg {
  display: inline-block;
  vertical-align: middle;
}
.action_block .group-action.red {
  background: #ce2f3d;
}
.action_block .group-action.yellow {
  background: #db7e04;
}
.action_block .group-action.green {
  background: #006845;
}
.action_block .group-action.blue {
  background: #004196;
}
.action_block .action-col {
  flex-basis: 50%;
  max-width: 50%;
}
.action_block .action-col-deco {
  position: relative;
  height: 48px;
  width: 100%;
}
.action_block .action-col-deco svg {
  fill: #d8d8d8;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.action_block .action-col-deco svg:nth-child(1) {
  left: 12px;
}
.action_block .action-col-deco svg:nth-child(2) {
  left: 25%;
}
.action_block .action-col-deco svg:nth-child(3) {
  left: 50%;
}
.action_block .action-col-deco svg:nth-child(4) {
  left: 75%;
}
.action_block__page .actions-grid {
  max-width: 780px;
  margin: 40px auto 0;
}
.action_block-home {
  max-width: 100%;
  overflow: hidden;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.action_block-home .col:first-child {
  max-width: 100%;
}
@media (min-width: 960px) {
  .action_block-home .col:first-child {
    max-width: calc(1 / 3 * 100%);
  }
}
.action_block-home .col:first-child p {
  font-family: Arial;
  letter-spacing: 0.2px;
  line-height: 22px;
  font-size: 1rem;
}
.action_block-home .col:first-child h2 {
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #666;
  font-family: "HelveticaNeueW02-ThinCn 674417";
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1em;
}
.action_block-home .col:first-child h2 strong {
  color: #df0c36;
  font-family: "HelveticaNeueW02-ThinCn 674417";
  font-weight: 700;
}
.action_block-home .col:last-child {
  max-width: 100%;
  flex-basis: 100%;
}
@media (min-width: 960px) {
  .action_block-home .col:last-child {
    max-width: calc(2 / 3 * 100%);
    flex-basis: calc(2 / 3 * 100%);
  }
}
.title-media {
  display: none;
}

.action_block-home .col:first-child h2,
.action_block-home .col:first-child h2 strong {
  font-family: "Nunito", "Noto Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  text-transform: unset;
  color: #374649;
}

.action_block-home .col:first-child p {
  font-family: "Roboto", "Noto Sans";
  font-weight: 300;
  font-size: 1em;
  line-height: 20px;
  color: #374649;
}

.action_block--link {
  width: 210px;
  float: right;
  background-color: #fff;
  color: #ed0000;
}

a.action_block--link:hover {
  width: 210px;
  float: right;
  background-color: #fff;
  color: #ed0000;
}

.action_block--link svg {
  fill: #ed0000;
  transform: rotate(90deg);
  margin-right: 0.5rem;
}

.action_block .group-action {
  font-family: "Nunito", "Noto Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  text-transform: unset;
  color: #fff;
}

@media (max-width: 480px) {
  .action_block-home .col:first-child h2,
  .action_block-home .col:first-child h2 strong {
    font-family: "Nunito", "Noto Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 22.5px;
    line-height: 25px;
    text-transform: unset;
    color: #374649;
  }
  .action_block-home .col:first-child p {
    font-family: "Roboto", "Noto Sans";
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #374649;
  }
  .action_block--link {
    font-family: "Roboto", "Noto Sans";
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    padding-right: 15px;
    width: 100%;
    text-align: right;
  }
}
