html {
  font-size: 1px; }
  @media (max-width: 767px) {
    html {
      font-size: 0.85px; } }

body {
  --bs-gutter-x: 30rem;
  font-family: 'Crimson Text', serif;
  font-size: 18rem;
  line-height: normal; }
  body * {
    font-size: inherit;
    line-height: 1.6; }
  body .title_12 {
    font-size: 12px;
    font-weight: 600; }
  body .title_14 {
    font-size: 14px;
    font-weight: 600; }
  body .title_16 {
    font-size: 16px;
    font-weight: bold; }
  body .title_18 {
    font-weight: 600; }
  body .title_24 {
    font-size: 24rem;
    font-weight: bold;
    line-height: 1.1; }
  body .title_34 {
    font-size: 34rem;
    font-weight: bold;
    line-height: 1.1; }
  body .title_44 {
    font-size: 44rem;
    font-weight: bold;
    line-height: 1.1; }
    @media (max-width: 767px) {
      body .title_44 {
        font-size: 32px; } }
  body .title_54 {
    font-size: 54rem;
    font-weight: bold;
    line-height: 1.1; }

.small_red_line_left {
  position: relative; }
  .small_red_line_left:after {
    content: "";
    display: block;
    height: 2px;
    width: 25rem;
    background-color: #ff4b4b;
    margin-bottom: 13px; }

.small_red_line_center:after {
  content: "";
  display: block;
  height: 2px;
  width: 25rem;
  background-color: #ff4b4b;
  margin: 0 auto 25rem; }

@media (min-width: 1650px) {
  .container {
    min-width: 1570px; } }

.container, .container-fluid {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2); }

.row {
  --bs-gutter-x: inherit; }

.has_background_image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

#popups_overlay {
  position: fixed; }

.post {
  color: #000000 !important;
  text-decoration: none;
  margin: 0 0 72.5rem 0;
  display: block; }
  .post .post_image {
    margin-bottom: 22.5rem;
    height: 250rem;
    width: 100%; }
  .post .post_title {
    margin-bottom: 13rem;
    height: 52rem;
    overflow: hidden; }
  .post .post_author {
    line-height: normal;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .post .post_desc {
    line-height: normal;
    margin-top: 13px;
    height: 50rem;
    overflow: hidden; }

.shade_below {
  position: relative; }
  .shade_below:hover:before {
    opacity: 1; }
  .shade_below:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    height: 24px;
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.2);
    z-index: -1;
    opacity: 0; }

.rich_content figcaption {
  margin-top: 10px;
  font-size: 12px;
  font-weight: normal; }

.rich_content image {
  width: 100%; }

main {
  min-height: calc(100vh - 389px);
  margin-top: 210px; }
  @media (max-width: 1199px) {
    main {
      margin-top: 145px;
      min-height: calc(100vh - 77px - 210px); } }

.enlarge_text *:not(h1, h2, h3, h4, h5, h6, h1 *, h2 *, h3 *, h4 *, h5 *, h6 *) {
  font-size: 27rem; }

.enlarge_text_excerpt_post {
  font-size: 27rem;
  height: 75rem !important; }
  .enlarge_text_excerpt_post.enlarge_text_desc_big_post {
    height: 115rem !important; }

.header_menu {
  border-bottom: 1px solid #e0e4eb;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #283572;
  color: #ffffff; }
  .header_color_black .header_menu {
    background-color: transparent;
    border-bottom: none; }
  .header_menu #header_site_logo {
    display: block;
    text-decoration: none;
    height: 144px;
    text-align: center;
    margin: 40px 0;
    background-size: contain;
    background-image: url(../icons/white_logo.png); }
    .header_color_white .header_menu #header_site_logo {
      background-image: url(../icons/color-logoW2.png); }
    @media (max-width: 1199px) {
      .header_menu #header_site_logo {
        margin: 0;
        height: 50px; } }
  .header_menu #wrap_main_menu {
    align-items: center;
    justify-content: space-between; }
  @media (max-width: 1199px) {
    .header_menu #main_menu {
      position: fixed;
      top: 100px;
      width: 100%;
      height: 0;
      overflow: hidden;
      transition: all 1s;
      background-color: #283572;
      right: 0; }
      .header_color_black .header_menu #main_menu {
        background-color: #000000; }
      .header_menu #main_menu.open_nav {
        height: calc(100vh - 77px);
        overflow: auto;
        z-index: 2; } }
  @media (max-width: 1199px) {
    .header_menu #main_menu ul {
      display: block;
      text-align: center; } }
  .header_menu #main_menu ul li {
    display: inline-block;
    font-size: 18rem; }
    @media (max-width: 1199px) {
      .header_menu #main_menu ul li {
        display: block; } }
    .header_menu #main_menu ul li.current-menu-item a:before {
      background-color: #ff4b4b; }
    .header_menu #main_menu ul li a {
      text-decoration: none;
      color: #ffffff;
      margin: 0 18rem;
      line-height: 50rem;
      display: block;
      position: relative;
      font-weight: bold;}
      .header_menu #main_menu ul li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 3px;
        transition: all 0.25s; }
      .header_menu #main_menu ul li a:hover:before, .header_menu #main_menu ul li a:focus:before {
        background-color: #ff4b4b; }
      @media (max-width: 1400px) {
        .header_menu #main_menu ul li a {
          margin: 0 10rem; } }
      @media (max-width: 1199px) {
        .header_menu #main_menu ul li a {
          line-height: 65rem; }
          .header_menu #main_menu ul li a:before {
            display: none; }
          .header_menu #main_menu ul li a:after {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 1px;
            background-color: #000000;
            opacity: 0.3; } }
      .header_color_black .header_menu #main_menu ul li a {
        color: #ffffff; }
        .header_color_black .header_menu #main_menu ul li a:after {
          background-color: #f3f5f8; }

