@media all {
  .Content_type.paragraph .title {
    color: #100D4B;
  }
  .Content_type.paragraph .title + .subtitle {
    margin-top: 0.5em;
  }
  .Content_type.paragraph .title ~ .text,
  .Content_type.paragraph .subtitle ~ .text {
    margin-top: 1.75em;
  }
  .Content_type.quote .text {
    line-height: 1.4;
  }
  .Content_type.quote .author {
    margin-top: 0.5em;
    color: #100D4B;
  }
  .Content_type.highlight {
    line-height: 1.4;
    color: #100D4B;
  }
  .Content_type.double-picture-h::before,
  .Content_type.double-picture-h::after {
    content: '';
    display: table;
  }
  .Content_type.double-picture-h::after {
    clear: both;
  }
  .Content_type.double-picture-h .container:first-child .caption {
    position: absolute;
  }
  .Content_type.double-picture-h .container:last-child {
    float: right;
    position: relative;
    z-index: 1;
    margin-left: 1em;
  }
  .Content_type.profiles {
    color: #100D4B;
  }
  .Content_type.profiles .image {
    width: 300px;
    height: 300px;
  }
  .Content_type.profiles .details {
    padding: 0 20px;
  }
  .Content_type.profiles .linkedin .picto {
    width: 2.75em;
    height: 2.75em;
    display: inline-flex;
    justify-content: center;
    border-radius: 100%;
    background-color: #D9E9F3;
  }
  .Content_type.profiles .linkedin .picto .logo {
    width: 1.25em;
  }
  .Content_type.cta .cta-button {
    padding: 0.35em 1.5em;
    display: inline-block;
    background-color: #100D4B;
    border: 1px solid #100D4B;
    border-radius: 2em;
    color: #D9E9F3;
  }
  .Content_type.charts {
    color: #100D4B;
  }
  .Content_type.charts .chart {
    position: relative;
  }
  .Content_type.charts .chart .container {
    display: grid;
    margin-top: 2em;
    align-items: center;
  }
  .Content_type.charts .chart .donut {
    aspect-ratio: 1;
  }
  .Content_type.charts .chart .labels.full {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    background-color: #D9E9F3;
    transition: opacity cubic-bezier(0.2, 0.01, 0.45, 1) 0.25s, visibility cubic-bezier(0.2, 0.01, 0.45, 1) 0.25s;
  }
  .Content_type.charts .chart .labels.full.hidden {
    opacity: 0;
    visibility: hidden;
  }
  .Content_type.charts .chart .labels .swatch {
    width: 1.5em;
    height: 0.825em;
    display: inline-block;
    margin-right: 0.5em;
    line-height: 1.3;
  }
  .Content_type.charts .chart .label {
    padding-left: 2em;
    margin-bottom: 0.5em;
    text-indent: -2em;
  }
  .Content_type.charts .chart .more {
    display: inline-block;
    margin-top: 1em;
  }
  .Content_type.html {
    overflow: hidden;
  }
  .Content_type .caption {
    color: #707070;
  }
}
@media (min-width: 1025px) {
  .Content_type {
    margin-top: 90px;
  }
  .Content_type.paragraph .title {
    font-size: 30px;
  }
  .Content_type.paragraph .subtitle {
    font-size: 18px;
  }
  .Content_type.quote .text {
    font-size: 45px;
  }
  .Content_type.quote .author {
    font-size: 20px;
    text-align: right;
  }
  .Content_type.highlight {
    font-size: 50px;
    text-align: center;
  }
  .Content_type.double-picture-h .image {
    width: 860px;
  }
  .Content_type.double-picture-h .container:first-child .caption {
    width: 130px;
  }
  .Content_type.double-picture-h .container:last-child {
    margin-top: -150px;
  }
  .Content_type.double-picture-v {
    display: flex;
    justify-content: space-between;
  }
  .Content_type.double-picture-v .image {
    width: 460px;
    height: 620px;
  }
  .Content_type.profiles {
    display: flex;
    justify-content: center;
  }
  .Content_type.profiles .profile {
    width: 300px;
    margin: 0 25px;
  }
  .Content_type.profiles .name {
    margin-top: 20px;
    font-size: 28px;
  }
  .Content_type.profiles .job {
    margin-top: 15px;
    font-size: 15px;
  }
  .Content_type.profiles .linkedin {
    margin-top: 20px;
  }
  .Content_type.map .frame {
    height: 550px;
  }
  .Content_type.cta .cta-button {
    font-size: 16px;
  }
  .Content_type.cta .cta-button:hover {
    background-color: transparent;
    border-color: #100D4B;
    color: #100D4B;
  }
  .Content_type.charts {
    display: flex;
    justify-content: space-between;
  }
  .Content_type.charts .chart {
    width: 460px;
  }
  .Content_type.charts .chart:only-child {
    margin: 0 auto;
  }
  .Content_type.charts .chart .title {
    font-size: 30px;
  }
  .Content_type.charts .chart .subtitle {
    font-size: 16px;
  }
  .Content_type.charts .chart .container {
    grid-template-columns: 275px auto;
  }
  .Content_type.charts .chart .donut {
    width: 100%;
  }
  .Content_type.charts .chart .labels.top {
    margin-left: 20px;
  }
  .Content_type.charts .chart .labels.full {
    padding: 40px;
    top: calc(100% - 40px);
  }
  .Content_type.charts .chart .labels.full .label {
    width: 154px;
  }
  .Content_type.charts .chart .labels.full .label:nth-child(even) {
    margin-left: 20px;
  }
  .Content_type .caption {
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  .Content_type {
    margin-top: 45px;
  }
  .Content_type.paragraph .title {
    font-size: 18px;
  }
  .Content_type.paragraph .subtitle {
    font-size: 12px;
  }
  .Content_type.quote .text {
    font-size: 18px;
  }
  .Content_type.quote .author {
    text-align: center;
  }
  .Content_type.highlight {
    font-size: 18px;
  }
  .Content_type.double-picture-h .container:first-child {
    width: 90%;
  }
  .Content_type.double-picture-h .container:first-child .caption {
    width: 30%;
    padding-right: 5px;
    box-sizing: border-box;
  }
  .Content_type.double-picture-h .container:last-child {
    width: 70%;
    margin-top: -60px;
  }
  .Content_type.double-picture-v .container + .container {
    margin-top: 45px;
  }
  .Content_type.double-picture-v .image {
    width: 100%;
    height: 0;
    padding-bottom: 133%;
  }
  .Content_type.profiles .profile {
    max-width: 300px;
    margin: 0 auto;
  }
  .Content_type.profiles .profile:not(:first-child) {
    margin-top: 45px;
  }
  .Content_type.profiles .name {
    margin-top: 10px;
    font-size: 22px;
  }
  .Content_type.profiles .job {
    margin-top: 8px;
    font-size: 11px;
  }
  .Content_type.profiles .linkedin {
    margin-top: 10px;
  }
  .Content_type.map .frame {
    height: 400px;
  }
  .Content_type.charts .chart + .chart {
    margin-top: 40px;
  }
  .Content_type.charts .chart .title {
    font-size: 18px;
  }
  .Content_type.charts .chart .subtitle {
    font-size: 10px;
  }
  .Content_type.charts .chart .container {
    grid-template-columns: auto 110px;
  }
  .Content_type.charts .chart .donut {
    width: calc(100vw - 110px - 60px);
    max-width: 350px;
  }
  .Content_type.charts .chart .labels.top {
    margin-left: 15px;
  }
  .Content_type.charts .chart .labels.full {
    width: calc(100vw - 60px);
    max-width: 460px;
    padding: 20px;
    box-sizing: border-box;
    top: calc(100% - 20px);
  }
  .Content_type.charts .chart .labels.full .label {
    width: calc(50% - 10px);
    box-sizing: border-box;
  }
  .Content_type.charts .chart .labels.full .label:nth-child(even) {
    margin-left: 20px;
  }
  .Content_type .caption {
    margin-top: 5px;
  }
}
