@charset "UTF-8";
/*!
Theme Name: blank
Theme URI: http://underscores.me/
Author: Johan Giraud
Author URI: https://johangiraud.com
Description: Custom theme for Cyber for Good
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blank
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
/* Normalize
--------------------------------------------- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

main {
  display: block; }

a {
  background-color: transparent; }

b,
strong {
  font-weight: bold; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  background-color: transparent;
  cursor: pointer; }

/* VARIABLES */
:root {
  --textColor: #000000;
  --hoverColor: #1775DD;
  --hoverColorTransparent: rgba(23, 117, 221, 0.1);
  --whiteColor: #fff;
  --bgColor: #FFF4E6;
  --bgColor-B: #F8D096;
  --bgColor-C: #f9ecdb;
  --media: #FFFCF7;
  --shadowColor: rgba(49, 49, 49, 0.2); }

/* FONTS */
/* GENERAL */
html {
  font-size: 62.5%;
  font-family: sans-serif;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 1.15;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  transition: all 0.7s ease;
  background: var(--bgColor); }
  body.freeze {
    overflow: hidden; }

*,
*:before,
*:after {
  box-sizing: border-box; }

h1 {
  font-size: 3rem;
  margin: 0.67rem 0; }

body,
button,
input,
select,
optgroup,
textarea {
  color: var(--textColor);
  font-family: sans-serif;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: -0.015rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  line-height: 1.2; }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong {
    font-weight: 500; }

h3 {
  font-size: 2.1rem; }

h4 {
  font-size: 1.9rem; }

h5, h6 {
  font-size: 1.8rem; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

img {
  border-style: none;
  display: block;
  height: auto;
  max-width: 100%; }

figcaption {
  padding: 0 2rem; }

#wpadminbar {
  display: none; }

@media screen and (min-width: 800px) {
  #wpadminbar {
    display: block; } }
/* Links
--------------------------------------------------------------*/
a,
a:active,
a:visited {
  color: var(--textColor);
  outline: 0;
  text-decoration: none;
  transition: all 0.3s; }

a:focus,
a:active {
  color: var(--hoverColor); }

@media screen and (min-width: 800px) {
  a:hover,
  a:focus {
    outline: 0;
    text-decoration: none;
    transition: all 0.3s; }

  a:hover {
    color: var(--hoverColor); } }
/* Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Elements
--------------------------------------------- */
::selection {
  background: var(--hoverColor);
  color: var(--whiteColor);
  text-shadow: none; }

::-moz-selection {
  background: var(--hoverColor);
  color: var(--whiteColor);
  text-shadow: none; }

.caption,
.wp-block-image figcaption {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 0.5rem; }
  .caption.left,
  .wp-block-image figcaption.left {
    text-align: left; }

.section-title {
  font-size: 2.8rem; }

.wp-block-image img {
  border-radius: 0; }

.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem; }
  .content-wrapper.s {
    max-width: 600px; }

@media screen and (min-width: 600px) {
  .page .entry-header .caption {
    text-align: right;
    bottom: -3rem; } }
@media screen and (min-width: 1240px) {
  .content-wrapper {
    padding: 0; }

  .page .entry-header .caption {
    padding: 0; } }
section {
  padding: 3rem 0; }

p {
  line-height: 1.5; }

.edit-link {
  text-align: center;
  margin-bottom: 2rem;
  width: 100%;
  display: block; }

.button {
  border: 0.1rem solid;
  border-radius: 0.6rem;
  padding: 1.2rem 1rem; }

#primary {
  margin-bottom: 95vh;
  background: var(--bgColor);
  box-shadow: 0 0.2rem 1.5rem var(--shadowColor);
  padding-bottom: 5rem; }

@media screen and (min-width: 1200px) {
  #primary {
    margin-bottom: 75vh; } }
@media screen and (min-width: 2000px) {
  #primary {
    margin-bottom: 60vh; } }
.section-title {
  text-align: center;
  margin: 0 auto 5rem;
  max-width: 600px; }

.post-list {
  max-width: 960px;
  margin: 0 auto; }
  .post-list article {
    background: var(--whiteColor);
    border-radius: 0.5rem;
    padding: 3rem;
    margin-bottom: 2rem; }
    .post-list article header {
      border-top-left-radius: 0.5rem;
      border-top-right-radius: 0.5rem;
      padding: 1rem 3rem;
      margin: -3rem 0 0.5rem -3rem;
      width: calc(100% + 6rem);
      background: var(--bgColor); }
      .post-list article header.media {
        background: var(--media); }
      .post-list article header.ess {
        background: var(--bgColor-B); }
      .post-list article header.cyber {
        background: var(--bgColor-C); }
      .post-list article header .category-container {
        font-size: 1.2rem;
        text-transform: uppercase; }
        .post-list article header .category-container:before {
          content: '';
          background: transparent url(assets/img/tag.svg) center/1.2rem;
          width: 1.2rem;
          height: 1.2rem;
          display: inline-block;
          margin-right: 1rem; }
        .post-list article header .category-container a {
          color: var(--hoverColor); }
    .post-list article .entry-content {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      padding-top: 2rem; }
      .post-list article .entry-content .card-text {
        width: 100%; }
        .post-list article .entry-content .card-text .pre-intro {
          font-size: 1.1rem;
          margin: 0 0 0.5rem; }
        .post-list article .entry-content .card-text h3 {
          margin-top: 0;
          font-size: 1.9rem; }
        .post-list article .entry-content .card-text time {
          font-size: 1.1rem;
          margin: -1rem 0 0.5rem;
          display: block;
          text-transform: capitalize; }
          .post-list article .entry-content .card-text time:before {
            content: '';
            background: transparent url(assets/img/date.svg) no-repeat center/1rem;
            width: 1rem;
            height: 1.05rem;
            display: inline-block;
            margin: 0 0.5rem 0.3rem 0;
            vertical-align: middle; }
      .post-list article .entry-content .thumbnail-link {
        width: 100%; }
        .post-list article .entry-content .thumbnail-link img {
          border-radius: 0.5rem;
          width: 100%; }
        .post-list article .entry-content .thumbnail-link + .card-text .pre-intro {
          margin-top: 2rem;
          margin-bottom: -1rem; }
        .post-list article .entry-content .thumbnail-link + .card-text h3 {
          margin-top: 1em; }
    .post-list article.module {
      background: transparent; }
      .post-list article.module .entry-content {
        display: flex;
        align-items: center; }
        .post-list article.module .entry-content img {
          width: 25%; }
        .post-list article.module .entry-content .title-wrapper {
          width: 75%;
          padding-left: 2rem; }
          .post-list article.module .entry-content .title-wrapper h3 {
            margin: 0; }
            .post-list article.module .entry-content .title-wrapper h3 .category-term,
            .post-list article.module .entry-content .title-wrapper h3 span {
              color: var(--hoverColor);
              font-weight: 400;
              font-size: 1.4rem; }
    .post-list article.tag-interview .entry-content .thumbnail-link {
      width: 12rem; }

@media screen and (min-width: 800px) {
  .home .post-list article .entry-content .card-text,
  .archive .post-list article .entry-content .card-text,
  .page-template-page-cyber-commons .post-list article .entry-content .card-text {
    width: calc(100% / 4 * 3); }
  .home .post-list article .entry-content .thumbnail-link,
  .archive .post-list article .entry-content .thumbnail-link,
  .page-template-page-cyber-commons .post-list article .entry-content .thumbnail-link {
    width: calc(100% / 4); }
    .home .post-list article .entry-content .thumbnail-link + .card-text,
    .archive .post-list article .entry-content .thumbnail-link + .card-text,
    .page-template-page-cyber-commons .post-list article .entry-content .thumbnail-link + .card-text {
      padding-left: 2rem; }
      .home .post-list article .entry-content .thumbnail-link + .card-text .pre-intro,
      .archive .post-list article .entry-content .thumbnail-link + .card-text .pre-intro,
      .page-template-page-cyber-commons .post-list article .entry-content .thumbnail-link + .card-text .pre-intro {
        margin: 0; }
      .home .post-list article .entry-content .thumbnail-link + .card-text h3,
      .archive .post-list article .entry-content .thumbnail-link + .card-text h3,
      .page-template-page-cyber-commons .post-list article .entry-content .thumbnail-link + .card-text h3 {
        margin-top: 0; }
  .home .post-list article.tag-interview .entry-content .card-text,
  .archive .post-list article.tag-interview .entry-content .card-text,
  .page-template-page-cyber-commons .post-list article.tag-interview .entry-content .card-text {
    width: calc(100% / 9 * 8); }
  .home .post-list article.tag-interview .entry-content .thumbnail-link,
  .archive .post-list article.tag-interview .entry-content .thumbnail-link,
  .page-template-page-cyber-commons .post-list article.tag-interview .entry-content .thumbnail-link {
    width: calc(100% / 9); } }
