:root {
  --hub-body : rgba(16, 24, 29, 1);
  --hub-white : rgba(255, 255, 255, 1);
  --hub-black : rgba(25, 25, 25, 1);
  --hub-grey : rgba(89, 110, 116, 1);
  --hub-blue : rgba(0, 206, 255, 1);
  --hub-blue-light: rgba(178, 229, 245, 1);
  --hub-blue-dark: rgba(12, 57, 73, 1);

  --hub-push-green: rgba(75, 185, 170, 1);
  --hub-push-green-light: rgba(165, 220, 212, 1);
  --hub-push-green-lighter: rgba(201, 234, 229, 1);

  --hub-push-blue: rgba(0, 206, 255, 1);
  --hub-push-blue-light: rgba(128, 212, 239, 1);
  --hub-push-blue-lighter: rgba(178, 229, 245, 1);

  --hub-push-purple: rgba(170, 150, 195, 1);
  --hub-push-purple-light: rgba(212, 202, 225, 1);
  --hub-push-purple-lighter: rgba(229, 223, 237, 1);

  --hub-push-yellow: rgba(250, 185, 40, 1);
  --hub-push-yellow-light: rgba(252, 220, 147, 1);
  --hub-push-yellow-lighter: rgba(253, 234, 190, 1);

  --hub-orange: rgba(215, 120, 100, 1)
}

.row_bg {
  z-index: -1;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
}

.paragraph--type--row {
  padding: 45px 0 30px 0;
}

.bg-row-dark_blue {
  z-index: -1;
  background-color: var(--hub-blue-dark);
}

.hub-container {
  max-width: 1280px !important;
}

.hub-container .field--name-title {
  max-width: 750px;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}

.hub-container .field--name-field-subtitle {
  max-width: 750px;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 1rem;
}

.hub-container .field--name-field-lead {
  max-width: 750px;
}
.hub-container .field--name-field-lead p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.hub-container .field--name-field-layout > .field__items {
  display: grid;
  grid-template-columns: 1fr;
}

.hub-container .field--name-field-cols > .field__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}

.hub-container .field--name-field-cols > .field__items.field__items--count-2,
.hub-container .row-cols-col6_col6 .field--name-field-cols > .field__items {
  grid-template-columns: repeat(2, 1fr);
}

.hub-container .row-cols-col7_col5 .field--name-field-cols > .field__items.field__items {
  grid-template-columns: 7fr 5fr;
}

.hub-container .row-cols-col70_col30 .field--name-field-cols > .field__items {
  grid-template-columns: 70fr 30fr;
}

.hub-container .field--name-field-blocks > .field__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}

.hub-container .field--name-field-data-composites > .field__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.hub-container .field--name-field-cols > .field__items > .field__item {
  width: 100%;
}

.hub-container .documents-utiles__title .field--name-field-custom-title,
.field--name-field-row-title, .field--name-field-col-title {
  font-size: 30px;
  font-weight: 400 !important;
  line-height: 130%;
  margin-bottom: 1.2rem;
}

.field--name-field-branch-component-title {
  font-size: 30px;
  font-weight: 400 !important;
  line-height: 130%;
  margin-bottom: 0.5rem;
}

.hub-container .field--name-field-blocks > .field__items > .field__item {
  width: 100%;
}

.hub-container .field--name-field-blocks > .field__items > .field__item .documents-utiles-container {
  max-width: 610px;
  margin: 0;
  align-self: start;
}

.hub-container .field--name-field-blocks > .field__items > .field__item .documents-utiles-container .documents-utiles__items .normal-documents {
  margin-top: 0;
}

.documents-utiles .not-highlighted .media-download {
  background-color: var(--hub-blue-light)!important;
}

.media-download .media-download__date {
    color: var(--hub-black);
}

.documents-utiles .not-highlighted .media-download a, .documents-utiles .not-highlighted .media-download {
  --text--text-color: var(--hub-black) !important;
  --link--text-color: var(--hub-black) !important;
  --link-hover--text-color: var(--hub-black) !important;
}

.documents-utiles .not-highlighted .media-download .media-download__download-title, .documents-utiles .not-highlighted .media-download .media-download__download-image svg * {
    color: var(--hub-black) !important;
    stroke: var(--hub-black) !important;
}

.hub-container .field--name-field-branches-list > .field__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 9.375rem));
  gap: 10px;
}

.branch-component {
  max-width: 250px;
}

.branch-component__logo {
  background-color: var(--hub-white);
  width: 100%;
  height: 70px;
  padding: 10px 20px;
  border-radius: 50px;
}