.site_logo {
  text-decoration: none;
  font-size: 53rem; }
  @media (max-width: 768px) {
    .site_logo {
      font-size: 30px; } }

#wrap_icon_search {
  text-align: center;
  margin: auto; }
  #wrap_icon_search a {
    text-decoration: none; }
  .header_color_black #wrap_icon_search svg {
    filter: invert(1); }

#header_mobile_hamburger {
  position: relative;
  cursor: pointer;
  height: 77px; }
  #header_mobile_hamburger:before, #header_mobile_hamburger:after {
    content: "";
    height: 1px;
    width: 25px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transition: all 0.3s;
    left: 50%;
    transform: translateX(-50%); }
  .header_color_black #header_mobile_hamburger:before, .header_color_black #header_mobile_hamburger:after {
    background-color: #ffffff; }
  #header_mobile_hamburger:after {
    margin-top: 10px; }
  #header_mobile_hamburger.active:before, #header_mobile_hamburger.active:after {
    left: 39%; }
  #header_mobile_hamburger.active:before {
    transform: rotate(-45deg); }
  #header_mobile_hamburger.active:after {
    transform: rotate(45deg);
    margin-top: 0; }

#header_mobile_dwn_edition {
  position: fixed;
  bottom: 0;
  background: gray;
  width: 100%;
  z-index: 1;
  color: white; }

.header_mobile_dwn_edition_none {
  display: none; }

.html_unable_scroll {
  overflow: hidden; }

#wrap_nav {
  text-align: center; }

#header_dwn_edition {
  text-align: center;
  font-size: 13px;
  width: 103px;
  height: 145px;
  margin: 40px 0;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.4);
  position: relative; }
  #header_dwn_edition #header_dwn_edition_title {
    font-weight: bold; }
  #header_dwn_edition #header_dwn_edition_btn {
    padding: 0 7px;
    margin: 10px auto 0; }
  #header_dwn_edition .header_dwn_edition_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%; }

#header_links_social_networks a {
  font-size: 16px;
  padding: 8px;
  border: solid 1px #e0e4eb;
  text-decoration: none; }
  #header_links_social_networks a:not(:last-child) {
    margin-right: 6rem; }
  #header_links_social_networks a:before {
    color: #888d97; }

#wrap_newsletter_btn #header_newsletter_btn {
  color: #ffffff;
  padding: 4px 16px 6px;
  background-color: #000000;
  border: 1px solid #000000;
  text-decoration: none;
  height: max-content;
  text-align: center;
  margin: auto;
  font-size: 16px; }
  #wrap_newsletter_btn #header_newsletter_btn:hover {
    background-color: #ffffff;
    color: #000000; }

.col-content {
  flex: 0 0 auto;
  width: max-content;
  display: flex; }

#wrap_enlarge_text #enlarge_text_link {
  display: block;
  height: 34px;
  width: 34px;
  background-image: url(../icons/enlarge_font_size.svg); }
  #wrap_enlarge_text #enlarge_text_link.active {
    background-image: url(../icons/enlarge_font_size-1.svg); }
  .header_color_black #wrap_enlarge_text #enlarge_text_link:not(.active) {
    filter: invert(100%); }