button {
  margin: 4rem auto;
  display: flex; }
  button a {
    padding: 1rem 2rem;
    border: 0.1rem solid;
    border-radius: 0.5rem; }

.sub-header {
  margin-top: 6rem;
  padding: 0.5rem 2rem;
  font-size: 1.2rem;
  text-align: center;
  position: relative; }
  .sub-header .back-link {
    position: absolute;
    left: 2rem;
    top: 0.5rem; }
  .sub-header .next-post {
    position: absolute;
    right: 2rem;
    top: 0.5rem;
    margin: 0; }
  .sub-header #breadcrumbs {
    margin: 0 auto;
    max-width: 40%; }

blockquote {
  max-width: 1200px;
  margin: 5rem auto;
  padding: 0;
  color: var(--hoverColor);
  border-radius: 0.5rem;
  font-style: italic;
  font-size: 3.5rem; }
  blockquote p {
    max-width: 960px;
    margin: 2rem auto;
    padding: 0 3rem; }

em.big-number {
  color: var(--bgColor);
  font-size: 12rem;
  font-style: normal;
  font-weight: bold;
  text-shadow: -1px -1px 0 var(--hoverColor), 1px -1px 0 var(--hoverColor), -1px 1px 0 var(--hoverColor), 1px 1px 0 var(--hoverColor); }
  em.big-number.chapter {
    line-height: 0.5;
    color: var(--hoverColor);
    text-shadow: none; }

.page-template-page-home article.page {
  position: relative; }
  .page-template-page-home article.page .chip-logo {
    display: none;
    width: 9rem; }

@media screen and (min-width: 1200px) {
  .page-template-page-home article.page .chip-logo {
    display: block;
    position: sticky;
    top: calc(100vh - 12rem);
    right: 3rem;
    margin-left: auto;
    animation: rotate 17s linear infinite; }
  .page-template-page-home article section:first-of-type {
    margin-top: -9rem; } }
.grecaptcha-badge {
  visibility: hidden; }

.wp-block-embed__wrapper {
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  border-radius: 1rem; }
  .wp-block-embed__wrapper video,
  .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.signature {
  text-align: right;
  font-style: italic;
  font-size: 1.2rem;
  padding: 2rem;
  border: 0.1rem solid var(--hoverColor);
  border-radius: 0.5rem; }

.chapo {
  max-width: 600px;
  margin: 2rem auto; }

mark.highlight,
mark {
  background-color: var(--bgColor-B) !important;
  padding: 0.1rem 0.2rem; }

/* Navigation
--------------------------------------------- */
.site-header {
  position: fixed;
  background: var(--whiteColor);
  top: 0;
  left: 0;
  padding-bottom: 3rem;
  right: 0;
  height: 6rem;
  z-index: 2000; }
  .site-header .site-branding {
    position: absolute;
    margin: 1rem 0 0 2rem;
    z-index: 35;
    display: flex;
    align-items: baseline; }
    .site-header .site-branding img.custom-logo {
      width: 11rem; }
    .site-header .site-branding .site-title {
      position: absolute;
      clip: rect(1px, 1px, 1px, 1px); }
    .site-header .site-branding p {
      margin: 0 0 0 1rem; }
  .site-header.hidden, .site-header.sticky {
    transition: all .4s ease-out; }
  .site-header.sticky {
    top: 0; }
  .site-header.hidden {
    top: -8rem; }
    .site-header.hidden #site-navigation button.menu-toggle.active + #main-menu {
      top: 8rem; }
  .site-header #site-navigation {
    display: block;
    text-align: center; }
    .site-header #site-navigation button.menu-toggle {
      display: block;
      position: absolute;
      top: -0.4rem;
      right: 0.5rem;
      width: 6.5rem;
      height: 6.5rem;
      border: none;
      padding: 0;
      margin: 0;
      background: transparent;
      box-shadow: none;
      min-width: 0;
      cursor: pointer;
      transition: all 0.2s ease;
      z-index: 60;
      /*span,
      span:before,
      span:after {
        height: 0.2rem;
        width: 3.5rem;
        margin: 0;
        background: var(--textColor);
        position: absolute;
        display: block;
        content: '';
        transition: all .1s ease-in;
      }
      span {
        background: transparent;
        top: 3rem;
        left: 50%;
        transform: translateX(-50%);
      }
      span:before {
        top: -0.5rem;
      }
      span:after {
        bottom: -0.5rem;
      }*/ }
      .site-header #site-navigation button.menu-toggle + #main-menu {
        top: -2rem;
        top: -105vh;
        left: 0;
        position: absolute;
        background: var(--whiteColor);
        padding: 5rem 2rem 2rem;
        width: 100vw;
        text-align: left;
        list-style-type: none;
        transition: all .3s;
        z-index: -1; }
        .site-header #site-navigation button.menu-toggle + #main-menu li {
          display: block;
          padding: 0 1rem;
          position: relative;
          font-size: 2.8rem;
          margin-top: -3rem;
          transition: all 0.5s ease-out; }
          .site-header #site-navigation button.menu-toggle + #main-menu li > a {
            width: 100%; }
      .site-header #site-navigation button.menu-toggle.active:hover span:before, .site-header #site-navigation button.menu-toggle.active:hover span:after {
        margin: 0; }
      .site-header #site-navigation button.menu-toggle.active span:before {
        top: 0;
        transform: rotate(225deg); }
      .site-header #site-navigation button.menu-toggle.active span:after {
        bottom: 0;
        transform: rotate(-45deg); }
      .site-header #site-navigation button.menu-toggle.active + #main-menu {
        top: -2rem;
        z-index: 50;
        overflow-y: auto; }
        .site-header #site-navigation button.menu-toggle.active + #main-menu li {
          margin-top: 0.5rem; }

@media screen and (min-width: 960px) {
  .site-header.sticky {
    top: 0; }
  .site-header.hidden {
    top: -8rem; }
  .site-header #site-navigation button.menu-toggle {
    display: none; }
    .site-header #site-navigation button.menu-toggle + #main-menu {
      top: 2rem;
      right: 2rem;
      left: auto;
      height: auto;
      text-align: center;
      background: transparent;
      box-shadow: none;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: end;
      width: 100%;
      padding: 0 0 0 20rem;
      position: relative;
      z-index: 30; }
      .site-header #site-navigation button.menu-toggle + #main-menu li {
        font-size: 1.4rem;
        margin-top: 0; }
        .site-header #site-navigation button.menu-toggle + #main-menu li.menu-item-has-children {
          position: relative; }
          .site-header #site-navigation button.menu-toggle + #main-menu li.menu-item-has-children ul.sub-menu {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background: var(--whiteColor);
            padding: 1rem 0;
            box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.01);
            z-index: 100;
            border-radius: 0.5rem;
            min-width: 106%; }
            .site-header #site-navigation button.menu-toggle + #main-menu li.menu-item-has-children ul.sub-menu li {
              width: 100%;
              text-align: left;
              padding-left: 0; }
              .site-header #site-navigation button.menu-toggle + #main-menu li.menu-item-has-children ul.sub-menu li a {
                display: block;
                padding: 0.5rem 1rem 0.2rem; }
          .site-header #site-navigation button.menu-toggle + #main-menu li.menu-item-has-children:hover > ul.sub-menu {
            display: block; }

  .admin-bar .site-header {
    top: 3.2rem; }
    .admin-bar .site-header.hidden {
      top: -8rem; }
      .admin-bar .site-header.hidden.hidden #site-navigation button.menu-toggle.active + #main-menu {
        top: -4rem; }
    .admin-bar .site-header.sticky {
      top: 3.2rem; }
  .admin-bar.home .site-header.hidden {
    top: -3.2rem; }

  .admin-bar .site-header {
    top: 3.2rem; }
    .admin-bar .site-header.hidden {
      top: -8rem; }
      .admin-bar .site-header.hidden #site-navigation button.menu-toggle.active + #main-menu {
        top: -3.2rem; }
    .admin-bar .site-header #site-navigation button.menu-toggle {
      top: 3.9rem; }
      .admin-bar .site-header #site-navigation button.menu-toggle.active + #main-menu {
        top: -3.2rem; } }
