/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
body .wp-block-cgb-block-cs-guten-blocks-date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 4em; }
  body .wp-block-cgb-block-cs-guten-blocks-date:before, body .wp-block-cgb-block-cs-guten-blocks-date:after {
    content: " ";
    display: block;
    background-color: #f86d47;
    position: absolute; }
  body .wp-block-cgb-block-cs-guten-blocks-date:before {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    left: -9px;
    bottom: -7px;
    -webkit-transform: rotate(45deg) translateX(-7px);
        -ms-transform: rotate(45deg) translateX(-7px);
            transform: rotate(45deg) translateX(-7px); }
  body .wp-block-cgb-block-cs-guten-blocks-date:after {
    height: 100%;
    width: 3px;
    left: -9px;
    top: 3px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1; }
  @media (min-width: 768px) {
    body .wp-block-cgb-block-cs-guten-blocks-date:before {
      left: 50%; }
    body .wp-block-cgb-block-cs-guten-blocks-date:after {
      left: 50%; } }
  body .wp-block-cgb-block-cs-guten-blocks-date .date_item {
    margin-bottom: 2em; }
    body .wp-block-cgb-block-cs-guten-blocks-date .date_item span.date_year {
      -webkit-transform: translateX(-1.5em);
          -ms-transform: translateX(-1.5em);
              transform: translateX(-1.5em); }
      body .wp-block-cgb-block-cs-guten-blocks-date .date_item span.date_year:before {
        content: " ";
        display: inline-block;
        width: 0.7em;
        height: 0.7em;
        background-color: #f4f4f4;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        border-radius: 2px;
        margin-right: 0.5em; }
    @media (min-width: 768px) {
      body .wp-block-cgb-block-cs-guten-blocks-date .date_item {
        width: 50%;
        min-height: 4em; }
        body .wp-block-cgb-block-cs-guten-blocks-date .date_item:last-child {
          margin-bottom: 4em; }
        body .wp-block-cgb-block-cs-guten-blocks-date .date_item:nth-child(even) {
          -ms-flex-item-align: end;
              align-self: flex-end;
          padding-left: 2em; }
          body .wp-block-cgb-block-cs-guten-blocks-date .date_item:nth-child(even) span.date_year {
            -webkit-transform: translateX(-3.5em);
                -ms-transform: translateX(-3.5em);
                    transform: translateX(-3.5em); }
            body .wp-block-cgb-block-cs-guten-blocks-date .date_item:nth-child(even) span.date_year:before {
              content: " ";
              display: inline-block;
              width: 0.7em;
              height: 0.7em;
              background-color: #f4f4f4;
              -webkit-transform: rotate(45deg);
                  -ms-transform: rotate(45deg);
                      transform: rotate(45deg);
              border-radius: 2px;
              margin-right: 2.5em; }
        body .wp-block-cgb-block-cs-guten-blocks-date .date_item:nth-child(odd) {
          text-align: right;
          padding-right: 2em; }
          body .wp-block-cgb-block-cs-guten-blocks-date .date_item:nth-child(odd) span.date_year {
            -webkit-transform: translateX(3.5em);
                -ms-transform: translateX(3.5em);
                    transform: translateX(3.5em); }
            body .wp-block-cgb-block-cs-guten-blocks-date .date_item:nth-child(odd) span.date_year:before {
              display: none; }
            body .wp-block-cgb-block-cs-guten-blocks-date .date_item:nth-child(odd) span.date_year:after {
              content: " ";
              display: inline-block;
              width: 0.7em;
              height: 0.7em;
              background-color: #f4f4f4;
              -webkit-transform: rotate(45deg);
                  -ms-transform: rotate(45deg);
                      transform: rotate(45deg);
              border-radius: 2px;
              margin-left: 2.5em; } }
    body .wp-block-cgb-block-cs-guten-blocks-date .date_item .date_header span {
      display: inline-block; }
    body .wp-block-cgb-block-cs-guten-blocks-date .date_item .date_header span.date_year {
      padding: 0.2em 0.6em;
      border-radius: 3px;
      font-size: 0.9em;
      background-color: #f86d47;
      color: #f4f4f4; }
    body .wp-block-cgb-block-cs-guten-blocks-date .date_item .date_header span.date_keyword {
      display: block;
      color: #0A80DC;
      font-size: 1.3em;
      text-transform: uppercase;
      line-height: 1.1em;
      font-weight: 600;
      margin: 0.5em 0 0.3em; }
    body .wp-block-cgb-block-cs-guten-blocks-date .date_item .date_legend {
      font-size: 0.8em; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
body .wp-block-cgb-block-cs-guten-blocks-chiffre {
  margin-bottom: 2em; }
  body .wp-block-cgb-block-cs-guten-blocks-chiffre .chiffre_chiffre {
    font-size: 2.2em;
    margin-bottom: 0;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1em;
    border-bottom: 1px solid #0A80DC;
    padding-bottom: 0.3em; }
  body .wp-block-cgb-block-cs-guten-blocks-chiffre .chiffre_legend {
    font-size: 0.8em;
    text-align: center;
    line-height: 1.4em; }
  body .wp-block-cgb-block-cs-guten-blocks-chiffre.is-white {
    color: #f4f4f4; }
    body .wp-block-cgb-block-cs-guten-blocks-chiffre.is-white .chiffre_chiffre {
      border-bottom-color: #f4f4f4; }
    body .wp-block-cgb-block-cs-guten-blocks-chiffre.is-white .chiffre_legend {
      padding: 1em;
      background-color: #f4f4f4;
      color: #003478; }
    body .wp-block-cgb-block-cs-guten-blocks-chiffre.is-white strong {
      background-color: #f86d47;
      color: #fff;
      border-radius: 2px;
      padding: 0 0.2em; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
body .wp-block-cgb-block-cs-guten-blocks-membre-equipe {
  background-color: #fff;
  padding: 1em;
  text-align: center;
  margin-bottom: 1em;
  width: 100%; }
  body .wp-block-cgb-block-cs-guten-blocks-membre-equipe img {
    width: 100%;
    margin-bottom: 0 !important; }
  body .wp-block-cgb-block-cs-guten-blocks-membre-equipe h3 {
    text-transform: uppercase;
    color: #0A80DC !important;
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 1em !important; }
  body .wp-block-cgb-block-cs-guten-blocks-membre-equipe p {
    margin-bottom: 0;
    font-size: 0.8em; }
  body .wp-block-cgb-block-cs-guten-blocks-membre-equipe .linkedinLink {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    text-decoration: none;
    border: 0 !important;
    margin-top: 0.3em; }
    body .wp-block-cgb-block-cs-guten-blocks-membre-equipe .linkedinLink svg {
      width: 1.5em; }