#error_page {
  min-height: calc(100vh - 389px);
  display: flex;
  align-items: center;
  text-align: center;
  background-size: auto 80%;
  position: relative;
  z-index: 0; }
  @media (max-width: 768px) {
    #error_page {
      min-height: calc(100vh - 77px - 210px); } }
  #error_page:before {
    content: '';
    display: block;
    position: absolute;
    top: 10%;
    left: 10%;
    bottom: 10%;
    right: 10%;
    background: center no-repeat;
    background-size: contain;
    z-index: -1; }
    @media (max-width: 768px) {
      #error_page:before {
        background-position: center 25%; } }
  #error_page #error_page_subtitle {
    padding-bottom: 50rem;
    font-weight: normal;
    margin-left: 10rem; }
    @media (max-width: 768px) {
      #error_page #error_page_subtitle {
        padding-bottom: 35rem; } }
  #error_page #error_page_link {
    text-align: center;
    color: black; }
  #error_page .search_form_container {
    width: 504rem;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 60px;
    box-shadow: #00000026 3px 8px 14px; }

#single_post #single_current_post .single_post_details {
  margin-bottom: 13rem; }
  #single_post #single_current_post .single_post_details .single_post_author {
    color: #ff4b4b;
    margin-right: 15rem;
    font-size: 18px;
    margin-left: 1px; }
  @media (max-width: 768px) {
    #single_post #single_current_post .single_post_details #post_date {
      display: inline-block; } }

#single_post #single_current_post #wrap_single_post_image {
  margin-bottom: 35rem; }
  #single_post #single_current_post #wrap_single_post_image .single_post_image {
    max-height: 550rem;
    width: 100%;
    margin-bottom: 10px; }
  #single_post #single_current_post #wrap_single_post_image .single_post_img_caption {
    font-weight: normal; }

#single_post #single_current_post .single_post_content {
  line-height: 1.6; }

#single_post #posts_aside {
  margin-top: 133rem; }
  @media (max-width: 768px) {
    #single_post #posts_aside {
      margin-top: 60rem !important; } }
  #single_post #posts_aside .wrap_aside_posts {
    padding: 50px 31px;
    border: solid 1px #e0e4eb;
    background-color: #f3f5f8;
    margin-bottom: 25rem; }
    @media (max-width: 768px) {
      #single_post #posts_aside .wrap_aside_posts {
        margin-bottom: 30rem; } }
    #single_post #posts_aside .wrap_aside_posts .post {
      margin-bottom: 95rem; }
      #single_post #posts_aside .wrap_aside_posts .post .post_image {
        height: 292rem;
        margin-bottom: 20rem; }

#single_post .author_biology {
  padding: 31rem 11rem 30rem;
  border: solid 1px #e0e4eb;
  width: 100%;
  background-color: #ffffff;
  position: relative; }
  #single_post .author_biology:not(:last-child) {
    margin: 10rem auto 20rem; }
  #single_post .author_biology:last-child {
    margin: 10rem auto 100rem; }
  @media (max-width: 768px) {
    #single_post .author_biology {
      margin: 0 auto 10px !important; } }
  #single_post .author_biology:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    height: 24px;
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.2);
    z-index: -1; }
  #single_post .author_biology #author_details {
    text-align: center; }
    #single_post .author_biology #author_details #author_img {
      border-radius: 50%;
      box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.2);
      height: 100rem;
      width: 100rem;
      margin: 0 auto 5px; }
    #single_post .author_biology #author_details #author_name {
      line-height: 1.3; }
    #single_post .author_biology #author_details #author_role {
      color: #ff4b4b;
      line-height: 1.3; }
  #single_post .author_biology #author_desc {
    text-align: left;
    line-height: 1.4;
    margin: auto; }

#breadcrumbs {
  margin: 40rem 0 40rem !important;
  color: #888d97;
  font-weight: normal;
  line-height: 1.1; }
  #breadcrumbs a {
    color: #888d97;
    text-decoration-color: transparent; }
    #breadcrumbs a:hover {
      text-decoration-color: #888d97; }
  #breadcrumbs a, #breadcrumbs span {
    margin-right: 3px; }
    #breadcrumbs a:not(:first-child), #breadcrumbs span:not(:first-child) {
      margin-left: 3px; }
  #breadcrumbs .breadcrumb_last {
    color: #ff4b4b; }

.page_content p {
  margin-bottom: 35rem; }

.page_content img {
  width: 100%;
  height: auto; }

.page_content .is-provider-youtube .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%; }

.page_content .is-provider-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.post-template-template-profile_post #dwn_edition {
  display: none !important; }

.profile_block_wide_image {
  width: 100%;
  height: 800rem;
  margin: 4rem 0 39rem; }
  @media (max-width: 1200px) {
    .profile_block_wide_image {
      height: 600px; } }
  @media (max-width: 768px) {
    .profile_block_wide_image {
      height: 600px; } }
  @media (max-width: 768px) {
    .profile_block_wide_image {
      height: 450px; } }

#post_links_social_networks {
  margin-bottom: 10rem; }
  #post_links_social_networks a:before {
    color: black; }

