/*
Theme Name: Dor
Theme URI: https://dor.qodeinteractive.com/
Description: A Contemporary Theme for Creative Business
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Text Domain: dor
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 2.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/


.mkdf-tabs .mkdf-tabs-standard .mkdf-tabs-nav li a {
		font-size: 10px;
	}
	
	#ui-id-1 {
		font-size: 10px;
	}
     
    #ui-id-2 {
		font-size: 10px;
	}

    #ui-id-3 {
		font-size: 10px;
	}



@media only screen and (max-width: 768px) {
  /* CSS Aditionnel Pour les formats mobiles: par Digital BOOOST - Version: 14/11/2023 - */
  .aga-section-titles, .mkdf-st-title {
    font-size: 30px;
  }
  .mkdf-grid h1 {
    font-size: 45px;
  }
	
/*Nos Publication page d'acceuil */
  #publication:not(:last-child) {
	  margin-bottom: 20px;
	}
	
	#vv {
	  text-align: center;
	}
	
	#bbutton {
	  text-align: center;
	}
	
  #pubs {
	  width: 300px;
	  height: 300px;
	}
	
}

/* MENU CONDITIONS */

@media screen and (max-width: 1366px) and (min-width: 1032px) {
  /* Masquer le menu desktop */
  .mkdf-main-menu {
    display: none !important;
  }

  /* Afficher le menu mobile et son déclencheur */
  .mkdf-mobile-header,
  .mkdf-mobile-menu-opener {
    display: block !important;
  }

  /* Afficher le logo mobile (si présent) et l'agrandir légèrement si nécessaire */
  .mkdf-mobile-logo-wrapper img {
    max-height: 60px !important;
  }

  /* Si le logo principal devient trop petit dans cette zone, tu peux le forcer */
  .mkdf-logo-wrapper img {
    max-height: 72px !important;
  }
}


@media screen and (max-width: 1366px) and (min-width: 1032px) {
  /* Masquer le header desktop (menu + logo) */
  .mkdf-page-header {
    display: none !important;
  }

  /* Afficher uniquement le header mobile */
  .mkdf-mobile-header {
    display: block !important;
  }

  /* Afficher uniquement le logo mobile */
  .mkdf-logo-wrapper {
    display: none !important;
  }

  .mkdf-mobile-logo-wrapper {
    display: block !important;
  }

  /* Ajuster la taille du logo mobile */
  .mkdf-mobile-logo-wrapper img {
    max-height: 60px !important;
    height: auto !important;
    width: auto !important;
  }
}