/* Page ESS and MEDIA
--------------------------------------------- */
.page-id-8 button a,
.page-id-10 button a {
  background: var(--hoverColor);
  color: var(--whiteColor);
  border-color: var(--hoverColor);
  font-size: 1.7rem;
  padding: 2rem 3rem; }
.page-id-8 button.white-hover,
.page-id-10 button.white-hover {
  margin-left: 0;
  padding-inline: 0; }

@media screen and (min-width: 800px) {
  .page-id-8 button a:hover,
  .page-id-10 button a:hover {
    background: var(--bgColor);
    color: var(--hoverColor); }
  .page-id-8 button.white-hover a:hover,
  .page-id-10 button.white-hover a:hover {
    background: var(--whiteColor); } }
/* Block: Hero
--------------------------------------------- */
.block-section-hero .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 960px;
  margin: 10rem auto 5rem; }
  .block-section-hero .content-wrapper .section-title {
    text-align: left; }
  .block-section-hero .content-wrapper img,
  .block-section-hero .content-wrapper .text-wrapper {
    width: 100%; }
  .block-section-hero .content-wrapper img {
    mix-blend-mode: darken; }
  .block-section-hero .content-wrapper .text-wrapper h2 {
    font-weight: normal; }
    .block-section-hero .content-wrapper .text-wrapper h2 span {
      font-weight: bold;
      color: var(--hoverColor); }
  .block-section-hero .content-wrapper .text-wrapper .hero-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 4rem; }
    .block-section-hero .content-wrapper .text-wrapper .hero-logos div {
      width: 10rem; }
      .block-section-hero .content-wrapper .text-wrapper .hero-logos div img {
        width: 10rem;
        padding: 0 1rem 0 0; }
  .block-section-hero .content-wrapper .text-wrapper .button-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .block-section-hero .content-wrapper .text-wrapper .button-wrapper button {
      margin-right: 2rem; }
.block-section-hero.ess {
  background: var(--bgColor-B); }
.block-section-hero.media {
  background: var(--whiteColor); }

@media screen and (min-width: 800px) {
  .block-section-hero .content-wrapper img {
    width: calc(100% / 3); }
  .block-section-hero .content-wrapper .text-wrapper {
    width: calc(100% / 3 * 2);
    padding-left: 4rem; } }
/* Block: 2 sections
--------------------------------------------- */
.block-two-sections .sections-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .block-two-sections .sections-wrapper article {
    background: var(--whiteColor);
    padding: 3rem;
    border-radius: 0.5rem;
    margin-bottom: 2rem; }
    .block-two-sections .sections-wrapper article.ess {
      background: var(--bgColor-B); }
    .block-two-sections .sections-wrapper article.media {
      background: var(--whiteColor); }
    .block-two-sections .sections-wrapper article .two-section-header {
      display: flex;
      align-items: flex-start;
      margin-bottom: 3rem; }
      .block-two-sections .sections-wrapper article .two-section-header > img {
        width: calc(100% / 4);
        animation: rotate 17s linear infinite; }
      .block-two-sections .sections-wrapper article .two-section-header h3 {
        padding-left: 3rem;
        margin-top: 0.5rem;
        font-weight: normal;
        font-size: 1.9rem; }
        .block-two-sections .sections-wrapper article .two-section-header h3 span {
          font-weight: bold;
          color: var(--hoverColor); }
    .block-two-sections .sections-wrapper article button {
      margin: 5rem 0 0 auto; }

