:root {
  --rd4u_color_01: #115e8b;
  --rd4u_color_02: #111865;
  --rd4u_color_white: #fff;
  --rd4u_color_black: #000;
}
/*=======================================================*/
/* GUTENBERG BLOCKS */
/*=======================================================*/
/* Alignement des figcaption */
.wp-block-image .aligncenter > figcaption, .wp-block-image.alignleft > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image.alignright > figcaption, .wp-block-image .alignright > figcaption {
  text-align: center;
}
.wp-block-file .wp-block-file__button {
  color: #fff !important;
  background-color: --rd4u_color_01!important;
  border-radius: 25px !important;
  padding: 20px 60px;
  display: inline-block !important;
  transition: all 0.3s;
  font-family: var(--e-global-typography-f100c9d-font-family), Sans-serif;
  font-size: var(--e-global-typography-f100c9d-font-size);
  font-weight: var(--e-global-typography-f100c9d-font-weight);
  text-transform: var(--e-global-typography-f100c9d-text-transform);
  font-style: var(--e-global-typography-f100c9d-font-style);
  text-decoration: var(--e-global-typography-f100c9d-text-decoration);
  line-height: var(--e-global-typography-f100c9d-line-height);
  letter-spacing: var(--e-global-typography-f100c9d-letter-spacing);
  word-spacing: var(--e-global-typography-f100c9d-word-spacing);
}
.wp-block-file a.wp-block-file__button:hover {
  opacity: 1;
  background-color: --rd4u_color_02;
  transform: translateY(-8px) !important;
}
.tpgb-plus-button .button-link-wrap {
  font-family: var(--e-global-typography-f100c9d-font-family), Sans-serif;
  font-weight: var(--e-global-typography-f100c9d-font-weight);
  letter-spacing: var(--e-global-typography-f100c9d-letter-spacing);
  word-spacing: var(--e-global-typography-f100c9d-word-spacing);
}