#single_post_recent_articles {
  background-color: #f3f5f8;
  padding: 35px 0 0;
  margin: 0 0 67px 0; }
  #single_post_recent_articles .recent_articles {
    display: inline-block;
    margin: 0 0 30rem 0; }
    #single_post_recent_articles .recent_articles .post_image {
      height: 233rem; }

.images_by_authors {
  margin-right: 10px; }

.author_img {
  border-radius: 50%;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.2);
  height: 50rem;
  width: 50rem;
  margin: 0 auto 5px; }

.author_name {
  color: white;
  text-align: center; }

@media (max-width: 992px) {
  .small_post_with_category {
    margin-bottom: 20px; } }

#newsletter_section {
  min-height: 300px; }
  @media (max-width: 992px) {
    #newsletter_section {
      height: auto; } }

.dwn_edition {
  color: #ffffff;
  position: relative;
  padding: 35px calc(var(--bs-gutter-x) / 2); }
  .dwn_edition .dwn_edition_content {
    z-index: 1; }

.dwn_edition_btn {
  padding: 4px 38px 6px;
  border: solid 1px #ffffff;
  color: inherit;
  transition: all 0.3s;
  display: block;
  width: max-content;
  margin: 15rem auto;
  text-decoration: none; }
  .dwn_edition_btn:hover {
    background-color: #ffffff;
    color: #000000; }

#newsletter {
  color: #000000;
  background-color: #f3f5f8;
  position: relative;
  padding: 35px calc(var(--bs-gutter-x) / 2);
  z-index: 0; }
  #newsletter #newsletter_content {
    width: 70%; }
    @media (max-width: 768px) {
      #newsletter #newsletter_content {
        width: 100%; } }
  #newsletter .small_red_line_center:after {
    margin-bottom: 13rem; }
  #newsletter #newsletter_title {
    margin-bottom: 13rem; }
  #newsletter #newsletter_wrap_subtitle {
    margin-bottom: 20rem; }
  #newsletter #newsletter_subtitle {
    padding-bottom: 13rem; }
  #newsletter #newsletter_wrap_fieldset #newsletter_email {
    width: calc(100% - 140rem);
    border: none;
    padding: 4px 8px 6px;
    margin-right: 10px; }
    @media (max-width: 768px) {
      #newsletter #newsletter_wrap_fieldset #newsletter_email {
        width: calc(100% - 145rem); } }
  #newsletter #newsletter_wrap_fieldset #newsletter_btn {
    color: #ffffff;
    padding: 4px 20px 6px;
    background-color: #000000;
    min-width: 125rem;
    border: 1px solid #000000;
    transition: all 0.3s; }
    #newsletter #newsletter_wrap_fieldset #newsletter_btn:hover {
      background-color: #ffffff;
      color: #000000; }
  #newsletter #newsletter_wrap_fieldset #newsletter_wrap_group {
    max-width: 610px;
    margin: 0 auto 18px;
    position: relative; }
    #newsletter #newsletter_wrap_fieldset #newsletter_wrap_group legend {
      margin-bottom: 5px; }
    #newsletter #newsletter_wrap_fieldset #newsletter_wrap_group .newsletter_option_wrap {
      display: inline-block;
      padding: 0 10px;
      font-size: 16px;
      font-weight: bold; }
    #newsletter #newsletter_wrap_fieldset #newsletter_wrap_group #checkbox_error {
      color: #ff4b4b;
      font-size: 14px;
      position: absolute;
      top: 100%;
      left: 0;
      line-height: 1; }
  #newsletter #newsletter_wrap_fieldset #newsletter_wrap_email {
    padding: 10px 15px;
    border: solid 1px #000000;
    background-color: #ffffff;
    max-width: 610px;
    margin: auto; }
    @media (max-width: 768px) {
      #newsletter #newsletter_wrap_fieldset #newsletter_wrap_email {
        padding: 10px; } }
  #newsletter #newsletter_send_successfully {
    display: none; }

.center_content {
  text-align: center; }