.branch-component__logo * {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.branch-component__name {
  font-size: 12px;
  font-weight: 600;
  line-height: 27px;
  color: var(--hub-white);
  text-decoration: underline;
  --text--text-color: var(--hub-white);
  --link--text-color: var(--hub-white);
  --link-hover--text-color: var(--hub-blue);
}

.branch-component:hover .branch-component__name {
  color: var(--hub-blue);
  --text--text-color: var(--hub-blue);
  --link--text-color: var(--hub-blue);
  --link-hover--text-color: var(--hub-blue);
}

.branch-component:hover svg * {
  stroke: var(--hub-blue);
}

.paragraph--type--composite-data-section {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.field--name-field-data-section-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 1.5rem;
  color: var(--hub-black);
}
.field--name-field-data-section-title::after {
  content: '';
  display: block;
  width: 64px;
  height: 3px;
  background: var(--hub-push-yellow);
  margin-top: 3px;
  border-radius: 2px;
}

.field--name-field-list-hub-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 0.5rem;
  color: var(--hub-black);
}

.section-bg-rectangle-1 {
  z-index: -1;
  background-color: var(--hub-push-blue-lighter);
}

.section-bg-rectangle-2 {
  background-color: var(--hub-push-blue-light);
  height: 238px;
  width: 645px;
}

.section-bg-rectangle-3 {
  background-color: var(--hub-push-blue);
  height: 152px;
  width: 516px;
  border-left: 6px solid var(--hub-white);
  border-bottom: 6px solid var(--hub-white);
}

.paragraph--type--composite-data-section .field--name-field-publication-links .field__items {
  padding-left: 8px;
}

.paragraph--type--composite-data-section a {
  font-size: 14px;
  font-weight: 600;
  line-height: 27px;
  --text--text-color: var(--hub-black);
  --link--text-color: var(--hub-black);
  --link-hover--text-color: var(--hub-blue);
}

.paragraph--type--composite-data-section .field--name-field-publi-link .field__item::before {
  content: "•";
  color: var(--hub-black);
  margin-right: 8px;
}

.paragraph--type--composite-data-section .field--name-field-publi-link .field__item::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-size: contain;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M7.31891%201.43066H10.754M10.754%201.43066V4.86575M10.754%201.43066L3.50214%209.0642M4.8168%201.50707H1.76335C1.34176%201.50707%201%201.84884%201%202.27043V10.6673C1%2011.0889%201.34176%2011.4307%201.76335%2011.4307H10.1602C10.5818%2011.4307%2010.9236%2011.0889%2010.9236%2010.6673V7.29579%22%20stroke%3D%22%2310181D%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E") no-repeat;
}

.paragraph--type--publi-section {
  background-color: var(--hub-white);
}

.field--name-field-publi-section-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 1.5rem;
  color: var(--hub-black);
}
.field--name-field-publi-section-title::after {
  content: '';
  display: block;
  width: 64px;
  height: 3px;
  background: var(--hub-push-blue);
  margin-top: 3px;
  border-radius: 2px;
}

.field--name-field-lists > .field__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.field--name-field-lists > .field__items > .field__item {
  flex: 1 1 286px;
  max-width: 600px;
  border-left: 1px solid var(--hub-black);
  margin-bottom: 8px;
  padding-left: 16px;
  padding-right: 24px;
}

.field--name-field-lists > .field__items > .field__item:first-child {
  border-left: none;
  padding-left: 0;
}

.field--name-field-list-hub-title .field__item {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0.5rem;
  color: var(--hub-black);
}

.field--name-field-list-hub-image .field--name-field-media-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 0.5rem;
}

.field--name-field-list-hub-image .field--name-field-media-image img {
  margin: 0;
  height: auto;
  object-fit: cover;
}

.paragraph--type--publi-section .paragraph--type--hub-link {
  display: flex;
  align-items: center;
}

.paragraph--type--publi-section .paragraph--type--hub-link .point::after {
  display: flex;
  align-items: center;
  content: "•";
  font-size: 40px;
  height: 20px;
  margin-right: 8px;
  color: var(--hub-black);
}

.paragraph--type--publi-section .paragraph--type--hub-link .point-purple::after {
  color: var(--hub-push-purple);
}

.paragraph--type--publi-section .paragraph--type--hub-link .point-yellow::after {
  color: var(--hub-push-yellow);
}

.paragraph--type--publi-section .paragraph--type--hub-link .point-orange::after {
  color: var(--hub-orange);
}

.paragraph--type--publi-section .paragraph--type--hub-link {
  margin-bottom: 1rem;
}

.paragraph--type--publi-section .field--name-field-publi-link a {
  display: inline-block;
  align-self: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  --text--text-color: var(--hub-blue-dark);
  --link--text-color: var(--hub-blue-dark);
  --link-hover--text-color: var(--hub-blue);
}

