/*
Theme Name:     Inside The Mddle East
Theme URI: https://insidethemiddle-east.com/
Description:    Child theme made by tagDiv
Author:         Inside The Mddle East
Author URI: 	https://insidethemiddle-east.com/
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/


/* test tailles mobiles */ 
@media (max-width: 767px) {

  /* H1 – Titre principal */
  h1 {
    font-size: 2rem !important;
    line-height: 1.25 !important;
  }

  /* H2 – Sections majeures */
  h2 {
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
  }

  /* H3 – Sous-sections */
  h3 {
    font-size: 1.25rem !important;
    line-height: 1.3 !important;
  }

  /* H4 – Sous-titres légers */
  h4 {
    font-size: 1.0625rem !important;
    line-height: 1.35 !important;
  }

  /* H5 */
  h5 {
    font-size: 1rem !important;
    line-height: 1.4 !important;
  }

  /* H6 */
  h6 {
    font-size: 0.9375rem !important;
    line-height: 1.45 !important;
  }

  /* Texte courant */
  p {
    font-size: 1rem !important;
    line-height: 1.6 !important;
  }

  /* Texte secondaire */
  small,
  .meta {
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
  }

  /* block title header 18 */
.td_block_template_18.td-fix-index > div > h1 > span, .td_block_template_18.td-fix-index > div > h2 > span {
    font-size: 40px !important;
    line-height: 1!important;
}

}
/* FIN test tailles mobiles */ 