@media screen and (min-width: 800px) {
  .block-two-sections .sections-wrapper article {
    width: 50%;
    padding: 5rem; }
    .block-two-sections .sections-wrapper article:first-of-type {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
    .block-two-sections .sections-wrapper article:nth-of-type(2) {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .block-two-sections .sections-wrapper article .two-section-header img {
      width: calc(100% / 5); }
    .block-two-sections .sections-wrapper article .two-section-header h3 {
      font-size: 2.1rem; }
  .block-two-sections .sections-wrapper.col-1 {
    justify-content: center;
    border-radius: 0.5rem; }
    .block-two-sections .sections-wrapper.col-1 article {
      margin-bottom: 0; } }
@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
/* Block: Image-text
--------------------------------------------- */
.block-image-text .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .block-image-text .content-wrapper.section-title {
    padding: 0 2rem; }
  .block-image-text .content-wrapper .image-wrapper {
    border-radius: 1rem;
    overflow: hidden;
    width: 100%;
    margin: 2rem 0; }
  .block-image-text .content-wrapper .text-wrapper h2, .block-image-text .content-wrapper .text-wrapper h3, .block-image-text .content-wrapper .text-wrapper h4 {
    font-weight: bold; }
  .block-image-text .content-wrapper .text-wrapper ul {
    list-style: disc; }
  .block-image-text .content-wrapper .text-wrapper ol {
    list-style-type: none;
    counter-reset: custom-counter;
    padding: 0; }
    .block-image-text .content-wrapper .text-wrapper ol li {
      counter-increment: custom-counter;
      margin-bottom: 4rem; }
      .block-image-text .content-wrapper .text-wrapper ol li::before {
        font-weight: bold;
        font-size: 12rem;
        width: 33%;
        display: inline-block;
        content: counter(custom-counter) ".";
        color: var(--bgColor);
        background-color: var(--bgColor);
        text-shadow: -1px -1px 0 var(--hoverColor), 1px -1px 0 var(--hoverColor), -1px 1px 0 var(--hoverColor), 1px 1px 0 var(--hoverColor); }
      .block-image-text .content-wrapper .text-wrapper ol li h3 {
        display: inline-block;
        width: 65%;
        font-size: 1.9rem;
        color: var(--hoverColor); }

@media screen and (min-width: 800px) {
  .block-image-text .section-title {
    width: 100%;
    margin: 2rem auto; }
  .block-image-text .content-wrapper .image-wrapper,
  .block-image-text .content-wrapper .text-wrapper {
    width: calc(100% / 12 * 7); }
  .block-image-text .content-wrapper .text-wrapper {
    width: calc(100% / 12 * 8);
    margin: 0 auto;
    padding: 0 4rem; }
    .block-image-text .content-wrapper .text-wrapper h2:first-of-type,
    .block-image-text .content-wrapper .text-wrapper h3:first-of-type,
    .block-image-text .content-wrapper .text-wrapper h4:first-of-type {
      margin-top: 0;
      font-weight: bold; }
    .block-image-text .content-wrapper .text-wrapper ol li:before {
      width: 25%; }
    .block-image-text .content-wrapper .text-wrapper ol li h3 {
      font-size: 2.8rem;
      width: 65%; }
    .block-image-text .content-wrapper .text-wrapper .picto {
      margin: 0 auto 2rem 0; }
  .block-image-text .content-wrapper .image-wrapper {
    margin: 0; }
    .block-image-text .content-wrapper .image-wrapper + .text-wrapper {
      width: calc(100% / 12 * 5); }
  .block-image-text .content-wrapper.image-right {
    flex-direction: row-reverse; }
    .block-image-text .content-wrapper.image-right .text-wrapper {
      padding-left: 0; }

  .home .block-image-text .content-wrapper.no-image .text-wrapper {
    width: 600px; } }
/* Section link
---------------------------------------------------------------*/
.block-section-link {
  padding: 0;
  background: var(--bgColor-B); }
  .block-section-link a {
    color: var(--whiteColor);
    display: block;
    padding: 2rem 0; }
  .block-section-link .content-wrapper {
    max-width: 800px; }

@media screen and (min-width: 800px) {
  .block-section-link a:hover {
    color: var(--hoverColor); } }
/* Section key figures
---------------------------------------------------------------*/
section.key-figures {
  width: 100%;
  margin: 0 auto; }
  section.key-figures button {
    margin: 2rem auto 0; }
  section.key-figures .content-wrapper {
    max-width: 960px; }
  section.key-figures .key-figures {
    max-width: 1200px;
    margin: 5rem auto 0;
    display: block;
    font-weight: 500;
    padding: 2rem 0;
    border-radius: 1rem; }
    section.key-figures .key-figures .key-figure-container {
      position: relative;
      text-align: left; }
      section.key-figures .key-figures .key-figure-container em {
        font-style: normal;
        display: block; }
      section.key-figures .key-figures .key-figure-container p {
        margin: 0; }
      section.key-figures .key-figures .key-figure-container span {
        width: 100%;
        font-size: 8rem;
        font-weight: 900;
        white-space: nowrap;
        color: var(--hoverColor); }
      section.key-figures .key-figures .key-figure-container h4 {
        font-weight: normal;
        font-size: 1.5rem; }
      section.key-figures .key-figures .key-figure-container .source {
        font-size: 1.1rem; }
  section.key-figures .additional-infos {
    font-size: 1.1rem;
    margin-top: 1.5rem;
    text-align: center; }

@media screen and (min-width: 800px) {
  section.key-figures .key-figures {
    width: 100%;
    display: grid;
    grid-gap: 2.5rem;
    padding: 0 3rem; }
    section.key-figures .key-figures .key-figure-container span {
      font-size: 7.5rem; }
    section.key-figures .key-figures.col-1 {
      grid-template-columns: repeat(3, 1fr); }
      section.key-figures .key-figures.col-1 .key-figure-container {
        grid-column: 2; }
    section.key-figures .key-figures.col-2 {
      grid-template-columns: repeat(2, 1fr); }
      section.key-figures .key-figures.col-2 .key-figure-container:first-of-type {
        grid-column: 1; }
    section.key-figures .key-figures.col-3 {
      grid-template-columns: repeat(3, 1fr); }
    section.key-figures .key-figures.col-4 {
      grid-template-columns: repeat(2, 1fr); }
    section.key-figures .key-figures.col-5 {
      grid-template-columns: repeat(2, 1fr); }
  section.key-figures .additional-infos {
    text-align: right; } }
/* Section Cards
---------------------------------------------------------------*/
.block-latest-posts h2 {
  text-align: center;
  max-width: 960px;
  margin: 3rem auto;
  color: var(--textColor);
  font-size: 1.9rem; }

/* Block: Chapo
--------------------------------------------- */
.block-section-chapo .content-wrapper {
  max-width: 960px;
  color: var(--hoverColor);
  font-size: 1.9rem; }

/* Section Quiz
---------------------------------------------------------------*/
.block-quiz {
  margin: 2rem 0;
  padding: 2rem 0; }
  .block-quiz .content-wrapper {
    padding: 0; }
  .block-quiz .quiz-question {
    margin-bottom: 2rem; }
    .block-quiz .quiz-question p {
      font-weight: bold;
      margin-bottom: 1rem; }
    .block-quiz .quiz-question ul {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      list-style: none !important;
      padding: 0 !important;
      margin: 0; }
      .block-quiz .quiz-question ul li {
        flex: 0 0 calc(50% - 0.5rem); }
        .block-quiz .quiz-question ul li label {
          padding: 1rem 1rem 1rem 5rem;
          border: 0.1rem solid var(--textColor);
          border-radius: 1rem;
          cursor: pointer;
          transition: all 0.2s ease;
          display: flex;
          align-items: center;
          position: relative; }
          .block-quiz .quiz-question ul li label input {
            margin-right: 0.5rem; }
          .block-quiz .quiz-question ul li label input[type="checkbox"] {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            width: 2.5rem;
            height: 2.5rem;
            margin-right: 1rem;
            border: 0.1rem solid var(--textColor);
            border-radius: 0.5rem;
            display: inline-block;
            position: absolute;
            left: 1rem;
            cursor: pointer;
            background: transparent;
            transition: all 0.2s ease; }
            .block-quiz .quiz-question ul li label input[type="checkbox"]:checked {
              background: #2ecc71;
              border-color: #2ecc71; }
            .block-quiz .quiz-question ul li label input[type="checkbox"]:checked::after {
              content: "✔";
              color: #fff;
              font-size: 1.2rem;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
        .block-quiz .quiz-question ul li.correct label {
          border-color: #2ecc71;
          background: #eafaf1;
          color: #2ecc71; }
        .block-quiz .quiz-question ul li.wrong label {
          border-color: #e74c3c;
          background: #fdecea;
          color: #e74c3c; }
  .block-quiz #quiz-submit {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    border: 0.1rem solid var(--textColor);
    border-radius: 0.5rem;
    background: transparent;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease; }
  .block-quiz #quiz-result {
    margin-top: 1.5rem;
    font-weight: bold;
    font-size: 1.4rem; }

@media screen and (min-width: 800px) {
  .block-quiz .quiz-question ul li label:hover {
    border-color: var(--hoverColor);
    background: var(--hoverColorTransparent); }
  .block-quiz #quiz-submit:hover {
    border-color: var(--hoverColor);
    color: var(--hoverColor); } }
/* Section Point list
---------------------------------------------------------------*/
.section-point-list .content-wrapper {
  max-width: 960px; }
  .section-point-list .content-wrapper .subtitle {
    text-align: center;
    padding: 0 2rem; }
  .section-point-list .content-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem; }
    .section-point-list .content-wrapper ul li {
      width: 70%;
      text-align: center;
      margin: 0 auto; }
      .section-point-list .content-wrapper ul li span {
        font-weight: bold;
        color: var(--hoverColor); }
      .section-point-list .content-wrapper ul li p {
        margin-top: 0;
        font-size: 1.7rem; }

@media screen and (min-width: 800px) {
  .section-point-list .content-wrapper ul li {
    width: calc(100% / 3  - 2rem); }
    .section-point-list .content-wrapper ul li em {
      display: block; } }
/* Block Calendar
---------------------------------------------------------------*/
.block-calendar .content-wrapper {
  max-width: 960px; }
  .block-calendar .content-wrapper ul li.month {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 5rem; }
    .block-calendar .content-wrapper ul li.month em {
      text-transform: uppercase;
      position: relative;
      font-size: 15vw;
      text-align: left;
      line-height: 1; }
    .block-calendar .content-wrapper ul li.month .modules-wrapper ul li .link {
      display: flex;
      align-items: flex-start; }
      .block-calendar .content-wrapper ul li.month .modules-wrapper ul li .link img {
        width: 25%;
        height: auto; }
      .block-calendar .content-wrapper ul li.month .modules-wrapper ul li .link .module-title-wrapper {
        width: 75%;
        padding-left: 2rem; }
        .block-calendar .content-wrapper ul li.month .modules-wrapper ul li .link .module-title-wrapper h4 {
          margin: 0 0 1rem; }

@media screen and (min-width: 800px) {
  .block-calendar .content-wrapper ul.month-list {
    position: relative; }
    .block-calendar .content-wrapper ul.month-list:before {
      content: '';
      border-right: 0.1rem solid var(--textColor);
      position: absolute;
      left: 50%;
      top: 0;
      height: 100%; }
    .block-calendar .content-wrapper ul.month-list li.month {
      gap: 6rem; }
      .block-calendar .content-wrapper ul.month-list li.month em {
        text-align: right;
        font-size: clamp(2rem, 3.7vw, 8rem);
        text-transform: uppercase;
        width: calc(50% - 3rem); }
        .block-calendar .content-wrapper ul.month-list li.month em:after {
          content: '';
          width: 2rem;
          height: 2rem;
          background: var(--hoverColor);
          border-radius: 50%;
          position: absolute;
          right: -4rem;
          top: 50%;
          transform: translateY(-50%); }
      .block-calendar .content-wrapper ul.month-list li.month .modules-wrapper {
        width: calc(50% - 3rem); }
        .block-calendar .content-wrapper ul.month-list li.month .modules-wrapper > p {
          font-size: 1.9rem;
          margin-top: 3.8rem; } }
/* Block Program
---------------------------------------------------------------*/
.block-program .content-wrapper {
  max-width: 960px; }
  .block-program .content-wrapper h2 {
    text-align: center;
    margin-bottom: 5rem; }
  .block-program .content-wrapper ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem; }
    .block-program .content-wrapper ul li .header-wrapper {
      width: 100%;
      border: 0.1rem solid var(--hoverColor);
      border-radius: 0.5rem;
      padding: 2rem 3rem 3rem;
      position: relative;
      margin-bottom: 1rem;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end; }
      .block-program .content-wrapper ul li .header-wrapper .header-date {
        background: var(--hoverColor);
        color: var(--whiteColor);
        border-top-right-radius: 0.5rem;
        border-top-left-radius: 0.5rem;
        padding: 0.5rem 2rem;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0; }
        .block-program .content-wrapper ul li .header-wrapper .header-date time {
          margin: 0; }
          .block-program .content-wrapper ul li .header-wrapper .header-date time:before {
            content: '';
            width: 2rem;
            height: 2rem;
            margin-right: 0.5rem;
            display: inline-block;
            background: transparent url(assets/img/sheet-picto.svg) no-repeat center/1.2rem;
            vertical-align: text-bottom; }
      .block-program .content-wrapper ul li .header-wrapper .header-index {
        display: flex;
        align-items: flex-start; }
        .block-program .content-wrapper ul li .header-wrapper .header-index img {
          margin-top: 1rem;
          max-width: 15rem; }
      .block-program .content-wrapper ul li .header-wrapper h3 {
        margin: 1rem 0 0;
        font-weight: normal; }
        .block-program .content-wrapper ul li .header-wrapper h3 span {
          font-weight: bold;
          color: var(--hoverColor); }
    .block-program .content-wrapper ul li .text-content-wrapper {
      width: 100%;
      background: var(--whiteColor);
      border-radius: 0.5rem;
      padding: 3rem; }
      .block-program .content-wrapper ul li .text-content-wrapper p {
        margin-top: 0; }
        .block-program .content-wrapper ul li .text-content-wrapper p:last-of-type {
          margin-bottom: 0; }
      .block-program .content-wrapper ul li .text-content-wrapper button a {
        border: 0.1rem solid var(--hoverColor);
        border-radius: 0.6rem;
        color: var(--hoverColor);
        background: var(--whiteColor);
        padding: 1.2rem 1rem;
        font-size: 1.4rem; }
    .block-program .content-wrapper ul li.program-banner {
      width: 100%;
      border: 0.1rem solid var(--hoverColor);
      border-radius: 0.5rem;
      padding: 3rem;
      min-height: 30rem;
      display: flex;
      align-items: center;
      justify-content: space-around; }
      .block-program .content-wrapper ul li.program-banner h3 {
        max-width: 25rem;
        text-align: center; }

@media screen and (min-width: 800px) {
  .block-program .content-wrapper ul li {
    gap: 2rem; }
    .block-program .content-wrapper ul li .header-wrapper {
      width: calc(50% - 1rem);
      margin-bottom: 0; }
    .block-program .content-wrapper ul li .text-content-wrapper {
      width: calc(50% - 1rem); }
      .block-program .content-wrapper ul li .text-content-wrapper button:hover a {
        border: 0.1rem solid var(--textColor);
        color: var(--textColor); }
    .block-program .content-wrapper ul li.program-banner {
      padding: 3rem 12rem; } }
/* Block partners
--------------------------------------------- */
.block-partners h2 {
  text-align: center;
  max-width: 960px;
  margin: 0 auto 5rem; }
.block-partners ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  /*li {
    width: calc(100% / 2 - 2rem);
    margin: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    div {
      &:first-of-type {
        width: calc(100% / 10 * 3);
      }
      &:last-of-type {
        width: calc(100% / 10 * 7);
        font-size: 1.3rem;
      }
    }
  }*/ }
  .block-partners ul li {
    width: calc(100% / 3 - 1rem); }
    .block-partners ul li svg {
      max-width: 100%; }