#footer_menu {
  color: #ffffff;
  background-color: #283572;
  border-top: 1px solid #ffffff; }
  #footer_menu #footer_site_logo {
    margin: 15px 0 15px;
    font-size: 0; }
    @media (max-width: 992px) {
      #footer_menu #footer_site_logo {
        text-align: center;
        margin-bottom: 0; } }
    #footer_menu #footer_site_logo #footer_logo_image {
      max-height: 55rem;
      max-width: 100%; }
  #footer_menu #footer_links {
    height: 85rem;
    text-align: center; }
    @media (max-width: 768px) {
      #footer_menu #footer_links {
        height: auto;
        margin-top: 20px; } }
    #footer_menu #footer_links #footer_main_menu {
      display: inline-block; }
      #footer_menu #footer_links #footer_main_menu a {
        font-size: 14rem;
        color: #ffffff;
        text-decoration: none;
        border-right: 1px solid white;
        padding: 0 20rem 0; }
        @media (max-width: 992px) {
          #footer_menu #footer_links #footer_main_menu a {
            line-height: 40rem; } }
      @media (max-width: 992px) {
        #footer_menu #footer_links #footer_main_menu li:last-child a {
          border: none; } }
  #footer_menu #footer_copyright {
    font-size: 14rem;
    display: inline-block;
    line-height: 85rem;
    padding: 0 20rem 0; }
    @media (max-width: 992px) {
      #footer_menu #footer_copyright {
        line-height: 40rem; } }
    @media (max-width: 768px) {
      #footer_menu #footer_copyright {
        line-height: normal;
        display: block;
        margin: 15px 0 10px; } }
  #footer_menu #footer_social_networks {
    position: relative; }
    @media (min-width: 769px) {
      #footer_menu #footer_social_networks #footer_links_social_networks {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center; } }
    @media (max-width: 768px) {
      #footer_menu #footer_social_networks #footer_links_social_networks {
        text-align: center;
        margin-top: 30px; } }
    #footer_menu #footer_social_networks #footer_links_social_networks a {
      color: #ffffff; }

.links_social_networks {
  font-size: 20rem; }
  .links_social_networks a {
    text-decoration: none; }
    .links_social_networks a:not(:last-child) {
      margin-right: 25rem; }
  .links_social_networks .facebook_whatsapp_link {
    font-size: 26rem !important; }
  .links_social_networks .instagram_linkedin_links {
    font-size: 24rem !important; }

#site_banner_image {
  margin-top: -304px; }
  @media (max-width: 768px) {
    #site_banner_image {
      margin-top: -77px; } }
  #site_banner_image #banner_image {
    width: 100%;
    min-height: 1.66vh;
    color: #ffffff;
    transition: all 1s; }
    #site_banner_image #banner_image.scroll_effect {
      height: 33.33vh; }
      #site_banner_image #banner_image.scroll_effect #banner_content {
        opacity: 0; }
    @media (max-width: 768px) {
      #site_banner_image #banner_image {
        min-height: 33.33vh; } }
  #site_banner_image #banner_content {
    position: relative;
    width: 60%;
    margin: auto;
    padding-top: 240rem;
    padding-bottom: 25rem;
    text-align: center;
    opacity: 1;
    transition: all 1s; }
    @media (max-width: 768px) {
      #site_banner_image #banner_content {
        width: 80%;
        padding-top: 77px; } }
    @media (max-width: 992px) {
      #site_banner_image #banner_content #banner_title {
        font-size: 40px; } }
    @media (max-width: 768px) {
      #site_banner_image #banner_content #banner_title {
        font-size: 30px; } }

#header {
  line-height: 1.2;
  margin-bottom: 25rem; }

.bg_img {
  position: relative; }
  .bg_img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }

.mask {
  position: relative; }
  .mask:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    background-color: #000000; }
    #site_banner_image .mask:before {
      background-color: #0000007a; }

#post_profile_details {
  margin-bottom: 15px; }
  #post_profile_details #banner_writer {
    font-weight: normal; }
    @media (max-width: 768px) {
      #post_profile_details #banner_writer {
        display: block; } }
  #post_profile_details #banner_date {
    min-height: 28px;
    display: inline-block; }

