
/* logo dans le header : ne marche plus ... ? */
/*
.md-header__inner {
	height : 75px;	
}
*/


.md-header__button.md-logo :is(img, svg) {
  fill: currentcolor;
  display: block;
  height: 2rem ;
  width: auto;
}

/* search dans le header */
/*
.md-search__form{
  background-color: #bd1112
}
*/

/*
 rouge usi : bd1112
 noir usi  : 323232
*/


/*
img#bureau {

    	min-width: 120px;
   	max-width: 150px;
}
*/

	
td{
    	width: 33%;
}



/* le menu horiz */
.md-tabs {
  --md-primary-fg-color:               #ec4b42;
}
/* la barre de titre */
.md-header {
  --md-primary-fg-color:     #323232;
}
/* le milieu */
.md-content {
  --md-accent-fg-color:               #FF4b42;
}
.md-content a{
	color: #ec4b42;
}
/* les cotés */
.md-sidebar {
  --md-primary-fg-color:               #ec4b42;
  --md-accent-fg-color:               #FF4b42;
  --md-typeset-a-color:               #bd4b42;
}
/* le footer */

.md-footer {
  --md-footer-bg-color:               #ec4b42;
  --md-footer-bg-color--dark:               #323232;
}

.md-footer-meta{
  --md-footer-bg-color:               #ec4b42;
}

/* police du menu horyz */
.md-tabs__item a{
	font-size: large;
}

/* police du titre en haut */
.md-header__title .md-ellipsis{
	font-size: x-large;
}