@media screen and (min-width: 800px) {
  .block-partners ul {
    margin-bottom: 3rem;
    gap: 2rem; }
    .block-partners ul li {
      width: auto; }
      .block-partners ul li div img,
      .block-partners ul li div svg {
        max-width: 12rem;
        max-height: 6rem;
        height: auto;
        width: auto;
        object-fit: contain;
        display: block; } }
/* Single post
---------------------------------------------------------------*/
.single #primary {
  background: var(--whiteColor); }
.single article .entry-header.single-header {
  background: var(--bgColor);
  padding: 2rem 0; }
  .single article .entry-header.single-header .content-wrapper {
    max-width: 960px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .single article .entry-header.single-header .content-wrapper img {
      border-radius: 0.5rem; }
    .single article .entry-header.single-header .content-wrapper h1 {
      font-size: 3.5rem;
      color: var(--hoverColor); }
    .single article .entry-header.single-header .content-wrapper time {
      margin: -0.5rem 0 3rem;
      display: block;
      text-transform: capitalize; }
      .single article .entry-header.single-header .content-wrapper time:before {
        content: '';
        background: transparent url(assets/img/date.svg) no-repeat center/1rem;
        width: 1rem;
        height: 1.05rem;
        display: inline-block;
        margin: 0 0.5rem 0.3rem 0;
        vertical-align: middle; }
.single article .tag {
  text-align: center;
  padding: 1rem;
  background: var(--bgColor); }
  .single article .tag.media {
    background: var(--media); }
  .single article .tag.ess {
    background: var(--bgColor-B); }
  .single article .tag .category-container {
    position: relative;
    font-size: 1.2rem;
    text-transform: uppercase; }
    .single article .tag .category-container:before {
      content: '';
      background: transparent url(assets/img/tag.svg) center/1.2rem;
      width: 1.2rem;
      height: 1.2rem;
      display: inline-block;
      margin-right: 1rem; }
    .single article .tag .category-container a {
      color: var(--hoverColor); }
.single article .post-content-wrapper {
  max-width: 1200px;
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  .single article .post-content-wrapper > .entry-content .dots-end {
    margin: 7rem auto;
    text-align: center;
    font-size: 1.9rem; }
  .single article .post-content-wrapper .post-list {
    padding: 0 2rem; }
.single article.tag-interview .entry-header.single-header .content-wrapper {
  max-width: 1200px; }
  .single article.tag-interview .entry-header.single-header .content-wrapper img {
    width: calc(100% / 3); }

@media screen and (min-width: 800px) {
  .single article .entry-header.single-header .content-wrapper img {
    width: 35rem; }
    .single article .entry-header.single-header .content-wrapper img + .single-header-text {
      padding-left: 2rem;
      width: calc(100% - 35rem - 2rem); }
  .single article .post-content-wrapper > .entry-content {
    width: calc(100% / 12 * 8);
    padding: 4rem; }
  .single article .post-content-wrapper .post-list {
    width: calc(100% / 12 * 4);
    position: sticky;
    top: 6rem; }
  .single article.tag-interview .entry-header.single-header .content-wrapper {
    max-width: 1200px;
    padding: 4rem; }
    .single article.tag-interview .entry-header.single-header .content-wrapper img {
      width: calc(100% / 9); }
    .single article.tag-interview .entry-header.single-header .content-wrapper .single-header-text {
      width: calc(100% / 9 * 8); } }
@media screen and (min-width: 840px) {
  .single article .post-content-wrapper .post-list {
    padding: 0; } }
/* Single module
--------------------------------------------- */
.single-module article .entry-header.single-header {
  background: var(--bgColor); }
  .single-module article .entry-header.single-header .content-wrapper {
    display: flex;
    flex-wrap: wrap; }
    .single-module article .entry-header.single-header .content-wrapper .single-header-index em {
      font-style: normal;
      text-transform: uppercase; }
    .single-module article .entry-header.single-header .content-wrapper .single-header-index span {
      display: block;
      font-size: 4rem;
      color: var(--hoverColor);
      font-weight: 700; }
    .single-module article .entry-header.single-header .content-wrapper .single-header-index h1 {
      font-size: 3rem; }
    .single-module article .entry-header.single-header .content-wrapper .single-header-title img {
      margin-top: 2rem;
      mix-blend-mode: darken; }
.single-module article .post-content-wrapper > .entry-content {
  color: var(--hoverColor); }
  .single-module article .post-content-wrapper > .entry-content img {
    mix-blend-mode: darken; }
  .single-module article .post-content-wrapper > .entry-content ul {
    list-style-type: disc;
    padding-left: 2rem; }
    .single-module article .post-content-wrapper > .entry-content ul li {
      margin-bottom: 1rem; }
  .single-module article .post-content-wrapper > .entry-content a {
    text-decoration: underline; }
  .single-module article .post-content-wrapper > .entry-content .signature {
    text-align: left;
    font-style: normal;
    margin-top: 5rem; }
.single-module article .post-content-wrapper .post-list article header {
  display: none; }

@media screen and (min-width: 800px) {
  .single-module article .entry-header.single-header .content-wrapper {
    gap: 4rem; }
    .single-module article .entry-header.single-header .content-wrapper .single-header-index,
    .single-module article .entry-header.single-header .content-wrapper .single-header-title {
      width: calc(50% - 2rem); }
    .single-module article .entry-header.single-header .content-wrapper .single-header-index h1 {
      font-size: 5rem; }
  .single-module article .post-content-wrapper .post-list {
    padding-top: 3rem; }
    .single-module article .post-content-wrapper .post-list article {
      padding: 0; } }
/* Page articles / Cyber commons
--------------------------------------------- */
.page-template-page-cyber-commons #primary {
  background: var(--whiteColor); }
.page-template-page-cyber-commons .articles-header {
  padding: 3rem 0;
  background: var(--hoverColor);
  color: var(--whiteColor); }
  .page-template-page-cyber-commons .articles-header .content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
    .page-template-page-cyber-commons .articles-header .content-wrapper img {
      width: calc(100% / 4);
      float: left;
      padding-right: 1rem; }
    .page-template-page-cyber-commons .articles-header .content-wrapper h1 {
      font-size: 3rem;
      font-weight: 100; }
      .page-template-page-cyber-commons .articles-header .content-wrapper h1 a {
        color: var(--whiteColor); }
    .page-template-page-cyber-commons .articles-header .content-wrapper time:before {
      content: '';
      background: transparent url(assets/img/date-white.svg) no-repeat center/1rem;
      width: 1rem;
      height: 1.05rem;
      display: inline-block;
      margin: 0 0.5rem 0.3rem 0;
      vertical-align: middle; }
    .page-template-page-cyber-commons .articles-header .content-wrapper .post-intro {
      margin-top: 2rem; }
.page-template-page-cyber-commons .post-content-wrapper {
  max-width: 1200px;
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  .page-template-page-cyber-commons .post-content-wrapper .module-list {
    padding: 0 2rem;
    width: 100%; }
    .page-template-page-cyber-commons .post-content-wrapper .module-list article {
      padding: 0; }
      .page-template-page-cyber-commons .post-content-wrapper .module-list article.field-item {
        background: var(--hoverColor);
        border-radius: 0.5rem;
        padding: 2rem;
        color: var(--whiteColor);
        margin-bottom: 2rem; }
        .page-template-page-cyber-commons .post-content-wrapper .module-list article.field-item img {
          max-width: 12rem; }
        .page-template-page-cyber-commons .post-content-wrapper .module-list article.field-item h2 {
          margin-top: -1rem; }
        .page-template-page-cyber-commons .post-content-wrapper .module-list article.field-item .big-number {
          color: var(--bgColor);
          text-shadow: -1px -1px 0 var(--whiteColor), 1px -1px 0 var(--whiteColor), -1px 1px 0 var(--whiteColor), 1px 1px 0 var(--whiteColor);
          line-height: 1;
          font-size: 8rem; }
          .page-template-page-cyber-commons .post-content-wrapper .module-list article.field-item .big-number span {
            font-size: 5.5rem; }
        .page-template-page-cyber-commons .post-content-wrapper .module-list article.field-item a {
          color: var(--hoverColor); }
        .page-template-page-cyber-commons .post-content-wrapper .module-list article.field-item .button-wrapper {
          display: flex; }
          .page-template-page-cyber-commons .post-content-wrapper .module-list article.field-item .button-wrapper button {
            margin: 1rem 0 1rem -0.5rem; }
            .page-template-page-cyber-commons .post-content-wrapper .module-list article.field-item .button-wrapper button a {
              border-color: var(--whiteColor);
              color: var(--whiteColor); }

@media screen and (min-width: 800px) {
  .page-template-page-cyber-commons .articles-header .content-wrapper .articles-header-wrapper {
    max-width: 80%; }
  .page-template-page-cyber-commons .articles-header .content-wrapper img {
    width: auto;
    height: 15rem; }
  .page-template-page-cyber-commons .articles-header .content-wrapper h1 {
    font-size: 8.2rem;
    line-height: 8.2rem;
    font-size: 6rem;
    line-height: 6rem; }
    .page-template-page-cyber-commons .articles-header .content-wrapper h1 a:hover {
      color: var(--whiteColor); }
  .page-template-page-cyber-commons .post-content-wrapper .entry-content.post-list {
    width: calc(100% / 12 * 8);
    padding: 4rem; }
  .page-template-page-cyber-commons .post-content-wrapper .module-list {
    width: calc(100% / 12 * 4);
    position: sticky;
    top: 6rem;
    margin-top: 4rem;
    padding: 0 2rem 0 0; } }
@media screen and (min-width: 800px) {
  .page-template-page-cyber-commons .post-content-wrapper .module-list.field-item .big-number {
    font-size: 12rem; }
    .page-template-page-cyber-commons .post-content-wrapper .module-list.field-item .big-number span {
      font-size: 7rem; } }
/* Block: Text box
--------------------------------------------- */
.block-text-box {
  margin-top: 2rem;
  background: var(--hoverColor);
  padding: 2rem 3rem;
  border-radius: 0.5rem;
  color: var(--whiteColor); }
  .block-text-box .content-wrapper {
    margin-bottom: 0 !important; }
  .block-text-box a {
    text-decoration: none !important;
    color: var(--whiteColor);
    position: relative; }
    .block-text-box a:after {
      content: '';
      width: 100%;
      position: absolute;
      bottom: -0.4rem;
      left: 0;
      background: var(--whiteColor);
      height: 0.2rem; }

/* Block: Forms
--------------------------------------------- */
.block-form {
  padding-top: 0; }
  .block-form .content-wrapper {
    padding: 0; }
    .block-form .content-wrapper .sib-form {
      background-color: transparent !important;
      padding: 2rem 0 0 !important; }
      .block-form .content-wrapper .sib-form .sib-form-message-panel {
        margin-top: 2rem !important;
        max-width: 600px !important; }
      .block-form .content-wrapper .sib-form #sib-container {
        border: 0 !important;
        border-radius: 0.5rem !important;
        font-family: sans-serif !important;
        max-width: 600px !important; }
        .block-form .content-wrapper .sib-form #sib-container .sib-form-block {
          color: var(--hoverColor) !important;
          font-weight: normal !important; }
        .block-form .content-wrapper .sib-form #sib-container input[type=text] {
          border: 0.1rem solid var(--textColor);
          border-radius: 0.5rem;
          padding: 1rem; }
        .block-form .content-wrapper .sib-form #sib-container .entry__field {
          border: 0 !important;
          flex-wrap: wrap; }
          .block-form .content-wrapper .sib-form #sib-container .entry__field:focus-visible, .block-form .content-wrapper .sib-form #sib-container .entry__field:focus-within, .block-form .content-wrapper .sib-form #sib-container .entry__field:focus {
            outline: 0 !important;
            border: 0 !important;
            box-shadow: none !important; }
          .block-form .content-wrapper .sib-form #sib-container .entry__field .counter {
            width: 100%;
            font-size: 1.3rem; }
            .block-form .content-wrapper .sib-form #sib-container .entry__field .counter.max-reached {
              color: red; }
          .block-form .content-wrapper .sib-form #sib-container .entry__field textarea {
            border: 0.1rem solid var(--textColor);
            border-radius: 0.5rem;
            padding: 1rem; }
        .block-form .content-wrapper .sib-form #sib-container .entry__label > * {
          float: none; }
        .block-form .content-wrapper .sib-form #sib-container button[type=submit] {
          background: transparent !important;
          border: 0.1rem solid var(--textColor) !important;
          border-radius: 0.5rem !important;
          color: var(--textColor) !important;
          transition: all .3s;
          font-weight: normal !important;
          margin: 1rem auto; }
        .block-form .content-wrapper .sib-form #sib-container .sib-radiobutton-group .form__label-row label[for="CONNAISSANCESOUTILSNUMERIQUES"] + div,
        .block-form .content-wrapper .sib-form #sib-container .sib-radiobutton-group .form__label-row label[for="CONNAISSANCESCODING"] + div,
        .block-form .content-wrapper .sib-form #sib-container .sib-radiobutton-group .form__label-row label[for="CONNAISSANCESOSINT"] + div {
          display: flex;
          justify-content: flex-start;
          gap: 0.8rem;
          padding-left: 0.7rem; }
          .block-form .content-wrapper .sib-form #sib-container .sib-radiobutton-group .form__label-row label[for="CONNAISSANCESOUTILSNUMERIQUES"] + div .entry__choice,
          .block-form .content-wrapper .sib-form #sib-container .sib-radiobutton-group .form__label-row label[for="CONNAISSANCESCODING"] + div .entry__choice,
          .block-form .content-wrapper .sib-form #sib-container .sib-radiobutton-group .form__label-row label[for="CONNAISSANCESOSINT"] + div .entry__choice {
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            width: 3rem !important;
            padding-left: 0 !important;
            margin: 0; }
            .block-form .content-wrapper .sib-form #sib-container .sib-radiobutton-group .form__label-row label[for="CONNAISSANCESOUTILSNUMERIQUES"] + div .entry__choice input[type="radio"].input_replaced,
            .block-form .content-wrapper .sib-form #sib-container .sib-radiobutton-group .form__label-row label[for="CONNAISSANCESCODING"] + div .entry__choice input[type="radio"].input_replaced,
            .block-form .content-wrapper .sib-form #sib-container .sib-radiobutton-group .form__label-row label[for="CONNAISSANCESOSINT"] + div .entry__choice input[type="radio"].input_replaced {
              position: absolute !important;
              width: 1px !important;
              height: 1px !important;
              opacity: 0 !important;
              pointer-events: none !important; }
            .block-form .content-wrapper .sib-form #sib-container .sib-radiobutton-group .form__label-row label[for="CONNAISSANCESOUTILSNUMERIQUES"] + div .entry__choice .radio-button,
            .block-form .content-wrapper .sib-form #sib-container .sib-radiobutton-group .form__label-row label[for="CONNAISSANCESCODING"] + div .entry__choice .radio-button,
            .block-form .content-wrapper .sib-form #sib-container .sib-radiobutton-group .form__label-row label[for="CONNAISSANCESOSINT"] + div .entry__choice .radio-button {
              all: unset;
              display: block;
              cursor: pointer;
              text-align: center;
              line-height: 1; }
              .block-form .content-wrapper .sib-form #sib-container .sib-radiobutton-group .form__label-row label[for="CONNAISSANCESOUTILSNUMERIQUES"] + div .entry__choice .radio-button::before,
              .block-form .content-wrapper .sib-form #sib-container .sib-radiobutton-group .form__label-row label[for="CONNAISSANCESCODING"] + div .entry__choice .radio-button::before,
              .block-form .content-wrapper .sib-form #sib-container .sib-radiobutton-group .form__label-row label[for="CONNAISSANCESOSINT"] + div .entry__choice .radio-button::before {
                content: "★";
                font-size: 2rem;
                color: #ccc;
                display: block;
                transition: color 0.3s ease;
                position: static; }
            .block-form .content-wrapper .sib-form #sib-container .sib-radiobutton-group .form__label-row label[for="CONNAISSANCESOUTILSNUMERIQUES"] + div .entry__choice label:hover .radio-button::before,
            .block-form .content-wrapper .sib-form #sib-container .sib-radiobutton-group .form__label-row label[for="CONNAISSANCESCODING"] + div .entry__choice label:hover .radio-button::before,
            .block-form .content-wrapper .sib-form #sib-container .sib-radiobutton-group .form__label-row label[for="CONNAISSANCESOSINT"] + div .entry__choice label:hover .radio-button::before {
              color: gold; }
            .block-form .content-wrapper .sib-form #sib-container .sib-radiobutton-group .form__label-row label[for="CONNAISSANCESOUTILSNUMERIQUES"] + div .entry__choice input[type="radio"]:checked + .radio-button::before,
            .block-form .content-wrapper .sib-form #sib-container .sib-radiobutton-group .form__label-row label[for="CONNAISSANCESCODING"] + div .entry__choice input[type="radio"]:checked + .radio-button::before,
            .block-form .content-wrapper .sib-form #sib-container .sib-radiobutton-group .form__label-row label[for="CONNAISSANCESOSINT"] + div .entry__choice input[type="radio"]:checked + .radio-button::before {
              color: gold; }
            .block-form .content-wrapper .sib-form #sib-container .sib-radiobutton-group .form__label-row label[for="CONNAISSANCESOUTILSNUMERIQUES"] + div .entry__choice span:last-child,
            .block-form .content-wrapper .sib-form #sib-container .sib-radiobutton-group .form__label-row label[for="CONNAISSANCESCODING"] + div .entry__choice span:last-child,
            .block-form .content-wrapper .sib-form #sib-container .sib-radiobutton-group .form__label-row label[for="CONNAISSANCESOSINT"] + div .entry__choice span:last-child {
              display: block;
              margin-top: 0.2rem;
              font-size: 1rem;
              color: #3C4858;
              text-align: center !important;
              line-height: 1; }