.category_titles {
  position: relative;
  margin-bottom: 30rem; }
  .category_titles:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000000;
    width: 100%;
    height: 3px; }
  .category_titles:after {
    content: ".";
    color: #ff4b4b; }

.post_bg_img {
  display: block;
  text-decoration: none; }
  @media (max-width: 768px) {
    .post_bg_img {
      margin-bottom: 20px; } }
  .shade_below:before {
    transition: all 1s;
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.5); }
  .post_bg_img .wrap_post_bg_img_image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%; }
    .post_bg_img .wrap_post_bg_img_image:hover .post_bg_img_image {
      transform: scale(1.05); }
  .post_bg_img .post_bg_img_image {
    height: 100%;
    position: relative;
    transition: all 1s; }
    .post_bg_img .post_bg_img_image:before {
      content: "";
      background-image: linear-gradient(to top, #283572, rgba(0, 0, 0, 0)), linear-gradient(to top, #283572, rgba(0, 0, 0, 0));
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%; }
  .post_bg_img .post_bg_img_content {
    color: white;
    position: absolute;
    bottom: 0;
    padding: 0 0 30rem 30rem;
    width: 88%; }
    .post_bg_img .post_bg_img_content .post_bg_img_desc {
      margin-top: 10px;
      line-height: normal;
      height: 75rem;
      overflow: hidden; }
      @media (min-width: 768px) {
        .post_bg_img .post_bg_img_content .post_bg_img_desc {
          height: 72px; } }
  .post_bg_img .post_bg_img_title {
    margin-bottom: 13rem;
    overflow: hidden; }
  .post_bg_img .post_bg_img_cat {
    position: absolute;
    top: 50rem;
    left: 50rem;
    background-color: #000000;
    color: #ffffff;
    padding: 4px 7px 5px;
    height: 23px; }
  .post_bg_img .post_author {
    max-height: 58px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.big_post_bg_img {
  height: 600rem; }
  .big_post_bg_img .post_bg_img_image:before {
    height: 52%; }
  .big_post_bg_img .post_bg_img_content {
    padding: 0 0 50px 46.5px;
    width: 66.67%; }
    @media (max-width: 768px) {
      .big_post_bg_img .post_bg_img_content {
        padding: 0 0 30rem 30rem;
        width: 88%; } }
  .big_post_bg_img .post_bg_img_title {
    margin-bottom: 17px !important;
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .big_post_bg_img .small_red_line_left:after {
    margin-bottom: 17rem; }

.normal_post_bg_img {
  height: 285rem; }
  .normal_post_bg_img .post_bg_img_image:before {
    height: 63%; }

.wrap_two_posts_bg_img {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

#current_topic {
  padding: 50rem 0;
  background-color: #f3f5f8; }

#first_topic {
  padding: 1rem 0; }

#second_topic {
  margin-top: 1rem; }
  @media (max-width: 768px) {
    #second_topic {
      margin-top: 80rem; } }

#third_topic {
  padding-top: 100rem;
  padding-bottom: 39rem;
  background-color: #f3f5f8; }
  @media (max-width: 768px) {
    #third_topic {
      padding-right: 0;
      padding-left: 0; } }

#fourth_topic {
  padding: 100rem 0 25rem; }

.post_img_desc {
  height: 280rem;
  margin-bottom: 61rem;
  position: relative;
  display: flex; }
  @media (max-width: 768px) {
    .post_img_desc {
      height: auto;
      flex-direction: column; } }
  .post_img_desc:not(:last-child):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -30rem;
    background-color: #e0e4eb; }
  .post_img_desc .post_img_desc_image {
    height: 100%;
    width: 50%; }
    @media (max-width: 768px) {
      .post_img_desc .post_img_desc_image {
        margin-bottom: 22.5rem;
        height: 250rem;
        width: 100%; } }
  .post_img_desc .post_img_desc_content {
    margin: auto;
    padding: 0 0 0 30rem;
    width: 50%; }
    @media (max-width: 768px) {
      .post_img_desc .post_img_desc_content {
        margin: 0;
        width: 100%;
        padding: 0; } }

#current_link {
  text-decoration: none;
  display: block; }

.current_content {
  padding: 60rem 0 50rem;
  text-align: center;
  color: white;
  width: 55%;
  margin: auto;
  position: relative; }
  @media (max-width: 768px) {
    .current_content {
      width: 90%; } }
  @media (max-width: 768px) {
    .current_content #current_header {
      font-size: 30px; } }

#first_topic_two {
  padding: 50rem 0;
  background-color: #f3f5f8; }

#latest_posts {
  padding-bottom: 25rem;
  padding-top: 25rem;
  background-color: #f3f5f8; }
  @media (max-width: 768px) {
    #latest_posts {
      padding-bottom: 5px;
      padding-left: 0;
      padding-right: 0; } }
  #latest_posts .post_author {
    margin-bottom: 5px; }

.latest_posts_content {
  color: white;
  position: absolute;
  width: 88%;
  height: auto;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.latest_posts_post_title {
  height: auto;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 25rem; }
  @media (max-width: 768px) {
    .latest_posts_post_title {
      height: 24px; } }

.latest_posts_post_big_title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 88%; }
  @media (max-width: 768px) {
    .latest_posts_post_big_title {
      height: 35px;
      width: 100%; } }

#latest_first_post_title {
  line-height: 1.2; }

.wrap_post_category_tag {
  position: absolute;
  top: 15rem;
  left: 15rem; }

.post_category_tag {
  color: #ffffff;
  padding: 5px 15px;
  line-height: 1;
  background-color: #c51212;
  display: inline-block;
  margin-right: 5px; }

.wrap_authors_images {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px; }

.latest_second_post_content {
  color: white;
  position: absolute;
  bottom: 0;
  padding: 0 0 15rem 15rem;
  width: 100%; }

#latest_posts_second_post_title {
  margin-bottom: 13rem; }