.paragraph--type--publi-section .field--name-field-publi-link a::after {
  content: '';
  display: inline-block;
  position: relative;
  width: 18px;
  height: 19px;
  top: 4px;
  margin-left: 8px;
  background-size: contain;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2219%22%20viewBox%3D%220%200%2018%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M2.7533%209.43066H14.8679%22%20stroke%3D%22%2310181D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M9.91187%204.36816L14.8678%209.43066L9.91187%2014.4932%22%20stroke%3D%22%2310181D%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E") no-repeat;
}

.paragraph--type--publi-section .field--name-field-publi-link a:hover::after {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2219%22%20viewBox%3D%220%200%2018%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M2.7533%209.43066H14.8679%22%20stroke%3D%22%2300CEFFFF%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M9.91187%204.36816L14.8678%209.43066L9.91187%2014.4932%22%20stroke%3D%22%2300CEFFFF%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E") no-repeat;
}

.field--name-field-title-press-com {
  font-size: 30px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 1.5rem;
  color: var(--hub-white);
}

.paragraph--type--hub-external-links > .link-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 185px));
  gap: 26px;
}

.paragraph--type--hub-external-links > .icon-link-list {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  gap: 26px;
}

.paragraph--type--hub-external-links a {
  display: inline-block;
  align-self: anchor-center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: underline;
  --text--text-color: var(--hub-white);
  --link--text-color: var(--hub-white);
  --link-hover--text-color: var(--hub-blue);
}

.paragraph--type--hub-external-links .link-list a::after {
  content: '';
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  top: 2px;
  background-size: contain;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M7.31891%201.43066H10.754M10.754%201.43066V4.86575M10.754%201.43066L3.50214%209.0642M4.8168%201.50707H1.76335C1.34176%201.50707%201%201.84884%201%202.27043V10.6673C1%2011.0889%201.34176%2011.4307%201.76335%2011.4307H10.1602C10.5818%2011.4307%2010.9236%2011.0889%2010.9236%2010.6673V7.29579%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E") no-repeat;
}

.paragraph--type--data-section .main-push .main-push__icon svg path {
  stroke: #FFF;
}

@media (max-width: 768px) {

  .not-highlighted .media-download .media-download__title, .without-image .media-download .media-download__title {
    font-size: 18px;
  }

  .media-download .media-download__download {
    grid-area: col1 !important;
    padding: 0;
  }

  .media-download .media-download__download a {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 1024px) {
  /*.paragraph--type--row {*/
  /*  padding-top: 30px;*/
  /*}*/

  .paragraph--type--publi-section,
  .paragraph--type--data-section {
    width: calc(100% + 30px);
    left: calc(50% - 50vw);
  }

  .hub-container .field__items {
    display: grid;
    grid-template-columns: 1fr !important;
    width: 100%;
    justify-self: center;
    /*gap: 0 !important;*/
  }

  .hub-container .field--name-field-branches-list > .field__items {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }

  .hub-container .field--name-field-blocks > .field__items > .field__item .documents-utiles-container {
    max-width: 100%;
    margin: 0;
    align-self: start;
  }

  .paragraph--type--documents-utiles {
    justify-items: center;
  }

  .hub-container .field--name-field-data-composites > .field__items,
  .hub-container .field--name-field-lists > .field__items,
  .hub-container .field--name-field-main-pushes > .field__items,
  .hub-container .field--name-field-secondary-pushes > .field__items,
  .hub-container .field--name-field-tertiary-pushes > .field__items,
  .hub-container .field--name-field-press-pushes > .field__items
  {
    max-width: 393px;
    gap: 26px !important;
  }

  .field--name-field-branch-component-title {
    max-width: 393px;
  }

  .field--name-field-lists > .field__items > .field__item {
    border-left: none;
    padding: 0;
  }

  .documents-utiles__items {
    width: 100%;
  }

  .paragraph--type--hub-external-links a {
    font-size: 16px;
    line-height: 27px;
  }

}

.hub-container .row-cols-col8_col2 .field--name-field-cols > .field__items.field__items {
  grid-template-columns: 8fr 2fr;
}

.hub-container .row-cols-col8_col2 .field--name-field-cols > .field__items > .field__item:last-child {
  margin-top: -10px;
}

.branch-component__name {
  white-space: nowrap;
}

.field--name-field-lead {
  margin-top: 2rem;
}

.field--name-field-main-pushes {
  margin-bottom: 24px;
}

.field--name-field-branches-list {
  margin-bottom: 30px;
}

.tertiary-push a[href*="fondation-rte"] {
  width: 289px !important;
}

.node--type-hub .paragraph--type--data-section {
  margin-bottom: 30px;
}