.sib-text-form-block {
  font-size: 1.3rem;
  color: var(--hoverColor);
  font-style: italic; }
  .sib-text-form-block a {
    color: var(--hoverColor) !important;
    text-decoration: underline; }

@media screen and (min-width: 800px) {
  .block-form .content-wrapper .sib-form #sib-container button[type=submit]:hover {
    background: transparent !important;
    border: 0.1rem solid var(--hoverColor) !important;
    color: var(--hoverColor) !important; } }
/* Block: Partner presentation
--------------------------------------------- */
.block-partner-presentation .content-wrapper ul {
  list-style: none !important;
  padding-left: 0 !important; }
  .block-partner-presentation .content-wrapper ul li {
    margin-bottom: 1.5rem;
    background: var(--whiteColor);
    border-radius: 0.5rem;
    padding: 2rem 2rem 1rem; }
    .block-partner-presentation .content-wrapper ul li div {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-items: center; }
      .block-partner-presentation .content-wrapper ul li div img,
      .block-partner-presentation .content-wrapper ul li div svg,
      .block-partner-presentation .content-wrapper ul li div div {
        width: 100%; }

@media screen and (min-width: 800px) {
  .block-partner-presentation .content-wrapper ul li div img,
  .block-partner-presentation .content-wrapper ul li div svg {
    width: 30%; }
  .block-partner-presentation .content-wrapper ul li div div {
    display: block;
    width: 70%;
    padding-left: 2rem; }
    .block-partner-presentation .content-wrapper ul li div div p,
    .block-partner-presentation .content-wrapper ul li div div h2,
    .block-partner-presentation .content-wrapper ul li div div h3 {
      margin-top: 0; } }
