.moderation-note-tooltip {
  z-index: 999;
}
.page-node-type-resource #content {
  margin-top: 200px;
  margin-bottom: 100px;
}
.page-node-type-resource #content .ressource-prev-call {
  display: flex;
  align-items: center;
}
.page-node-type-resource #content .ressource-prev-call img {
  margin-right: 20px;
}
.wrap-legend {
  position: relative;
}
.wrap-legend span {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 2px;
}
.field--type-entity-reference {
  font-family: 'karbonregular', sans-serif;
}
@media screen and (max-width: 767px) {
  .page-node-type-call-for-project .field--name-field-numbers {
    display: flex !important;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .page-node-type-call-for-project .field--name-field-numbers .topic-item {
    flex-basis: 48%;
    width: unset!important;
  }
  .page-node-type-call-for-project .field--name-field-numbers .topic-item .description {
    min-height: unset;
  }
}
.theme-news-cities {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  background-color: rgba(15, 29, 32, 0.9);
  border-radius: 27px;
  color: #FFF;
  font-family: 'karbonmedium', sans-serif;
  padding: 3px 12px 4px 4px;
  display: flex;
  flex-flow: wrap row;
  align-items: center;
}
.theme-news-cities img {
  width: 25px;
  height: 25px;
  margin-right: 7px;
}
.news-cities h3 {
  margin-bottom: 5px;
}
.news-cities .image .sub {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.news-cities .image .sub img {
  margin-right: 7px;
}
.news-cities:first-child .details {
  padding-top: 0;
}
.topic-details .topic-menu ul li a.alt {
  border: 2px solid #4b4dd2;
  border-radius: 45px;
  padding: 5px 10px !important;
  color: #4b4dd2 !important;
  height: auto !important;
  transition: all 200ms ease-in-out;
}
.topic-details .topic-menu ul li a.alt:hover {
  color: #13b89c !important;
  position: relative;
  border-color: #13b89c;
}
.topic-details .topic-menu ul li a.alt:hover:after {
  content: unset;
}
.topic-details .rebond-kb div {
  padding: 50px 0;
  font-size: 2rem;
  float: right;
}
.topic-details .rebond-kb div a {
  margin-left: 10px;
  font-family: 'karbonsemibold', sans-serif;
  border: 2px solid #4b4dd2;
  border-radius: 45px;
  padding: 5px 10px !important;
  color: #4b4dd2 !important;
  height: auto !important;
  transition: all 200ms ease-in-out;
}
.topic-details .rebond-kb div a:hover {
  color: #13b89c !important;
  position: relative;
  border-color: #13b89c;
}
.topic-details .topic-section.news {
  margin-top: 60px;
  background-color: #f3f3fc;
}
.topic-details .topic-section.news .view-display-id-block_topics_news {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .topic-details .topic-section.news .view-display-id-block_topics_news {
    flex-flow: wrap column;
  }
}
.topic-details .topic-section.news .view-display-id-block_topics_news > div {
  flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  .topic-details .topic-section.news .view-display-id-block_topics_news > div {
    flex-basis: 100%;
  }
}
.topic-details .topic-section.news .view-display-id-block_topics_news .view-footer {
  padding: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .topic-details .topic-section.news .view-display-id-block_topics_news .view-footer {
    padding: 40px 0;
  }
}
.topic-details .topic-section.news .view-display-id-block_topics_news .view-footer .title {
  color: #4b4dd2;
  font-size: 5rem;
  font-family: 'karbonbold', sans-serif;
}
.topic-details .topic-section.news .view-display-id-block_topics_news .view-footer a {
  border: 2px solid #4b4dd2;
  border-radius: 45px;
  padding: 5px 10px !important;
  color: #4b4dd2 !important;
  height: auto !important;
  transition: all 200ms ease-in-out;
  font-family: 'karbonsemibold', sans-serif;
  display: block;
  width: fit-content;
  margin: 40px auto;
}
.topic-details .topic-section.news .view-display-id-block_topics_news .view-footer a:hover {
  color: #13b89c !important;
  position: relative;
  border-color: #13b89c;
}
.topic-details .topic-section.news .news-wrapper .news-list {
  justify-content: space-between;
}
.topic-details .topic-section.news .news-wrapper .news-list li {
  flex-basis: 48%;
}
.isflex {
  display: flex;
}
.link {
  color: #4b4dd2;
  text-decoration: underline  !important;
  font-family: 'karbonsemibold', sans-serif;
}
.node--type-editorial-page .field--name-field-paragraphs > .field__item > .paragraph {
  width: 100% !important;
}
span.type-news {
  font-size: 18px;
}
.download-new {
  margin-top: 60px;
}
.download-new a {
  color: white !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.download-new a > div {
  display: flex;
  flex-flow: wrap column;
}
.download-new a > div span {
  margin: auto;
  line-height: 0.5;
  font-family: 'karbonregular', sans-serif;
  font-size: 1.5rem;
}
.download-new img {
  width: 25px !important;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .download-new {
    margin: auto;
    width: fit-content;
  }
}
.news-left .project-dtls .label-info {
  color: #13B89C;
  background-color: unset;
  text-transform: uppercase;
  font-family: 'karbonsemibold', sans-serif;
}
.news-left .info {
  margin-bottom: 15px;
}
.article-event .socials {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .article-event .socials {
    position: unset;
    width: 100%;
  }
}
.alt-journal-behavior .paragraph {
  padding-top: 150px !important;
  margin-top: -150px !important;
}
@media screen and (max-width: 767px) {
  .alt-journal-behavior .paragraph {
    padding: 150px 0 0 !important;
  }
}
.alt-journal-behavior .paragraph .wrapper-para {
  padding: 0 !important;
}
.alt-journal-behavior .paragraph .paragraph {
  padding-top: 0 !important;
  margin-top: auto !important;
}
.alt-journal-behavior .paragraph--type--highlight-text-key-figure {
  background-color: unset;
}
.wrapper-paragraph {
  position: relative;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  flex-basis: 20%;
  padding-right: 30px;
  margin-top: 80px;
}
.wrapper-paragraph .quick-access {
  background-color: #dcf4f0;
}
.wrapper-paragraph .quick-access ul li a.active {
  color: #13b89c !important;
}
.wrapper-paragraph .quick-access ul li a.active:after {
  background-color: #13b89c;
}
@media screen and (max-width: 767px) {
  .wrapper-paragraph {
    flex-basis: 100%;
    padding-right: 0;
    margin: 40px auto 0;
  }
}
.wrap-qa {
  margin-top: 30px;
  position: sticky;
  top: 180px;
  padding: 23px 8px 0 0;
  border-radius: 12px;
  background-color: #f3f3fc !important;
}
.wrap-qa .quick-access {
  position: initial;
  padding: 0;
  border-radius: unset;
}
.wrap-qa .quick-access ul li a.active {
  color: #4b4dd2 !important;
}
.wrap-qa .quick-access ul li a.active:after {
  background-color: #4b4dd2;
}
.nav-mobile-rapport {
  margin-top: 20px;
}
.nav-mobile-rapport .quick-access {
  background-color: #f3f3fc !important;
}
.nav-mobile-rapport .quick-access ul li a.active {
  color: #4b4dd2 !important;
}
.nav-mobile-rapport .quick-access ul li a.active:after {
  background-color: #4b4dd2;
}
.quick-access {
  font-family: karbonsemibold;
  position: sticky;
  top: 180px;
  padding: 23px 8px 0 0;
  border-radius: 12px;
}
.quick-access ul {
  list-style: none;
  margin: 0;
  padding-bottom: 0;
}
.quick-access ul li {
  padding-bottom: 23px;
}
.quick-access ul li a {
  text-transform: initial;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0f1d20 !important;
  transition: all 200ms ease-in-out;
}
.quick-access ul li a:after {
  content: " ";
  padding: 3px;
  background-color: #0f1d20;
  border-radius: 100%;
  transition: all 200ms ease-in-out;
}
.quick-access ul li a.active:after {
  padding: 4px;
}
.paragraph--type--click-collapse > .field--name-field-title {
  font-size: 35px;
  line-height: 45px;
  text-align: left;
  font-family: karbonsemibold;
}
.field--name-field-element- > div {
  border-bottom: 1px solid lightgray;
}
.field--name-field-element- .title-accordion {
  padding-left: 0;
  cursor: pointer;
  margin-left: 0;
  font-size: 24px;
}
.field--name-field-element- .collapse {
  display: block;
  max-height: 80px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.field--name-field-element- .collapse.in {
  max-height: 8000px;
}
.field--name-field-element- .collapse.in .field--name-field-body {
  cursor: unset;
}
.field--name-field-element- .collapse.in:after {
  padding: 0;
}
.field--name-field-element- .collapse.in:before {
  transform: scaleY(-1);
}
.field--name-field-element- .collapse:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  background: url('../images/atop.svg') no-repeat;
  z-index: 1;
}
.field--name-field-element- .collapse:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 20px 0;
  background-image: linear-gradient(to bottom, transparent, white);
}
.field--name-field-element- .collapse .field--name-field-body {
  padding-right: 30px;
  cursor: pointer;
}
.field--name-field-cells > .field__item:nth-child(odd),
.field--name-field-cells-alt > .field__item:nth-child(odd) {
  background-color: #f3f3fc;
}
.field--name-field-medias {
  display: flex;
  margin: 0 -15px 40px;
  max-width: 100%;
  flex-flow: wrap;
}
.field--name-field-medias > .field__item {
  flex-basis: 33%;
  padding: 0 15px;
}
.field--name-field-medias > .field__item .field--name-field-title {
  font-size: 18px !important;
}
@media screen and (max-width: 767px) {
  .field--name-field-medias > .field__item {
    flex-basis: 100%;
  }
}
.paragraph--type--array .legend {
  display: flex;
  margin: 0 !important;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .paragraph--type--array .legend {
    display: none;
  }
}
.paragraph--type--array .legend > div {
  flex-basis: 20%;
  padding: 20px 15px;
  color: #4b4dd2;
  font-size: 22px;
  font-family: 'karbonsemibold', sans-serif;
}
.paragraph--type--array .legend > div:last-child {
  border: 0;
}
.paragraph--type--array .legend > div:nth-child(2) {
  flex-basis: 40%;
}
.paragraph--type--array .legend > div ul {
  margin: 0;
}
.paragraph--type--cell {
  display: flex;
  margin: 0 !important;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .paragraph--type--cell {
    flex-flow: column;
  }
}
.paragraph--type--cell > div {
  flex-basis: 20%;
  padding: 20px 15px;
  border-right: 1px solid lightgray;
}
@media screen and (max-width: 767px) {
  .paragraph--type--cell > div {
    border-right: unset;
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px;
  }
}
.paragraph--type--cell > div h4 {
  color: #4b4dd2;
  font-size: 16px;
  flex-basis: 100%;
  display: none;
}
@media screen and (max-width: 767px) {
  .paragraph--type--cell > div h4 {
    display: block;
  }
}
.paragraph--type--cell > div:first-child {
  font-family: 'karbonmedium', sans-serif;
}
.paragraph--type--cell > div:last-child {
  border: 0;
}
.paragraph--type--cell > div:nth-child(2) {
  flex-basis: 40%;
}
.paragraph--type--cell > div ul {
  margin: 0;
}
.paragraph--type--challenge-table .legend {
  display: flex;
  margin: 0 !important;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .paragraph--type--challenge-table .legend {
    display: none;
  }
}
.paragraph--type--challenge-table .legend div {
  padding: 20px 15px;
  color: #4b4dd2;
  font-size: 22px;
  font-family: 'karbonsemibold', sans-serif;
}
.paragraph--type--challenge-table .legend div:first-child {
  flex-basis: 22%;
}
.paragraph--type--challenge-table .legend div:last-child {
  flex-basis: 78%;
}
.paragraph--type--cell-alt {
  display: flex;
  margin: 0 !important;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .paragraph--type--cell-alt {
    flex-flow: column;
  }
}
.paragraph--type--cell-alt > div {
  flex-basis: 22%;
  padding: 20px 15px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--cell-alt > div {
    border-right: unset;
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px;
  }
}
.paragraph--type--cell-alt > div h4 {
  color: #4b4dd2;
  font-size: 16px;
  flex-basis: 100%;
  display: none;
}
@media screen and (max-width: 767px) {
  .paragraph--type--cell-alt > div h4 {
    display: block;
  }
}
.paragraph--type--cell-alt > div:first-child div:nth-child(2) {
  font-family: 'karbonmedium', sans-serif;
}
@media screen and (max-width: 767px) {
  .paragraph--type--cell-alt > div:first-child div:nth-child(2) {
    flex-basis: 60%;
  }
}
.paragraph--type--cell-alt > div:first-child div:last-child {
  margin-top: 8px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .paragraph--type--cell-alt > div:first-child div:last-child {
    margin: 0;
  }
}
.paragraph--type--cell-alt > div:last-child {
  border: 0;
  flex-basis: 78%;
}
.paragraph--type--cell-alt span:not(.moderation-note-highlight) {
  width: 10px;
  height: 10px;
  background-color: grey;
  display: inline-block;
  margin-left: 10px;
  border-radius: 100%;
}
.paragraph--type--cell-alt span.easy {
  background-color: #13b89c;
}
.paragraph--type--cell-alt span.normal {
  background-color: #ebb46a;
}
.paragraph--type--cell-alt span.hard {
  background-color: #eb6a6a;
}
.paragraph--type--highlight-text-key-figure .field--name-field-key-figures {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-basis: 100%;
  margin: 30px 0;
}
.paragraph--type--highlight-text-key-figure .field--name-field-key-figures > .field__item {
  flex-basis: 50%;
  padding: 20px;
}
.paragraph--type--highlight-text-key-figure .field--name-field-key-figures > .field__item:first-child {
  border-right: 1px solid lightgray;
}
@media screen and (max-width: 767px) {
  .paragraph--type--highlight-text-key-figure .field--name-field-key-figures > .field__item:first-child {
    border-right: unset;
  }
}
.paragraph--type--highlight-text-key-figure .field--name-field-key-figures .paragraph--type--key-figure {
  text-align: center;
}
.paragraph--type--highlight-text-key-figure .field--name-field-key-figures .field--name-field-title {
  font-size: 50px;
  font-family: karbonsemibold;
  color: #4b4dd2;
}
.paragraph--type--highlight-text-key-figure .field--name-field-link a {
  background-color: #4b4dd2;
  color: white !important;
  padding: 10px 20px;
  font-size: 20px;
  font-family: karbonsemibold;
  border-radius: 45px;
  text-decoration: none;
}
.paragraph--type--media-report {
  margin: 20px 0;
}
.paragraph--type--media-report a {
  text-decoration: unset !important;
}
.paragraph--type--media-report .wrap-img {
  position: relative;
}
.paragraph--type--media-report .wrap-img .field--name-field-image {
  margin: 0;
}
.paragraph--type--media-report .wrap-img .field--name-field-image img {
  max-width: 100%;
  margin: 0;
}
.paragraph--type--media-report .wrap-img .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(75, 77, 210, 0.4);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.paragraph--type--media-report .wrap-img .layer span {
  background-color: #13b89c;
  color: white;
  margin-bottom: 30px;
  padding: 5px 20px 5px 8px;
  border-radius: 20px;
  font-size: 18px;
  font-family: karbonsemibold;
  display: flex;
  align-items: center;
}
.paragraph--type--media-report .wrap-img .layer span:before {
  content: " ";
  background: url(../images/player.svg) center no-repeat;
  background-size: contain;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
}
.paragraph--type--media-report .wrap-info {
  padding: 15px 0;
}
.paragraph--type--media-report .wrap-info .field--name-field-title {
  color: #052923;
  font-size: 20px;
  font-family: karbonsemibold;
  text-decoration: none;
}
.paragraph--type--capsule {
  background-color: #dcf4f0;
  display: flex;
  flex-flow: row;
  padding: 25px 5px 25px 40px;
  position: relative;
}
.paragraph--type--capsule .field--name-field-image {
  margin: 0;
  margin-left: 15px;
}
.paragraph--type--capsule .capsule-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.paragraph--type--capsule .field--name-field-icon {
  margin-right: 15px;
}
.paragraph--type--capsule .field--name-field-icon img {
  width: 30px;
  height: 30px !important;
}
.paragraph--type--capsule .field--name-field-title {
  font-family: karbonsemibold;
  font-size: 25px;
  color: #0c362f;
}
.paragraph--type--capsule .field--name-field-link {
  margin-top: 20px;
}
.paragraph--type--capsule .field--name-field-link a {
  font-family: karbonsemibold;
  color: white !important;
  border-radius: 45px;
  padding: 10px 25px;
  font-size: 18px;
  text-decoration: unset;
  margin: 20px 0;
  background-image: -webkit-linear-gradient(to left, #13b89c, #13b89c);
  background-image: -moz-linear-gradient(to left, #13b89c, #13b89c);
  background-image: -o-linear-gradient(to left, #13b89c, #13b89c);
  background-image: linear-gradient(to left, #13b89c, #13b89c);
}
.paragraph--type--capsule .field--name-field-link a:hover {
  background-image: -webkit-linear-gradient(to left, #d3dddc, #13b89c);
  background-image: -moz-linear-gradient(to left, #d3dddc, #13b89c);
  background-image: -o-linear-gradient(to left, #d3dddc, #13b89c);
  background-image: linear-gradient(to left, #d3dddc, #13b89c);
}
.paragraph--type--capsule:after {
  content: "";
  position: absolute;
  right: -30px;
  width: 30px;
  top: 0px;
  border-radius: 0 100% 100% 0;
  transform: rotate(0deg);
  height: 100%;
  background-color: #dcf4f0;
}
.path-operational-challenges #title-region,
.path-uia-cities #title-region,
.path-previous-calls-for-proposals #title-region,
.page-node-type-news #title-region,
.path-operational-challenges .region-breadcrumb,
.path-uia-cities .region-breadcrumb,
.path-previous-calls-for-proposals .region-breadcrumb,
.page-node-type-news .region-breadcrumb {
  padding: 0 !important;
}
.path-operational-challenges main,
.path-uia-cities main,
.path-previous-calls-for-proposals main,
.page-node-type-news main {
  margin-top: 0 !important;
}
.path-operational-challenges #main-wrapper,
.path-uia-cities #main-wrapper,
.path-previous-calls-for-proposals #main-wrapper,
.page-node-type-news #main-wrapper {
  position: relative;
  top: -100px;
  padding-top: 20px;
  background-color: #FFF;
  border-radius: 12px;
  margin-top: 0;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .path-operational-challenges .block-addthis {
    position: absolute;
    left: 15px;
    bottom: -20px;
    top: unset;
  }
  .path-operational-challenges #title-region {
    margin-top: 0 !important;
    position: relative;
  }
  .path-operational-challenges #main-wrapper {
    top: -10px;
  }
}
.view-id-operational_challenges {
  margin-top: 0;
}
.view-id-operational_challenges .view-header p {
  font-size: 20px;
}
.view-id-operational_challenges .title-like {
  margin-bottom: 40px;
  font-family: KarbonSemibold;
  font-size: 40px;
  line-height: 1px;
  color: #0c362f;
}
.operational_challenges--default {
  margin: 20px 0;
}
.operational_challenges--default .card-header a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 12px;
  background-color: #fafcfe;
  transition: background-color 200ms ease-in-out;
  margin-left: 0!important;
}
.operational_challenges--default .card-header a:hover {
  background-color: #f3f3fc;
}
.operational_challenges--default .card-header a h2 {
  margin-top: 0;
  color: #0c362f;
  transition: all 200ms ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 92%;
}
@media screen and (max-width: 767px) {
  .operational_challenges--default .card-header a h2 {
    width: 85%;
    font-size: 18px;
  }
}
.operational_challenges--default .card-header a h2 span {
  padding: 4px 15px;
  font-size: 18px;
  color: #4b4dd2;
  font-family: 'karbonsemibold';
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: relative;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .operational_challenges--default .card-header a h2 span {
    font-size: 13px;
  }
}
.operational_challenges--default .card-header a h2 span:before {
  content: " ";
  background: url(../images/picto-report.svg) center no-repeat;
  background-size: contain;
  min-width: 20px;
  height: 30px;
  margin-right: 10px;
}
.operational_challenges--default .card-header a:after {
  content: ' ';
  top: 3px;
  margin-right: 10px;
  width: 21px;
  height: 13px;
  background: url('../images/atop-black.svg') no-repeat center;
  background-size: contain;
  transition: all 0.3s;
}
.operational_challenges--default .card-header a[aria-expanded="true"] {
  background-color: #f3f3fc;
  border-radius: 12px 12px 0 0;
}
.operational_challenges--default .card-header a[aria-expanded="true"]:after {
  transform: scaleY(-1);
}
.operational_challenges--default .body-texte {
  padding: 20px;
  box-shadow: 10px 10px 20px lightgrey;
  max-height: 0;
  transition: all 200ms ease-in-out;
  font-size: 16px;
  background-color: #f3f3fc;
}
.operational_challenges--default .body-texte.in {
  max-height: 1500px;
}
.view-reports.view-display-id-block_1 .view-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: wrap;
  margin: 0 -15px;
}
.view-reports.view-display-id-block_1 .view-content .views-row {
  flex-basis: 25%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .view-reports.view-display-id-block_1 .view-content .views-row {
    flex-basis: 100%;
  }
}
.view-reports.view-display-id-block_1 .view-content .views-row a {
  background-color: #fafcfe !important;
}
.view-related-operational-challenge-content {
  margin-bottom: 50px;
}
.view-related-operational-challenge-content .card-header {
  font-family: 'karbonsemibold', sans-serif;
  font-size: 20px;
  color: #052923;
  background: inherit;
  border-bottom: 1px solid #f3f3fc;
  position: relative;
}
.view-related-operational-challenge-content .card-header a {
  cursor: pointer;
  color: #052923;
  font-size: 20px;
  padding: 20px 0;
  width: 100%;
  margin: 0!important;
}
.view-related-operational-challenge-content .card-header a:after {
  content: '';
  top: 28px;
  right: 10px;
  width: 21px;
  height: 13px;
  background: url('../images/atop.svg') no-repeat center;
  background-size: contain;
  transition: all 0.3s;
  position: absolute;
}
.view-related-operational-challenge-content .card-header a[aria-expanded="tue"]:after {
  transform: rotate(-180deg);
}
@media screen and (max-width: 767px) {
  .view-related-operational-challenge-content .card-header a {
    font-size: 24px;
  }
}
.view-related-operational-challenge-content .view-content {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
}
.view-related-operational-challenge-content .view-content .views-row {
  flex-basis: 49%;
}
@media screen and (max-width: 767px) {
  .view-related-operational-challenge-content .view-content .views-row {
    flex-basis: 100%;
  }
}
.view-related-operational-challenge-content .view-content h3 a {
  font-size: 16px;
  text-decoration: underline;
  color: #002329;
  font-family: karbonmedium;
}
.block-views-blockreports-block-5 {
  background-color: #4b4dd2;
  padding: 50px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .block-views-blockreports-block-5 {
    padding: 20px;
  }
}
.block-views-blockreports-block-5 .view-wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .block-views-blockreports-block-5 .view-wrapper {
    flex-flow: wrap column;
  }
}
.block-views-blockreports-block-5 .view-wrapper > div {
  flex-basis: 49%;
}
@media screen and (max-width: 767px) {
  .block-views-blockreports-block-5 .view-wrapper > div {
    flex-basis: 100%;
    max-width: 100%;
  }
  .block-views-blockreports-block-5 .view-wrapper > div .slick-list {
    padding: 0 20% 0 0;
  }
}
.block-views-blockreports-block-5 .view-wrapper > div > h2,
.block-views-blockreports-block-5 .view-wrapper > div > p,
.block-views-blockreports-block-5 .view-wrapper > div > a,
.block-views-blockreports-block-5 .view-wrapper > div > h4,
.block-views-blockreports-block-5 .view-wrapper > div > span {
  color: white;
}
.block-views-blockreports-block-5 .view-wrapper > div p,
.block-views-blockreports-block-5 .view-wrapper > div a {
  font-family: 'karbonregular', sans-serif;
  font-size: 18px;
}
.block-views-blockreports-block-5 .view-wrapper > div h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
  font-family: 'karbonsemibold', sans-serif;
}
.block-views-blockreports-block-5 .view-wrapper > div h4 {
  margin-bottom: 30px;
}
.block-views-blockreports-block-5 .view-wrapper * {
  min-height: 0;
  min-width: 0;
}
.block-views-blockreports-block-5 .view-wrapper .slider-content {
  margin: 0 -15px;
}
.block-views-blockreports-block-5 .view-wrapper .slider-content .slick-slide {
  padding: 0 15px;
}
.block-views-blockreports-block-5 .view-wrapper .slider-content .slick-arrow {
  width: 23px;
  height: 27px;
  background-size: contain;
  top: 35%;
}
.block-views-blockreports-block-5 .view-wrapper .slider-content .slick-arrow.slick-next {
  right: -15px;
  background-image: url('../images/atop-white.svg');
  transform: rotate(-90deg);
}
.block-views-blockreports-block-5 .view-wrapper .slider-content .slick-arrow.slick-prev {
  left: -15px;
  background-image: url('../images/atop-white.svg');
  transform: rotate(90deg);
}
.block-views-blockreports-block-5 .view-wrapper .slider-content .node__content a {
  text-decoration: unset;
}
.block-views-blockreports-block-5 .view-wrapper .slider-content .node__content a:hover {
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
}
.template-sidebar.node--view-mode-full > .node__content {
  display: flex;
  margin: 0 -15px 40px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .template-sidebar.node--view-mode-full > .node__content {
    margin: 0 0 40px;
    flex-flow: wrap;
  }
  .template-sidebar.node--view-mode-full > .node__content .block-addthis {
    display: none;
  }
}
.template-sidebar.node--view-mode-full > .node__content .col {
  padding: 0 15px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  width: 100%;
  position: relative;
  font-size: 18px;
}
.template-sidebar.node--view-mode-full > .node__content .col-sidebar {
  flex: 0 0 20%;
  max-width: 20%;
}
@media screen and (max-width: 991px) {
  .template-sidebar.node--view-mode-full > .node__content .col-sidebar {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media screen and (max-width: 425px) {
  .template-sidebar.node--view-mode-full > .node__content .col-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#popupMedia {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}
#popupMedia .close {
  position: absolute;
  top: 10%;
  right: 5%;
  color: black;
  z-index: 1;
  opacity: 1;
  font-family: karbonsemibold;
}
#popupMedia .popup-media {
  display: flex;
}
.popup-media {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
}
.rapport #header {
  background-color: #e1e2f7;
}
.rapport h2 {
  font-size: 35px !important;
  line-height: 45px;
  text-align: left;
  font-family: 'karbonsemibold', sans-serif;
}
@media screen and (max-width: 767px) {
  .rapport h2 {
    font-size: 25px!important;
  }
}
.rapport .view-reports {
  margin: 0;
}
.rapport #main-wrapper {
  padding-right: 0;
  padding-left: 0;
}
.rapport #main-wrapper .node--view-mode-full {
  margin: -100px 0px 40px;
  padding: 30px 15px;
  background-color: white;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .rapport #main-wrapper .node--view-mode-full {
    padding: 30px 0;
    margin: -40px 0 40px;
  }
}
.rapport #block-uia-breadcrumbs {
  margin-bottom: 15px;
}
.rapport #block-uia-breadcrumbs li,
.rapport #block-uia-breadcrumbs a {
  color: #4b4dd2 !important;
}
.rapport #block-uia-breadcrumbs a {
  font-family: karbonsemibold !important;
}
.rapport .alt-header {
  margin-top: 50px;
  margin-bottom: 70px;
}
.rapport.case-study #header {
  position: relative;
}
.rapport.case-study #header > .layer {
  background-image: linear-gradient(to bottom, #e1e2f7, rgba(75, 77, 210, 0.5));
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.rapport.case-study #block-uia-breadcrumbs {
  margin-bottom: 15px;
}
.rapport.case-study #block-uia-breadcrumbs li,
.rapport.case-study #block-uia-breadcrumbs a {
  color: white !important;
}
.rapport .field--name-field-paragraphs > .field__item:first-child {
  margin-top: 20px !important;
}
.node--type-rapport.node--view-mode-full .node__content .section-rapport {
  margin-top: -40px;
  padding-top: 70px;
}
.node--type-rapport.node--view-mode-full .node__content .views-field-field-icon {
  margin-bottom: 15px;
}
.node--type-rapport.node--view-mode-full .node__content .node-link,
.node--type-rapport.node--view-mode-full .node__content .views-field-view-node {
  margin-top: 25px;
}
.node--type-rapport.node--view-mode-full .node__content .node-link a,
.node--type-rapport.node--view-mode-full .node__content .views-field-view-node a {
  border-radius: 27px;
  color: #4b4dd2;
  border: 2px solid #4b4dd2;
  padding: 8px 10px;
  line-height: 0;
  font-family: karbonsemibold;
  transition: all 200ms ease-in-out;
}
.node--type-rapport.node--view-mode-full .node__content .node-link a:hover,
.node--type-rapport.node--view-mode-full .node__content .views-field-view-node a:hover {
  color: #13b89c;
  border-color: #13b89c;
}
.node--type-rapport.node--view-mode-full .node__content .field--name-field-description {
  border-radius: 10px;
  background-color: #f3f3fc;
  padding: 15px;
  color: #4b4dd2;
}
.node--type-rapport.node--view-mode-full .node__content .field--name-field-description a {
  color: #4b4dd2;
  margin: 0;
}
.node--type-rapport.node--view-mode-full .node__content .field--name-field-description p {
  font-size: 14px !important;
}
.node--type-rapport.node--view-mode-full .node__content .field--name-field-description .field__label {
  font-family: 'karbonsemibold', sans-serif;
  font-size: 24px;
}
.node--type-rapport.node--view-mode-full .node__content .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: wrap;
}
.node--type-rapport.node--view-mode-full .node__content .header h1 {
  flex-basis: 80%;
  color: #4b4dd2;
  font-family: 'karbonsemibold', sans-serif;
}
@media screen and (max-width: 767px) {
  .node--type-rapport.node--view-mode-full .node__content .header h1 {
    flex-basis: 100%;
  }
}
.node--type-rapport.node--view-mode-full .node__content .header .download-new {
  padding: 8px 15px;
}
.node--type-rapport.node--view-mode-full .node__content .header .download-new img {
  display: none;
}
@media screen and (max-width: 767px) {
  .node--type-rapport.node--view-mode-full .node__content .header .download-new {
    margin-top: 30px;
  }
}
.node--type-rapport.node--view-mode-full .node__content .field--name-body.field--label-above {
  margin-top: 15px;
  padding: 20px;
  background-color: #f3f3fc;
  border-radius: 10px;
}
.node--type-rapport.node--view-mode-full .node__content .field__label,
.node--type-rapport.node--view-mode-full .node__content .field--name-field-title {
  font-size: 30px;
  color: #052923;
  margin-bottom: 10px;
  font-family: 'karbonsemibold', sans-serif;
}
.node--type-rapport.node--view-mode-full .node__content .view-uia-news.view-display-id-block_news_listing_kb {
  margin: 0;
}
.node--type-rapport.node--view-mode-full .node__content .view-uia-news.view-display-id-block_news_listing_kb .view-content {
  display: flex;
  margin: 40px -15px;
  flex-flow: wrap row;
}
.node--type-rapport.node--view-mode-full .node__content .view-uia-news.view-display-id-block_news_listing_kb .view-content .views-row {
  padding: 0 15px;
  flex-basis: 33%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .node--type-rapport.node--view-mode-full .node__content .view-uia-news.view-display-id-block_news_listing_kb .view-content .views-row {
    flex-basis: 100%;
    margin-bottom: 50px;
  }
}
.node--type-rapport.node--view-mode-full .node__content .view-uia-news.view-display-id-block_news_listing_kb .view-content .views-row .views-field-field-icon {
  width: 60px;
  height: 60px;
}
.node--type-rapport.node--view-mode-full .node__content .view-uia-news.view-display-id-block_news_listing_kb .view-content .views-row .views-field-field-order {
  display: none;
  font-family: karbonsemibold;
  font-size: 64px;
  color: #13b89c;
  border-bottom: 0.2px solid rgba(19, 184, 156, 0.15);
  margin-bottom: 10px;
  line-height: 65px;
}
.node--type-rapport.node--view-mode-full .node__content .view-uia-news.view-display-id-block_news_listing_kb .view-content .views-row .views-field-title {
  font-family: karbonsemibold;
  font-size: 30px;
  line-height: 30px;
}
.node--type-rapport.node--view-mode-full .node__content .view-uia-news.view-display-id-block_news_listing_kb .view-content .views-row .views-field-title a {
  color: #052923;
}
.node--type-rapport.node--view-mode-full .node__content * {
  min-height: 0;
  min-width: 0;
}
.node--type-rapport.node--view-mode-full .node__content .view-reports.view-display-id-block_4 {
  display: block;
}
@media screen and (max-width: 767px) {
  .node--type-rapport.node--view-mode-full .node__content .view-reports.view-display-id-block_4 .slick-list {
    padding: 0 20% 0 0;
  }
}
.node--type-rapport.node--view-mode-full .node__content .view-reports.view-display-id-block_4 .view-content {
  margin: 20px -15px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .node--type-rapport.node--view-mode-full .node__content .view-reports.view-display-id-block_4 .view-content {
    margin: 20px 0;
  }
}
.node--type-rapport.node--view-mode-full .node__content .view-reports.view-display-id-block_4 .view-content .views-row {
  padding: 0 15px;
  flex-basis: 33%;
  margin-bottom: 30px;
}
.node--type-rapport.node--view-mode-full .node__content .view-reports.view-display-id-block_4 .view-content .views-row .node--type-case-studies {
  padding: 0;
  margin: 0;
  border-bottom: unset;
  transition: all 200ms ease-in-out;
  border-radius: 0 0 10px 10px;
}
.node--type-rapport.node--view-mode-full .node__content .view-reports.view-display-id-block_4 .view-content .views-row .node--type-case-studies .node__content {
  margin: 0;
}
.node--type-rapport.node--view-mode-full .node__content .view-reports.view-display-id-block_4 .view-content .views-row .node--type-case-studies .wrap-img {
  position: relative;
}
.node--type-rapport.node--view-mode-full .node__content .view-reports.view-display-id-block_4 .view-content .views-row .node--type-case-studies .wrap-img .field--name-field-image {
  margin: 0;
}
.node--type-rapport.node--view-mode-full .node__content .view-reports.view-display-id-block_4 .view-content .views-row .node--type-case-studies .wrap-img .field--name-field-image img {
  max-width: 100%;
  margin: 0;
}
.node--type-rapport.node--view-mode-full .node__content .view-reports.view-display-id-block_4 .view-content .views-row .node--type-case-studies .wrap-img .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #4b4dd2, rgba(225, 226, 247, 0.8));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 30px;
  font-family: karbonsemibold;
}
.node--type-rapport.node--view-mode-full .node__content .view-reports.view-display-id-block_4 .view-content .views-row .node--type-case-studies .wrap-img .layer img {
  width: 50px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.node--type-rapport.node--view-mode-full .node__content .view-reports.view-display-id-block_4 .view-content .views-row .node--type-case-studies .wrap-info {
  padding: 15px;
}
.node--type-rapport.node--view-mode-full .node__content .view-reports.view-display-id-block_4 .view-content .views-row .node--type-case-studies .wrap-info .field--name-title {
  color: #052923;
  font-size: 20px;
  font-family: karbonsemibold;
}
.node--type-rapport.node--view-mode-full .node__content .view-reports.view-display-id-block_4 .view-content .views-row .node--type-case-studies hr {
  margin: 10px 0;
}
.node--type-rapport.node--view-mode-full .node__content .view-reports.view-display-id-block_4 .view-content .views-row .node--type-case-studies .small-info {
  color: rgba(12, 54, 47, 0.5);
  font-size: 16px;
  font-family: 'karbonregular', sans-serif;
  display: flex;
  align-items: baseline;
  line-height: 1.2;
}
.node--type-rapport.node--view-mode-full .node__content .view-reports.view-display-id-block_4 .view-content .views-row .node--type-case-studies .small-info:before {
  content: '';
  margin-right: 5px;
  width: 14px;
  height: 14px;
  background-size: contain;
  background: url(../images/location-pin-green.svg) no-repeat center;
  transition: all 0.3s;
}
.node--type-rapport.node--view-mode-full .node__content .view-reports.view-display-id-block_4 .view-content .views-row .node--type-case-studies:hover {
  box-shadow: 6px 6px 6px lightgray;
}
.node--type-rapport.node--view-mode-full .node__content .view-reports.view-display-id-block_4 .view-content .slick-arrow {
  background: no-repeat transparent url('../images/arrow-bloc.svg') !important;
  max-height: 16px;
  top: -50px;
}
.node--type-rapport.node--view-mode-full .node__content .view-reports.view-display-id-block_4 .view-content .slick-arrow.slick-next {
  right: 61%;
}
.node--type-rapport.node--view-mode-full .node__content .view-reports.view-display-id-block_4 .view-content .slick-arrow.slick-prev {
  left: 31%;
}
.node--type-rapport.node--view-mode-full .wrap-rap {
  display: flex;
  flex-flow: wrap column;
}
.node--type-rapport.node--view-mode-full .wrap-rap > div {
  order: 5;
  flex-basis: 100%;
  max-width: 100%;
}
.node--type-rapport.node--view-mode-full .wrap-rap .nav-mobile-rapport {
  display: none;
  order: 2;
}
@media screen and (max-width: 767px) {
  .node--type-rapport.node--view-mode-full .wrap-rap .nav-mobile-rapport {
    display: block;
  }
}
.node--type-rapport.node--view-mode-full .wrap-rap #presentation {
  order: 1;
}
@media screen and (max-width: 767px) {
  .node--type-rapport.node--view-mode-full .wrap-qa {
    display: none;
  }
}
.node--type-rapport.node--view-mode-full.practice-order-show .views-field-field-icon {
  margin-bottom: 0;
}
.node--type-rapport.node--view-mode-full.practice-order-show .views-field-field-order {
  display: block !important;
}
.node--type-rapport.node--view-mode-teaser {
  border-bottom: unset;
  margin-bottom: 0;
}
.node--type-rapport.node--view-mode-teaser a {
  color: #052923;
  padding: 15px 20px;
  background-color: #f3f3fc;
  display: flex;
  align-items: flex-end;
  border-radius: 20px;
  font-family: 'karbonsemibold', sans-serif;
  transition: all 200ms ease-in-out;
  line-height: 1;
  position: relative;
}
.node--type-rapport.node--view-mode-teaser a:before {
  content: " ";
  background: url('../images/picto-report.svg') center no-repeat;
  background-size: contain;
  min-width: 40px;
  height: 50px;
  margin-right: 15px;
}
.node--type-rapport.node--view-mode-teaser a div {
  display: flex;
  flex-flow: wrap column;
  font-family: 'karbonsemibold', sans-serif;
}
.node--type-rapport.node--view-mode-teaser a div .type {
  font-family: karbonsemibold;
  color: #4b4dd2;
  font-size: 12px;
  text-transform: uppercase;
}
.node--type-rapport.node--view-mode-teaser a:hover {
  box-shadow: 6px 6px 6px lightgray;
}
.node--type-rapport.node--view-mode-kb {
  border-bottom: unset;
  margin-bottom: 0;
}
.node--type-rapport.node--view-mode-kb a {
  border: solid 1px #f3f3fc;
  color: #052923;
  padding: 15px 20px;
  background-color: #fafcfe;
  display: flex;
  align-items: flex-end;
  border-radius: 10px;
  font-family: 'karbonsemibold', sans-serif;
  transition: all 200ms ease-in-out;
  line-height: 1.4;
  position: relative;
  font-size: 16px;
}
.node--type-rapport.node--view-mode-kb a .field--type-entity-reference {
  margin: 0 !important;
  font-size: 10px;
  color: #4b4dd2;
}
.node--type-rapport.node--view-mode-kb a:before {
  content: " ";
  background: url('../images/picto-report.svg') center no-repeat;
  background-size: contain;
  min-width: 40px;
  height: 50px;
  margin-right: 15px;
}
.node--type-rapport.node--view-mode-kb a.case-study:before {
  background: url('../images/picto-city.svg') center no-repeat;
}
.node--type-rapport.node--view-mode-kb a.theorical:before {
  background: url('../images/picto-theory.svg') center no-repeat;
}
.node--type-rapport.node--view-mode-kb a.practice:before {
  background: url('../images/picto-practice.svg') center no-repeat;
}
.node--type-rapport.node--view-mode-kb a div {
  display: flex;
  flex-flow: wrap column;
}
.node--type-rapport.node--view-mode-kb a div .type {
  font-family: karbonsemibold;
  color: #4b4dd2;
  font-size: 12px;
  text-transform: uppercase;
}
.node--type-rapport.node--view-mode-kb a:hover {
  box-shadow: 4px 4px 4px lightgray;
}
.node--type-theorical-background.node--view-mode-kb,
.node--type-practice.node--view-mode-kb,
.node--type-case-studies.node--view-mode-kb {
  border-bottom: unset;
  margin-bottom: 0;
}
.node--type-theorical-background.node--view-mode-kb a,
.node--type-practice.node--view-mode-kb a,
.node--type-case-studies.node--view-mode-kb a {
  border: solid 1px #f3f3fc;
  color: #052923;
  padding: 15px 20px;
  background-color: #fafcfe;
  display: flex;
  align-items: flex-end;
  border-radius: 10px;
  font-family: 'karbonsemibold', sans-serif;
  transition: all 200ms ease-in-out;
  line-height: 1.4;
  position: relative;
  font-size: 16px;
}
.node--type-theorical-background.node--view-mode-kb a .field--type-entity-reference,
.node--type-practice.node--view-mode-kb a .field--type-entity-reference,
.node--type-case-studies.node--view-mode-kb a .field--type-entity-reference {
  margin: 0 !important;
  font-size: 10px;
  color: #4b4dd2;
}
.node--type-theorical-background.node--view-mode-kb a:before,
.node--type-practice.node--view-mode-kb a:before,
.node--type-case-studies.node--view-mode-kb a:before {
  content: " ";
  background: url('../images/picto-report.svg') center no-repeat;
  background-size: contain;
  min-width: 40px;
  height: 50px;
  margin-right: 15px;
}
.node--type-theorical-background.node--view-mode-kb a.case-study:before,
.node--type-practice.node--view-mode-kb a.case-study:before,
.node--type-case-studies.node--view-mode-kb a.case-study:before {
  background: url('../images/picto-city.svg') center no-repeat;
}
.node--type-theorical-background.node--view-mode-kb a.theorical:before,
.node--type-practice.node--view-mode-kb a.theorical:before,
.node--type-case-studies.node--view-mode-kb a.theorical:before {
  background: url('../images/picto-theory.svg') center no-repeat;
}
.node--type-theorical-background.node--view-mode-kb a.practice:before,
.node--type-practice.node--view-mode-kb a.practice:before,
.node--type-case-studies.node--view-mode-kb a.practice:before {
  background: url('../images/picto-practice.svg') center no-repeat;
}
.node--type-theorical-background.node--view-mode-kb a div,
.node--type-practice.node--view-mode-kb a div,
.node--type-case-studies.node--view-mode-kb a div {
  display: flex;
  flex-flow: wrap column;
}
.node--type-theorical-background.node--view-mode-kb a div .type,
.node--type-practice.node--view-mode-kb a div .type,
.node--type-case-studies.node--view-mode-kb a div .type {
  font-family: karbonsemibold;
  color: #4b4dd2;
  font-size: 12px;
  text-transform: uppercase;
}
.node--type-theorical-background.node--view-mode-kb a:hover,
.node--type-practice.node--view-mode-kb a:hover,
.node--type-case-studies.node--view-mode-kb a:hover {
  box-shadow: 4px 4px 4px lightgray;
}
.node--type-theorical-background .block-addthis-share,
.node--type-practice .block-addthis-share,
.node--type-case-studies .block-addthis-share {
  padding: 0;
  right: 15px;
  position: relative;
}
.node--type-theorical-background .header,
.node--type-practice .header,
.node--type-case-studies .header {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .node--type-theorical-background .header,
  .node--type-practice .header,
  .node--type-case-studies .header {
    margin-top: 30px;
  }
}
.node--type-theorical-background .wrap-info,
.node--type-practice .wrap-info,
.node--type-case-studies .wrap-info {
  background-color: #f3f3fc;
  padding: 15px;
  border-radius: 12px;
}
.node--type-theorical-background .wrap-info .info,
.node--type-practice .wrap-info .info,
.node--type-case-studies .wrap-info .info {
  text-transform: uppercase;
  font-family: 'karbonmedium', sans-serif;
  font-size: 14px;
}
.node--type-theorical-background .wrap-info .info small,
.node--type-practice .wrap-info .info small,
.node--type-case-studies .wrap-info .info small {
  color: #4b4dd2;
  font-size: 11px;
}
.node--type-theorical-background .wrap-info .type,
.node--type-practice .wrap-info .type,
.node--type-case-studies .wrap-info .type {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.node--type-theorical-background .wrap-info .type img,
.node--type-practice .wrap-info .type img,
.node--type-case-studies .wrap-info .type img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.node--type-theorical-background .wrap-info .type .violet,
.node--type-practice .wrap-info .type .violet,
.node--type-case-studies .wrap-info .type .violet {
  line-height: 1.2;
  color: #4b4dd2;
  font-family: karbonsemibold;
}
.node--type-theorical-background .wrap-info .type-news a,
.node--type-practice .wrap-info .type-news a,
.node--type-case-studies .wrap-info .type-news a {
  font-size: 14px;
  font-family: karbonmedium;
  color: #002329;
  text-decoration: underline;
}
.node--type-theorical-background .wrap-info .type-news .label-info,
.node--type-practice .wrap-info .type-news .label-info,
.node--type-case-studies .wrap-info .type-news .label-info {
  font-size: 11px;
  color: #4b4dd2;
  background-color: unset;
  text-transform: uppercase;
  font-family: 'karbonmedium', sans-serif;
}
.node--type-theorical-background .wrap-info .type-news > div:nth-child(2),
.node--type-practice .wrap-info .type-news > div:nth-child(2),
.node--type-case-studies .wrap-info .type-news > div:nth-child(2) {
  font-family: karbonmedium;
  font-size: 14px;
}
.node--type-theorical-background .wrap-info .back-link-report,
.node--type-practice .wrap-info .back-link-report,
.node--type-case-studies .wrap-info .back-link-report {
  color: #4b4dd2;
  font-family: karbonsemibold;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.node--type-theorical-background .wrap-info .back-link-report:before,
.node--type-practice .wrap-info .back-link-report:before,
.node--type-case-studies .wrap-info .back-link-report:before {
  content: " ";
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
  background: no-repeat center url('../images/arrow-liste-haut.svg');
}
.node--type-theorical-background .project-info,
.node--type-practice .project-info,
.node--type-case-studies .project-info {
  display: flex;
  align-items: center;
  flex-flow: wrap column;
  background-color: #f3f3fc;
  border-radius: 10px;
  margin-top: 30px;
}
.node--type-theorical-background .project-info h3,
.node--type-practice .project-info h3,
.node--type-case-studies .project-info h3 {
  background-color: #13b89c;
  padding: 10px;
  color: white;
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
  border-radius: 10px 10px 0 0;
  font-size: 24px;
}
.node--type-theorical-background .project-info div,
.node--type-practice .project-info div,
.node--type-case-studies .project-info div {
  display: flex;
  flex-flow: wrap column;
  margin-bottom: 15px;
  padding: 0 10px;
  text-align: center;
  font-size: 20px;
  font-family: karbonmedium;
}
.node--type-theorical-background .project-info div label,
.node--type-practice .project-info div label,
.node--type-case-studies .project-info div label {
  text-align: center;
  text-transform: uppercase;
  font-family: karbonmedium;
  font-size: 12px;
  color: #4b4dd2;
  margin: 0;
}
.node--type-theorical-background .project-info a,
.node--type-practice .project-info a,
.node--type-case-studies .project-info a {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .node--type-theorical-background .wrap-qa,
  .node--type-practice .wrap-qa,
  .node--type-case-studies .wrap-qa {
    display: none;
  }
  .node--type-theorical-background .field--name-field-paragraphs > .field__item > .paragraph,
  .node--type-practice .field--name-field-paragraphs > .field__item > .paragraph,
  .node--type-case-studies .field--name-field-paragraphs > .field__item > .paragraph {
    padding: 30px 0 !important;
  }
}
.node--type-theorical-background .d-none,
.node--type-practice .d-none,
.node--type-case-studies .d-none {
  display: none;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .node--type-theorical-background .d-none,
  .node--type-practice .d-none,
  .node--type-case-studies .d-none {
    display: block;
  }
}
.node--type-theorical-background .d-sm-none,
.node--type-practice .d-sm-none,
.node--type-case-studies .d-sm-none {
  display: block;
}
@media screen and (max-width: 767px) {
  .node--type-theorical-background .d-sm-none,
  .node--type-practice .d-sm-none,
  .node--type-case-studies .d-sm-none {
    display: none;
  }
}
.section-result .node--type-theorical-background,
.section-result .node--type-practice,
.section-result .node--type-case-studies,
.section-result .node--type-rapport {
  margin-bottom: 15px;
  flex-basis: 49% !important;
  order: 5;
}
@media screen and (max-width: 767px) {
  .section-result .node--type-theorical-background,
  .section-result .node--type-practice,
  .section-result .node--type-case-studies,
  .section-result .node--type-rapport {
    flex-basis: 100% !important;
  }
}
.section-result .node--type-theorical-background .node__content,
.section-result .node--type-practice .node__content,
.section-result .node--type-case-studies .node__content,
.section-result .node--type-rapport .node__content {
  margin-top: 0;
}
.section-result .node--type-rapport {
  order: 1;
}
.section-result .node--type-rapport a {
  border: solid 1px #4b4dd2;
}
.section-result .wrappager {
  order: 9;
  text-align: center;
  margin: 20px auto;
  margin-top: 60px;
}