.wrap_big_post a {
  height: 600px; }

@media (min-width: 769px) {
  .more_then_three_posts .normal_post_bg_img:nth-child(odd) {
    margin-bottom: 30px; } }

#about {
  margin: 0rem 0 60rem; }
  #about .page_content {
    margin-top: 7px;
    padding: 0; }
  #about p, #about figure {
    margin-bottom: 35rem; }
  #about * {
    margin-bottom: 5px; }

.page_content img {
  max-width: 100%;
  height: auto; }

#page {
  margin: 0rem 0 60rem; }
  #page .page-header, #page p {
    margin-bottom: 25rem; }
  #page * {
    margin-bottom: 5px; }

#block_designed_quote #block_designed_quote_content {
  padding: 0 82rem;
  margin-bottom: 35rem; }
  @media (max-width: 767px) {
    #block_designed_quote #block_designed_quote_content {
      padding: 0; } }

#block_designed_quote #block_designed_quote_source {
  font-size: 12px;
  line-height: 160%;
  text-align: right;
  font-family: Crimson Text;
  font-style: normal;
  font-weight: normal;
  padding-top: 10rem; }

.blocks_quotes {
  font-family: Crimson Text;
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 35rem !important; }

#block_pull_quote {
  border-left: 8px solid #e0e4eb; }
  #block_pull_quote #block_pull_quote_icon {
    margin: auto 40rem;
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 767px) {
      #block_pull_quote #block_pull_quote_icon {
        margin: auto 15px; } }
  #block_pull_quote #block_pull_quote_text {
    display: inline-block;
    width: 70%;
    vertical-align: middle; }
    @media (max-width: 767px) {
      #block_pull_quote #block_pull_quote_text {
        width: 80%; } }

.page-template-template-contact {
  display: grid;
  grid-template-rows: max-content auto max-content;
  min-height: 100vh; }

@media (max-width: 768px) {
  #contact_page_container, #contact_page_container .col-12 {
    height: auto; } }

#contact_page_container #contact_details_col {
  color: #fff;
  text-align: center; }
  @media (max-width: 768px) {
    #contact_page_container #contact_details_col {
      height: 440px; } }
  #contact_page_container #contact_details_col:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  #contact_page_container #contact_details_col #contact_details_content {
    display: inline-block;
    text-align: left;
    vertical-align: bottom;
    width: 65%;
    padding-bottom: 12%; }
  #contact_page_container #contact_details_col .contact_details_desc {
    margin-top: 10px;
    margin-bottom: 30px; }

#contact_page_container #contact_form_col {
  background: #f3f5f8; }
  #contact_page_container #contact_form_col #contact_form_col_inner {
    max-width: 472px;
    padding: 0 0 50px;
    z-index: 0; }
  #contact_page_container #contact_form_col .contact_form_desc {
    margin-bottom: 25px;
    margin-top: 5px; }
  #contact_page_container #contact_form_col .input_wrap {
    margin-bottom: 25px;
    position: relative; }
  #contact_page_container #contact_form_col input[type="text"],
  #contact_page_container #contact_form_col input[type="email"],
  #contact_page_container #contact_form_col textarea {
    border: 1px solid #000;
    width: 100%;
    padding: 10px 15px;
    resize: none; }
  #contact_page_container #contact_form_col #contact_submit {
    border: 0;
    background-color: #000;
    color: #fff;
    padding: 5px 25px;
    display: block;
    margin-right: 0;
    margin-left: auto; }

label.error {
  color: #ff4b4b;
  font-size: 14px;
  position: absolute;
  top: 100%;
  left: 0; }

#category #first_posts {
  margin-top: 50rem; }

#category #regular_posts {
  margin: 50rem 0 66rem; }
  #category #regular_posts .post {
    margin-bottom: 48rem; }

#category .post_bg_img_cat {
  display: none; }

#search_results_header {
  background: #f3f5f8;
  padding: 40px 0 50px; }

.search_form_wrap .search_form_title {
  font-weight: 600;
  margin-bottom: 10px; }

.search_form_wrap .search_form_container {
  border: 1px solid #000;
  background: #fff;
  height: 55px; }
  .search_form_wrap .search_form_container .search_form_input {
    width: calc(100% - 100px);
    height: 100%;
    border: 0;
    background: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px; }
  .search_form_wrap .search_form_container .search_form_submit {
    width: 40px;
    height: 100%;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    background: url(../icons/search_icon.svg) center no-repeat; }

#search_results_title {
  font-size: 18rem;
  border-bottom: 1px solid #888d97;
  padding-top: 50px;
  padding-bottom: 15px; }
  #search_results_title span {
    color: #ff4b4b; }