/* Block: Contact
--------------------------------------------- */
.grecaptcha-badge {
  visibility: hidden; }

.block-contact {
  background: var(--whiteColor);
  border-radius: 0.5rem;
  margin: 3rem 0; }
  .block-contact .content-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0 !important; }
    .block-contact .content-wrapper .contact-form-wrapper {
      width: 100%; }
    .block-contact .content-wrapper .contact-form-wrapper form input,
    .block-contact .content-wrapper .contact-form-wrapper form textarea {
      background: transparent;
      border: 0.1rem solid var(--textColor);
      color: var(--textColor);
      border-radius: 0.5rem;
      padding: 1rem;
      width: 100%; }
      .block-contact .content-wrapper .contact-form-wrapper form input:focus,
      .block-contact .content-wrapper .contact-form-wrapper form textarea:focus {
        outline: none; }
      .block-contact .content-wrapper .contact-form-wrapper form input[type=submit],
      .block-contact .content-wrapper .contact-form-wrapper form textarea[type=submit] {
        border-radius: 0.5rem;
        background: var(--whiteColor);
        border: 0.1rem solid var(--textColor);
        color: var(--textColor);
        padding: 1rem 2rem;
        width: auto;
        transition: all .2s; }
    .block-contact .content-wrapper .contact-form-wrapper form textarea {
      min-height: 10rem; }
    .block-contact .content-wrapper .contact-form-wrapper form .row {
      display: flex;
      flex-wrap: wrap; }
      .block-contact .content-wrapper .contact-form-wrapper form .row p {
        width: 100%; }
        .block-contact .content-wrapper .contact-form-wrapper form .row p input {
          width: 100%; }
    .block-contact .content-wrapper .contact-form-wrapper form textarea {
      max-width: 100%;
      height: 5rem; }
    .block-contact .content-wrapper .contact-form-wrapper form .wpcf7-response-output {
      margin: 1rem 0;
      border-radius: 0.5rem;
      padding: 0.5rem 1rem;
      border-width: 0.1rem; }

@media screen and (min-width: 800px) {
  .block-contact .content-wrapper .contact-form-wrapper form input[type=submit]:hover,
  .block-contact .content-wrapper .contact-form-wrapper form textarea[type=submit]:hover {
    border: 0.1rem solid var(--hoverColor);
    color: var(--hoverColor); }
  .block-contact .content-wrapper .contact-form-wrapper form .row p {
    width: calc(50% - 1rem); }
    .block-contact .content-wrapper .contact-form-wrapper form .row p:last-of-type {
      margin-left: 2rem; } }
@media screen and (min-width: 1240px) {
  .block-contact .content-wrapper {
    padding: 0 2rem; } }
/* Static pages
--------------------------------------------- */
.static-page > article .entry-header {
  background: var(--whiteColor);
  padding: 8rem;
  margin-bottom: 5rem; }
  .static-page > article .entry-header .content-wrapper h1 {
    text-align: center;
    margin-top: 0; }
.static-page .entry-content .content-wrapper {
  max-width: 600px;
  margin-bottom: 10rem; }
  .static-page .entry-content .content-wrapper ul {
    list-style-type: disc;
    padding-left: 2rem; }
    .static-page .entry-content .content-wrapper ul li {
      margin-bottom: 1rem; }
  .static-page .entry-content .content-wrapper .key-figures {
    background: var(--whiteColor);
    padding: 3rem 3rem 1rem;
    border-radius: 0.5rem;
    margin: 2rem 0; }
    .static-page .entry-content .content-wrapper .key-figures .key-figures .key-figure-container {
      text-align: center; }
    .static-page .entry-content .content-wrapper .key-figures .content-wrapper {
      margin-bottom: 0; }
      .static-page .entry-content .content-wrapper .key-figures .content-wrapper h2 {
        font-size: 1.5em;
        font-weight: 400;
        margin-bottom: 0; }
  .static-page .entry-content .content-wrapper a {
    text-decoration: underline; }

/* Archive page
--------------------------------------------- */
.archive .post-list {
  margin-bottom: 10rem; }
.archive.tax-index article .entry-header {
  padding: 8rem 0; }
.archive.tax-index #primary {
  background: var(--whiteColor); }
.archive.tax-index .entry-header {
  background: var(--bgColor); }
.archive.tax-index .term-block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start; }
  .archive.tax-index .term-block .term-header {
    max-width: 960px; }
    .archive.tax-index .term-block .term-header .module-index {
      margin-bottom: 0;
      color: var(--hoverColor); }
    .archive.tax-index .term-block .term-header .term-title {
      margin-top: 0; }
      .archive.tax-index .term-block .term-header .term-title .big-number {
        line-height: 1;
        font-size: 15vw;
        color: var(--whiteColor); }
.archive.tax-index .post-list article {
  width: 100%;
  padding: 0; }
  .archive.tax-index .post-list article .entry-header {
    display: none; }
  .archive.tax-index .post-list article img {
    padding-left: 2rem; }
  .archive.tax-index .post-list article .title-wrapper {
    position: relative;
    width: calc(100% - 2rem); }
    .archive.tax-index .post-list article .title-wrapper.coming-soon {
      text-align: center; }
      .archive.tax-index .post-list article .title-wrapper.coming-soon h3 {
        font-weight: normal; }

@media screen and (min-width: 800px) {
  .archive.tax-index .term-block .term-header {
    width: 50%;
    margin-bottom: 5rem; }
    .archive.tax-index .term-block .term-header .term-title .big-number {
      line-height: 1;
      font-size: clamp(2rem, 4.5vw, 8rem); }
  .archive.tax-index .post-list {
    width: 50%; }
    .archive.tax-index .post-list article .entry-header {
      display: none; }
    .archive.tax-index .post-list article .title-wrapper {
      width: 75%; } }
/* 404
--------------------------------------------- */
.error-404 .page-container {
  margin-bottom: calc(100vh - 35em); }

/* Footer
--------------------------------------------- */
.site-footer {
  background: var(--whiteColor);
  line-height: 2rem;
  font-size: 1.2rem;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  bottom: 0;
  width: 100%;
  z-index: -1; }
  .site-footer .logos-partners {
    width: 100%;
    padding: 5rem 2rem 2rem;
    background: var(--bgColor);
    /*.logos-partners-section {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 1rem;
      .logo {
        img,
        svg {
          max-width: 10rem;
          max-height: 4.5rem;
          height: auto;
          width: auto;
          object-fit: contain;
          display: block;
        }
      }
    }*/ }
    .site-footer .logos-partners h2 {
      padding: 0 2rem;
      font-size: 1.2rem;
      font-weight: normal;
      text-align: center; }
    .site-footer .logos-partners .logos-partners-section {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1rem; }
      .site-footer .logos-partners .logos-partners-section .logo {
        width: 7.6rem;
        height: 4rem;
        background: #fbead6;
        border-radius: 0.5rem;
        padding: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center; }
        .site-footer .logos-partners .logos-partners-section .logo img,
        .site-footer .logos-partners .logos-partners-section .logo svg {
          max-width: 100%;
          max-height: 100%;
          width: auto;
          height: auto;
          object-fit: contain;
          display: block; }
  .site-footer .content-wrapper.footer-content {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .site-footer .content-wrapper #footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0.5rem; }
  .site-footer .content-wrapper p {
    margin: 1rem 0 0.5rem 0; }

@media screen and (min-width: 800px) {
  .site-footer .logos-partners {
    padding: 5rem 2rem 0; }
    .site-footer .logos-partners .logos-partners-section {
      margin: 0 auto 3rem;
      max-width: 960px;
      gap: 1rem; }
      .site-footer .logos-partners .logos-partners-section .logo {
        width: 10rem;
        height: 5.5rem; }
  .site-footer .content-wrapper.footer-content {
    justify-content: flex-start; }
  .site-footer .content-wrapper p {
    margin: 0 2rem 0 0; }
  .site-footer .content-wrapper #footer-menu {
    gap: 0 1rem; }
  .site-footer .content-wrapper a:hover {
    color: var(--hoverColor); } }
/* Popups
--------------------------------------------- */
#popup {
  position: fixed;
  width: 90%;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.97);
  background: var(--hoverColor);
  color: var(--whiteColor);
  border-radius: 0.5rem;
  bottom: -50%;
  right: 50%;
  transform: translateX(50%);
  transition: opacity .3s;
  opacity: 0;
  z-index: -1; }
  #popup a {
    color: var(--whiteColor);
    text-decoration: underline; }
  #popup.active {
    bottom: 3rem;
    opacity: 1;
    z-index: 200;
    transition: all .3s; }
  #popup .cross {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 6.5rem;
    height: 5.5rem;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: all 0.2s;
    z-index: 220; }
    #popup .cross span,
    #popup .cross span:before,
    #popup .cross span:after {
      height: 0.1rem;
      width: 2rem;
      margin: 0;
      background: var(--whiteColor);
      position: absolute;
      display: block;
      content: "";
      transition: all .2s; }
    #popup .cross span {
      top: 2rem;
      right: 1rem;
      background-color: transparent; }
    #popup .cross span:before {
      top: 0;
      transform: rotate(45deg); }
    #popup .cross span:after {
      bottom: 0;
      transform: rotate(-45deg); }
  #popup .popup-content {
    padding: 1rem 2rem;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    #popup .popup-content p {
      width: 100%; }

@media screen and (min-width: 800px) {
  #popup {
    max-width: 40%;
    right: 3rem;
    transform: translateX(0); } }
/* Complianz cookies
--------------------------------------------- */
.cmplz-manage-consent {
  display: none !important; }

.cmplz-cookiebanner {
  position: fixed;
  left: 10px;
  bottom: 10px;
  box-sizing: border-box;
  padding: 1rem 1.2rem !important;
  border-radius: 0.5rem !important; }

.cmplz-cookiebanner .cmplz-close svg,
.cmplz-cookiebanner .cmplz-close img {
  display: none !important; }

.cmplz-cookiebanner .cmplz-close {
  position: relative;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  background: transparent !important;
  border: none; }

.cmplz-cookiebanner .cmplz-close,
.cmplz-cookiebanner .cmplz-close::before,
.cmplz-cookiebanner .cmplz-close::after {
  position: absolute;
  display: block;
  content: "";
  height: 0.1rem;
  width: 2rem;
  background: var(--textColor);
  top: 50%;
  left: 50%;
  transform-origin: center;
  transition: all 0.2s ease; }

.cmplz-cookiebanner .cmplz-close::before {
  transform: translate(-50%, -50%) rotate(45deg); }

.cmplz-cookiebanner .cmplz-close::after {
  transform: translate(-50%, -50%) rotate(-45deg); }

.cmplz-cookiebanner .cmplz-close {
  position: absolute;
  top: 1rem;
  right: 1rem; }

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  height: auto !important; }

/*# sourceMappingURL=style.css.map */