#search_results_container .search_results_item {
  padding: var(--bs-gutter-x) 0;
  position: relative;
  text-decoration: none;
  color: #000;
  line-height: 1.2; }
  #search_results_container .search_results_item:not(:last-child):after {
    content: '';
    position: absolute;
    right: calc(var(--bs-gutter-x) / 2);
    left: calc(var(--bs-gutter-x) / 2);
    display: block;
    bottom: 0;
    border-bottom: 1px solid #e0e4eb; }
  #search_results_container .search_results_item .search_results_item_img:before {
    content: '';
    display: block;
    padding-top: 67%; }
  #search_results_container .search_results_item .search_results_item_references {
    text-align: justify;
    font-size: 12px;
    padding-top: 20px; }
    #search_results_container .search_results_item .search_results_item_references span {
      display: inline-block; }
    #search_results_container .search_results_item .search_results_item_references:after {
      content: '';
      width: 100%;
      display: inline-block; }
  #search_results_container .search_results_item .search_results_item_title:after {
    content: '';
    display: block;
    width: 25px;
    background: #ff4b4b;
    height: 2px;
    margin: 13px 0 18px; }
  #search_results_container .search_results_item .post_author {
    font-size: 12px;
    margin-bottom: 5px; }
  #search_results_container .search_results_item .search_results_item_title, #search_results_container .search_results_item .search_results_item_desc {
    max-width: 470px; }

#search_results_pagination {
  text-align: center; }
  #search_results_pagination a, #search_results_pagination span {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    padding: 0 5px; }
  #search_results_pagination span {
    font-weight: 900; }
  #search_results_pagination .prev, #search_results_pagination .next {
    font-size: 0;
    margin: 0 30px; }
    #search_results_pagination .prev:after, #search_results_pagination .next:after {
      content: '';
      display: inline-block;
      border-right: 1px solid #000;
      border-top: 1px solid #000;
      height: 7px;
      width: 7px; }
    #search_results_pagination .prev.next:after, #search_results_pagination .next.next:after {
      transform: rotate(45deg); }
    #search_results_pagination .prev.prev:after, #search_results_pagination .next.prev:after {
      transform: rotate(225deg); }

#search_results_page_content {
  padding-bottom: 50px; }

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #000;
  width: 150px;
  height: 32px;
  vertical-align: middle;
  border: 1px solid black;
  margin-left: 10px; }

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  padding: 0 20px 0 5px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis; }
  .select-styled:after {
    content: "";
    top: 8px;
    right: 8px;
    width: 10px;
    height: 10px;
    border: 2px solid red;
    border-width: 0 2px 2px 0;
    position: absolute;
    transform: rotate(45deg);
    transition: all .2s; }
  .select-styled:active:after, .select-styled.active:after {
    top: 12px;
    transform: rotate(225deg); }

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 3;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: white;
  border: 1px solid #cccccc;
  max-height: 120px;
  overflow: auto;
  white-space: nowrap; }
  .select-options li {
    margin: 0;
    padding: 6px 0;
    text-indent: 15px; }
    .select-options li:hover {
      border-left: 3px solid red; }
    .select-options li[rel="hide"] {
      display: none; }
  .select-options::-webkit-scrollbar {
    width: 7px; }
  .select-options::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 25px;
    height: 40px; }
  .select-options::-webkit-scrollbar-thumb:hover {
    background: gray; }

#thank_you_page {
  background-size: cover;
  background-position: center; }

#thank_you_content {
  min-height: calc(100vh - 389px); }
  @media (max-width: 768px) {
    #thank_you_content {
      min-height: calc(100vh - 265px); } }
  #thank_you_content #thank_you_title {
    color: white;
    text-align: center;
    margin: auto; }
    

#first_topic #first_topic_three_small_posts .post_bg_img {
    margin-bottom: 16px;
}

#first_topic #first_topic_three_small_posts .post_bg_img:last-child {
    margin-bottom: 0;
}

.first_topic_latest_posts .normal_post_bg_img {
    height: 189rem;  /* la valeur qui te donne un bon alignement */
}

.pagination_wrap ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-flex;
    gap: 8px;
}

.pagination_wrap li a,
.pagination_wrap li span {
    display: block;
    padding: 8px 14px;
    background: #283572;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.pagination_wrap li span.current {
    background: #b31918;
    cursor: default;
}

.pagination_wrap li a:hover {
    background: #b31918;
}

 .post_bg_img .post_bg_img_contentM {
    color: white;
    position: absolute;
    bottom: 0;
    padding: 0 0 0 30rem;
    width: 88%; }

.title_24M {
    margin-bottom: 2rem;
    font-size: 18rem;
    font-weight: bold;
    line-height: 1.1;
}